@charset "utf-8";
/* CSS Document */



@import "../../../common/css/common.css";
@import "../../../common/css/common_footer_euc.css";
/* reset
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
input, select {
	line-height: 1;
}
input::-webkit-input-placeholder {
	color: #cdcdcd;
}
input:-ms-input-placeholder {
	color: #cdcdcd;
}
input::-moz-placeholder {
	color: #cdcdcd;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

sub {
	vertical-align: 0;
	line-height: 1.0em;
}
sup {
	vertical-align: 0.3em !important;
	line-height: 1.0em !important;
}

/* set
------------------------------------------------------------ */

body{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #333;
	line-height: 1.428;
	/*font-size: 87.5%;*/
	font-size: 83%;
	min-width: 320px;
}
/* clearfix */
.c_clearfix::after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	overflow: hidden;
	line-height: 0;
}


/* display pc sp ----- */
.c_onlyPc {
	display: block;
}
img.c_onlyPc {
	display: inline-block;
}
.c_onlySp {
	display: none;
}
img.c_onlySp {
	display: none;
}
.c_SpW100per {
	width: auto;
	max-width: none;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	.c_onlyPc {
		display: none;
	}
	img.c_onlyPc {
		display: none;
	}
	.c_onlySp {
		display: block;
	}
	img.c_onlySp {
		display: inline-block;
	}
}

/* 汎用クラス */
.c_iBlock {
	display: inline-block;
}
.m_fadeover {
	-webkit-transition: 0.3s opacity;
			transition: 0.3s opacity;
	backface-visibility: hidden;
}
.m_fadeover:hover {
	opacity: 0.7;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.m_fadeover:hover {
		opacity: 1;
	}
}

/* style
------------------------------------------------------------ */
div#wrapper {
	background-color: #f2f2ea;
}

.mainContents_b {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*width: 100%;*/
	max-width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 14px;
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.12);
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.mainContents_b {
		width: 100%;
		padding: 0;
		box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.12);
	}
}


/* mainVis pageNav */
.mainWrap {
	background-color: #ffffff;
}
.mainVisWrap {
	position: relative;
}
.mainVisWrap .p_mainImg {
	text-align: center;
}


.mainVisWrap .p_banner {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.leadArea {
	padding: 20px 50px 50px;
	background-color: #fff;
}
.leadArea .p_text01 {
	margin-top: 0px;
	font-size: 16px;
	line-height: 1.8;
}
.leadArea .p_pic01 {
	margin-top: 25px;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	.mainVisWrap {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;

	}
	.mainVisWrap .p_banner {
		bottom: 2.5%;
		left: 4.6875%;
		right: 4.6875%;
	}

	.leadArea {
		display: block;
		padding: 20px;
	}
	.leadArea .p_text01 {
		font-size: 14px;
	}
}

.pageMainContent {
	background-color: #F0F0F0;
	margin: 0 auto;
	margin-top: -130px;
	padding: 180px 0 65px;
	width: 100%;
	background-image: url(/assets-before/event/ifft2024/img/sec_bg_01.png), url(/assets-before/event/ifft2024/img/sec_bg_02.png);
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat;
	/* box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.12); */
}
.pageMainContent .p_inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 830px;
}
.pageMainContent .p_text01 {
	margin-top: 30px;
	font-weight: bold;
	font-size: 16px;
}
.section .p_tit02 {
	margin: 60px auto 0;
	max-width: 100%;
}
.section .p_tit02 img {
	width: 100%;
}
.pageMainContent .p_text02 {
	font-size: 16px;
}
.pageMainContent .p_pic01 {
	margin-top: 30px;
}
.section {
	display: block;
	width: 100%;
	overflow: hidden;
}
.section_inner {
	padding: 0 50px;
}

@media all and (min-width: 0px) and (max-width: 736px) {
	.pageMainContent {
		margin-top: -50px;
		padding: 80px 0 25px;
	}
	.pageMainContent .p_pic01 {
		margin-top: 25px;
	}
	.section .p_tit02 {
		margin: 50px auto 0;
	}
	.pageMainContent .p_text02 {
		font-size: 14px;
	}
	.section_inner {
		padding: 0 20px;
	}
}

/* section.s_section01
----------------------------------------- */
.section.s_section01 {
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
}
.section.s_section01::before,
.section.s_section01::after {
	content: '';
	display: block;
	position: absolute;
	width: 280px;
	height: 280px;
	background-color: #E6E5E6;
	border-radius: 9999px;
	z-index: -1;
}
.section.s_section01::before {
	left: -50px;
	bottom: 18%;
}
.section.s_section01::after {
	right: -90px;
	bottom: 10px;
}
.section.s_section01 .p_tit02.s_living {
	width: 229px;
}
.section.s_section01 .p_tit02.s_dining {
	width: 267px;
}
.section.s_section01 .p_tit02.s_bedroom {
	width: 326px;
}
.section.s_section01 .p_pic02 {
	max-width: 580px;
	margin: 10px auto 0;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.section.s_section01 {
		padding-bottom: 50px;
	}
	.section.s_section01::before,
.section.s_section01::after {
	display: none;
}
	.section.s_section01 .p_tit02.s_living {
		width: 205px;
	}
	.section.s_section01 .p_tit02.s_dining {
		width: 238px;
	}
	.section.s_section01 .p_tit02.s_bedroom {
		width: 292px;
	}
}

/* .section.s_section02
----------------------------------------- */
.section.s_section02 {
	background-color: #fff;
	padding: 60px 0 80px;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.section.s_section02 {
		padding: 40px 0;
	}
}

/* .section.s_section03
----------------------------------------- */
.section.s_section03 {
	padding: 50px 0 80px;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.section.s_section03 {
		padding: 40px 0;
	}
}

/* .section.s_section04
----------------------------------------- */
.section.s_section04 {
	background-color: #fff;
	padding: 60px 0 80px;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.section.s_section04 {
		padding: 40px 0;
	}
}

/*	imgList
-------------------------------*/
.imgList {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.imgList > li {
	width: calc((100% / 2) - 2.5px);
}
.imgList > li img {
	width: 100%;
}
.imgList.s_3item {
	margin-top: 30px;
}
.imgList.s_3item > li:first-child {
	width: 100%;
}
@media all and (min-width: 0px) and (max-width: 736px) {
	.imgList {
		flex-direction: column;
	}
	.imgList > li {
		width: 100%;;
	}
}


