@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body * {
  font-family: "Shippori Mincho B1", serif;
}
body {
	background: #0F2027;
background: linear-gradient(90deg, rgba(15, 32, 39, 1) 0%, rgba(32, 58, 67, 1) 50%, rgba(44, 83, 100, 1) 100%);
}
.l-footer {
	background: #0F2027;
background: linear-gradient(90deg, rgba(15, 32, 39, 1) 0%, rgba(32, 58, 67, 1) 50%, rgba(44, 83, 100, 1) 100%);
	color: #FFFFFF;
}
/* ヘッダー ーーーーーーーーーーーーーーーーー*/
/* ヘッダーのグラデーション */
header#header {
	background: #0F2027;
	background: linear-gradient(180deg, rgba(15, 32, 39, 1) 0%, rgba(32, 58, 67, 0.75) 50%, rgba(44, 83, 100, 0) 100%);
}
.c-gnav>.menu-item>a .ttl {
	font-size: 16px;
	font-weight: 400;
}
.c-smallNavTitle {
	font-size: 10px;
	top: 6px;
}
/* fixヘッダー */
.l-fixHeader__inner.l-container {
	max-width: 100%;
	background: #0F2027;
	background: linear-gradient(180deg, rgba(15, 32, 39, 1) 0%, rgba(32, 58, 67, 0.75) 50%, rgba(44, 83, 100, 0) 100%);
}
.l-fixHeader:before {
	background: none;
}
/*--------------------------------------------- 
SPメニュー
----------------------------------------------- */
.l-header__customBtn.sp_ {
	display: none;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 50px;
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 50px;
	}
	.c-iconBtn__icon {
		font-size: 30px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: #FFFFFF;
		background: rgba(255,255,255,.9);
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #333333;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #333333;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a:before {
		left: auto !important;
		right: 20px;
	}
	.p-spMenu__body {
		padding: 30px 20px;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
	.arrow-on .c-smallNavTitle.desc:before {
		content: none;
	}
}
/* ファーストビュー ーーーーーーーーーーーーーーーー*/
.p-mainVisual__textLayer {
	justify-content: flex-end;
	padding-bottom: 100px;
}
.p-mainVisual__slideTitle {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.5;
}
.-height-full .p-mainVisual__slideText {
	font-size: 16px;
	font-weight: 400;
}
.p-mainVisual__textLayer>.p-blogParts {
	margin-top: 30px;
}
.simple-btn a {
	background-color: #0F2027;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	border-radius: 0;
	min-width: 250px;
	text-align: left;
	transition: .3s;
	text-shadow: none;
	position: relative;
}
.simple-btn a:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(-90deg);
	transition: .3s;
}
.simple-btn a:hover {
	background-color: #FFFFFF;
	color: #2E2722;
	transition: .3s;
}
.simple-btn a:hover:after {
	transform: translateY(-50%) rotate(180deg);
	transition: .3s;
}
/* white-btn */
.simple-btn.white-btn a {
	background-color: #FFFFFF;
	border: 1px solid #2C5364;
	color: #2E2722;
}
.simple-btn.white-btn a:after {
	background-color: #2E2722;
}
.simple-btn.white-btn a:hover {
	background-color: #2C5364;
	color: #FFFFFF;
	transition: .3s;
}
.simple-btn.white-btn a:hover:after {
	transform: translateY(-50%) rotate(180deg);
	transition: .3s;
}
@media screen and (max-width: 960px) {
	.p-mainVisual__slideTitle {
		font-size: 30px;
	}
	.-height-full .p-mainVisual__slideText {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.p-mainVisual__textLayer {
		padding-bottom: 80px;
	}
	.p-mainVisual__slideTitle {
		font-size: 28px;
	}
	.simple-btn a {
		min-width: 200px;
	}
}

/* 共通 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* セクションタイトル（CENTER） */
.section-ttl-center {
	margin-bottom: 40px;
}
.section-ttl-center-en-unit {
	margin-bottom: 0;
	position: relative;
}
.section-ttl-center-en-unit p.big-en-txt {
	font-size: 100px;
	line-height: 1;
	margin-bottom: 0;
	color: rgba(255,255,255,.5);
	font-weight: 300;
}
.section-ttl-center-en-unit p.small-en-txt {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-70%);
	font-weight: 300;
}
.section-ttl-center h2.is-style-section_ttl {
	margin-top: 0;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 25px;
}
.section-ttl-center h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	height: 20px;
	width: 2px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
}
@media screen and (max-width: 1280px) {
	.section-ttl-center-en-unit p.big-en-txt {
		font-size: 80px;
	}
}
@media screen and (max-width: 960px) {
	.section-ttl-center {
		margin-bottom: 35px;
	}
	.section-ttl-center-en-unit p.big-en-txt {
		font-size: 70px;
		line-height: 1.1;
	}
	.section-ttl-center h2.is-style-section_ttl {
		font-size: 25px;
		padding-bottom: 20px;
	}
	.section-ttl-center h2.is-style-section_ttl:after {
		height: 15px;
		width: 2px;
	}
}
@media screen and (max-width: 600px) {
	.section-ttl-center-en-unit p.big-en-txt {
		font-size: 50px;
	}
	.section-ttl-center h2.is-style-section_ttl {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.section-ttl-center h2.is-style-section_ttl:after {
		height: 10px;
	}
}
/* セクションタイトル（LEFT） */
.section-ttl-left {
	margin-bottom: 40px;
}
.section-ttl-left-en-unit {
	margin-bottom: 0;
	position: relative;
}
.section-ttl-left-en-unit p.big-en-txt {
	font-size: 100px;
	line-height: 1;
	margin-bottom: 0;
	color: rgba(255,255,255,.5);
	font-weight: 300;
}
.section-ttl-left-en-unit p.small-en-txt {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 300;
}
.section-ttl-left h2.is-style-section_ttl {
	margin-top: 0;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 0px;
}
.section-ttl-left h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	height: 2px;
	width: 20px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
	.section-ttl-left-en-unit p.big-en-txt {
		font-size: 80px;
	}
}
@media screen and (max-width: 960px) {
	.section-ttl-left {
		margin-bottom: 35px;
	}
	.section-ttl-left-en-unit p.big-en-txt {
		font-size: 70px;
		line-height: 1.1;
	}
	.section-ttl-left h2.is-style-section_ttl {
		font-size: 25px;
	}
	.section-ttl-left h2.is-style-section_ttl:after {
		width: 15px;
		right: -30px;
	}
}
@media screen and (max-width: 600px) {
	.section-ttl-left-en-unit p.big-en-txt {
		font-size: 50px;
	}
	.section-ttl-left h2.is-style-section_ttl {
		font-size: 20px;
	}
	.section-ttl-left h2.is-style-section_ttl:after {
		width: 10px;
		right: -20px;
	}
}
/* セクションサブコピー(H3) */
h3.is-style-section_ttl.sub-copy-txt {
	color: #FFFFFF;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.8;
	margin-top: 0;
}
/* セクションバックなし */
.bg-none {
	background-color: transparent !important;
}
/* シンプルテキスト */
p.simple-txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

/*   ----------------------------------------トップページ ----------------------------------------トップページ ----------------------------------------トップページ
トップページ
 ----------------------------------------*/
.top #content {
	padding-top: 0;
}
/* Lucianoについて---------------------------- */
#about-section {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.about-section-group {
	position: relative;
}
.top-about-disc {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	max-width: 650px;
	margin: 0 auto;
}
/* 左右上下の画像配置 */
.about-left-top-image {
	position: absolute;
	top: -50px;
	left: -200px;
	margin-bottom: 0;
}
.about-right-bottom-image {
	position: absolute;
	bottom: -50px;
	right: -200px;
	margin-bottom: 0;
}
@media screen and (max-width: 960px) {
	#about-section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.about-left-top-image {
		display: none;
	}
	.about-right-bottom-image {
		display: none;
	}
}
/* メンズオーダースーツ---------------------------------- */
.top-service-group {
	max-width: 	1440px;
	margin-left: auto;
	padding-left: 100px;
}
.top-service-group > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.top-service-left {
	flex-basis: 50%;
	padding-right: 35px;
	margin-bottom: 0;
}
.top-service-right {
	flex-basis: 50%;
	margin-bottom: 0;
}
.top-service-group .section-ttl-left-en-unit {
	height: 100px;
}
.top-service-group .section-ttl-left-en-unit p.big-en-txt {
	white-space: nowrap;
	position: absolute;
}
.top-service-left-inner p.simple-txt {
	margin-bottom: 30px;
}
/* メニューリスト */
ul.top-service-list {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	margin-bottom: 30px;
}
ul.top-service-list li {
	margin: 0;
	flex-basis: calc((100% - 30px) / 2);
}
ul.top-service-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFFFFF;
	font-weight: 400;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
}
ul.top-service-list li a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 11px;
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/servicelink-list-arrow-1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.service-right-image-tab-image {
	display: none;
}
.service-right-image-pc-image {
	margin-bottom: 0;
}
@media screen and (min-width: 1440px) {
	.top-service-group {
		max-width: 	1440px;
		margin: 0 auto;
		padding-left: 0;
	}
}
@media screen and (max-width: 1280px) {
	.top-service-group {
		margin: 0 auto;
		padding: 0;
	}
	.top-service-group > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.top-service-left {
		flex-basis: 100%;
		padding-right: 0;
		order: 2;
		padding: 0 20px;
	}
	.top-service-right {
		flex-basis: 100%;
		order: 1;
	}
	.service-right-image-pc-image {
		display: none;
	}
	.service-right-image-tab-image {
		display: block;
	}
	.top-service-group .section-ttl-left-en-unit {
		height: auto;
	}
	.top-service-group .section-ttl-left-en-unit p.big-en-txt {
		white-space: wrap;
		position: static;
	}
}
@media screen and (max-width: 960px) {
	.top-service-group > .wp-block-group__inner-container {
		gap: 20px;
	}
	/* メニューリスト */
	ul.top-service-list {
		gap: 10px 10px;
	}
	ul.top-service-list li {
		margin: 0;
		flex-basis: calc((100% - 10px) / 2);
	}
	ul.top-service-list li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #FFFFFF;
		font-weight: 400;
		border-bottom: 1px solid #FFFFFF;
		padding: 5px;
	}
	ul.top-service-list li a:after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 11px;
		background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/servicelink-list-arrow-1.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
}
@media screen and (max-width: 600px) {
	.top-service-group > .wp-block-group__inner-container {
		gap: 20px;
	}
	.top-service-left-inner p.simple-txt {
		margin-bottom: 20px;
	}
	/* メニューリスト */
	ul.top-service-list {
		gap: 10px 10px;
	}
	ul.top-service-list li {
		flex-basis: calc((100% - 10px) / 2);
	}
	ul.top-service-list li a {
		padding: 5px 0;
		font-size: 14px;
	}
}
/* オーダー事例------------------------------------------------ */
#case-section {
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/back-suit-image.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.top-case-txtarea {
	max-width: 1200px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 1280px) {
	.top-case-txtarea {
		max-width: 1200px;
		margin: 0 auto 40px;
		padding: 0 20px;
	}
}
/* オーダーの流れ------------------------------------------------ */
.flow-item-unit {
}
.flow-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	justify-content: center;
}
.flow-item {
	margin-bottom: 0;
	flex-basis: calc((100% - 100px) / 3);
	padding: 15px;
	background-color: #F6F0E8;
	color: #333333;
	border-radius: 10px;
	position: relative;
}
.flow-item figure {
	background-color: #2C5364;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	border-radius: 50px;
}
.flow-item figure img {
	width: 50px;
	height: 50px;
}
.flow-item h3.is-style-section_ttl {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
}
.flow-item h3.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #0F2027;
	background: linear-gradient(180deg, rgba(15, 32, 39, 1) 0%, rgba(32, 58, 67, 0.75) 50%, rgba(44, 83, 100, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.flow-item p {
	font-size: 15px;
	line-height: 2;
}
.pc-arrow-on:after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 20px;
	background-color: #F6F0E8;
	position: absolute;
	top: 50%;
	right: -35px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1280px) {
	.flow-item-unit > .wp-block-group__inner-container {
		gap: 30px 20px;
	}
	.flow-item {
		flex-basis: calc((100% - 40px) / 3);
	}
	.pc-arrow-on:after {
		width: 15px;
		height: 20px;
		right: -15px;
	}
}
@media screen and (max-width: 960px) {
	.flow-item-unit > .wp-block-group__inner-container {
		gap: 25px 20px;
	}
	.flow-item {
		flex-basis: 100%;
	}
	.flow-item figure {
		width: 80px;
		height: 80px;
	}
	.flow-item figure img {
		width: 40px;
		height: 40px;
	}
	.pc-arrow-on:after {
		content: none;
	}
	.flow-item:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 12px;
		background-color: #F6F0E8;
		position: absolute;
		bottom: -11px;
		left: 50%;
		transform: translateX(-50%);
clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}

/*  Instagram----------------------------------------- */
#instagram-section {
	background: linear-gradient(-170deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.insta-sec-inner {
	background-color: rgba(255,255,255,.3);
	padding: 50px 20px;
	border-radius: 30px;
	box-shadow: 0 2px 5px rgba(255,255,255,.2);
}
.insta-sec-inner > .wp-block-group__inner-container {
	max-width: 900px;
	margin: 0 auto;
}
/*  CTA----------------------------------------- */
#cta-area {
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/cta-back.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 160px !important;
}
/* タイトル */
.cta-ttl-unit {
	position: relative;
}
/* セクションタイトル（CENTER） */
.cta-title-group {
	margin-bottom: 40px;
}
.cta-title-group p {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 200;
	margin-bottom: 5px;
}
.cta-title-group h2.is-style-section_ttl {
	margin-top: 0;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 25px;
}
.cta-title-group h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	height: 20px;
	width: 2px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
}
@media screen and (max-width: 960px) {
	.cta-title-group {
		margin-bottom: 35px;
	}
	.cta-title-group h2.is-style-section_ttl {
		font-size: 25px;
		padding-bottom: 20px;
	}
	.cta-title-group h2.is-style-section_ttl:after {
		height: 15px;
		width: 2px;
	}
}
@media screen and (max-width: 600px) {
	.cta-title-group h2.is-style-section_ttl {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.cta-title-group h2.is-style-section_ttl:after {
		height: 10px;
	}
}
/* 流れる文字 */
.slide-txt-container {
	position: absolute;
	top: -80px;
	left: 0;
	z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.slide-txt-wrapper {
  display: flex;
	gap: 20px;
  animation: loop-text 60s linear infinite;
}
.double-content {
  display: inline-block;
  white-space: nowrap;
	font-size: 70px;
	font-weight: 200;
	font-style: italic;
	line-height: 1;
	color: rgba(165,140,84,.57) !important;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
	.slide-txt-container {
		position: absolute;
		top: -50px;
		left: 0;
		z-index: 2;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		overflow: hidden;
	}
	.double-content {
		font-size: 50px;
	}	
}
.cta-read {
	text-align: center;
	color: #FFFFFF;
	line-height: 2;
	margin-bottom: 30px;
}
.cta-content-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
/* 三つのITEM */
.cta-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.cta-item {
	margin-bottom: 0;
	flex-basis: calc((100% - 80px) / 3);
	background-color: #EBEBEB;
	padding: 15px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	position: relative;
}
.cta-item.border-on:after {
	content: "";
	display: inline-block;
	height: 80%;
	width: 1px;
	border-radius: 2px;
	background-color: #EBEBEB;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}
.cta-item p {
	color: #2C5364;
	margin-bottom: 0;
}
.cta-item h3.is-style-section_ttl {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 0;
	text-align:left;
	margin-bottom: 20px;
	color: #2E2722;
	font-size: 18px;
	font-weight: 400;
}
.cta-item h3.is-style-section_ttl:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #EBEBEB;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.cta-item h3.is-style-section_ttl.tel-icon-on:before {
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/tel-icon.png);
}
.cta-item h3.is-style-section_ttl.mail-icon-on:before {
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/mail-icon.png);
}
.cta-item h3.is-style-section_ttl.insta-icon-on:before {
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/insta-icon.png);
}
#cta-area .simple-btn a:after {
	background: #FFFFFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(44, 83, 100, 1) 50%, rgba(44, 83, 100, 1) 100%);
}
#cta-area .simple-btn a:hover {
	border: 1px solid #2C5364;
}
.cta-item .simple-btn a {
	min-width: auto;
	padding: 10px 40px;
}
@media screen and (max-width: 960px) {
	.cta-item {
		flex-basis: 100%;
		text-align: center;
	}
	.cta-item.border-on:after {
		height: 1px;
		width: 100%;
		top: auto;
		bottom: -20px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.cta-item p {
		text-align: center;
	}
	.cta-item h3.is-style-section_ttl {
		justify-content: center;
	}
	#cta-area .simple-btn {
		justify-content: center;
	}
	#cta-area .simple-btn a {
		min-width: 250px;
	}
}
/* フッターーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.footer-logo-area {
	position: relative;
}
.footer-logo-area {
}
ul.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	gap: 40px;
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 0;
}
ul.footer-menu:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
ul.footer-menu > li > a {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
ul.footer-menu > li > a span {
	font-size: 12px;
}
ul.footer-menu a {
	color: #FFFFFF;
}
ul.footer-child-menu {
	list-style-type: none !important;
	padding: 0;
}
ul.footer-child-menu li a:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f105";
}
ul.footer-child-menu li a {
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 3px;
}
/* copy-right */
p.copyright {
	padding: 10px 0;
}
@media screen and (max-width: 600px) {
	.footer-logo-area {
		position: relative;
	}
	.footer-logo-area {
	}
	ul.footer-menu {
		justify-content: flex-start;
		gap: 20px 30px;
		max-width: calc(100% - 30px);
	}
	ul.footer-menu > li {
		flex-basis: calc((100% - 30px) / 2);
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 20px;
	}
}
/* 下層ページ共通ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー下層ページ共通ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー下層ページ共通ーーーーーーーーーーーーーーーーーーーーーー */
/* タイトル下余白、CTA上余白 */
.page-id-13 div#content,
.page-id-15 div#content,
.page-id-17 div#content,
.page-id-19 div#content,
.page-id-21 div#content,
.page-id-23 div#content {
	padding-top: 0;
	margin-bottom: 0;
}
/* ヘッダー */
.l-header__inner.l-container {
	max-width: 100%;
}
/* 下層ページタイトル */
div#top_title_area {
	margin-top: -72px;
	min-height: 450px;
}
div#top_title_area .l-topTitleArea__body {
	margin-top: 72px;
}
div#top_title_area h1.c-pageTitle {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-size: 35px;
	font-weight: 300;
}
div#top_title_area .c-pageTitle__subTitle {
	margin: 0;
	opacity: 1;
}
@media screen and (max-width: 960px) {
	div#top_title_area {
		margin-top: -48px;
		min-height: 300px;
	}
	div#top_title_area .l-topTitleArea__body {
		margin-top: 48px;
	}
	div#top_title_area h1.c-pageTitle {
		gap: 10px;
		font-size: 30px;
	}
}
@media screen and (max-width: 600px) {
	div#top_title_area h1.c-pageTitle {
		font-size: 28px;
	}
}
/* パンくず */
.p-breadcrumb.-bg-on {
	background-color: transparent;
	color: #FFFFFF;
}
/* フルワイド時の内部コンテンツ */
.max1200-outer {
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1280px) {
	.max1200-outer {
		padding: 0 20px;
	}
}
.max900-outer {
	max-width: 900px;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	.max900-outer {
		padding: 0 20px;
	}
}
/* H2横線があるタイトル */
.design-title {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.design-title:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.design-title h2.is-style-section_ttl,
.design-title h3.is-style-section_ttl {
	display: inline-block;
	background-color: #0F2027;
	padding: 10px 55px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}
.design-title h2.is-style-section_ttl:before,
.design-title h2.is-style-section_ttl:after,
.design-title h3.is-style-section_ttl:before,
.design-title h3.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/5.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.design-title h2.is-style-section_ttl:before,
.design-title h3.is-style-section_ttl:before {
	left: 20px;
}
.design-title h2.is-style-section_ttl:after,
.design-title h3.is-style-section_ttl:after {
	right: 20px;
}
@media screen and (max-width: 960px) {
	.design-title {
		margin-bottom: 30px;
	}
	.design-title h2.is-style-section_ttl,
	.design-title h3.is-style-section_ttl {
		padding: 8px 55px;
	}
}
/* 下層トップメッセ */
.page-top-mess-area {
	background-color: #F6F0E8;
	color: #2E2722;
	padding: 40px 50px;
}
.page-top-mess-area h3.is-style-section_ttl.sub-copy-txt {
	color: #2E2722;
}
@media screen and (max-width: 960px) {
	.page-top-mess-area {
		padding: 30px 15px;
	}
	.page-top-mess-area p {
		text-align: left !important;
	}
}
/* Lucianoについて------------------------------------------------------------------------------------------------- */
/* パーソナルスタイリスト-------- */
.ceomess-outer {
	max-width: 	1440px;
	margin-left: auto;
	padding-left: 100px;
}
.ceomess-outer-group > .wp-block-group__inner-container {
	display: flex;
}
.ceomess-outer-left {
	flex-basis: 50%;
	padding-right: 35px;
	margin-bottom: 0;
}
.ceomess-outer-right {
	flex-basis: 50%;
	margin-bottom: 0;
}
.ceomess-outer-right > .wp-block-group__inner-container {
	position: relative;
}
.ceomess-outer-right figure {
	margin-bottom: 0;
	position: relative;
}
.ceomess-outer-left-inner p.simple-txt {
	margin-bottom: 30px;
}
.name-group {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.ceomess-outer-right figure:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 200px;
	background: #2C5364;
background: linear-gradient(0deg, rgba(44, 83, 100, 1) 0%, rgba(44, 83, 100, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.name-group-ja {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}
.name-group-en {
	font-size: 45px;
	line-height: 1;
	font-weight: 200;
}
@media screen and (min-width: 1440px) {
	.ceomess-outer {
		max-width: 	1440px;
		margin: 0 auto;
		padding-left: 0;
	}
	.ceomess-outer-group {
	}
}
@media screen and (max-width: 1280px) {
	.ceomess-outer {
		padding-left: 50px;
	}
}
@media screen and (max-width: 960px) {
	.ceomess-outer {
		padding-left: 0px;
		padding: 0 20px;
	}
	.ceomess-outer-group > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 30px;
	}
	.ceomess-outer-left {
		flex-basis: 100%;
		padding-right: 0px;
		order: 2;
	}
	.ceomess-outer-right {
		flex-basis: 100%;
		order: 1;
	}
	.name-group {
		bottom: 20px;
		left: 20px;
	}
	.ceomess-outer-right figure:before {
		height: 150px;
	}
	.name-group-ja {
		font-size: 16px;
	}
	.name-group-en {
		font-size: 35px;
	}
}
/* Lucianoの強み */
.strengths-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.strengths-item {
	margin-bottom: 0;
	flex-basis: calc((100% - 20px) / 3);
	background-color: #F6F0E8;
	color: #2E2722;
	padding: 15px 10px;
	border-radius: 10px;
}
.strengths-item figure {
	margin-bottom: 15px;
}
.strengths-item h3.is-style-section_ttl {
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	border-left: 3px solid #030E25;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 15px;
}
.strengths-item p {
	font-size: 14px;
	line-height: 2;
}
@media screen and (max-width: 960px) {
	.strengths-item-unit > .wp-block-group__inner-container {
		display: flex;
		gap: 20px;
	}
	.strengths-item {
		flex-basis: 100%;
	}
	.strengths-item h3.is-style-section_ttl {
		font-size: 18px;
	}
}
/* 会社概要 */
.company-table td {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
	.company-table td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.company-table tr td:first-child {
		background-color: #F6F0E8;
		color: #2E2722;
	}
}
/* サービス紹介------------------------------------------------------------------------------------------------- */
/* メンズオーダースーツ----------- */
.service-mess-unit {
	margin-bottom: 40px;
}
.service-mess-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
.service-mess-left {
	flex-basis: 50%;
	margin-bottom: 0;
	padding-right: 35px;
}
.service-mess-right {
	flex-basis: 50%;
	margin-bottom: 0;
}
.service-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.service-item {
	flex-basis: calc((100% - 40px) / 3);
	background-color: #F6F0E8;
	padding: 20px 15px;
	margin-bottom: 0
}
.service-item h3.is-style-section_ttl {
	color: #2E2722;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.service-item h3.is-style-section_ttl span {
	color: #002F7C;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: center;
	gap: 10px;
}
.service-item h3.is-style-section_ttl span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 18px;
	background-color: #002F7C;
	transform: rotate(10deg);
}
.service-item p {
	font-size: 16px;
	color: #2E2722;
	font-weight: 300;
}
@media screen and (max-width: 960px) {
	.service-mess-unit {
		margin-bottom: 30px;
	}
	.service-mess-unit > .wp-block-group__inner-container {
		gap: 30px;
	}
	.service-mess-left {
		flex-basis: 100%;
		padding-right: 0px;
	}
	.service-mess-right {
		flex-basis: 100%;
	}
	.service-item-unit > .wp-block-group__inner-container {
		gap: 10px;
	}
	.service-item {
		flex-basis: 100%;
		padding: 20px 15px;
		border-radius: 5px;
	}
	.service-item h3.is-style-section_ttl span {
		font-size: 14px;
	}
	.service-item p {
		font-size: 14px;
	}
}
/* 流れるスライダー */
.logo-slider .swiper-wrapper,
.logo-slider-2 .swiper-wrapper {
  transition-timing-function: linear;
}
/* カスタマイズ */
.customize-unit {
	margin-bottom: 40px;
}
.customize-unit > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.customize-left {
	flex-basis: 50%;
	margin-bottom: 0;
	padding-right: 35px;
}
.customize-right {
	flex-basis: 50%;
	margin-bottom: 0;
}
@media screen and (max-width: 960px) {
	.customize-unit {
		margin-bottom: 30px;
	}
	.customize-unit > .wp-block-group__inner-container {
		gap: 30px;
	}
	.customize-left {
		flex-basis: 100%;
		padding-right: 0px;
		order: 2;
	}
	.customize-right {
		flex-basis: 100%;
		order: 1;
	}
}
/* 料金ーーーーーーーーーー */
.price-table tr:first-child td {
	border-top: none;
}
@media screen and (min-width: 960px) {
	.price-table tr td:first-child {
		width: 30%;
	}
	.price-table tr td:last-child {
		width: 70%;
	}
}

/* 展示会について---------------------- */
.page-top-mess-area {
}
p.contents-read {
	margin-bottom: 50px !important;
}
/* 展示会でできること */
.contents-item-box {
	background-color: #F6F0E8;
	color: #2E2722;
	position: relative;
	padding: 35px 15px 20px;
	margin-bottom: 30px;
}
.contents-item-box p {
	display: inline-block;
	background-color: #0F2027;
	color: #FFFFFF;
	padding: 5px 50px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: -25px;
	left: 0;
}
.contents-item-box p:before,
.contents-item-box p:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/5.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.contents-item-box p:before {
	left: 20px;
}
.contents-item-box p:after {
	right: 20px;
}
.contents-item-box ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	gap: 10px 20px;
}
.contents-item-box ul li {
	font-size: 16px;
}
.contents-item-box ul li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f14a";
	color: #A78A6A;
	padding-right: 5px;
}
.ceomess-outer-right.contents-outer-right figure:before {
	content: none;
}
@media screen and (max-width: 960px) {
	.contents-item-box {
		padding: 25px 15px 15px;
		margin-bottom: 30px;
	}
	.contents-item-box ul li {
		font-size: 14px;
	}
}
/* こんな方におすすめ */
.osusume-content {
	text-align: center;
}
.osusume-content ul {
	display: inline-block;
	list-style: none;
	padding: 0;
}
.osusume-content ul li {
	text-align: left;
}
.osusume-content ul li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  content: "\f14a";
	color: #FFFFFF;
	padding-right: 10px;
}
/* 流れるスライダー */
.gallery-slider-1 .swiper-wrapper,
.gallery-slider-2 .swiper-wrapper {
  transition-timing-function: linear;
}
/* パートナープログラム------------------------ */
/* H3左寄せタイトル */
.pertner-style-item-unit .design-title {
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}
.pertner-style-item-unit .design-title:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.pertner-style-item-unit .design-title h3.is-style-section_ttl {
	display: inline-block;
	background-color: #0F2027;
	padding: 10px 55px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}
.pertner-style-item-unit .design-title h3.is-style-section_ttl:before,
.pertner-style-item-unit .design-title h3.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/5.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.pertner-style-item-unit .design-title h3.is-style-section_ttl:before {
	left: 20px;
}
.pertner-style-item-unit .design-title h3.is-style-section_ttl:after {
	right: 20px;
}
@media screen and (max-width: 960px) {
	.design-title {
		margin-bottom: 30px;
	}
	.design-title h3.is-style-section_ttl {
		padding: 8px 55px;
	}
}
/* 2つのパートナースタイル */
.pertner-style-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 20px;
}
.pertner-style-item-txt {
	flex-basis: 50%;
	margin-bottom: 0;
}
.pertner-style-item-image {
	flex-basis: 50%;
}
@media screen and (max-width: 960px) {
	.pertner-style-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 20px;
	}
	.pertner-style-item-txt {
		flex-basis: 100%;
		order: 1;
	}
	.pertner-style-item-image {
		flex-basis: 100%;
		order: 2;
	}
}
/* メリット */
.merit-item-unit {
	margin-bottom: 50px;
}
.merit-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
}
.merit-item {
	flex-basis: calc((100% - 40px) / 3);
	margin-bottom: 0;
	background-color: #F6F0E8;
	color: #2E2722;
	padding: 15px;
	border-radius: 10px;
	position: relative;
}
.merit-item p.merit-label-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	width: 50px;
	height: 50px;
	color: #FFFFFF;
	margin-bottom: 0;
	background-color: #0F2027;
	border-radius: 9px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}
.merit-item figure {
	display: flex;
	margin: 0 auto 10px;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	background-color: #2C5364;
}
.merit-item h3.is-style-section_ttl {
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	font-size: 18px;
}
.merit-item h3.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #0F2027;
	background: linear-gradient(180deg, rgba(15, 32, 39, 1) 0%, rgba(32, 58, 67, 0.75) 50%, rgba(44, 83, 100, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
p.merit-item-disc {
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (max-width: 960px) {
	.merit-item-unit {
		margin-bottom: 40px;
	}
	.merit-item-unit > .wp-block-group__inner-container {
		gap: 10px;
	}
	.merit-item {
		flex-basis: calc((100% - 10px) / 2);
	}
	.merit-item figure {
		width: 60px;
		height: 60px;
	}
	.merit-item figure img {
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 600px) {
	.merit-item p.merit-label-txt {
		font-size: 16px;
		width: 30px;
		height: 30px;
	}
}
/* こんな方におすすめ */
.design-title.center {
	text-align: center;
}
ul.recommendation-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 0;
}
ul.recommendation-list li {
	padding: 10px 30px;
	border: 1px solid #FFFFFF;
	border-radius: 40px;
}
ul.recommendation-list li:before {
	  font-family: "Font Awesome 6 Free";
  font-weight: 500; 
  content: "\f14a";
	padding-right: 10px;
}
@media screen and (max-width: 600px) {
	ul.recommendation-list {
		gap: 5px;
	}
	ul.recommendation-list li {
		padding: 5px 20px;
		border-radius: 40px;
		font-size: 14px;
	}
	ul.recommendation-list li:before {
		padding-right: 5px;
	}
}
/* よくある質問---------------------------- */
/* リンクユニット */
ul.faq-top-link-unit {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
ul.faq-top-link-unit li {
	flex-basis: calc((100% - 90px) / 4);
	margin: 0;
}
ul.faq-top-link-unit li a {
	display: block;
	background-color: #0F2027;
	text-align: center;
	color: #FFFFFF;
	padding: 12px 10px;
	font-weight: 700;
	line-height: 1.8;
	border: 1px solid #FFFFFF;
	transition: .3s;
}
ul.faq-top-link-unit li a span {
	font-size: 12px;
	font-weight: 400;
}
ul.faq-top-link-unit li a:hover {
	background-color: #FFFFFF;
	color: #0F2027;
	transition: .3s;
}
@media screen and (max-width: 1200px) {
	ul.faq-top-link-unit {
		gap: 10px;
	}
	ul.faq-top-link-unit li {
		flex-basis: calc((100% - 30px) / 4);
	}
	ul.faq-top-link-unit li a {
		padding: 12px 10px;
	}
}
@media screen and (max-width: 960px) {
	ul.faq-top-link-unit {
		gap: 15px;
	}
	ul.faq-top-link-unit li {
		flex-basis: calc((100% - 15px) / 2);
	}
}
@media screen and (max-width: 600px) {
	ul.faq-top-link-unit {
		gap: 10px;
	}
	ul.faq-top-link-unit li {
		flex-basis: 100%;
	}
}

/* よくある質問---------------------------- */
/* faq-content-block */
.swell-block-accordion__title {
	border: 1px solid #FFFFFF;
	background-color: #0F2027;
	padding-left: 70px;
	position: relative;
}
.swell-block-accordion__title:before {
	content: "Q";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.swell-block-accordion__body {
	background-color: #0F2027;
	padding-left: 70px;
	position: relative;
}
.swell-block-accordion__body:before {
	content: "A";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 15px;
	top: 15px;
}
.swell-block-accordion__item+.swell-block-accordion__item {
	margin-top: 20px;
}
@media screen and (max-width: 600px) {
	.swell-block-accordion__title {
		padding-left: 55px;
	}
	.swell-block-accordion__title:before {
		content: "Q";
		left: 10px;
		font-size: 14px;
	}
	.swell-block-accordion__body {
		padding-left: 55px;
	}
	.swell-block-accordion__body:before {
		width: 30px;
		height: 30px;
		left: 10px;
		font-size: 14px;
	}
	.swell-block-accordion__item+.swell-block-accordion__item {
		margin-top: 15px;
	}
}

/* お問い合わせページ---------------------- */
.page-id-23 #cta-area {
	display: none;
}
.contact-item-unit {
	margin-bottom: 50px;
}
.contact-item-unit > .wp-block-group__inner-container {
	display: flex;
	gap: 30px;
}
.contact-item {
	flex-basis: calc((100% - 30px) / 2); 
	background-color: #F6F0E8;
	color: #2E2722;
	position: relative;
	padding: 35px 15px 20px;
	margin-bottom: 0;
}
.contact-item h2.is-style-section_ttl {
	display: inline-block;
	background-color: #0F2027;
	color: #FFFFFF;
	padding: 10px 50px;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: -22px;
	left: 0;
	margin-bottom: 0;
}
.contact-item h2.is-style-section_ttl:before,
.contact-item h2.is-style-section_ttl:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(https://suit-style-luciano.com/wp-content/uploads/2026/07/5.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.contact-item h2.is-style-section_ttl:before {
	left: 20px;
}
.contact-item h2.is-style-section_ttl:after {
	right: 20px;
}
@media screen and (max-width: 960px) {
	.contact-item-unit {
		margin-bottom: 50px;
	}
	.contact-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 40px;
	}
	.contact-item {
		flex-basis: 100%; 
		padding: 35px 10px 10px;
	}
	.contact-item h2.is-style-section_ttl {
		font-size: 14px;
	}
}
/* フォーム---------------- */
.form-item {
	display: flex;
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	flex-basis: 25%;
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* form */
.form-item > span {
	width: 75%;
}
.form-item input{
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
}
/* 住所 */
.form-item .form-flex {
	width: 75%;
}
input.add-txt-1 {
	max-width: 300px;
	margin-bottom: 5px;
}
.form-item.half input {
	max-width: 300px !important;
}
/* お問い合わせ内容 */
.form-item textarea {
	width: 100%;
	max-height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
}
/* 個人情報取扱同意 */
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 15px;
	font-size: 16px;
	line-height: 2em;
}
.last-check label a {
	color: #0D90B7;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 265px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #0F2027;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
	color: #0F2027;
	transition: .3s;
}
/* チェックリスト */
.form-item.subject input {
	height: auto !important;
	width: auto;
}
.form-item.subject span label {
	font-size: 14px !important;
}
span#your-subject span {
	color: #FFFFFF;
}
.form-item.subject .wpcf7-list-item-label {
	padding-left: 3px;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
		.contact-form-inner {
			margin: 0 auto;
			padding: 0;
		}
		.form-item {
			display: flex;
			flex-direction: column;
		}
		.form-item label {
			flex-basis: 100%;
			justify-content: left;
		}
	 .form-item label br {
		 display: none;
	}
		.form-item > span {
			width: 100%;
		}
		.form-item input{
			height: 45px;
			width: 100%;
		}
		.form-item .form-flex {
			width: 100%;
		}
		input.your-add-1 {
			max-width: 200px;
			margin-bottom: 10px;
		}
		.form-item textarea {
			min-height: 200px;
		}
		.last-check {
			margin-top: 15px;
		}
		.send-btn {
			margin-top: 20px;
		}
		.send-btn input{
			height: 60px;
		}
	.your-subject span.wpcf7-list-item {
		width: 100%;
		margin-left: 0;
	}
	.your-subject input {
		height: 30px !important;
	}
}