@charset "UTF-8";

/*----------------------------
ページ共通
----------------------------*/
body {
	position: relative;
	font-family: "Yu Gothic Medium", sans-serif;
}
.bold {
	font-family: "Yu Gothic", sans-serif;
	font-weight: bold;
}
.red {
	color: #ff0000;
}
a {
	text-decoration: none;
}
a:link {
	color: #3d3d3d;
}
a:visited {
	color: #000000;
}



/*----------------------------
responsive br
----------------------------*/
.br-sp {
	display: block !important;
}
.br-pc {
	display: none !important;
}

@media screen and (min-width: 1040px) {
	.br-sp {
		display: none !important;
	}
	.br-pc {
		display: block !important;
	}
}



/*----------------------------
MV
----------------------------*/
#mv-box {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#mv {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	transition: 800ms;
}
#mv.fv-animation {
	transition: 800ms;
}
#sp-mv {
	display: none;
}
.mv-list {
	height: calc(100vh - 140px) !important;
	pointer-events: none;
}
#mv li img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
#mv li .slider-refresh {
	object-position: 0 70%;
	font-family: 'object-fit: cover;object-position: 0 70%;'
}
#mv li .slider-ff {
	object-position: 0 89%;
	font-family: 'object-fit: cover;object-position: 0 89%;'
}
#mv li .slider-lm {
	object-position: 0 70%;
	font-family: 'object-fit: cover;object-position: 0 70%;'
}
#mv li .slider-spr {
	object-position: 0 90%;
	font-family: 'object-fit: cover;object-position: 0 100%;'
}
#mv li .slider-lm-bm {
	object-position: center center;
	font-family: 'object-fit: cover;object-position: 0 100%;'
}
#mv li .slider-lm-tc {
	object-position: center center;
	font-family: 'object-fit: cover;object-position: 0 100%;'
}
#mv li .slider-lm-cshb {
	object-position: 0 80%;
	font-family: 'object-fit: cover;object-position: 0 80%;'
}
#mv .mv-list {
	background-size: cover;
	background-position: center;
}
#mv .slick-dots {
	bottom: 20px;
	right: 20px;
	width: inherit;
}

/* 下へスクロールアイコン */
.mv-arrow {
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 0;
	text-align: center;
	opacity: 0;
	transition: 300ms;
	cursor: pointer;
	z-index: 500;
}
.mv-arrow::after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-size: 26px;
	font-weight: 900;
	color: #595959;
}
.mv-arrow.fv-menu {
	opacity: 1;
}
.mv-arrow.scrollout {
	cursor: default;
	opacity: 0;
}
.fuwafuwa-index {
	animation:fuwafuwaIndex 600ms infinite ease-in alternate;
}
@keyframes fuwafuwaIndex {
	0% {transform:translate(0, 0) rotate(180deg);}
	100% {transform:translate(0, 10px)rotate(180deg);}
}


/* スライダー調整 */
#mv .slick-prev {
	left: 0;
	z-index: 1;
}
#mv .slick-next {
	right: 0;
	z-index: 1;
}
.slick-dots li button:before {
	transform: scale(.7);
}


/* FVオーバーレイ */
#fv {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0vh;
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 9000;
	pointer-events: none;
}
#fv.fv-animation {
	background: none;
	transition: 4000ms 300ms;
}
.fv-logo {
	position: absolute;
	bottom: 50vh;
	width: 210px;
	opacity: 1;
}
.fv-logo.fv-slide {
	animation:logo-slide 1000ms forwards ease-in;
	bottom: 66px;
	transition: 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 1000ms;
}
@keyframes logo-slide {
	0%   {opacity: 1;}
	30%  {opacity: 0;}
	40%  {opacity: 0;}
	50%  {opacity: 0;}
	80%  {opacity: 1;}
	100% {opacity: 1;}
}


/* ロゴアニメーション */
#logo-anime-pc {
	width: 233px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#logo-anime-mask .st0 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 2.3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500;
	stroke-dashoffset:1500;
}
#logo-anime-mask {
	max-width: 100%;
	height: auto;
}
#logo-hat {
	position: absolute;
	top: 21px;
	left: 4px;
	width: 19px;
	height: 14px;
}
#logo-hat svg {
	position: absolute;
	left: -1px;
}
#logo-hat svg {
	transform: scale(.17);
	transform-origin: left top;
}
.hat-anime {
	animation:hat-anime 500ms forwards ease-in;
}
@keyframes hat-anime {
	0% {transform:translate(0, -20px) rotate(0); opacity: 0;}
	10% {transform:translate(0, -10px) rotate(0); opacity: 0;}
	20% {transform:translate(0, -5px) rotate(0); opacity: 1;}
	30% {transform:translate(0, 0) rotate(0); opacity: 1;}
	40% {transform:translate(0, 0) rotate(-5deg); opacity: 1;}
	50% {transform:translate(0, 0) rotate(3deg); opacity: 1;}
	60% {transform:translate(0, 0) rotate(-1deg); opacity: 1;}
	70% {transform:translate(0, 0) rotate(0); opacity: 1;}
	100% {transform:translate(0, 0)rotate(0); opacity: 1;}
}
#logo-hat.hat-hide svg {
	display: none;
}
#logo-hat img {
	display: none;
	width: 19px;
}
#logo-hat.hat-hide {
	top: 21px;
	left: 4px;
}
#logo-hat.hat-hide img {
	display: block;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}



/* IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#logo-anime-pc {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.fv-logo {
		bottom: 50vh;
		height: 50px;
	}
	.fv-logo.fv-slide {
		bottom: 0vh;
		transform: translateY(-66px) !important;
	}
	#logo-hat {
		position: absolute;
		top: 21px;
	}
	#logo-hat.hat-hide {
		top: 21px;
	}
}



/* 横幅1670px～ MV調整 */
@media (min-width: 1670px) {
	#fv.fv-animation {
		transition: 1000ms 300ms;
	}
	#mv-box {
		height: auto;
	}
	.mv-list {
		height: 100vh !important;
	}
	.fv-logo.fv-slide {
		animation:logo-slide-out 1000ms forwards ease-in;
		transition: 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 1000ms;
	}
	@keyframes logo-slide-out {
		0%   {opacity: 1; bottom: 50vh;}
		50%  {opacity: 0; bottom: 50vh;}
		80%  {opacity: 0; bottom: -75px;}
		100% {opacity: 1; bottom: -75px;}
	}
	.mv-arrow {
		bottom: 128px;
	}
	.mv-arrow::after {
		color: #9e9e9e;
	}
	.pc-menu {
		margin-bottom: 10px;
		padding-top: 90px;
	}
}

/* 横幅1670px～ MV調整 IE */
@keyframes logo-slide-out {
	0%   {opacity: 1; bottom: 50vh;}
	50%  {opacity: 0; bottom: 50vh;}
	80%  {opacity: 0; bottom: -75px;}
	100% {opacity: 1; bottom: -75px;}
}
@media (min-width: 1670px) {
	_:-ms-lang(x), .fv-animation .fv-logo.fv-slide {
		animation:logo-slide-out 1000ms forwards ease-in;
		transform: none !important;
		transition: 2000ms cubic-bezier(0.230, 1.000, 0.320, 1.000) 1000ms;
	}
}


@media (max-width: 1040px) {
	#mv-box {
		height: auto;
	}
	#fv {
		display: none;
	}
	#mv {
		top: 0vh;
		display: block;
		margin: 0 auto 23%;
		overflow: visible;
	}
	#mv li {
		height: auto !important;
	}
	#mv li img {
		width: 100%;
		vertical-align: bottom;
		border-radius: 8px;
	}
	.mv-arrow {
		display: none;
	}
	/* スライダー調整 */
	#mv .slick-prev {
		left: 12px;
		z-index: 1;
	}
	#mv .slick-next {
		right: 12px;
		z-index: 1;
	}
	#mv .slick-prev:before,
	#mv .slick-next:before {
		color: #3d3d3d80;
	}
	#mv .slick-slide {
		margin: 0 6px;
	}
	#mv .slick-dots {
		bottom: -30px;
		right: 0;
		width: 100%;
	}
	.slick-dots li button:before {
		transform: none;
	}

	#logo-anime-mask {
		transform: scale(1.05);
	}
	#logo-hat {
		top: 0px;
		left: 0px;
	}
	#logo-hat svg {
		position: absolute;
		transform: scale(.115);
	}
	#logo-hat img {
		width: 14px;
	}
	#logo-hat.hat-hide {
		top: 0px;
		left: 1px;
	}
}



/*----------------------------
fixed button
----------------------------*/
#fixed-button {
	width: 100%;
	position: fixed;
	top: -200px;
	z-index: 1;
}
#pc-menu #fixed-button,
#header-block-other #fixed-button,
#header-block #fixed-button {
	top: 10px;
}
#fixed-button.fv-animation {
	top: 10px;
	transition: 800ms;
}
#fixed-button a:hover div {
	opacity: .8;
}
#fixed-button i {
	font-size: 16px;
}
#fixed-button div {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: rgba(230,230,230,.7);
	border-radius: 50%;
	text-align: center;
}
#fixed-button .btn {
	position: static;
}
.btn-login {
	right: 75px;
}
.btn-cart {
	right: 15px;
}
#fixed-button div p {
	position: relative;
	margin-top: 3px;
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
	font-size: 10px;
}


@media (max-width: 1040px) {
	#fixed-button {
		display: none;
	}
}



/*----------------------------
contents全体
----------------------------*/
#contents {
	margin: 0 auto;
	width: 1040px;
}


@media (max-width: 1040px) {
	#contents {
		margin: 0 auto;
		width: 100%;
	}
}



/*----------------------------
MENU
----------------------------*/
.pc-menu {
	padding-top: 75px;
}
h1 {
	margin: 0 auto;
	width: 210px;
}
.sp-menu,
.sp-menu-top {
	display: none;
}
#menu {
	margin: 4px auto 0;
	text-align: center;
}
#menu img {
	width: 214px;
}
.menu-list ul {
	display: flex;
	justify-content: center;
	margin: 1px auto 0;
}
.pc-menu-list {
	position: relative;
	letter-spacing: 1px;
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	color: #3d3d3d;
	opacity: 0;
}
.pc-menu-list.fv-menu {
	opacity: 1;
	transition: 300ms;
}
.pc-menu-list.fv-menu:nth-child(2) {
	transition-delay: 150ms;
}
.pc-menu-list.fv-menu:nth-child(3) {
	transition-delay: 300ms;
}
.pc-menu-list.fv-menu:nth-child(4) {
	transition-delay: 450ms;
}
.pc-menu-list.fv-menu:nth-child(5) {
	transition-delay: 600ms;
}
#menu a {
	display: block;
	padding: 10px 25px;
}
#menu a::after {
	opacity: 1;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	content: '';
	border-bottom: 1px solid #565656;
	transform: scaleX(0);
	transform-origin: left;
	transition: 200ms;
}
#menu a:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

@media (max-width: 1040px) {
	.pc-menu {
		display: none;
	}
	.sp-menu,
	.sp-menu-top {
		display: block;
		align-items: center;
		width: 100%;
		height: 85px;
		z-index: 5;
		background-color:black;

	}
	.sp-menu h1,
	.sp-menu-top h1 {
		position: absolute;
		margin: 27px 0 0 25px;
		width: 150px;
	}
	#sp-menu {
		display: none;
		position: fixed;
		height: auto;
		max-height: calc(100vh - 83px);
		overflow: auto;
		top: 12px;
		left: 0;
		right: 0;
		margin: 0 10px;
		padding-top: 60px;
		background: #fff;
		border-radius: 6px;
		z-index: 3;
	}
	.menu-list ul {
		display: block;
		margin: 0 auto;
	}
	.menu-list ul li {
		height: 3em;
		border-bottom: 1px dotted #ccc;
		font-family: 'Overpass', sans-serif;
		font-size: 18px;
		line-height: 0;
	}
	.menu-list ul li:first-of-type {
		border-top: 1px dotted #ccc;
	}
	.menu-list ul li:last-of-type {
		border-bottom: none;
	}
	.menu-list .menu-pdt-list li:first-of-type {
		border-top: none;
	}
	.menu-list .menu-pdt-list li:last-of-type {
		border-bottom: 1px dotted #ccc;
	}
	.menu-list ul li:nth-child(7),
	.menu-list ul li:nth-child(8){
		background: #ededed;
	}
	.menu-list ul li:nth-child(8) {
		border-radius: 0 0 6px 6px;
	}
	.menu-list ul a,
	#menu-pdt {
		display: flex;
		align-items: center;
		padding-left: 20px;
		height: 100%;
		color: #3d3d3d;
	}
	.menu-list .menu-pdt-list {
		display: none;
	}
	.menu-list .menu-pdt-list li a {
		padding-left: 50px;
	}
	#sp-menu .menu-list ul li a::after,
	#menu-pdt::after,
	.menu-pdt-list li a::after{
		position: absolute;
		right: 20px;
		width: 15px;
		text-align: center;
		font-family: "Font Awesome 5 Free";
		font-size: 12px;
		font-weight: 900;
	}
	#menu-pdt::after {
		content: "\f067";
		transition: 200ms;
	}
	#menu-pdt.rotate::after {
		transform: rotate(45deg);
		transition: 200ms;
	}
	.menu-com::after {
		content: "\f1ad";
	}
	.menu-inf::after {
		content: "\f129";
	}
	.menu-mag::after {
		content: "\f0e0";
	}
	.menu-con::after {
		content: "\f590";
	}
	.menu-log::after {
		content: "\f2f6";
	}
	.menu-car::after {
		content: "\f07a";
	}
	/* open */
	#nav-open {
		display: flex;
		align-items: center;
		position: fixed;
		top: 24px;
		right: 16px;
		width: 45px;
		height: 37px;
		z-index: 4;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	#nav-open span,
	#nav-open span::before,
	#nav-open span::after {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 35px;
		height: 2px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
		transition: 300ms;
		transform-origin: left;
	}
	#nav-open span::before {
		bottom: 12px;
	}
	#nav-open span:after {
		bottom: -12px;
	}
	/* open cross */
	#nav-open.cross span {
		width: 0;
	}
	#nav-open.cross span::before {
		left: -12px;
		transform: rotate(45deg);
		transform-origin: top left;
	}
	#nav-open.cross span::after {
		left: -12px;
		transform: rotate(-45deg);
		transform-origin: bottom left;
	}
	.nav-overlay {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		z-index: 2;
	}

	/*----------------------------
	20230501 SP版 productリスト修正
	----------------------------*/
	.menu-list ul.menu-pdt-list li {
		background: #fff;
	}
}



/*----------------------------
共通ヘッダー＆MENU
----------------------------*/
.cmn-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px auto 0;
	width: 1040px;
}
.cmn-menu h1 {
	margin: 0 0 0 30px;
}
.cmn-menu h1 a:hover {
	opacity: .8;
}
.cmn-menu #menu {
	margin: 0 0 0 40px;
}
.cmn-menu #menu ul {
	display: flex;
}
.cmn-menu #menu a {
	position: relative;
	padding: 10px 20px;
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
}


@media (max-width: 1040px) {
	.cmn-menu {
		display: none;
	}
}



/*----------------------------
INFORMATION
----------------------------*/
#body #info_box.info_box_index{
	margin: 20px auto -20px;
}
#info {
	margin: 80px auto 120px;
}
#info h2 {
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Overpass', sans-serif;
	font-size: 24px;
	color: #3d3d3d;
}
.info-text {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	transition: 300ms;
	cursor: pointer;
}
.info-text:hover {
	background-color: #f3f3f3;
	transition: 300ms;
}
.info-date {
	margin: 0 2em;
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
}

/* modal */
.info-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	opacity: 0;
	pointer-events: none;
	z-index: 9100;
	transition: 300ms;
}
.info-modal-open {
	opacity: 1;
	pointer-events: all;
	transition: 300ms;
}
.info-modal div {
	position: relative;
	cursor: pointer;
}
.info-modal div::after {
	position: absolute;
	right: 13px;
	bottom: 16px;
	display: block;
	content: "\002612CLOSE";
	margin: 5px 5px 0 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", "メイリオ", Meiryo, serif;
	text-align: right;
	letter-spacing: .01em;
	color: #464646;
	font-size: 15px;
	z-index: 1001;
}
.info-modal-pc,
.info-modal-sp {
	display: none;
}
.info-modal img {
	position: relative;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}


@media (max-width: 1040px) {
	#body #info_box.info_box_index {
		margin: -5% auto 10%;
		width: 90%;
	}
	#body #info_box.info_box_index .info-block-title {
		padding: 1% 0;
	}
	#body #info_box.info_box_index .info-block-title p {
		line-height: 1.4em;
		font-size: 3.5vw;
	}
	#body #info_box.info_box_index .info-block-title p::before {
		top: 0;
		left: -3.8em;
		padding: 0 3%;
		font-size: 3vw;
	}
	#body #info_box.info_box_index .info-block-title p::after {
		right: -1.3em;
		font-size: 4vw;
	}
	#body #info_box.info_box_index .info-block-in {
		display: none;
		padding: 1% 6%;
		font-size: 3.2vw;
	}
	#body #info_box.info_box_index .info-block-index {
		font-size: 3.5vw;
	}
	#info {
		margin: 0 auto 20%;
	}
	#info h2 {
		font-size: 5.2vw;
	}
	.info-text {
		padding: 5% 0;
		font-size: 3vw;
	}
	.info-modal-sp {
		padding: 2% 0 7%;
		width: 97%;
		background: #fff;
		text-align: center;
		border-radius: 5px;
	}
	.info-modal-sp img {
		width: 97%;
	}
	.info-modal img {
		padding: 0;
	}
	.info-modal div::after {
		left: 0;
		right: 0;
		text-align: center;
		font-size: 2.8vw;
	}
}




/*----------------------------
BRAND
----------------------------*/
#brand {
	margin: 80px auto 120px;
}
#brand h2 {
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Overpass', sans-serif;
	font-size: 24px;
	color: #3d3d3d;
}
.brand-block {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.brand-img {
	width: 100%;
	height: 300px;
	vertical-align: bottom;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
/* 
.brand-lm .brand-img {
	object-fit: none;
	object-position: right;
	font-family: 'object-fit: none;object-position: right;'
}
 */
.brand-ff .brand-img {
	object-position: center;
	font-family: 'object-fit: cover;object-position: center;'
}
.brand-yk .brand-img {
	object-position: right 40%;
	font-family: 'object-fit: cover;object-position: 0 40%;'
}
.brand-logo {
	display: inline-table;
	position: absolute;
	left: 0;
	margin-left: 10px;
	width: 30%;
	text-align: center;
}
.brand-logo p {
	margin: 15px auto 15px;
	line-height: 1.5;
	font-size: 12px;
}
.brand-logo .logo-forfam + p {
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.brand-logo .logo-hiritu + p {
	margin-top: 10px;
	font-feature-settings: 'palt' 1;
	letter-spacing: .04em;
}
.brand-logo .logo-unu + p {
	margin-top: 10px;
	font-feature-settings: 'palt' 1;
	letter-spacing: .04em;
}
.brand-logo div {
	margin: 0 auto;
	width: 200px;
	font-family: 'Overpass', sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.brand-btn-sp {
	display: none;
}
.brand-logo div a {
	display: block;
	position: relative;
	padding: 14px 0 12px;
	background: #fff;
	text-indent: -1.5em;
	transition: 300ms;
}
.brand-logo div a::before,
.brand-logo div a::after {
	position: absolute;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
}
.brand-logo div a::before {
	right: 62px;
}
.brand-logo div a::after {
	right: 51px;
}
.brand-logo div a:hover {
	background: #3d3d3d;
	color: #fff;
	transition: 300ms;
}
.logo-lement {
	width: 187px;
}
.logo-forfam {
	width: 165px;
}
.logo-yuiki {
	width: 50%;
}
.logo-uni {
	width: 156px;
}
.logo-hiritu {
	width: 156px;
}
.logo-unu {
	width: 145px;
}
.brand-img-box a:last-of-type img {
	margin-left: 1px;
}



/* PC画像切り替え */
.brand-block::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 1040px;
	height: 300px;
	opacity: 0;
	transition: 300ms;
}
.brand-lm::before {
	background: url(../img_cc/brand_lm_ov.jpg) no-repeat;
	background-position: 0 center;
}
.brand-ff::before {
	background: url(../img_cc/brand_ff_single_ov.jpg) no-repeat;
	background-position: 0 center;
}
.brand-yk::before {
	background: url(../img_cc/brand_yk_ov.jpg) no-repeat;
	background-position: 0 center;
}
.brand-uni::before {
    background: url(../img_cc/brand_uni_ov.jpg) no-repeat;
    background-position: 0 center;
    background-size: contain;
}
.brand-hiritu::before {
    background: url(../img_cc/brand_hiritu_ov.jpg) no-repeat;
    background-position: 0 center;
    background-size: contain;
}
.brand-unu::before {
    background: url(../img_cc/brand_unu_ov.jpg) no-repeat;
    background-position: 0 center;
    background-size: contain;
}
.brand-block:hover::before {
	opacity: 1;
	transition: 300ms;
}

/* select */
#brand .select {
	margin-top: 60px;
}
.brand-af::before {
	background: url(../img_cc/brand_af_ov.jpg) no-repeat;
	background-position: -20px center;
}
.brand-raffixia::before {
	background: url(../img_cc/brand_raffixia_ov.jpg) no-repeat;
	background-position: 0 center;
	background-size: contain;
}
.logo-alface {
	width: 50%;
}
.logo-raffixia {
	width: 50%;
}
.brand-ov {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: 300ms;
}
.brand-ov::before {
	display: block;
	position: absolute;
	top: 0;
	content: "";
	width: 1040px;
	height: 300px;
	background: #000;
	opacity: .7;
}
.brand-ov .brand-img {
	width: 1040px;
	vertical-align: bottom;
	object-position: 0 bottom;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: 0 bottom;'
}
.brand-ov .brand-logo {
	width: 100%;
}
.brand-ov .brand-logo img {
	width: 15%;
}
.brand-ov .brand-logo p {
	font-size: 14px;
	color: #fff;
}
.brand-ov .brand-logo p {
	font-size: 14px;
	color: #fff;
}
.brand-ov .brand-logo div {
	width: 20%;
	border: 1px solid #fff;
}
.brand-ov .brand-logo div a {
	background: none;
	color: #fff;
}
.brand-ov .brand-logo div a:hover {
	background: #fff;
	color: #3d3d3d;
}


/* IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.brand-logo {
		top: 50%;
		transform: translateY(-50%);
	}
	.brand-logo div a {
		padding: 16px 0 10px;
	}
	.brand-logo div a::before,
	.brand-logo div a::after{
		top: 14px;
	}
}


@media (max-width: 1040px) {
	#brand {
		margin: 0 auto 20%;
	}
	#brand h2 {
		font-size: 5.2vw;
	}
	.brand-block {
		margin-bottom: 5%;
	}
	.brand-logo {
		margin-left: 5%;
		width: 75%;
		text-align: left;
	}
	.logo-lement {
		width: 38%;
	}
	.logo-forfam {
		width: 32%;
	}
	.logo-yuiki {
		width: 32%;
	}
	.logo-alface {
		width: 32%;
	}
	.logo-raffixia {
		width: 38%;
	}
	.brand-logo p {
		margin: 3% auto 0;
		line-height: 1.6;
		font-size: 3vw;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}
	.brand-logo .logo-forfam + p {
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}
	.brand-logo div {
		display: none;
	}
	.brand-img {
		width: 100%;
		height: 38.4vw;
	}
	.brand-lm .brand-img {
		object-fit: cover;
		object-position: 60% center;
	}
	.brand-ff .brand-img {
		object-position: 50% center;
	}
	.brand-yk .brand-img {
		object-position: 70% center;
	}
	.brand-af .brand-img {
		object-position: 30% center;
	}
	.brand-hiritu .brand-img {
		object-position: 40% center;
	}
	.brand-unu .brand-img {
		object-position: 40% center;
	}
	.brand-raffixia .brand-img {
		object-position: 50% center;
	}
	.brand-block::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 38.4vw;
		background-size: cover;
		opacity: 0;
		transition: 100ms;
	}
	.brand-lm::before {
		background-position: center;
	}
	.brand-ff::before {
		background-position: left 50%;
	}
	.brand-yk::before {
		background-position: 50% 50%;
	}
	.brand-af::before {
		background-position: 50% 50%;
	}
	.brand-hiritu::before {
		background-position: 50% 50%;
	}
	.brand-unu::before {
		background-position: 50% 50%;
	}
	.brand-raffixia::before {
		background-position: 50% 50%;
	}
	.brand-ov {
		display: none;
	}
	.brand-btn-sp {
		display: block;
		position: absolute;
		right: 5px;
		bottom: 5px;
		width: 20vw;
	}
	.brand-btn-sp p {
		display: block;
		position: relative;
		padding: .9em;
		background: #fff;
		text-align: center;
		text-indent: -1.3em;
		font-family: 'Overpass', sans-serif;
		font-size: 3vw;
		font-weight: bold;
	}
	.brand-btn-sp p::before,
	.brand-btn-sp p::after {
		position: absolute;
		top: 50%;
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-size: 2vw;
		transform: translateY(-50%);
	}
	.brand-btn-sp p::before {
		right: 13%;
	}
	.brand-btn-sp p::after {
		right: 6%;
	}
	.brand-btn-sp:hover p {
		background: #3d3d3d;
		color: #fff;
	}
	#brand .select {
		margin-top: 12%;
	}
}



/*----------------------------
NEWS
----------------------------*/
.news-fb {
	display: flex;
}
#news {
	margin: 0 auto 120px;
}
#news h2 {
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Overpass', sans-serif;
	font-size: 24px;
	color: #3d3d3d;
}
#news a {
	text-decoration: none;
}
#news dl {
	display: flex;
	align-items: center;
	padding: 13px 0;
	border-top: 1px solid #ccc;
	transition: 300ms;
}
#news dl:hover {
	background-color: #f3f3f3;
	transition: 300ms;
}
#news dl dt {
	margin: 0 25px 0 30px;
	width: 80px;
}
#news dl dd {
	padding: 0 10px 0 15px;
	width: 100%;
	line-height: 1.8;
	font-size: 13px;
}
.news-date {
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
}
dt img {
	width: 100%;
}
.more {
	padding-top: 8px;
	border-top: 1px solid #ccc;
	text-align: right;
	font-family: 'Overpass', sans-serif;
	font-size: 13px;
}
#news .more a {
	display: inline;
}
#news .more a:hover {
	text-decoration: underline;
}


@media (max-width: 1040px) {
	#news {
		margin: 0 auto 19%;
	}
	#news dl {
		padding: 2.5% 0;
	}
	#news dl dt {
		margin: 0 2% 0 5%;
		width: 18vw;
	}
	dt img {
		width: 18vw;
	}
	#news h2 {
		font-size: 5.2vw;
	}
	.news-title {
		line-height: 1.5em;
		font-size: 3vw;
	}
	#news .more {
		padding-top: 2%;
		padding-right: 2%;
	}
}



/*----------------------------
PRODUCT
----------------------------*/
#product h2 {
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Overpass', sans-serif;
	font-size: 24px;
	color: #3d3d3d;
}
#product ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	width: 90%;
}
#product ul a {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
#product ul a:hover::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	border: 1px dashed #e6e6e6;
	z-index: 1;
}
#product ul li {
	text-align: center;
	font-family: 'Overpass', sans-serif;
	color: #3d3d3d;
}
#product ul li img {
	width: 100%;
	max-width: 194px;
}
.pdt-brand {
	margin: 9px auto 7px;
	letter-spacing: 1px;
	font-size: 14px;
}
.pdt-name {
	font-size: 12px;
	line-height: 1.3;
}
#product a:hover li p {
	transition: 300ms;
}


@media (max-width: 1040px) {
	#product h2 {
		font-size: 5.2vw;
	}
	#product ul {
		flex-wrap: wrap;
	}
	#product ul a {
		width: 25%;
	}
	#product .pdt-brand {
		margin: 3px auto 7px;
		font-size: 3.8vw;
	}
	.pdt-name {
		line-height: 1.2em;
		font-size: 2.5vw;
	}
	.index-pdt-sp {
		display: block;
	}
	#product ul a:hover::before {
		position: absolute;
		top: -4%;
	}
}



/*----------------------------
facebook
----------------------------*/
#facebook {
	margin: 80px 0 100px;
}
#facebook h2 {
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Overpass', sans-serif;
	font-size: 24px;
	color: #3d3d3d;
}
#facebook i {
	margin-right: 5px;
}
#facebook ul {
	display: flex;
	justify-content: space-around;
}
#facebook ul li {
	margin-right: 40px;
	width: 25%;
	font-size: 13px;
}
#facebook ul li:nth-child(3) {
	margin-right: 0;
}
#facebook ul li:last-of-type {
	display: none;
}
#facebook ul li a {
	position: relative;
	display: block;
	padding: 0;
	height: 100%;
	line-height: 1.5;
	transition: 300ms;
}
#facebook ul li a::after {
	position: absolute;
	top: -9px;
	left: -9px;
	display: block;
	content: "";
	background-color: #fff;
	transition: 300ms;
	width: 107%;
	height: 103%;
	z-index: -1;
}
#facebook ul li a:hover::after {
	background-color: #f3f3f3;
}
#facebook ul li a div:first-of-type {
	width: 100%;
}
#facebook ul li a div:last-of-type {
	padding: 11px 2px;
	text-align: justify;
}
#facebook ul li a img {
	width: 100%;
	height: 252px;
	vertical-align: bottom;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
#facebook ul li a p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#facebook ul li a p:first-of-type {
	margin-right: 25px;
	font-family: 'Overpass', sans-serif;
	font-weight: 900;
}
#facebook .more {
	padding-right: 30px;
	border: none;
}
#facebook .more a:hover {
	text-decoration: underline;
}


@media (max-width: 1040px) {
#facebook {
		margin: 15% 0 20%;
	}
	#facebook h2 {
		font-size: 5.2vw;
	}
	#facebook ul {
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 3%;
	}
	#facebook ul li {
		margin-bottom: 4%;
		margin-right: 0;
		width: 48%;
	}
	#facebook ul li:last-of-type {
		display: block;
	}
	#facebook ul li a {
		display: block;
	}
	#facebook ul li a div:first-of-type {
		width: 100%;
		text-align: right;
	}
	#facebook ul li a div:last-of-type {
		padding: 5% 5% 10%;
		height: 4em;
		font-size: 3vw;
	}
	#facebook ul li a:hover {
		background-color: #f3f3f3;
	}
	#facebook ul li a:hover::after {
		content: none;
	}
	#facebook ul li a img {
		object-fit: cover;
		vertical-align: bottom;
		width: 100%;
		height: 35vw;
	}
	#facebook ul li a p:first-of-type {
		line-height: 1.8em;
	}
	#facebook ul li a p:last-of-type {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-align: left;
	}
	#facebook .more {
		padding-top: 0;
		padding-right: 3%;
	}
}



/*----------------------------
FOOTER
----------------------------*/
#footer,
#footer-block-other,
#footer-block,
#footer-menu,
#footer-menu-other {
	position: relative;
	
	padding: 35px 0 0;
	border-top: 1px dotted #d1d1d1;
}
#footer ul,
#footer-block-other ul,
#footer-block ul,
#footer-menu ul,
#footer-menu-other ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#footer ul li,
#footer-block-other ul li,
#footer-block ul li,
#footer-menu ul li,
#footer-menu-other ul li {
	position: relative;
	margin-right: 16px;
	font-size: 12px;
	color: #3d3d3d;
}
#footer li+li::after,
#footer-block-other li+li::after
#footer-block li+li::after,
#footer-menu li+li::after,
#footer-menu-other li+li::after {
	position: absolute;
	top: 0;
	left: -10px;
	content: "|";
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
}
#footer a:hover,
#footer-block-other a:hover,
#footer-block a:hover,
#footer-menu a:hover,
#footer-menu-other a:hover {
	border-bottom: 1px solid #3d3d3d;
}
.ft-tel-block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px auto 0;
	font-size: 12px;
	color: #3d3d3d;
}
.ft-tel-block .ft-tel-num {
	display: flex;
	align-items: center;
	padding-left: 0;
}
.ft-tel-block .ft-tel-num img {
	margin: 0 10px 0 15px;
	width: 35px;
}
.ft-tel-block .ft-tel {
	padding-top: 4px;
	font-family: 'Overpass', sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.ft-tel-block .ft-tel-sub {
	margin-left: 12px;
	font-size: 11px;
	color: #333;
}
.copyright {
	margin: 30px auto 0;
	background: #f1f1f1;
	text-align: center;
	line-height: 52px;
	font-family: 'Overpass', sans-serif;
	font-size: 12px;
}
.copyright p {
	line-height: inherit;
}


@media (max-width: 1040px) {
	#footer,
	#footer-menu,
	#footer-menu-other,
	#footer-block {
		margin-top: 15%;
		padding: 0 0 0;
		border-top: 1px dotted #d1d1d1;
	}
	#footer ul,
	#footer-menu ul,
	#footer-menu-other ul,
	#footer-block ul {
		display: block;
	}
	#footer ul li,
	#footer-menu ul li,
	#footer-menu-other ul li,
	#footer-block ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
		height: 3em;
		text-align: center;
		line-height: 1.8em;
		font-size: 3.3vw;
		border-bottom: 1px dotted #d1d1d1;
	}
	#footer li+li::after,
	#footer-menu li+li::after,
	#footer-menu-other li+li::after,
	#footer-block li+li::after {
		display: none;
	}
	#footer li:nth-child(5)::after,
	#footer-menu li:nth-child(5)::after,
	#footer-menu-other li:nth-child(5)::after,
	#footer-block li:nth-child(5)::after {
		display: none;
	}
	#footer ul li a,
	#footer-menu ul li a,
	#footer-menu-other ul li a,
	#footer-block ul li a {
		position: relative;
		display: flex;
		align-items: center;
		padding-left: 5%;
		width: 100%;
		height: 100%;
		color: #3d3d3d;
		text-decoration: none;
	}
	
	#footer a:hover,
	#footer-menu a:hover,
	#footer-menu-other a:hover,
	#footer-block a:hover {
		border-bottom: none;
	}
	#footer a:hover,
	#footer-block-other a:hover,
	#footer-block a:hover {
		border-bottom: none;
	}
	.ft-tel-block {
		display: block;
		text-align: center;
		margin: 9% auto 0;
		font-size: 3.5vw;
	}
	.ft-tel-num {
		justify-content: center;
		margin: 2.5% auto 3%;
	}
	.ft-tel-block .ft-tel-num img {
		margin: 0 2% 0 0;
		width: 8%;
	}
	.ft-tel-block .ft-tel {
		padding-top: 0;
		font-size: 6vw;
	}
	.ft-tel-block .ft-tel-sub {
		font-size: 3vw;
	}
	.copyright {
		line-height: 4em;
	}
}



/*----------------------------
リンク先ページ共通設定
----------------------------*/
#guide,
#company,
#contact,
#privacy,
#law,
#product-page {
	padding-top: 30px;
	line-height: 1.5em;
	font-size: 13px;
	color: #3d3d3d;
}
#guide h2,
#company h2,
#contact h2,
#privacy h2,
#law h2 {
	position: relative;
	padding-left: 1.1em;
	line-height: 1.5em;
	font-size: 18px;
	border-bottom: 1px dotted #bdbdbd;
}
#guide h2::before,
#company h2::before,
#privacy h2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "▲";
	transform: rotate(90deg) scaleY(.8);
}


@media (max-width: 1040px) {
	#guide,
	#company,
	#contact,
	#privacy,
	#law,
	#product-page {
		
		padding-top: 0;
	}
}



/*----------------------------
PRODUCTページ
---------------------------- */
#product-page h2 {
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Overpass', sans-serif;
	font-size: 22px;
	color: #3d3d3d;
}
.product-page-brand {
	display: flex;
	justify-content: center;
	margin: 50px auto 60px;
}
.pdt-brand-logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 60px;
	cursor: pointer;
}
.pdt-brand-logo:first-of-type {
	border-left: none;
}
.pdt-brand-logo::after {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	content: '';
	border-bottom: 1px solid #565656;
	transform: scaleX(0);
	transform-origin: center;
	transition: 200ms;
	z-index: -1;
}
.pdt-brand-logo:hover::after,
.active::after {
	opacity: 1;
	transform: scaleX(.6);
}
.pdt-brand-logo .logo-lement {
	width: 44%;
}
.pdt-brand-logo .logo-forfam {
	width: 35%;
}
.pdt-brand-logo .logo-yuiki {
	width: 34%;
}
.pdt-brand-logo .logo-uuuni {
	width: 52%;
}
.all {
	font-family: 'Overpass', sans-serif;
	font-size: 17px;
}

#product-page ul a {
	width: 20%;
}
#product-page ul li {
	text-align: center;
	font-family: 'Overpass', sans-serif;
	color: #3d3d3d;
}
#product-page ul li img {
	width: 100%;
}
#itemList {
	display: flex;
	flex-wrap: wrap;
}
#itemList .item {
	display: block;
	position: relative;
	animation: show 200ms linear 0s;
}
#itemList .item.item-inactive {
	display: none;
	animation: show 200ms linear 0s;
}
@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
#itemList .pdt-name {
	margin-bottom: 50px;
	line-height: 1.3;
}
#itemList a:hover li::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	content: "";
	border: 1px dashed #e6e6e6;
	box-sizing: border-box;
	z-index: 1;
}
#itemList {
	overflow: hidden;
}


@media (max-width: 1040px) {
	#product-page {
		padding: 0 5% 0;
	}
	#product-page h2 {
		font-size: 5.2vw;
	}
	.product-page-brand {
		margin: 8vw auto;
	}
	.product-page-brand a {
		height: 10vw;
	}
	#product-page .logo-lement {
		width: 70%;
	}
	#product-page .logo-forfam,
	#product-page .logo-yuiki {
		width: 60%;
	}
	#product-page .logo-uuuni {
		width: 73%;
	}
	.product-page-brand a::after {
		content: none;
	}
	.product-page-brand .pdt-brand-logo {
		height: 11vw;
	}
	.product-page-brand div:last-of-type {
		width: 30%;
	}
	.pdt-brand-logo {
		width: 50%;
	}
	.pdt-brand-logo:hover::after,
	.active::after {
		transform: scaleX(1);
	}
	.all {
		font-size: 2.8vw;
	}
	#product-page ul {
		margin-bottom: -20%;
	}
	#product-page ul a {
		width: 25%;
	}
	#itemList {
		justify-content: flex-start;
	}
	#itemList .pdt-brand {
		margin: -2px auto 3px;
		letter-spacing: 0;
		font-size: 3.2vw;
	}
	.pdt-name {
		line-height: 1.2em;
		font-size: 3.0vw;
	}
	#itemList .pdt-brand {
		display: none;
	}
	#itemList .select .pdt-brand {
		display: block;
	}
	#itemList .pdt-name {
		margin-bottom: 30px;
		padding: 0 .5em;
		font-size: 3vw;
	}
	#product-page ul .pdt-name.align-left {
		word-break: break-all;
		text-align: justify;
	}
	#footer.pdt-footer {
		margin-top: 25%;
	}
}



/*----------------------------
お買い物ガイド
----------------------------*/
.np-link {
	text-decoration: underline;
}
.mail {
	text-decoration: underline;
}


@media (max-width: 1040px) {
	#guide {
		padding: 0 5% 0;
	}
	#guide-block #guide,
	#guide-block-other #guide {
		padding: 0;
	}
	#guide img {
		width: 100%;
	}
}



/*----------------------------
会社概要
----------------------------*/
#company > table {
	margin-top: 20px;
}
#company > table > tbody > tr > td {
	padding: 15px;
	border: 1px solid #fff;
}
#company > table > tbody > tr > td:first-child {
	width: 150px;
	background: #e8e8e8;
	vertical-align: middle;
}
#company > table > tbody > tr > td:last-child {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
}


@media (max-width: 1040px) {
	#company {
		padding: 0 5% 0;
	}
	#company > table > tbody > tr {
		display: flex;
		flex-direction: column;
	}
	#company > table > tbody > tr > td {
		border-left: none;
		border-right: none;
	}
	#company > table > tbody > tr > td {
		padding: 5% 5% 5% 6%;
	}
	#company > table > tbody > tr > td:first-child {
		display: block;
		width: auto;
		padding: 3% 3% 3% 4%;
		vertical-align: middle;
	}
	#company > table > tbody > tr > td:last-child {
		display: block;
		border: none;
	}
}



/*----------------------------
お問い合わせ
----------------------------*/
#contact h2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "▲";
	transform: rotate(90deg) scaleY(.8);
}
.chatbot-img {
	margin-top: 20px;
}
#ulAiWidget {
	margin-top: 20px;
}


@media (max-width: 1040px) {
	#contact {
		padding: 20px 5% 20px;
	}
	.chatbot-img {
		width: 100%;
	}
	#ulAiWidget {
		margin-top: 5%;
	}
}



/*----------------------------
プライバシーポリシー
----------------------------*/
#privacy h2 {
	margin-bottom: 1em;
}


@media (max-width: 1040px) {
	#privacy {
		padding: 0 5% 0;
	}
}



/*----------------------------
特定商取引に関する法律に基づく表記
----------------------------*/
#law h2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "▲";
	transform: rotate(90deg) scaleY(.8);
}
#law table {
	margin-top: 20px;
}
#law table tr td {
	padding: 15px;
	border: 1px solid #fff;
}
#law table tr td:first-child {
	width: 150px;
	vertical-align: middle;
}
#law table tr td:last-child {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	box-sizing: border-box;
	vertical-align: middle;
}


@media (max-width: 1040px) {
	#law {
		padding: 0 5% 0;
	}
	#law table tr {
		display: flex;
		flex-direction: column;
	}
	#law table tr td {
		border-left: none;
		border-right: none;
	}
	#law table tr td:first-child {
		width: auto;
		padding: 3% 3% 3% 4%;
		vertical-align: middle;
	}
	#law table tr td:last-child {
		border: none;
		text-align: justify;
		word-break: break-word;
	}
}



/*=============================
// NEWS一覧ページ
==============================*/
.news-in ul {
	display: flex;
	justify-content: space-between;
	padding: 50px 30px 30px;
	border-top: 1px solid #e6e6e6;
}
.news-in ul:last-of-type {
	padding: 50px 30px 0;
}
.news-in li:first-child {
	line-height: 1.8;
	text-align: justify;
	font-size: 13px;
}
.news-in .news-date {
	margin-bottom: 5px;
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
}
.news-in .news-title {
	margin-bottom: 10px;
	line-height: 1.15;
	font-size: 14px;
	font-weight: bold;
}
.news-in li:first-child {
	margin: -17px 20px 0 0;
}
.news-in li:last-child img {
	max-width: 300px;
}
#news-list li a,
#news-all li a {
	text-decoration: underline;
}
.past-news {
	padding: 10px 0;
	text-align: right;
}
.past-text {
	display: inline-block;
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
}


/*おはら美容*/
.news-in .ohara {
	display: block;
}
.news-in .ohara dd {
	margin: 10px 0 0;
}
.news-in .ohara li img {
	margin-top: 20px;
	width: 32.5%;
}


/*プレスリリース用 PDFのみ*/
.news-in .press01 {
	display: block;
}
.press01 div {
	display: flex;
	align-items: center;
}
.press01 .pdf {
	display: flex;
	align-items: center;
	margin-top: 25px;
	padding: 10px 20px;
	border: 1px dotted #c1c1c1;
	line-height: 1.4;
	font-size: 12px;
}
.press01 .pdf-icon {
	position: relative;
	margin-right: 10px;
}
.press01 .pdf a {
	text-decoration: none;
}
.press01 .pdf a:hover {
	text-decoration: underline;
}
.news-in .press01 .pdf img {
	width: 35px;
}


/*プレスリリース用 リンクのみ*/
.news-in .press02 {
	display: block;
}
.press02 div {
	display: flex;
}
.press02 .pdf {
	display: flex;
	align-items: center;
	margin-top: 25px;
	padding: 18px 0 17px 20px;
	border: 1px dotted #c1c1c1;
	font-size: 12px;
}
.press02 .pdf-icon {
	position: relative;
	margin-right: 10px;
}
.press02 .pdf a {
	text-decoration: none;
}
.press02 .pdf a:hover {
	text-decoration: underline;
}
.prtimes {
	margin-right: 5px;
	padding: 5px;
	background-color: #294c7a;
	font-family: serif;
	font-size: 10px;
	color: #fff;
}


/*プレスリリース用 PDF＆リンク*/
.news-in .press03 {
	display: block;
}
.press03 div {
	display: flex;
}
.press03 .pdf {
	display: flex;
	align-items: center;
	margin-top: 25px;
	padding: 15px 0 15px 20px;
	border: 1px dotted #c1c1c1;
	font-size: 12px;
}
.press03 .pdf > div:first-child {
	display: flex;
	align-items: center;
	padding-right: 25px;
	border-right: 1px dotted #c1c1c1;
}
.press03 .pdf div:last-child {
	display: flex;
	align-items: center;
	padding: 0 20px 0 25px;
}
.press03 .pdf-icon {
	position: relative;
	margin-right: 10px;
}
#news-in .press03 .pdf a,
#news-all .press03 .pdf a {
	line-height: 1.5;
	text-decoration: none;
	word-break: break-all;
}
.press03 .pdf a:hover {
	text-decoration: underline;
}
.news-in .press03 .pdf img {
	width: 35px;
}
.press03 .prtimes {
	margin-right: 10px;
	padding: 5px 5px 5px;
	background-color: #294c7a;
	text-align: center;
	line-height: 10px;
	font-family: serif;
	font-size: 10px;
	color: #fff;
}


@media (max-width: 1040px) {
	/* news トップページ*/
	#news h2 img {
		width: 100%;
	}
	#news a {
		display: block;
		text-decoration: none;
		color: #333;
	}
	#news dl {
		display: flex;
		align-items: center;
		padding: 3% 0;
		border-top: 1px solid #e6e6e6;
	}
	#news dl:hover {
		background-color: #f3f3f3;
	}
	#news dl dt {
		margin: 0 0 0 5%;
	}
	#news dl dd {
		padding: 0 3% 0 5%;
		line-height: 1.8;
	}
	.news-date {
		font-weight: bold;
	}
	dt img {
		width: 17vw;
	}
	.news-sp-on dl {
		border-bottom: 1px solid #e6e6e6;
	}
	.news-sp-off {
		display: none;
	}
	.more {
		padding: 1% 2% 0 0;
		border-top: 1px solid #e6e6e6;
		text-align: right;
		font-size: 3.5vw;
	}


	/* news 一覧ページ*/
	.news-in {
		margin-bottom: 10%;
	}
	.news-in ul {
		display: block;
		padding: 10% 0;
		border-top: 1px solid #e6e6e6;
	}
	.news-in ul:last-of-type {
		padding: 10% 0;
	}
	.news-in li {
		line-height: 1.8;
		text-align: justify;
		font-size: 3.5vw;
	}
	.news-in .news-date {
		line-height: 1em;
		font-size: 3xw;
		font-weight: normal;
	}
	.news-in .news-title {
		margin: 1% 0 2.5%;
		font-size: 3.8vw;
		font-weight: bold;
	}
	#news-list ul li {
		line-height: 1.4;
	}
	#news-list .news-img:hover {
		opacity: 1;
		cursor: none;
	}
	.news-in li:last-child img {
		margin-top: 5%;
		width: 100%;
		max-width: 100%;
	}
	.past-news {
		padding: 2% 2% 2% 0;
		text-align: right;
		font-size: 4vw;
	}
	.past-text {
		display: inline-block;
		font-family: 'Overpass', sans-serif;
		text-decoration: none;
		cursor: pointer;
	}


	/*プレスリリース用 PDFのみ*/
	.news-in .press01 {
		display: block;
	}
	.press01 .pdf {
		display: flex;
		align-items: center;
		margin-top: 6%;
		padding: 3%;
		border: 1px dotted #c1c1c1;
		font-size: 3vw;
	}
	.press01 .pdf p {
		line-height: 1.5;
	}
	.press01 .pdf-icon {
		position: relative;
		margin-right: 2%;
	}
	.press01 .pdf a {
		text-decoration: none;
	}
	.press01 .pdf a:hover {
		text-decoration: underline;
	}
	.news-in .press01 .pdf img {
		width: 8vw;
	}


	/*プレスリリース用 リンクのみ*/
	.news-in .press02 {
		display: block;
	}
	.press02 .pdf {
		display: flex;
		align-items: center;
		margin-top: 6%;
		padding: 3%;
		border: 1px dotted #c1c1c1;
		font-size: 3vw;
	}
	.press02 .pdf a {
		line-height: 1.5;
	}
	.press02 .pdf-icon {
		position: relative;
		margin-right: 2%;
	}
	.press02 .pdf a {
		text-decoration: none;
	}
	.press02 .pdf a:hover {
		text-decoration: underline;
	}
	.press02 .prtimes {
		margin-right: 3%;
		padding: 2% 2% 1.2%;
		background-color: #294c7a;
		font-family: serif;
		font-size: 2.5vw;
		color: #fff;
	}


	/*プレスリリース用 PDF＆リンク*/
	.news-in .press03 {
		display: block;
	}
	.press03 div {
		display: block;
	}
	.press03 .pdf {
		display: flex;
		align-items: center;
		margin-top: 25px;
		padding: 3%;
		border: 1px dotted #c1c1c1;
		word-break: break-all;
		font-size: 12px;
	}
	.press03 .pdf > div:first-child {
		align-items: center;
		padding-right: 2%;
		border-right: 1px dotted #c1c1c1;
		text-align: center;
	}
	.press03 .pdf div:last-child {
		align-items: center;
		padding-left: 3%;
	}
	.press03 .pdf-icon {
		position: relative;
		margin-right: 10px;
		height: 11vw;
	}
	.press03 .pdf a {
		display: block;
		text-align: left;
		line-height: 1.4;
		text-decoration: none;
		font-size: 3vw;
	}
	.press03 .pdf a:first-child {
		text-align: center;
	}
	.press03 .pdf a:hover {
		text-decoration: underline;
	}
	.news-in .press03 .pdf img {
		margin: 0 0 5%;
		width: 9.5vw;
	}
	.pr-block {
		height: 11vw;
	}
	.press03 .prtimes {
		margin: 0 auto;
		padding: 4% 5% 4%;
		width: fit-content;
		background-color: #294c7a;
		text-align: center;
		line-height: 1.2;
		font-family: serif;
		font-size: 2.5vw;
		color: #fff;
	}
}



/* 20200824 LDK */
.news-in ul.LDK-2008 li:first-of-type {
	width: 385px;
}
.news-in ul.LDK-2008 li.img-pc-02 {
	margin: 0 0 0;
	text-align: center;
}
.news-in ul.LDK-2008 li.img-pc-02 img {
	margin: 0 3px 10px 0;
	width: auto;
	height: 140px;
}
.news-in ul.LDK-2008 li.img-pc-02 img:last-of-type {
	margin: 0 0 10px 0;
}
.news-in ul.LDK-2008 li.img-sp {
	display: none;
}
@media (max-width: 1040px) {
	.news-in ul.LDK-2008 li.img-sp {
		display: block;
	}
	.news-in ul.LDK-2008 li:first-of-type {
		width: auto;
	}
	.news-in ul.LDK-2008 li.img-pc-01,
	.news-in ul.LDK-2008 li.img-pc-02 {
		display: none;
	}
}

/* 210621 MONOQLO */
.news-in ul.LDK-2008 li:first-of-type.width-330 {
	width: 330px;
}



/*=============================
// NEWS Modal
==============================*/
.modal-block {
	width: 0;
}
.news-img:hover {
	opacity: .8;
	cursor: pointer;
}
.modal-popup {
	margin: 0 auto;
	padding: 10px 10px 50px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 10px;
	transition: 200ms;
	opacity: 0;
	z-index: -1;
}
.modal-open {
	opacity: 1;
	z-index: 999;
}
.modal-img {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
}
.modal-img:hover {
	cursor: pointer;
}
.img-block {
	position: absolute;
	opacity: 0;
	z-index: -1000;
}
.img-box {
	position: relative;
}
.img-box::after {
	position: absolute;
	right: 11px;
	bottom: 19px;
	display: block;
	content: "\002612CLOSE";
	margin: 5px 5px 0 0;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS 明朝", "MS Mincho", "メイリオ", Meiryo, serif;
	text-align: right;
	letter-spacing: .01em;
	color: #464646;
	font-size: 15px;
	z-index: 1001;
}
.img-box:hover {
	cursor: pointer;
}
.modal-overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .70);
	cursor: pointer;
	opacity: 0;
	z-index: -1;
}
.modal-open-bg{
	transition: 200ms;
	opacity: .8;
	z-index: 998;
}
.modal-body {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}
#main .modal-news {
	overflow-y: hidden;
}


@media (max-width: 1040px) {
	.news-img:hover {
		opacity: 1;
		cursor: none;
	}
	.press03 .pdf > div:first-child,
	.press03 .pdf div:last-child {
		display: block;
	}
	.press03 .pdf div:last-child {
		padding: 0 0 0 3%;
	}
}



/*=============================
// 商品ページ調整
==============================*/
#hd_h {
	display: none;
}
#header-block-other .cmn-menu,
#header-block .cmn-menu {
	margin: 15px auto 15px;
}
#header-block-other .cmn-menu h1,
#header-block .cmn-menu h1 {
	line-height: unset;
}

.ft-tel-block .ft-tel-num::before {
	content: none;
}

#main #guide {
	margin-top: 0;
	padding-top: 0;
	font-family: "Yu Gothic Medium", sans-serif;
}

#guide-block #guide,
#guide-block-other #guide {
	font-size: 13px;
}

#item-info {
	font-size: 13px;
}
.comp,
#item-info table {
	margin-top: 20px;
	font-family: "Yu Gothic Medium", sans-serif;
	line-height: 1.3em;
}
.comp tr td,
#item-info table tr td {
	padding: 15px;
	border: 1px solid #999;
}
.comp tr td:first-child,
#item-info table tr td:first-child {
	width: 150px;
}

/* ページトップボタン */
div #pageTop {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: inherit;
	bottom: 52px;
	right: 50px;
	width: 120px;
	height: 34px;
	background: #3d3d3d;
	border-radius: 6px 6px 0 0;
	text-align: center;
	cursor: pointer;
}
div #pageTop p {
	padding-top: 3px;
	line-height: normal;
	font-family: 'Overpass', sans-serif;
	font-size: 12px;
	color: #fff;
}
div #pageTop::before {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: 900;
	color: #fff;
	transition: 200ms;
}
div #pageTop:hover::before{
	padding-bottom: 5px;
	transition: 200ms;
}
div #pageTop:hover {
	opacity: .9;
}


/*--------------------------
// 商品ページ調整 SP
--------------------------*/
body #content {
	margin-top: 0;
}

#header-menu.sp-menu,
#header-menu-other.sp-menu {
	height: 55px;
}
#header-menu.sp-menu h1,
#header-menu-other.sp-menu h1 {
	position: absolute;
	margin: 13px 0 0 23px;
	width: 150px;
}
#header-menu #nav-open,
#header-menu-other #nav-open {
	top: 9px;
	right: 20px;
	width: 35px;
}
#header-menu #nav-open span,
#header-menu #nav-open span::before,
#header-menu #nav-open span::after,
#header-menu-other #nav-open span,
#header-menu-other #nav-open span::before,
#header-menu-other #nav-open span::after {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 25px;
	height: 2px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
	transition: 300ms;
	transform-origin: left;
}
#header-menu #nav-open span::before,
#header-menu-other #nav-open span::before {
	bottom: 9px;
}
#header-menu #nav-open span:after,
#header-menu-other #nav-open span:after {
	bottom: -9px;
}
#header-menu #nav-open.cross span,
#header-menu-other #nav-open.cross span{
	width: 0;
}
#header-menu #nav-open.cross span::before,
#header-menu-other #nav-open.cross span::before{
	left: -9px;
	transform: rotate(45deg);
	transform-origin: top left;
}
#header-menu #nav-open.cross span::after,
#header-menu-other #nav-open.cross span::after{
	left: -9px;
	transform: rotate(-45deg);
	transform-origin: bottom left;
}

#header-menu #sp-menu,
#header-menu-other #sp-menu {
	top: 7px;
	padding-top: 40px;
}
#footer-menu .ft-tel-block p,
#footer-menu-other .ft-tel-block p {
	line-height: 1em;
}
.comp tr td:first-child, #item-info table tr td:first-child {
	width: 20%;
}
.comp tr td, #item-info table tr td {
	padding: 2%;
}


/* ページトップボタン */
@media (max-width: 1040px) {
	div #pageTop {
		position: fixed;
		bottom: 40px;
		right: 25px;
		width: 11vw;
		height: 11vw;
		background: rgba(0,0,0,.3);
		border-radius: 5px;
	}
	div #pageTop p {
		display: none;
	}
	div #pageTop::before {
		content: "\f077";
		font-family: "Font Awesome 5 Free";
		font-size: 4.5vw;
		font-weight: 900;
		color: #fff;
		transition: 200ms;
	}
	div #pageTop:hover::before{
		padding-bottom: 0;
	}
}



/*=============================
// カレンダー
==============================*/
.calbase_rakuten > tbody > tr:nth-child(1) {
	display: none;
}
.calbase_rakuten > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td {
	display: flex;
	font-family: 'Overpass', sans-serif;
}
.calbase_rakuten > tbody > tr:nth-child(2) > td > table > tbody {
	display: flex;
	align-items: flex-end;
}
.calbase_rakuten > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) {
	display: block;
}
.calbase_rakuten > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(2) {
	display: block;
}
.event_rakuten tr:nth-of-type(n + 2) {
	display: none;
}

table.calbase_rakuten {
	background-color: #FFFFFF;
	width: 168px;
	border-collapse: collapse;
	padding: 0px 0px 10px 0px;
}
table.calbase_rakuten * {
	font-size: 98%;
	color: #000000;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
table.calbase_rakuten th {
	text-align: center;
}
th.caltitle_rakuten {
	font-size: 85%;
	padding: 10px 0px 0px 0px;
}
table.calframe_rakuten {
	border-collapse: collapse;
	table-layout: fixed;
	width: 210px;
	font-size: 12px;
}
table.calframe_rakuten:first-of-type {
	margin-right: 30px;
}
table.calframe_rakuten:last-of-type {
	margin-right: 10px;
}
table.calframe_rakuten th {
	text-align: center;
	padding: 0px 0px 3px 0px;
	font-size: 13px;
}
table.calframe_rakuten td {
	padding-top: .5em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 20px;
	text-align: center;
	line-height: 1.3;
}
tr.weektitle_rakuten td {
	background-color: #EEEEEE;
}
td.event1day_rakuten {
	background-color: #FFC6C6 !important;
}
font.event1day_rakuten {
	color: #FFC6C6;
}
td.event2day_rakuten {
	background-color: #B5DAFF !important;
}
font.event2day_rakuten {
	color: #B5DAFF;
}
td.event3day_rakuten {
	background-color: #FEDE93 !important;
}
font.event3day_rakuten {
	color: #FEDE93;
}
table.event_rakuten {
	text-align: left;
	word-break: break-all;
	margin: 10px 0 0;
	border-collapse: collapse;
	line-height: 120%;
	table-layout: fixed;
	width: 148px;
}
table.event_rakuten td {
	padding: 0px 0px 0px 0px;
	font-size: 12px;
}
table.text_rakuten {
	text-align: left;
	word-break: break-all;
	margin: 0px 10px 10px 10px;
	border-collapse: collapse;
	line-height: 120%;
	table-layout: fixed;
	width: 148px;
}


@media (max-width: 1040px) {
	.calbase_rakuten > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) > td {
		display: inline;
	}
	.calbase_rakuten > tbody > tr:nth-child(2) > td > table > tbody {
		display: inline;
		align-items: flex-end;
	}

	table.calbase_rakuten {
		margin: 0 auto;
		width: auto;
	}
	table.calframe_rakuten {
		width: 100%;
		max-width: 250px;
	}
	table.calframe_rakuten:first-of-type {
		margin: 0;
	}
	table.calframe_rakuten:last-of-type {
		margin: 8% 0 0;
	}
	table.calframe_rakuten td {
		padding-top: 0;
		line-height: 1.8em;
	}
	table.event_rakuten {
		width: 99%;
		max-width: 250px;
		text-align: right;
	}
}



/*=============================
// 20191028 吉川愛さん
==============================*/
.special .brand-block {
	margin-bottom: 60px;
}
.special .brand-block::before {
	content: none;
}
.special .brand-block a {
	width: 100%;
}
.special .brand-block a:hover {
	opacity: .8;
}

@media (max-width: 1040px) {
	.special .brand-block {
		margin-bottom: 12%;
	}
}



/*=============================
// 210118 TOPお知らせ
==============================*/
.top-info-box {
	margin: 50px auto;
	border: 2px solid #464646;
}
.top-info-index {
	padding: 10px;
	background: #464646;
	text-align: center;
	color: #fff;
}
.top-info-text {
	padding: 30px 40px;
	line-height: 1.8;
	font-size: 14px;
}
.top-info-text a:hover {
	text-decoration: underline;
}
.top-info-text span {
	font-size: 16px;
}

@media (max-width: 1040px) {
	.top-info-box {
		margin: 0 5% 15%;
	}
	.top-info-index {
		padding: 2%;
		background: #464646;
		font-size: 3.2vw;
		color: #fff;
	}
	.top-info-text {
		padding: 1em;
		line-height: 1.5;
		font-size: 2.8vw;
	}
	.top-info-text span {
		font-size: 3vw;
	}
	.caution-block {
		margin-bottom: 15%;
	}
}



/*----------------------------
220405 instagram
----------------------------*/
#instagram {
	margin: 80px 0 100px;
}
#instagram h2 {
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Overpass', sans-serif;
	font-size: 24px;
	color: #3d3d3d;
}
#instagram i {
	margin-right: 5px;
}
#instagram ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#instagram ul li {
	margin-right: 40px;
	width: 25%;
	font-size: 13px;
	overflow: hidden;
}
#instagram ul li a img {
	transition: 200ms;
}
#instagram ul li:hover a img {
	transform: scale(1.05);
	transition: 200ms;
}
#instagram ul li:nth-child(-n+3) {
	margin-bottom: 40px;
}
#instagram ul li:nth-child(3),
#instagram ul li:nth-child(6) {
	margin-right: 0;
}
#instagram ul li a img {
	width: 100%;
	height: 260px;
	vertical-align: bottom;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
#instagram .more {
	margin-top: 10px;
	padding-right: 90px;
	border: none;
}
#instagram .more a:hover {
	text-decoration: underline;
}


@media (max-width: 1040px) {
	#instagram {
		margin: 15% 0 20%;
	}
	#instagram h2 {
		font-size: 5.2vw;
	}
	#instagram ul {
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 3%;
	}
	#instagram ul li {
		margin-bottom: 4%;
		margin-right: 0;
		width: 48%;
	}
	#instagram ul li:hover a img {
		transform: none;
	}
	#instagram ul li:nth-child(-n+3) {
		margin-bottom: 4%;
	}
	#instagram ul li a {
		display: block;
	}
	#instagram ul li a img {
		object-fit: cover;
		vertical-align: bottom;
		width: 100%;
		height: 45vw;
	}
	#instagram .more {
		margin-top: 0;
		padding-top: 0;
		padding-right: 3%;
	}
}


/*===========================
220502 ecforce
==========================*/
#main {
    margin: 0 auto;
    width: 1200px;
}
#item-info {
	margin: 0 auto;
	width: 900px;
}
.item-info-title {
    background: #E8E8E8;
}

@media (max-width: 1040px) {
	#item-info {
		width: 100%;
	}
}


/*===========================
220506 ecforce
==========================*/
#item-info-limited {
    font-size: 13px;
}
#item-info-limited table tr td:first-child {
    width: 20%;
}
#item-info-limited table tr td {
    padding: 2%;
}

/* LP form */
#show-login-view,
#optin,
#agree {
    transform: scale(1.5);
    margin-right: 15px;
}

/* LP form PC */
h4.landing_form_label_ec {
    background: #d7d1b6;
    color: #151515;
    font-weight: bold;
}
#login-view table.landing_form_ec,
#view-billing-information table.landing_form_ec,
#view-shipping-information table.landing_form_ec,
#view-payment-information table.landing_form_ec,
#container_delivery_schedule_date table.landing_form_ec,
#container_delivery_schedule_time table.landing_form_ec,
#container_scheduled_delivery_dates table.landing_form_ec,
#container_delivery_cycle table.landing_form_ec,
#container_delivery_schedule_by_term table.landing_form_ec {
    border-top: 1px solid #ded8bf;
    border-right: 1px solid #ded8bf;
    border-bottom: 1px solid #ded8bf;
}
#view-credit-card-information table.landing_form_ec,
#container_delivery_schedule_by_term table.landing_form_ec,
#container_delivery_schedule_date table.landing_form_ec,
#container_delivery_schedule_time table.landing_form_ec,
#container_scheduled_delivery_dates table.landing_form_ec {
	border-top: none;
}
table.landing_form_ec th {
    border-bottom: 1px solid #ded8bf;
    border-left: 1px solid #ded8bf;
    background-color: #f3f0e2;
}
table.landing_form_ec td {
    border-bottom: 1px solid #ded8bf;
    border-left: 1px solid #ded8bf;
    background-color: #ffffff;
}

.form_box_label_ec span.form_required_ec {
    background: #ba2d25;
}
input.submit_bottom_ec {
    background: url("https://ec-force.s3.amazonaws.com/cosmecollegecom/uploads/img/cart/btn.png") center no-repeat;
}
input.login_button_ec {
    background: url("https://ec-force.s3.amazonaws.com/cosmecollegecom/uploads/img/cart/login.png") center no-repeat;
}
.optin_view_ec label,
.agreement_view_ec label {
	font-size: 14px;
}
#lp-form .input_card_cvv_ec li {
	margin-left: 30px;
}

/* LP form SP */
h4.landing_form_label_sp_ec {
    background: #d7d1b6;
    color: #151515;
    font-weight: bold;
}
p.form_box_label_sp_ec {
    border-top: 1px solid #ded8bf;
    border-bottom: 1px solid #ded8bf;
    background-color: #f3f0e2;
}
.form_box_label_sp_ec span.form_required_sp_ec {
    background: #ba2d25;
}
input.submit_bottom_sp_ec {
	height: 82px;
    background: url("https://ec-force.s3.amazonaws.com/cosmecollegecom/uploads/img/cart/btn.png") center no-repeat;
    background-size: contain;
}
input.login_button_sp_ec {
	height: 82px;
    background: url("https://ec-force.s3.amazonaws.com/cosmecollegecom/uploads/img/cart/login.png") center no-repeat;
    background-size: contain;
}
.submit_sp_ec {
	margin-bottom: 30px;
}
.agreement_view_sp_ec {
	padding-bottom: 20px;
}








/*----------------------------
20230301 PRODUCT ブランド追加
----------------------------*/
.product-page {
	overflow-y: scroll;
}
.product-page-brand-add {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 20px;
}
.product-page-brand-add .pdt-brand-logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	margin-right: 50px;
	width: 170px;
	height: 85px;
	cursor: pointer;
}
.product-page-brand-add .pdt-brand-logo:nth-of-type(4),
.product-page-brand-add .pdt-brand-logo:nth-of-type(8) {
	margin-right: 0;
}
.product-page-brand-add .pdt-brand-logo:last-of-type {
	margin-right: 0;
}
.product-page-brand-add .pdt-brand-logo .logo-lement {
	width: 110px;
}
.product-page-brand-add .pdt-brand-logo .logo-forfam {
	width: 90px;
}
.product-page-brand-add .pdt-brand-logo .logo-uuuni {
	width: 120px;
}
.product-page-brand-add .pdt-brand-logo .logo-hiritu {
	width: 135px;
}
.product-page-brand-add .pdt-brand-logo .logo-unu {
	width: 95px;
}
.product-page-brand-add .pdt-brand-logo .logo-ss {
	width: 70px;
}
.product-page-brand-add .pdt-brand-logo .logo-raffixia {
	width: 115px;
}
.product-page-brand-add .pdt-brand-logo .logo-mirasoup {
	width: 120px;
}
.product-page-brand-add .all {
	margin-top: 5px;
}
.product-page-brand-add .pdt-brand-logo::after {
	content: none;
	box-sizing: border-box;
}
.product-page-brand-add .pdt-brand-logo:hover::after,
.product-page-brand-add .active::after {
	transform: scale(1);
}
.pdt-brand-line {
	position: absolute;
	background: #979797;
	transition: 300ms;
}
.pdt-brand-line:nth-of-type(1) {
	top: 0;
	left: 0;
	width: 0%;
	height: 1px;
	transform-origin: left;
}
.pdt-brand-line:nth-of-type(2) {
	top: 0;
	right: 0;
	width: 1px;
	height: 0%;
	transform-origin: top;
}
.pdt-brand-line:nth-of-type(3) {
	bottom: 0;
	right: 0;
	width: 0%;
	height: 1px;
	transform-origin: right;
}
.pdt-brand-line:nth-of-type(4) {
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0%;
	transform-origin: bottom;
}
.product-page-brand-add .pdt-brand-logo:hover .pdt-brand-line:nth-of-type(1),
.product-page-brand-add .pdt-brand-logo.active .pdt-brand-line:nth-of-type(1) {
	width: 100%;
	transition: 300ms;
}
.product-page-brand-add .pdt-brand-logo:hover .pdt-brand-line:nth-of-type(2),
.product-page-brand-add .pdt-brand-logo.active .pdt-brand-line:nth-of-type(2) {
	height: 100%;
	transition: 300ms;
}
.product-page-brand-add .pdt-brand-logo:hover .pdt-brand-line:nth-of-type(3),
.product-page-brand-add .pdt-brand-logo.active .pdt-brand-line:nth-of-type(3) {
	width: 100%;
	transition: 300ms;
}
.product-page-brand-add .pdt-brand-logo:hover .pdt-brand-line:nth-of-type(4),
.product-page-brand-add .pdt-brand-logo.active .pdt-brand-line:nth-of-type(4) {
	height: 100%;
	transition: 300ms;
}
/* SP */
@media (max-width: 1040px) {
	.product-page-brand-add {
		margin: 8vw auto 7vw;
	}
	.product-page-brand-add .pdt-brand-logo {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 5vw;
		margin-right: 7vw;
		width: 25vw;
		height: 12vw;
		cursor: pointer;
	}
	.product-page-brand-add .pdt-brand-logo:nth-of-type(3n) {
		margin-right: 0;
	}
	.product-page-brand-add .pdt-brand-logo:nth-of-type(4) {
		margin-right: 7vw;
	}
	.product-page-brand-add .pdt-brand-logo:nth-of-type(n+7) {
		margin-bottom: 0;
	}
	#product-page .logo-hiritu,
	#product-page .logo-raffixia,
	#product-page .logo-mirasoup {
		width: 19vw;
	}
	#product-page .logo-unu {
		width: 16vw;
	}
	#product-page .logo-ss {
		width: 10vw;
	}
	#product ul li .pdt-name.align-left {
		text-align: left;
	}
	#product ul li .pdt-name.pdt-name-kana {
		padding: 0 .5vw;
		font-size: 2.5vw;
	}
}



/*----------------------------
20230630 INSTAGRAM 追加
----------------------------*/
#instagram ul {
	margin-bottom: 100px;
}
#instagram ul:last-of-type {
	margin-bottom: 0;
}
/* SP */
@media (max-width: 1040px) {
	#instagram ul {
		margin-bottom: 13vw;
	}
	#instagram ul li {
		width: 30vw;
	}
	#instagram ul li a img {
		height: 30vw;
	}
}