﻿@charset "UTF-8";
:root {
	--mainColor: #316199;
	--subColor: #FFFCDD;
}

/* CSS Document */
body{
	background: #fff;
}
ul {
	margin: 0;
	padding: 0;
}
#event-contents-wrapper{
	width: auto;
}
#StyleT-list-wrapper{
	width: 1000px;
	margin: 0 auto;
}

#lp_contents img {
	max-width: 100%;
	vertical-align: bottom;
}
#lp_contents h1 {
	position: relative;
	top: auto;
	z-index: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
.lp_contents_wrap{
	padding: 0 0 50px;
	margin: 0 0 50px;
	font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "Helvetica Neue", HelveticaNeue, YuGothic, Verdana, Meiryo, sans-serif;
	font-weight: 500;
	color: #333;
}
.lp_contents_wrap * {
	font-weight: inherit;
	letter-spacing: 0.05em;
	color: inherit;
}

/*メインビジュアル*/
#lp_contents-mainvisual-wrap{
	width: 1000px;
	margin: 0 auto 60px;
}
#lp_contents-mainvisual {
	width: 1000px;
}
#lp_contents-mainvisual figure:nth-child(2n+0){
	display: none;
}
#lp_contents-mainvisual .lp_contents-mainvisual-img {
	margin: 0 0 84px;
	padding: 0;
}
div#lp_contents-mainvisual-detail{
	position: relative;
	text-align: center;
}
#lp_contents-mainvisual-detail::before {
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
	width: 146px;
	height: 112px;
	background: url(/img/usr/event/feature-NathalieLete/2026/deco_01.png) no-repeat center / contain;
}
#lp_contents-mainvisual-detail::after {
	content: "";
	position: absolute;
	top: 100px;
	right: 60px;
	width: 170px;
	height: 170px;
	background: url(/img/usr/event/feature-NathalieLete/2026/deco_02.png) no-repeat center / contain;
}
p.lp_contents-mainvisual-comment{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin: 0 0 24px;
	padding: 0;
}
#lp_contents-mainvisual-wrap p#lp_contents-releasedate {
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 	1;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.lp_contents-mainvisual-date1{
	display: block;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	color: var(--mainColor);
}
.lp_contents-mainvisual-date2{
	display: block;
	line-height: 1;
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
}
/*メインビジュアル*/

/*ボタン*/
#lp_contents-registerbtn{
	text-align: center;
	margin-bottom: 120px;
}
#lp_contents-registerbtn a{
	background: var(--mainColor) url(/img/usr/event/feature-NathalieLete/ico_arrow_r.png) no-repeat right 15px center;
	border-radius: 10px;
	width: 540px;
	height: 80px;
	line-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	margin: 0 auto;
}
#lp_contents-registerbtn a:hover{
	opacity: 0.8;
}
#lp_contents-registerbtn a span{
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
}
#lp_contents-registerbtn a span:first-child{
	font-size: 16px;
}
#lp_contents-registerbtn a span:last-child{
	font-size: 20px;
}
#lp_contents-registerbtn p{
	text-align: center;
	line-height: 1;
	font-size: 16px;
	margin: 18px 0 0;
}
/*ボタン*/

/*商品一覧*/
#lp_contents-goodslist{
	display: flex;
	flex-wrap: wrap;
	gap: 60px 80px;
	width: 960px;
	margin: 0 auto 120px;
	overflow: hidden;
}
.lp_contents-goodslist-item figure{
	margin: 0 0 30px;
	padding: 0;
}
.lp_contents-goodslist-item{
	width: calc((100% - 80px)/2);
}
.lp_contents-goodslist-item p{
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.lp_contents-goodslist-item p.goods{
	margin: 30px 0 0 0;
	font-size: 14px;
	line-height: 1.8;
}
.lp_contents-goodslist-item p.goods span{
	display: inline-block;
	margin: 10px 0 0;
	font-size: 12px;
}
.lp_contents-goodslist-item p.goods a{
	display: block;
	font-size: 14px;
	text-decoration: underline;
}
.lp_contents-goodslist-item p.goods a + a {
	margin-top: 5px;
}
.lp_contents-goodslist-item p.goods a span{
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.lp_contents-goodslist-item p.goods a:hover{
	text-decoration: none;
}
/*商品一覧*/

/* profile */
#profile .profile-content{
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	width: 1000px;
	margin: 0 auto 120px;
	padding: 30px;
	background: var(--subColor);
}
#profile .profile-content::before {
	content: "";
	position: absolute;
	top: -38px;
	right: -42px;
	width: 153px;
	height: 157px;
	background: url(/img/usr/event/feature-NathalieLete/2026/deco_03.png) no-repeat center / contain;
}
#profile .profile-img{
	margin: 0;
	padding: 0;
	width: 200px;
}
#profile .profile-detail{
	flex: 1;
}
#profile .profile-detail h2{
	margin: 0 0 8px;
	padding: 0;
}
#profile .profile-detail h2 img {
	width: 97px;
}
#profile .profile-detail .profile-name{
	display: block;
	line-height: 1;
	margin: 0 0 18px;
}
#profile .profile-detail .profile-name img {
	width: 263px;
}
#profile .profile-detail p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.428;
}
#profile .profile-detail p + p{
	margin-top: 8px;
}
/* profile */

/*PICK UP*/
#section-pickup{
	width: 1000px;
	margin: 0 auto 120px;
}
#section-pickup h2{
	text-align: center;
	line-height: 1;
	margin: 0 0 15px;
	padding: 0;
}
#section-pickup h2 img {
	width: 170px;
}
#section-pickup p{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	font-size: 16px;
}
#section-pickup ul{
	margin: 40px 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	align-items: center;
}
#section-pickup ul li {
	width: calc((100% - 20px)/2);
}
#section-pickup ul a:hover{
	opacity: 0.8;
}
/*PICK UP*/

#lp_contents .btn_item_lp_ {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 20px;
	z-index: 9;
}
p#lp_contents-tax {
	font-size: 16px;
	text-align: center;
	color: #494949;
	display: block;
	margin: 120px 0 0 0;
}

#lp_contents-btn{
	width: 460px;
	height: 50px;
	line-height: 50px;
	background: var(--mainColor) url(/img/usr/event/feature-NathalieLete/main_btn.png) right 15px center no-repeat;
	margin: 0 auto;
	border-radius: 25px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#lp_contents-btn:hover{
	opacity: 0.8;
}

/*swiper_item*/
.swiper_item {
	position: relative;
}
/* 前へ次への矢印カスタマイズ */
.swiper_item .swiper-button-prev,
.swiper_item .swiper-button-next {
	height: 40px;
	width: 40px;
}
.swiper_item .swiper-button-prev {
	transform: translateX(-50%);
	left: 0;
}
.swiper_item .swiper-button-next {
	transform: translateX(50%);
	right: 0;
}
/* 前へ次への矢印カスタマイズ */
.swiper_item .swiper-button-prev::after,
.swiper_item .swiper-button-next::after {
	height: 40px;
	width: 40px;
	border-radius: 40px;
	content: "";
	margin: auto;
}
/* 前への矢印カスタマイズ */
.swiper_item .swiper-button-prev::after {
	background: #b3454c url(/img/usr/event/feature-NathalieLete/ico_arrow_l.png) no-repeat center center;
}
/* 次への矢印カスタマイズ */
.swiper_item .swiper-button-next::after {
	background: #b3454c url(/img/usr/event/feature-NathalieLete/ico_arrow_r.png) no-repeat center center;
}
/* 画像サイズ調整 */
.swiper_item .swiper-slide img {
	height: auto;
	width: 100%;
}