*{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body { margin: 0; }

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h1, h2 {
	text-align: center;
}

h3 {
	margin: 5px 0;
	font-size: 1.2rem;
}

img {
	width: 100%;
	display: block;
}

.img-box img {
	width: 100%;
	display: block;
}

header .main_menu li a,
header .share_menu li a {
	padding: 0 24px;
}

main {
}

a.linkbtn {
	margin: 10px 0 0;
	padding: 6px 30px;
	color: #353535;
	border: 2px solid #e5e5e1;
	background-color: #fff;
	display: inline-block;
	position: relative;
}
a.linkbtn:before {
	background: url(../../../img/icon/icon_arrow_bl_r.png) no-repeat left center;
	content: "";
	height: 10px;
	padding-right: 12px;
	background-size: contain;
	display: inline-block;
}

#bt_to_top {
	display: none;
	width: 50px;
	height: 50px;
	background: url(../../../img/icon/icon_totop_2x.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: 90px;
	bottom: 30px;
	z-index: 1;
}

section {
	color: #fff;
	background-color: #ea5456;
	position: relative;
}

section h2 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 2.2rem;
	line-height: 3;
	background-color: transparent;
	display: flex;
	justify-content: center;
	position: absolute;
	top: -100px;
}
section h2 span {
	width: 45%;
	min-width: 500px;
	color: #fff;
	background-color: #ea5456;
}

section:nth-child(2n),
section:nth-child(2n) h2 span {
	color: #353535;
	background-color: #fbfbfb;
}
/*section:nth-child(2n) h2.reversal span {
	color: #353535;
	background-color: #fff;
}*/

.pos-r { position:relative; }
.pos-a { position:absolute; }


.flex {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
/*.flex::before{
  content:"";
  display: block;
  width:30%;
  order:1;
}*/
.bold {
	font-weight: 700;
}

.center {
	margin: 40px 0;
	text-align: center;
}

.link-underbar {
	color: #fff;
	position: relative;
}

.link-underbar::before {
	content: "- ";
}

.link-underbar::after {
	display: block;
	content: '';
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	background: #fff;
	transition: 0.3s ease;
	transform: translateX(-50%);
}

.link-underbar:hover {
	transition: 0.3s ease;
}

.link-underbar:hover::after {
	width: 100%;
	transition: 0.3s ease;
}

section:nth-child(2n) .link-underbar {
	color: #353535;
}

section:nth-child(2n) .link-underbar::after {
	background-color: #999;
}




.side-left,
.side-right {
	color: EA5457;
	position: fixed;
	writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
}
.side-left {
	top: calc(50vh - 100px);
	left: 25px;
}
.side-left div {
	margin-bottom: 10px;
}
.side-right {
	font-size: 0.8rem;
	top: calc(50vh - 200px);
	right: 25px;
}



.main-content-wrapper {
	width: calc(100% - 140px);
	margin: 70px auto 0;
}

.sec1000 {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 200px;
	/*fbfbfb いい感じグレー*/
}

.kv {
	width: 100%;
	height: calc(100vh - 140px);
	background-color: transparent;
	position: relative;
}

.kv::before {
	content: "";
	position: fixed;
	top: 70px;
	left: 70px;
	width: calc(100% - 140px);
	height: calc(100% - 140px);
	z-index: -1;
	background-image: url("../../img/kanshasai20250214/kv_pc.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ea5456;
}

.index {
	font-size: 0.8rem;
	position: fixed;
	left: 10%;
	bottom: 160px;
}

.index li {
	margin-bottom: 10px;
}









/* ここからコンテンツ */
#declaration {
	font-weight: 600;
}
#declaration .sec1000 {
	width: 70%;
	padding: 100px 0 200px;
	line-height: 2.4;
	letter-spacing: 0.1rem;
}


.message {
	margin: 0 auto 60px;
	display: inline-block;
}

.message span {
	padding: 12px;
	/*color: #fff;*/
	font-size: 1.0rem;
	line-height: 2.8;
	/*background-color: #ea5456;*/
}




#theme {
  margin-top: 200px;
}

#theme h1 {
	margin-top: 0;
}

#theme .title {
	margin: 100px 0 10px;
	font-size: 1.4rem;
	text-align: center;
}

#theme .info {
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 4;
}
#theme .info span {
	font-size: 1.4rem;
}

.stores {
	justify-content: space-between;
	align-items: flex-start;
}

.stores li {
	margin: 5px 0;
}

.brand {
	margin: 120px 0 80px;
}

.brand li {
	margin: 0 0 15px;
	padding: 10px;
	border: 1px solid #353535;
	background-color: #fff;
}

.brand li .img-box {
	width: calc(33% - 20px);
}
.brand li .title-area {
	width: calc(67% - 20px);
}

.brand a {
	/*color: #fff;*/
}

.brand li {
	color: #353535;
}

.brand li h3 {
	font-size: 1.0rem;
	/*left: 10px;*/
}
.brand li p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.8;
	/*right: 10px;*/
}
.brand li .text {
	margin: 10px 0 0;
	font-size: 0.8rem;
}


#limited form {
	width: 50%;
	margin: 0;
}
#special form {
	margin: 10px 0 8px;
}
.goods_btn_cart .add_cart_interface_button {
	background: url(../../../../portal-ec/img/cart_icon_wh.png) no-repeat;
	background-color: #333;
	background-size: 30px;
	background-position: 35px 9px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Noto Sans Japanese', "Helvetica Neue", Helvetica, "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 700;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 40px;
}
#special .goods_btn_cart .add_cart_interface_button {
	background-size: 25px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}



#limited li {
	margin-bottom: 30px;
	color: #353535;
	border: 1px solid #fff;
	background-color: #fff;
}

#limited li a.btn {
	width: calc(49% - 6px);
	margin: 16px 0;
	color: #353535;
  font-family: 'Noto Sans Japanese', "Helvetica Neue", Helvetica, "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  text-align: center;
	line-height: 44px;
	border: 3px solid #ccc;
	display: block;
}

#special li a {
	color: #353535;
  font-family: 'Noto Sans Japanese', "Helvetica Neue", Helvetica, "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
	line-height: 34px;
	border: 2px solid #ccc;
	display: block;
}



#limited .img-box {
	width: 33%;
}
#limited .img-box .pos-a {
	padding-right: 5px;
	font-size: 0.7rem;
	right: 0;
	bottom: 0;
}
#limited .text-area {
	width: calc(67% - 70px);
	padding: 20px 35px;
}
#limited .rabel {
	font-size: 1.0rem;
	border-bottom: 3px solid #ea5456;
	display: inline-block;
}
#limited .text-area h4 {
	margin: 15px 0 10px;
	font-size: 0.9rem;
}
#limited .text-area .text {
	font-size: 0.9rem;
}
#limited .text-area .text span,
#special .text span {
	font-size: 0.6rem;
}



#campaign .sec1000:first-of-type {
	padding-bottom: 40px;
}
#campaign h3 {
	margin: 0 0 40px;
	font-size: 1.6rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#campaign h3:before, #campaign h3:after {
	border-top: 1px solid #353535;
	content: "";
	width: 3em; /* 線の長さ */
}
#campaign h3:before {
	margin-right: 1em; /* 文字の右隣 */
}
#campaign h3:after {
	margin-left: 1em; /* 文字の左隣 */
}


#campaign .flex {
	justify-content: space-evenly;
}

#campaign .flex p {
	width: calc(100% - 200px);
}

.logo_V-POINT {
	width: 85px;
}

#campaign ul {
	margin-top: 50px;
}

#campaign .title,
#campaign .main {
	text-align: center;
}
#campaign .title {
	font-size: 1.4rem;
}
#campaign .main {
	font-size: 1.8rem;
}
#campaign .detail {
	margin: 20px 0 40px;
}

#campaign .sns .flex {
	justify-content: space-between;
}

.sns .img-box {
	width: 35%;
}
.sns .text-area {
	width: 60%;
	text-align: left;
}




#stores .sec1000 {
	padding-bottom: 80px;
}
#stores h3 {
	margin: 0 0 40px;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.1rem;
}


.portal_footer_TSUTAYA {
	display: none;
}

#footer {
	background-color: #e5e5e1;
}
#footer footer {
	width: 1000px;
	margin: 0 auto;
}

#footer .footer_menu {
	padding: 50px 0;
}

#footer .footer_menu ul {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-evenly;
}

#footer .footer_menu ul a,
#footer .footer_menu ul li {
	color: #353535;
	font-size: 0.8rem;
}

#footer .menu_copyright {
	color: #353535;
	font-size: 0.8rem;
	text-align: center;
}







@media screen and (min-width: 769px) {
	.hide_pc { display: none; }
	.hide_sp { display: block; }

	#bt_to_top:hover {
	background-image: url(../../../img/icon/icon_totop_ah_2x.png);
	}

	#theme h1 {
		font-size: 2.3rem;
	}

	#limited .rabel.hide_pc { display: none; }
	#limited .rabel.hide_sp { display: block; }

	#limited .text-area .title {
		border-bottom: 3px solid #ea5456;
	}
	#limited .text-area .title h3 {
		font-size: 1.2rem;
	}
	#limited .text-area .title p {
		margin: 0;
	}

}

@media screen and (max-width: 768px) {
	.hide_pc { display: block!important; }
	.hide_sp { display: none!important; }

	body { overflow-x:hidden; }

	a.linkbtn {
		padding: 4px 20px;
	}

	#bt_to_top {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 20px;
	}

	section {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}

	section h2 {
		font-size: 1.6rem;
		line-height: 2.5;
		top: -60px;
	}
	section h2 span {
		width: 85%;
		min-width: 0px;
	}

	.sec1000 {
		width: 84%;/*100% calc(100% - 60px)*/
		padding: 30px 0 100px;
	}



	.side-left {
		font-size: 0.8rem;
		top: calc(50vh - 45px);
		left: 7px;
		z-index: 99;
		mix-blend-mode: multiply;
	}
	.side-left img {
		width: 15px;
	}
	.side-right {
		font-size: 0.6rem;
		top: calc(50vh - 154px);
		right: 7px;
		z-index: 99;
		mix-blend-mode: multiply;
	}

	.main-content-wrapper {
	width: calc(100% - 60px);/*100%*/
	margin: 0 auto 0;
	}

	.bgLRextendKV::before {
		width: 100%;/*85%*/
		height: calc(100vh - 60px);
		left: 0;/*7.5%*/
	}

	.kv {
		width: 100%;/*calc(100% - 60px)*/
		height: calc(100% - 60px);
		margin: 30px auto 0;
	}

	.kv::before {
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);/*100%*/
	height: calc(100% - 60px);
	background-image: url("../../img/kanshasai20250214/kv_sp.svg");
  }

  .index {
	font-size: 0.6rem;
	left: 15%;
	bottom: 120px;
  }


	.message span {
		padding: 6px;
		font-size: 0.7rem;
		line-height: 2.2;
	}
	#theme .info {
		font-size: 1.6rem;
		letter-spacing: 2px;
	}
	#theme .info span {
		font-size: 0.8rem;
	}

	.bland li {
		flex-direction: column;
	}
	.brand li .img-box,
	.brand li .title-area {
		width: 100%;
	}

	.stores {
		font-size: 0.6rem;
	}
	.stores ul {
		width: 50%;
	}

	.goods_btn_cart .add_cart_interface_button {
		margin-top: 15px;
	}

	#limited li {
		width: 100%;
		margin: 0 auto 30px;
		position: relative;
	}

	#limited li a.btn,
	#limited form {
		width: 100%;
		margin: 3px 0;
		font-size: 0.9rem;
	}
	#limited li a.btn {
		height: 34px;
		line-height: 34px;
	}
	form p {
		margin-bottom: 0!important;
	}
	#limited .mt0 {
		margin-top: 0;
	}

	#limited .rabel {
		padding-bottom: 8px;
		/*border-bottom: 0;
		border-right: 3px solid #ea5456;*/
		position: absolute;
		top: 8px;
		left: 2px;
		/*transform: rotate( 90deg );*/
		-webkit-writing-mode: vertical-rl;
		-moz-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-ms-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	#limited .flex {
		justify-content: flex-end;
	}
	#limited .img-box {
		width: 90%;
	}
	#limited .text-area {
		width: calc(90% - 10px);
		padding: 0 10px 10px 0;
	}
	#limited .text-area h3 { font-size: 1.0rem }
	#limited .text-area p { margin: 0 0 10px; }
	#limited .text-area .text { font-size: 0.8rem }

	#special .center .link-underbar,
	#limited .center .link-underbar {
		font-size: 0.85rem;
	}



	#special .img-box {
		margin-bottom: 8px;
	}
	#special li .title-area h3 {
		margin: 0 0 5px;
		font-size: 0.8rem;
	}
	#special li .title-area p {
		margin: 0 0 5px;
		font-size: 0.7rem;
	}
	#special li .text {
		margin: 5px 0 0;
		font-size: 0.6rem;
	}
	#special .goods_btn_cart .add_cart_interface_button {
		margin-top: 0;
		background-size: 22px;
		background-position: 17px 8px;
	}

	#limited .text-area h3 {
		width: 100%;
	}
	#limited .text-area h4 {
		font-size: 0.8rem;
	}



	.goods_btn_cart .add_cart_interface_button {
		font-size: 0.9rem;
	}
	.goods_btn_cart .add_cart_interface_button {
		height: 40px;
		background-size: 22px;
		line-height: 40px;
	}

	#campaign h3,
	#campaign .title {
		font-size: 1.2rem;
	}
	#campaign .main {
		font-size: 1.4rem;
	}
	#campaign h3:before, #campaign h3:after {
		width: 1em;
	}
	#campaign .flex {
		justify-content: space-between;
		align-items: flex-start;
	}
	.logo_V-POINT {
		width: 50px;
	}
	#campaign .flex p {
		width: 80%;
		margin: 0;
		font-size: 0.8rem;
	}
	#campaign ul { margin-top:25px; }
	#campaign .detail {
		margin: 10px 0 20px;
		font-size: 0.7rem;
	}
	#campaign .text {
		font-size: 0.8rem;
	}

	.sns .img-box,
	.sns .text-area {
		width: 100%;
	}
	.sns .text-area {
		margin-top: 20px;
	}




	#stores h3 {
		font-size: 1.0rem;
	}
	#stores .pc_order_1 { order:1; }
	#stores .pc_order_2 { order:3; }
	#stores .pc_order_3 { order:2; }
	#stores .pc_order_4 { order:4; }

	#footer footer {
		width: 100%;
	}
	#footer .footer_menu {
		padding: 20px 0;
	}
	#footer .footer_menu ul {
		margin-bottom: 10px;
		padding: 0 10px;
		flex-wrap: wrap;
	}
	#footer .footer_menu ul li {
	}
	#footer .footer_menu ul a,
	#footer .menu_copyright {
		font-size: 0.6rem;
	}

	#theme .coupon {
	top: -275px;
	left: 20px;
	}
	.coupon h4 {
		font-size: 0.65rem;
	}
	.coupon .seal {
		font-size: 0.5rem;
	}
	#onlinestore {
		padding-bottom: 60px;
	}
	#onlinestore .coupon {
	}

	.modal-header h2 {
		font-size: 1.2rem;
	}
	.modal-content {
		width: 80%;
	}
}



