@charset "utf-8";

/*setting*/

html {
	font-size: 1px;
}

@media (max-width: 1000px) {
	html {
		font-size: .133vw;
		font-size: .103vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: .134vw
		
	}
}

body {
	font-family: "Helvetica Neue" , Helvetica ,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	font-feature-settings: "palt";
	line-height: 1;
	color: #000000;
	word-break: break-all;
	word-wrap: anywhere;
}
.latin {
	font-family: 'Pinyon Script', cursive;
	font-weight: bold;
}
.tks-theme-com-simple-page__footer {
	border-top: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
a img {
	transition: opacity 0.3s ease-out;
}
a img:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
footer {
	background-color: #fff;
	position: relative;
	z-index: 1
}
.sp {
	display: none;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.wrap {
	position: relative;
	margin: 0 auto;
	width: 88%;
	max-width: 1000rem;
}
.wrapper {
	position: relative;
	overflow: hidden;
	background-color: #f1acc9;
	background: url(/base/pc/store/special/newlife/2025/img/base-bg-2.png) no-repeat ;
	background-size: 100% auto;
	background-color: rgba(241,172,201,.5);
}

@media (max-width: 768px) {
	.wrapper {
		background-image: url(/base/pc/store/special/newlife/2025/img/base-bg-sp-2.png) ;
	}
}
.clearfix::after {
	content: "";
	display: table;
	height: 1px;
	clear: both;
}
.baskerville {
  font-family: "Libre Baskerville", serif;
}

@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;

	}
}
.wrapper > header {
	background-color: #fff;
}
.main {
	position: relative;
}
.ac-box {
	display: none;
}
.ac-banner {
	cursor: pointer;
}
.click-change .on-img {
	display: none;
}
.click-change.on .off-img {
	display: none;
}
.click-change.on .on-img {
	display: block;
}
.main img {
	width: 100%;
	height: auto;
}
.page-top {
	position: fixed;
	bottom: 20rem;
	right: 20rem;
	width: 45rem;
	z-index: 12;
}
.logo-block {
	padding: 62rem 0 50rem;
	background: transparent !important;
}
.event-logo {
	margin: 0 auto;
	width: 90%;
	max-width: 798rem;
}
.event-logo img {
	width: 100%;
	height: auto;
}
.intro {
	position: relative;
	padding-bottom: 45rem;
}
.intro .image {
	position: relative;
	z-index: 2;
	width: 70%;
}
.intro .texts {
	position: absolute;
	z-index: 3;
	top: 60rem;
	right: 0;
	width: 35%;
	min-width: 400rem;
	background-color: #fff;
	padding: 25rem 50rem 30rem;
	box-sizing: border-box;
}
.intro .text01 ,
.intro .text02 {
	text-align: center;
}
.intro .text01 span,
.intro .text02 span {
	display: inline-block;
	text-align: left;
	line-height: 1.9;
	max-width: 430rem;
}
.intro .text01 {
	font-size: 30rem;
	line-height: 1.5;
	color: #f19ec2;
	padding-bottom: 18rem;
	font-weight: bold;
}
.intro .text02 {
	font-size: 17rem;
	line-height: 1.8;
	font-weight: bold;
}
.page-navi {
	position: relative;
	padding-bottom: 44rem;
	margin-bottom: 54rem;
}
.page-navi .list {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 800rem;
}
.page-navi .list li {
	width: 32%;
	position: relative;
	margin-bottom: 20rem;
}
.page-navi .texts {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 35rem;
	background-color: rgba(241,172,201,.5);
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}

.page-navi .text01 {
	font-size: 25rem;
	font-weight: bold;
	padding-bottom: 7rem;
}
.page-navi .text02 {
	font-size: 15rem;
	line-height: 1.3;
	font-weight: bold;
}
.page-navi .list li:nth-child(2n)  .texts {
	background-color: rgba(242,142,32,.5);
}
.page-navi .list li:nth-child(2)  .texts {
	padding: 25rem;
}


.sections {
	background-color: #fff;
	border-radius: 15rem;
	margin: 0 35rem 35rem;
	margin: 0 auto 35rem;
	box-sizing: border-box;
	padding: 55rem 25rem 45rem;
	max-width: 900rem;
	width: 94%;
}
.sections .section-header {
	padding-bottom: 48rem;
}
.sections .section-title {
	text-align: center;
	padding-bottom: 41rem;
	font-size: 42rem;
	color: #f19ec2;
}
.sections .section-title span {
	display: inline-block;
	padding: 0 30rem 4rem;
	position: relative;
	font-weight: bold;
}
.sections .section-title span::before,
.sections .section-title span::after {
	content: "";
	position: absolute;
	display: block;
	background-color: #f19ec2;
}
.sections .section-title span::before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}
.sections .section-title span::after {
	left: 20rem;
	bottom: -10rem;
	width: 1px;
	height: 20rem;
}
.sections .section-header .lead01 {
	font-size: 29rem;
	line-height: 1.3;
	padding-bottom: 32rem;
	text-align: center;
	font-weight: bold;
}
.sections .section-header .lead02 {
	font-size: 19rem;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
}
.sections .section-header .lead02 span {
	display: inline-block;
	text-align: left;
	line-height: 1.9;
	max-width: 570rem;
}
.section04 .section-header .lead02 span {
	max-width: 450rem;
}
.section05 .section-header .lead02 span {
	max-width: 450rem;
}
.section07 .section-header .lead02 span {
	max-width: 450rem;
}
.sections .big-flex {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60rem;
	align-items: start;
}
.sections .big-flex .image {
	width: 64%;
}
.sections .big-flex .texts {
	width: 34%;
}
.sections  .name {
	font-size: 26rem;
	line-height: 1.3;
	padding-bottom: 6rem;
	font-weight: bold;
}
.sections  .text {
	font-size: 14rem;
	line-height: 1.45;
}
.sections  .text + .text {
	padding-top: 17rem;
}
.sections  .mt30 {
	margin-top: 30rem;
}
.sections .big-flex .list + .list {
	padding-top: 36rem;
}
.sections .flex-box {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 780rem;
}
.sections .flex-box.center-sub {
	align-items: center;
}
.sections .flex-box + .flex-box {
	padding-top: 80rem;
}
.sections .flex-box > .image,
.sections .flex-box > .texts {
	width: 46%;
}
.sections .flex-box li {
	width: 46%;
}
.sections .flex-box li .list + .list  {
	padding-top: 20rem;
}
.sections .flex-box li .image {
	margin-bottom: 30rem;
}
.link {
	padding-top: 20rem;
}
.link a {
	display: block;
	max-width: 230rem;
	padding: 5rem 0;
	position: relative;
	text-align: center;
	font-size: 16rem;
	border: 1px solid #000;
}
.link a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20rem;
	width: 8rem;
	height: 8rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.sections .lest-link {
	padding-top: 40rem;
	text-align: center;
}
.sections .lest-link a {
	display: inline-block;
	margin:  0 auto;
	border-radius: 12rem;
	background-color: #fca1be;
	color: #fff;
	font-size: 18rem;
	position: relative;
	padding: 10rem 30rem 10rem 20rem;
}
.sections .lest-link a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 17rem;
	width: 8rem;
	height: 8rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sections .big-image {
	margin-bottom: 45rem;
}
.sections .section-lead01 {
	text-align: center;
	font-weight: bold;
	font-size: 24rem;
	line-height: 1.3;
	padding-bottom: 55rem;
}
.sections .max670 {
	max-width: 670rem;
}
.sections .section-lead02 {
	padding-top: 60rem;
	text-align: center;
	font-size: 66rem;
	line-height: 1.3;
	padding-bottom: 15rem;
	color: #fca1be;
}
.sections .section-lead03 {
	text-align: center;
	font-size: 24rem;
	line-height: 1.3;
	font-weight: bold;
	padding-bottom: 66rem;
}

.main .in-img {
	width: 94rem;
}
.sections .image {
	position: relative;
}
.sections .big-flex .image .sub {
	position: absolute;
	bottom: 30rem;
	left: 100%;
	margin-left: 30rem;
}
.sections .section-lead {
	padding: 50rem 0 40rem;
	text-align: center;
	font-size: 66rem;
	line-height: 1.3;
	color: #fca1be;
}
.section04 .big-flex .image .sub {
	width: 200rem;
	bottom: -10rem;
}
.sections .flex-box li:nth-child(n+3)  {
	padding-top: 50rem;
}

.sections .big-flex.bf02 {
	padding-top: 66rem;
	align-items: center;
}
.sections .big-flex.bf02 .image {
	order: 2;
}
.sections .big-flex.bf02 .texts {
	order: 0;
}
.section06 .ac-banner {
	padding: 85rem 0;
}
.section06 .big-flex .image .sub {
	margin-left: 20rem;
	width: 225rem;
	bottom: 10rem;
}
.main {
	padding-bottom: 120rem;
}
.section07 .banner {
	padding: 60rem 0 50rem;
}
.section07 .shops {
	padding-bottom: 40rem;
}
.section07 .shops .title {
	font-size: 21rem;
	line-height: 1.5;
	color: #ea69a4;
	font-weight: bold;
	padding-bottom: 40rem;
	text-align: center;
}
.section07 .shops li:nth-child(n+3) {
	padding-top: 30rem;
}
.section07 .shops li a {
	display: block;
	border: 1px solid #f173ac;
	font-size: 20rem;
	padding: 19rem 15rem 16rem;
	position: relative;
	font-weight: bold;
}
.section07 .shops li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 17rem;
	width: 8rem;
	height: 8rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.section07 .online {
	margin-top: 80rem;
	margin-bottom: 80rem;
	background-color: #f0acc9;
	padding: 68rem 90rem 70rem;
	position: relative;
}

.section07 .online::before {
	content: "";
	position: absolute;
	top: 30rem;
	left: 30rem;
	bottom: 30rem;
	right: 30rem;
	border: 1px solid #fff;
}
.section07 .online .title {
	text-align: center;
	font-size: 18rem;
	line-height: 1.3;
	padding-bottom: 28rem;
	font-weight: bold;
}
.section07 .online .mini {
	text-align: center;
	font-size: 17rem;
	line-height: 1.3;
	padding-bottom: 12rem;
}
@media (max-width: 768px) {
	.section07 .online .mini {
		padding-top: 22rem;
		padding-bottom: 5rem;
		font-size: 22rem;
	}
}
.section07 .online li {
	padding-bottom: 20rem;
}
.section07 .page-annotation {
	font-size: 15rem;
	line-height: 1.8;
	margin: 0 auto;
	width: 80%;
}

.section07 .online .inner {
	position: relative;
	z-index: 2;
}

.coming-link {
	display: block;
	position: relative;
}
.coming-link:after {
	content: "";
	position: absolute;
	display: block;
	width: 85rem;
	height: 85rem;
	background: url(/base/pc/store/special/newlife/2025/img/coming.svg) no-repeat center;
	background-size: 85rem 85rem;
	top: 50%;
	left: 24rem;
	transform: translateY(-50%);
}

@media (max-width: 768px) {
	.coming-link:after {
		width: 70rem;
		height: 70rem;
		background-size: 70rem 70rem;
		top: 10%;
		left: 0;
		transform: translate(-50%,-50%);
	}
}

.click-change .imgs {
	position: relative;
}

.click-change .imgs:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	width: 20rem;
	height: 20rem;
}

.click-change .off-img:after {
	right: 15rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.click-change .on-img:after {
	left: 15rem;
	transform: translateY(-50%) rotate(45deg);
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
.swipe-img {
	position: relative;
	overflow: auto;
	width: 100vw;
}

.swipe-img:before,
.swipe-img:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	width: 20rem;
	height: 20rem;
}

.swipe-img:before {
	right: 35rem;
	transform: translateY(-50%) rotate(-45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.swipe-img:after {
	left: 35rem;
	transform: translateY(-50%) rotate(45deg);
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

.swipe-img .in-box {
	width: 200vw;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.swipe-img .in-box img {
	width: 100vw;
}

.web::after {
	content: "WEB";
	display: inline-block;
	line-height: 1;
	padding: 4rem 9rem 2rem;
	margin: 0 4rem 0 ;
	transform: translateY(-1rem);
	color: #c00;
	border: 1px solid #c00;
	border-radius: 30rem;
}
.fashion::after {
	content: "FASHION SQUERE";
	display: inline-block;
	line-height: 1;
	padding: 4rem 9rem 2rem;
	margin: 0 4rem 0 ;
	transform: translateY(-1rem);
	color: #000;
	border: 1px solid #000;
}
























@media (max-width: 768px) {

	.page-top {
		width: 90rem;
	}
	.logo-block {
		padding: 20rem 0 50rem;
	}
	.event-logo {
		width: 84%;
	}
	.intro {
		padding-bottom: 58rem;
	}
	.intro::before {
		top: auto;
		bottom: 0;
		height: 25%;
	}
	.intro .texts {
		position: relative;
		margin-top: -100rem;
		top: 0rem;
		right: 0;
		margin-left: 20%;
		width: 80%;
		padding: 50rem 30rem 50rem;
	}
	.intro .image {
    width: 100%;
	}
	.intro .text01 span,
	.intro .text02 span {
		max-width: auto;
		max-width: inherit;
	}
	.intro .text01 {
		font-size: 56rem;
		line-height: 1.7;
		padding-bottom: 40rem;
	}
	.intro .text02 {
		font-size: 30rem;
		line-height: 1.9;
	}
	.page-navi {
		padding-bottom: 20rem;
		margin-bottom: 0rem;
	}
	.page-navi .list {
		width: auto;
		margin-left: -40rem;
		margin-right: -40rem;
	}
	.page-navi::before  {
		height: 55%;
		top: 0;
		bottom: auto;
		left: 0;
		background-color: #dbdcdb;
	}
	.page-navi .list li {
		width: 48%;
		margin-bottom: 35rem;
	}
	.page-navi .texts {
		position: absolute;
		left: 0;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		padding: 35rem 0;
		background-color: rgba(241,172,201,.5);
		box-sizing: border-box;
		text-align: center;
		color: #fff;
	}
	
	.page-navi .text01 {
		font-size: 37rem;
		font-weight: bold;
		padding-bottom: 7rem;
	}
	.page-navi .text02 {
		font-size: 23rem;
		line-height: 1.3;
	}
	.page-navi .list li:nth-child(2n)  .texts {
		background-color: rgba(241,172,201,.5);
	}
	.page-navi .list li.sp-color02  .texts {
		background-color: rgba(242,142,32,.5);
	}
	.page-navi .list li:nth-child(2)  .texts {
		padding: 25rem 0;
	}
	
	
	.sections {
		border-radius: 15rem;
		margin: 0 35rem 35rem;
		padding: 65rem 40rem 50rem;
		width: auto;
	}
	.sections .section-header {
		padding-bottom: 73rem;
	}
	.sections .section-title {
		padding-bottom: 73rem;
		font-size: 62rem;
	}
	.sections .section-title span {
		padding: 0 40rem 4rem;
	}
	.sections .section-title span::before {
		width: 100%;
	}
	.sections .section-title span::after {
		left: 20rem;
		bottom: -15rem;
		height: 30rem;
	}
	.sections .section-header .lead01 {
		font-size: 43rem;
		line-height: 1.3;
		padding-bottom: 53rem;
	}
	.sections .section-header .lead02 {
		font-size: 28.5rem;
		line-height: 1.9;
	}
	.sections .section-header .lead02 br {
		display: none;
	}
	.sections .section-header .lead02 span {
		display: inline-block;
		text-align: left;
		line-height: 1.9;
		max-width: 570rem;
	}
	.sections .big-flex {
		display: block;
		justify-content: space-between;
		padding-bottom: 60rem;
		align-items: start;
	}
	.sp-big-img {
		margin-left: -75rem;
		margin-right: -75rem;
	}
	.sections .big-flex .image {
		width: auto;
		padding-bottom: 30rem;
	}
	.sections .big-flex .texts {
		width: auto;
	}
	.sections  .name {
		font-size: 52rem;
		padding-bottom: 6rem;
		font-weight: bold;
	}
	.sections  .text {
		font-size: 28rem;
		line-height: 1.45;
	}
	.sections  .text + .text {
		padding-top: 47rem;
	}
	.sections  .mt30 {
		margin-top: 50rem;
	}
	.sections .big-flex .list + .list {
		padding-top: 36rem;
	}
	.sections .flex-box {
		display: block;
		margin: 0 auto;
	}
	.sections .flex-box + .flex-box {
		padding-top: 80rem;
	}
	.sections .flex-box > .image {
		padding-bottom: 40rem;
	}
	.sections .flex-box > .image,
	.sections .flex-box > .texts {
		width: auto;
	}
	.sections .flex-box li {
		width: auto;
	}
	.sections .flex-box li + li {
		padding-top: 80rem;
	}
	.sections .flex-box li .list + .list  {
		padding-top: 70rem;
	}
	.sections .flex-box li .image {
		margin-bottom: 40rem;
	}
	.link {
		padding-top: 30rem;
	}
	.link a {
		max-width: auto;
		max-width: inherit;
		padding: 15rem 0;
		font-size: 35rem;
	}
	.link a::after {
		right: 20rem;
		width: 14rem;
		height: 14rem;
	}
	.sections .lest-link {
		padding-top: 50rem;
	}
	.sections .lest-link a {
		border-radius: 12rem;
		font-size: 31rem;
		padding: 20rem 50rem 20rem 40rem;
	}
	.sections .lest-link a::after {
		right: 17rem;
		width: 14rem;
		height: 14rem;
	}
	.sections .big-image {
		margin-bottom: 45rem;
	}
	.sections .section-lead01 {
		font-size: 35rem;
		padding-bottom: 70rem;
		line-height: 1.6;
	}
	.sections .section-lead02 {
		padding-top: 60rem;
		font-size: 98rem;
		line-height: 1.4;
		padding-bottom: 70rem;
	}
	.sections .section-lead03 {
		font-size: 35rem;
		line-height: 1.7;
		padding-bottom: 70rem;
	}
	
	.main .in-img {
		width: 164rem;
		/*margin-bottom: 20rem;*/
	}
	.sections .image {
		position: relative;
	}
	.sections .big-flex .image .sub {
		display: none;
	}
	.sections .section-lead {
		padding: 50rem 0 40rem;
		font-size: 76rem;
		line-height: 1.3;
	}
	.section04 .big-flex .image .sub {
		width: 200rem;
		bottom: -10rem;
	}
	.sections .flex-box li:nth-child(n+3)  {
		padding-top: 50rem;
	}
	
	.sections .big-flex.bf02 {
		padding-top: 66rem;
		align-items: center;
	}
	.section07 .section-title {
		text-align: left;
		padding-bottom: 30rem;
		line-height: 1.5;
		font-size: 62rem;
	}
	.section06 .ac-banner {
		padding: 85rem 0;
	}
	.main {
		padding-bottom: 120rem;
	}
	.section07 .banner {
		padding: 60rem 0 50rem;
	}
	.section07 .shops {
		padding-bottom: 40rem;
	}
	.section07 .shops .title {
		font-size: 36rem;
		line-height: 1.5;
		padding-bottom: 40rem;
	}
	.section07 .shops li {
		padding-top: 0rem !important;
		padding-bottom: 25rem !important;
	}
	.section07 .shops li a {
		font-size: 30rem;
		padding: 22rem 35rem;
	}
	.section07 .shops li a::after {
		right: 17rem;
		width: 16rem;
		height: 16rem;
	}
	
	.section07 .online {
		padding: 68rem 90rem 70rem;
	}
	
	.section07 .online::before {
		top: 30rem;
		left: 30rem;
		bottom: 30rem;
		right: 30rem;
	}
	.section07 .online .title {
		font-size: 37rem;
		line-height: 1.6;
		padding: 30rem 40rem 8rem;
		background-color: #fff;
	}
	.section07 .online li {
		padding-bottom: 20rem;
	}
	.section07 .page-annotation {
		font-size: 26rem;
		line-height: 1.8;
		width: auto;
	}



}