@charset "UTF-8";

/*
 * 共通
 */
a,
a:hover{ color: #333!important; }
a:hover{ opacity: 0.6; }
.ec-layoutRole{
	min-width: unset!important;
}
.ec-layoutRole__contents{
	max-width: unset!important;
}
.stw-button01{
	display: inline-block;
	background-color: #FFB300;
	color: #ffffff!important;
	padding: 1.5rem 3rem;
	border-radius: 100px;
	transition: background-color 0.5s;
}
.stw-button01:hover{
	color: #ffffff!important;
	background-color: #FF6600;
	opacity: 1;
}
.stw-button02{
	display: inline-block;
	background-color: #A3D4FF;
	color: #ffffff!important;
	padding: 2rem 0;
	transition: background-color 0.5s;
}
.stw-button02:hover{
	color: #ffffff!important;
	background-color: #60AFFF;
	opacity: 1;
}
.stw-button02.is-inactive{
	pointer-events: none;
	background-color: #ccc;
}
.stw-button03{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2rem 0;
	transition: background-color 0.5s;
}
.stw-button03:hover{
	color: #333!important;
	background-color: #f0f0f0;
	opacity: 1;
}
.stw-title01{
	text-align: center;
	font-size: 2.8rem!important;
	position: relative;
}
.stw-title01::before{
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: calc(50% - 75px);
	width: 150px;
	height: 5px;
	background-color: #2A5082;
}
.stw-title02{
	line-height: 1.2;
	padding-bottom: 0.5rem;
}
.stw-title02__inTxt{
	font-size: 4rem;
	margin-right: 2rem;
}
.stw-clr--01{ color: #3E98E6; }
.stw-clr--02{ color: #2A5082; }
.stw-bgClr--03{ background-color: #E0EEF2; }

/*
 * LP
 */
.stw-header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 5;
}
.stw-header__cont{
	height: 70px;
	padding: 0 4rem;
	background-color: #fff;
	box-shadow: 0px 0px 5px 2px #ccc;
}
.stw-header__logoImg{
	width: 160px;
}
.stw-header__menu{
}
.stw-header__bt{
	margin: 0 0 0 3rem;
	display: block;
	font-size: 1.9rem;
}
.stw-sec{
	padding: 8rem 0;
	margin: 0 auto;
}
.stw-footer{
	margin-top: 8rem;
	background-color: #f3f3f3;
	padding: 3rem 0;
	text-align: center;
}
.stw-footer__logoImg{
	margin: 0 auto;
	width: 100px;
}
.stw-main{
	max-width: 1200px;
	margin: 60px auto 0 auto;
	padding: 4rem 0;
}
.stw-intro__txtWrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.stw-intro__txtBig{
	font-size: 4rem;
}
.stw-txtEmph{
	border-bottom: 6px solid  #FFB300;
}
.stw-merit{
	max-width: 1000px;
}
.stw-meritList__item{
	width: calc(33.3333% - 1.5rem);
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 2rem;
}
.stw-meritList__txt{
	border-top: 15px solid #E0EEF2;
	padding-top: 1.5rem;
}
.stw-improve{
	overflow: hidden;
}
.stw-improveComparison{
	max-width: 1000px;
	margin: 0 auto;
}
.stw-improveComparison__item{
	width: calc(50% - 40px);
}
.stw-improveComparison__arrow{
	width: 80px;
	text-align: center;
}
.stw-improveComparison__arrowTxt{
	font-size: 6rem;
	transform: rotate(90deg) scaleY(0.6);
	-webkit-transform: rotate(90deg) scaleY(0.6);
	display: block;
	margin-top: 3rem;
}
.stw-functionList{
	max-width: 800px;
	margin: 0 auto;
}
.stw-functionList__item{
	width: calc(25% - 10px);
}
.stw-functionList__imgWrap{
	border: 1px solid #ccc;
	padding: 1.5rem;
}
.stw-functionList__icon{
	transform: rotate(90deg) scaleY(0.8);
	-webkit-transform: rotate(90deg) scaleY(0.8);
	display: inline-block;
}
.stw-categoryList{
	max-width: 1000px;
	margin: 0 auto;
}
.stw-categoryList__item{
	width: calc(25% - 7.5px);
	padding: 1rem;
	background-color: #ffffff;
}
.stw-categoryList__item.is-empty{
	background-color: transparent;
}
.stw-categoryList__item:nth-child(n+5){
	margin-top: 10px;
}
.stw-categoryList__imgWrap{
	width: 35%;
}
.stw-categoryList__txtWrap{
	width: 65%;
	padding-left: 1rem;
}
.stw-screenList--wh,
.stw-screenList--ss{
	position: relative;
}
.stw-screenList--wh__item,
.stw-screenList--ss__item{
	width: 800px;
	padding: 3rem;
	box-sizing: border-box;
	transition: opacity 0.5s;
	text-align: center;
}
.stw-screenList--ss__item{
	width: 400px;
}
.stw-screenList--wh__item:not(.slick-current),
.stw-screenList--ss__item:not(.slick-current){
	opacity: 0.2;
}
.stw-screenList__bt{
	display: block;
}
.stw-screenList--wh__item:not(.slick-current) .stw-screenList__bt,
.stw-screenList--ss__item:not(.slick-current) .stw-screenList__bt{
	pointer-events: none;
	position: relative;
}
.slick-current .stw-screenList__bt::before,
.slick-current .stw-screenList__bt::before{
	position: absolute;
	display: block;
	content: url(https://image.piary.jp/uploads/support/weddingstreet/icon_zoom.png);
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	bottom: 0;
}
.stw-screenList--wh__img,
.stw-screenList--ss__img{
	box-shadow: 4px 4px 10px 2px #ccc;
	margin: 0 auto;
}
.stw-screenList--ss__img{
	max-width: 280px;
}
.stw-slide-prev,
.stw-slide-next{
	position: absolute;
	display: block;
	height: 80px;
	width: 80px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	top: calc(50% - 3rem);
	left: calc(50vw - 450px);
}
.stw-slide-next{
	left: auto;
	right: calc(50vw - 450px);
}
@media screen and (max-width:1000px){
	.stw-screenList--wh__item{ width: 60vw; }
	.stw-slide-prev{ left: 5vw; }
	.stw-slide-next{ right: 5vw; }
}
.stw-slide-prev:before{
	position: absolute;
	display: block;
	content: "";
	height: 26px;
	width: 26px;
	top: 26px;
	left: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.stw-slide-next::before{
	position: absolute;
	display: block;
	content: "";
	height: 26px;
	width: 26px;
	top: 26px;
	left: 22px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.stw-inquiryMenu{
	max-width: 800px;
	margin: 0 auto;
}
.stw-inquiryMenu__item{
	width: calc(50% - 2rem);
}