﻿@charset "UTF-8";

#event-contents-wrapper {
	width: 1060px;
	overflow: visible;
}

/* CSS Document */
body {
	background: #fff;
}

ul {
	margin: 0;
	padding: 0;
}

#event-contents-wrapper {
	width: auto;
}

#StyleT-list-wrapper {
	width: 1000px;
	margin: 0 auto;
}

#feature-fernanda img {
	max-width: 100%;
	vertical-align: bottom;
}

#feature-fernanda h1 {
	position: relative;
	top: auto;
	z-index: 0;
	margin: 0;
	padding: 0;
	width: auto;
}

.feature-fernanda_wrap {
	padding: 0 0 50px;
	margin: 0 0 50px;
}

.feature-fernanda_wrap * {
	font-family: "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "游ゴシック体", "Helvetica Neue", HelveticaNeue, YuGothic, Verdana, Meiryo, sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

/*メインビジュアル*/
#feature-fernanda-mainvisual-wrap {
	width: 1000px;
	padding-bottom: 40px;
	margin: 0 auto;
}

#feature-fernanda-mainvisual {
	width: 1000px;
}

#feature-fernanda-mainvisual figure:nth-child(2n+0) {
	display: none;
}

#feature-fernanda-mainvisual .feature-fernanda-mainvisual-img {
	margin: 0 0 54px;
	padding: 0;
}

#feature-fernanda-mainvisual-detail h1 {
	color: #c32b27;
	font-weight: bold;
	text-align: center;
	margin: 54px 0 16px;
	letter-spacing: .08em;
	line-height: 1.4;
	font-size: 20px;
}

#event-contents-wrapper #feature-fernanda-mainvisual-detail h2 {
	margin: 0 0 32px;
	padding: 0;
	font-size: 16px;
	color: #2c5aa7;
	font-weight: bold;
	text-align: center;
}

div#feature-fernanda-mainvisual-detail {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

p.feature-fernanda-mainvisual-comment {
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-align: center;
	margin: 0 0 23px;
	padding: 0;
}

#feature-fernanda-mainvisual-wrap p#feature-fernanda-releasedate {
	text-align: left;
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 1;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.feature-fernanda-mainvisual-date1 {
	display: block;
	line-height: 1;
	margin: 0 0 20px;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
	color: #c32b27;
}

.feature-fernanda-mainvisual-date2 {
	display: block;
	line-height: 1;
	margin: 0 0 36px;
	padding: 0;
	font-size: 14px;
	color: #333;
}

#feature-fernanda .mv-notice {
	position: relative;
	padding: 34px 20px 28px;
	text-align: center;
	border-color: #8bc36a;
	border-style: solid;
	border-width: 1px 0;
	margin-bottom: 80px;
}

#feature-fernanda .mv-notice::before,
#feature-fernanda .mv-notice::after {
	content: '';
	position: absolute;
	top: -10px;
	width: 1px;
	height: calc(100% + 20px);
	background: #6fa250;
}

#feature-fernanda .mv-notice:before {
	left: 10px;
}

#feature-fernanda .mv-notice:after {
	right: 10px;
}

#feature-fernanda .mv-notice .title {
	color: #6fa250;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	margin-block: 0 16px;
}

#feature-fernanda .mv-notice .text {
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 1.75;
}

#feature-fernanda .mv-notice .notice {
	margin: 6px 0 0;
	font-size: 12px;
}

#feature-fernanda .mv-notice .marker {
	background-image: linear-gradient(transparent 10%, rgb(230 241 219) 10%);
	line-height: 1.8;
	font-weight: 600;
}

/*メインビジュアル*/

/*ボタン*/
#feature-travel-registerbtn {
	text-align: center;
	margin-bottom: 105px;
}

#feature-travel-registerbtn a {
	background: #ae4043 url(btn.png) right 15px center no-repeat;
	border-radius: 10px;
	width: 460px;
	height: 69px;
	line-height: 69px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	margin: 0 auto 16px;
}

#feature-travel-registerbtn a:hover {
	opacity: 0.8;
}

#feature-travel-registerbtn a span {
	color: #fff;
	font-weight: bold;
}

#feature-travel-registerbtn a span:first-child {
	font-size: 14px;
}

#feature-travel-registerbtn a span:first-child strong {
	font-weight: bold;
	font-size: 18px;
}

#feature-travel-registerbtn a span:last-child {
	font-size: 20px;
}

#feature-travel-registerbtn p {
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #333333;
	margin: 0 0 0;
}

/*ボタン*/

/* 共通セクション */
#feature-fernanda .sec {
	padding-block: 40px;
}

#feature-fernanda .sec-inner {
	margin-inline: auto;
	max-width: 1000px;
	width: 100%;
}

/* item */
#feature-fernanda .items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 60px 8.333333333333333%;
	margin-inline: auto;
	max-width: 960px;
	width: 100%;
}

#feature-fernanda .item>*:last-child {
	margin-bottom: 0;
}

#feature-fernanda .item-img {
	margin-bottom: 26px;
}

#feature-fernanda .item-main {}

#feature-fernanda .item-txt {
	font-size: 16px;
	letter-spacing: .06em;
	line-height: 1.75;
	margin-bottom: 20px;
}

#feature-fernanda .item-txt sup {
	font-size: .6em;
	line-height: 1;
}

#feature-fernanda .item-note {
	font-size: 12px;
	line-height: 1.85;
	margin-bottom: 14px;
}

#feature-fernanda .price-list {
	color: #333;
	font-size: 14px;
	letter-spacing: .06em;
	line-height: 1.786;
	margin-bottom: 14px;
}

#feature-fernanda .price-list * {
	color: inherit;
	line-height: inherit;
}

#feature-fernanda .price-list .item-note {
	margin-bottom: 0;
}

#feature-fernanda .price-list a:not(:hover) {
	text-decoration: underline;
}

/* item-swiepr */
#feature-fernanda .item-swiper {
	margin-inline: auto;
	max-width: 960px;
	width: 100%;
}

#feature-fernanda .item-swiper .swiper-slide {
	width: calc(440 / 960 * 100%);
}

#feature-fernanda .item-swiper .swiper-slide .item-img {
	transition: scale .3s;
	scale: .4318181818181818;
}

#feature-fernanda .item-swiper .swiper-slide .item-main {
	transition: opacity .3s;
	opacity: 0;
}

#feature-fernanda .item-swiper .swiper-slide.swiper-slide-active .item-img {
	scale: 1;
}

#feature-fernanda .item-swiper .swiper-slide.swiper-slide-active .item-main {
	opacity: 1;
}

#feature-fernanda .item-swiper .swiper-slide.swiper-slide-prev .item-img {
	transform-origin: center right;
}

#feature-fernanda .item-swiper .swiper-slide.swiper-slide-next .item-img {
	transform-origin: center left;
}

#feature-fernanda .item-swiper .swiper-button-prev,
#feature-fernanda .item-swiper .swiper-button-next {
	width: 63px;
	height: 63px;
	background-image: url(arrow_next.png);
	background-position: center center;
	background-repeat: no-repeat;
	top: 230px;
	border-radius: 50%;
}

#feature-fernanda .item-swiper .swiper-button-prev::after,
#feature-fernanda .item-swiper .swiper-button-next::after {
	content: none;
}

#feature-fernanda .item-swiper .swiper-button-prev {
	left: 160px;
	rotate: 180deg;
}

#feature-fernanda .item-swiper .swiper-button-next {
	right: 160px;
}

#feature-fernanda #strawberry .item-swiper .swiper-button-prev,
#feature-fernanda #strawberry .item-swiper .swiper-button-next {
	background-color: #e8997a;
}

#feature-fernanda #apple .item-swiper .swiper-button-prev,
#feature-fernanda #apple .item-swiper .swiper-button-next {
	background-color: #d9bc8b;
}

/*プレゼント*/
#section-present {
	width: 1000px;
	margin: 0 auto 120px;
	background-color: #f5f1ed;
	box-sizing: border-box;
}

#section-present h2 {
	padding: 0 0 0;
	margin: 0;
	text-align: center;
}

.section-present-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 49px 0 50px;
}

.section-present-main figure {
	margin: 0 55px 0 0;
	padding: 0;
	width: 150px;
}

.section-present-main p {
	width: 700px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
}

.section-present-main p span {
	font-size: 13px;
}

.section-present-main a {
	text-decoration: underline;
	color: #333;
}

.section-present-main a:hover {
	text-decoration: none;
}

/*PICK UP*/
#section-pickup {
	width: 660px;
	margin: 0 auto 120px;
	box-sizing: border-box;
}

#section-pickup h2 {
	text-align: center;
	line-height: 1;
	margin: 0 0 15px;
	padding: 0;
}

#section-pickup p {
	color: #231816;
	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;
	align-items: center;
	gap: 20px;
}

#section-pickup ul>li {
	width: calc((100% - 20px) / 2);
}

#section-pickup ul a:hover {
	opacity: 0.8;
}

/*PICK UP*/

/*STAFF PICK UP*/
#section-staffpickup {
	margin: 0 auto 120px;
	box-sizing: border-box;
}

#section-staffpickup h2 {
	text-align: center;
	line-height: 1;
	margin: 0 0 15px;
	padding: 0;
}

#section-staffpickup p {
	color: #231816;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	font-size: 18px;
}

#section-staffpickup a#feature-fernanda-btn {
	width: 780px;
	height: 70px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.hacobune-grid-col {
	display: none;
}

.hacobune-grid-col:nth-child(-n+8) {
	display: block;
}

#staffpickup h2 {
	display: none;
}

#staffpickup .hacobune-logo {
	display: none;
}

/*STAFF PICK UP*/

#feature-fernanda .btn_item_lp_ {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 20px;
	z-index: 9;
}

p#feature-fernanda-tax {
	font-size: 16px;
	text-align: center;
	color: #494949;
	display: block;
	margin: 120px 0 0 0;
}

#feature-fernanda-btn {
	width: 460px;
	height: 50px;
	line-height: 50px;
	background: #c32b27 url(/img/usr/event/feature-fernanda/2025/09/link_arrow.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;
}

#feature-fernanda-btn:hover {
	opacity: 0.8;
}

.itemTit {
	text-align: center;
	margin: 0 0 80px;
}

/* anchorBtns */
#feature-fernanda .anchorBtns {
	display: flex;
	justify-content: center;
	gap: 20px;
}

#feature-fernanda .anchorBtn {
	display: inline-block;
	position: relative;
}

#feature-fernanda .anchorBtn::before {
	content: '';
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
}

#feature-fernanda .anchorBtn.-apple::before {
	background-image: url('/img/usr/event/feature-fernanda/2025/09/apple.png');
	height: 70px;
	width: 96px;
	top: 3px;
	left: -7px;
}

#section-link_lafrance {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#section-link_lafrance .ttl_link_lafrance {
	padding-bottom: 10px;
}

#section-link_lafrance .ttl_link_lafrance span {
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	color: #6fa250 !important;
}

#section-link_lafrance .ttl_link_lafrance span::before {
	content: "＼";
	margin-right: 4px;
	color: #6fa250 !important;
}

#section-link_lafrance .ttl_link_lafrance span::after {
	content: "／";
	margin-left: 4px;
	color: #6fa250 !important;
}