@charset "UTF-8";

/*-- Edit infomation===================================
File name:base.css
Description: layout-base
Editor: YT@TX
Last Editor: YT@TX
Date: 2022.01.14
===================================================--*/
.shopping_icon {
	position: fixed;
	/* left: 50%;
	bottom: 5vw;
	top: 65%; */
	z-index: 5;
	transition: 2s;
}

.shopping_icon.bigup {
	animation: bigUpAnime 0.5s forwards;
	top: auto;
	right: 10px;
	bottom: 20px;
}

@keyframes bigUpAnime {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@media screen and (min-width:769px) {
	.shopping_icon {
		top: 40vw;
		right: 1.5em;
		width: 180px;
	}
}

@media screen and (max-width:768px) {
	.shopping_icon {
		top: 52vw;
		right: 1em;
		width: 18vw;
	}
	.shopping_icon.bigup {
		width: 80px;
	}
}

@media screen and (max-width:390px) {
	.shopping_icon {
		top: 200px;
		right: 1em;
		width: 80px;
	}
}


/*===============-
  mainvisual
==========================================*/
.mainvisual_container {
	background-color: #fff;
	padding-top: 70px;
}

.mainvisual {
	position: relative;
	border-radius: 0 0 50vw 50vw;
	background: url(/sunShade-stripe/images/mainvisual.jpg) no-repeat center center;
	background-size: cover;
	height: 50vw;
}

@media screen and (min-width:981px) {
	.mainvisual {
		background: url(/sunShade-stripe/images/mainvisual.jpg) no-repeat center -100px;
	}
}

.mainvisual_sub {
	content: "";
	position: absolute;
	left: 1vw;
	top: 30vw;
	z-index: 2;
	display: block;
	width: 25vw;
	height: 25vw;
	border-radius: 50%;
	border: 10px solid #fff;
	background: url(/sunShade-stripe/images/mainvisual_sub.jpg) no-repeat center center;
	background-size: cover;
}

@media screen and (min-width:981px) {
	.mainvisual_sub {
		background: url(/sunShade-stripe/images/mainvisual_sub.jpg) no-repeat center;
		background-size: cover;
	}
}

.logo_content {
	position: relative;
	z-index: 3;
	padding-top: 50%;
	overflow: hidden;
}

.logo_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logo_inner figure {
	position: absolute;
	left: 50%;
	bottom: 5vw;
	width: 65%;
	max-width: 720px;
	padding: 1%;
	transform: translate(-50%,0);
}

/*===============-
  lead文
==========================================*/
.top_lead {
	margin: 120px 0;
}

.top_lead p{
	color: #6e6e6e;
	text-align: center;
}

.top_lead .top_text1{
	font-weight: bold;
	font-size: 1.25em;
}

.top_lead .top_text2 {
	margin-top: 10px;
}

.top_lead .top_text2 span {
	display: block;
	color: #1a9191;
	font-size: 3em;
	font-weight: bold;
}

.top_lead .top_text3{
	margin-top: 50px;
	font-size: 2em;
}

@media all and (max-width: 768px){
	.top_lead{
		margin: 50px 0;
	}
	.top_lead .top_text1{
		font-weight: bold;
		font-size: 4vw;
	}

	.top_lead .top_text2 span {
		font-size: 8vw;
		line-height: 1.4;
	}
	
	.top_lead .top_text3{
		margin-top: 20px;
		font-size: 4vw;
	}
}

.main_movie {
	position: relative;
	mask: url(/sunShade-stripe/images/features_mask.png) no-repeat center;
	mask-size: cover;
}

.main_movie p {
	position: absolute;
	left: 2vw;
	top: 5vw;
	z-index: 5;
	display: block;
	letter-spacing: -0.2em;
	color: #000;
	font-size: 6vw;
	font-weight: bold;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	transform: rotate(-5deg);
}

.main_movie video {
	width: 100%;
}

.headLine2{
	color: #6e6e6e;
	font-size: 2em;
}

.headLine3{
	margin-bottom: 20px;
	font-size: 1.5em;
}

.headLine4{
	margin-bottom: 20px;
	font-size: 1.25em;
}

.headLine5{
	margin-bottom: 20px;
	font-size: 1em;
}

.color-stripe{
	color: #1a9191;
}

@media all and (max-width: 768px){
	.headLine2{
		color: #6e6e6e;
		font-size: 5vw;
	}
	.content_title .headLine2{
		font-size: 3vw;
	}
}

/*---------------
  取り付けカンタン
------------------------------*/
/* top_attach */
.top_attach {
	display: flex;
	flex-wrap: wrap;
}

.top_attach div {
	width: 100%;
}

.top_attach div:nth-child(2) {
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 681px) {
	.top_attach div {
		width: 48%;
		margin: 0 1%;
	}

	.top_attach div:nth-child(2) {
		margin-top: 0;
	}
}

.attach_btn_area {
	margin: 20px 0;
	text-align: center;
}

.attach_btn_area .btn {
	border: 2px solid #459ed1;
	box-shadow: 2px 2px 2px #94acc5;
	color: #459ed1;
	font-size: 1.125em;
}

/* 埃がつかない ほか */
.feature_list {
	display: flex;
	flex-wrap: wrap;
}

.feature_list li {
	width: 48%;
	margin: 20px 1%;
}

.feature_list li a {
	display: block;
	height: 100%;
	padding: 20px 0;
	border: 3px solid #000;
	background-color: #fff;
	box-shadow: 4px 4px 1px #777;
	text-align: center;
	transition: 0.2s;
}

.feature_list li a:hover {
	box-shadow: none;
	transform: translate(4px, 4px);
}

.feature_list li figure {
	padding: 0 4%;
	margin-top: 20px;
	text-align: center;
}

.feature_list li:last-child img {
	width: 80%;
	max-width: 160px;
}

@media screen and (max-width:640px) {
	.feature_list li:last-child figure {
		padding-top: 25%;
	}
}

@media screen and (min-width:641px) {
	.feature_list li:last-child {
		width: 98%;
	}

	.feature_list li:last-child br {
		display: none;
	}
}

@media screen and (min-width:981px) {
	.feature_list li figure img {
		max-width: 160px;
	}

	.feature_list li figure {
		padding: 0;
	}
}

/*---------------
  ご購入はこちら
------------------------------*/
.purchase_btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 1em;
	border: 5px solid #f71f5b;
	background: #fff;
	box-shadow: 4px 4px 1px #c58e9e;
	color: #f71f5b;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	transition: 0.2s;
}

.purchase_btn:hover {
	box-shadow: none;
	transform: translate(4px, 4px);
}

@media screen and (min-width:981px) {
	.purchase_btn {
		font-size: 1.5em;
	}
}


/* 240515追加 */
.content_title {
	position: relative;
	width: 100%;
	max-width: 2000px;
	height: 600px;
	margin: 0 auto;
}

.content_title div {
	position: absolute;
	bottom: 20%;
	width: 40%;
	padding: 0.5em 0 0.5em;
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.content_title{
		padding-top: 50%;
		background-size: cover !important;
		height: auto;
	}
	.content_title div {
		width: 50vw;
		font-size: 3vw;
	}
}

.lead_texts{
	max-width: 1000px;
	margin: 80px auto 50px;
	text-align: center;
}

.lead_texts .lead_text1{
	margin-top: 30px;
}

.lead_texts .lead_text2{
	margin-top: 30px;
}

.lead_docs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 960px;
	margin: 20px auto 0;
}
.lead_docs li{
	width: calc(33% - 20px);
}

@media all and (max-width: 768px){
	.lead_texts{
		padding: 1.5em;
	}

	.lead_docs li{
		width: calc(50% - 2%);
		margin: 20px 0;
	}
}

@media all and (max-width: 768px){
	.lead_texts{
		margin: 0 auto;
	}
}

/*---------------
  UVカット
------------------------------*/
.uvcut{
	background: #f9f3ea;
}

.uvcut .content_title {
	background: url("/sunShade-stripe/images/sunshade_bg_uvcut.jpg") center center;
	background-repeat: no-repeat;
}

.uvcut .content_title > div {
	right: 0;
	background: #f9f3ea;
}

.uvcut .content_title .headLine2 {
	float: left;
	margin-left: 1em;
}

.uvcut_mainvisual_caption{
	text-align: right;
}

.uvcut_mainvisual_caption_inner{
	display: inline-block;
	text-align: left;
}

.uvcut_mainvisual_caption_inner dl{
	display: flex;
}

	.uvcut_mainvisual_caption_inner dl dt{
		width: 144px;
	}

	.uvcut_mainvisual_caption_inner dl dd{
		width: (100% - 144px);
	}

@media all and (max-width:768px){
	.uvcut_mainvisual_caption_inner dl{
		flex-direction: column;
	}

	.uvcut_mainvisual_caption_inner dl dt,
	.uvcut_mainvisual_caption_inner dl dd{
		width: 100%;
	}
}

/*---------------
  特長
------------------------------*/
.features{
	display: flex;
	justify-content: space-between;
}
.feature1,
.feature2{
	position: relative;
	width: calc(50% - 20px);
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}

.feature_text{
	margin-bottom: 20px;
}

.feature_image{
	margin-top: 20px;
	text-align: right;
}

.link_btn{
	display: inline-block;
	padding: 10px 15px;
	border-radius: 2em;
	background: #1a9191;
	color: #fff;
	font-weight: bold;
}

.color_lineup li{
	width: calc(50% - 20px);
	margin: 20px auto;
	text-align: center;
}

.color_lineup li p{
	margin-bottom: 10px;
	font-size: 1.125em;
}

@media all and (max-width:768px){
	.features{
		display: block;
	}
	.feature1,
	.feature2{
		width: 100%;
		margin: 20px 0;
		padding: 1.5em;
	}
}

/*---------------
  シリーズ
------------------------------*/
.series{
	position: relative;
	padding-bottom: 50px;
}
.series .content_title {
	background: url("/sunShade-stripe/images/sunshade_bg_series.jpg") center center;
	background-repeat: no-repeat;
}

.series .content_title > div {
	left: 0;
	background: #fefbed;
}

.series .content_title .headLine2 {
	float: right;
	margin-right: 1em;
}

/* クールアップシェード */
.series_sheed{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.series_sheed > div,
.series_sheed figure{
	width: calc(100% / 2 - 40px);
}

.series .logo{
	margin-bottom: 30px;
	text-align: center;
}

.series_sheed .logo img{
	max-height: 56px;
}

@media screen and (max-width: 768px){
	.series_sheed > div,
	.series_sheed figure{
		width: calc(100% / 2 - 20px);
	}
}
@media screen and (max-width:390px){
	.series_sheed{
		flex-direction: column-reverse;
	}
	.series_sheed > div{
		margin-top: 20px;
	}

	.series_sheed > div,
	.series_sheed figure{
		width: 100%;
	}
}


/* クーリアスとレースカーテン */
.series_list{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.series_item{
	display: inline-block;
	width: calc(100% / 2 - 40px);
	margin-top: 30px;
}

.series_item .logo img{
	max-height: 50px;
}

.series_item figure{
	text-align: center;
}

@media screen and (max-width:390px){
	.series_list{
		display: block;
	}
	.series_item{
		display: block;
		width: 100%;
		margin: 58px 0;
	}
}



/*---------------
  取り付け
------------------------------*/
.installation{
	background: #edf7fe;
	padding-bottom: 50px;
}

.installation .content_title {
	background: url("/sunShade-stripe/images/sunshade_bg_install.jpg") center center;
	background-repeat: no-repeat;
}

.installation .content_title > div {
	right: 0;
	background: #edf7fe;
}

.installation .content_title .headLine2 {
	float: left;
	margin-left: 1em;
}

.install{
	display: flex;
	justify-content: space-between;
}

.install > figure{
	width: calc(70% - 20px);
	text-align: center;
}

.insta_manual{
	width: calc(30% - 20px);
}

.insta_manual > div{
	position: relative;
}

.insta_manual a{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.4;
}

.insta_manual a:hover{
	cursor: pointer;
	box-shadow: none;
	transform: translate(3px 3px);
}

.manual_head{
	padding: 10px;
	border-radius: 3em;
	background: #1a9191;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

@media all and (max-width:768px){
	.install{
		display: block;
	}

	.insta_manual a{
		width: 80%;
	}

	.install > figure,
	.insta_manual{
		width: 100%;
	}

	.insta_manual{
		margin-top: 50px;
	}
}

/*---------------
  セット内容
------------------------------*/
.set{
	position: relative;
	display: flex;.top_lead .top_text1
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px 0 40px;
}

.set_content{
	position: relative;
	width: calc(70% - 20px);
	margin: 0 auto;
	padding: 15px;
	border: 2px solid #1a9191;
	background: #fff;
}

.set_head{
	position: absolute;
	top: -1.5em;
	left: 15px 25px;
	padding: 10px 30px;
	border-radius: 5px;
	background: #1a9191;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

@media all and (max-width:768px){
	.set{
		margin: 20px 0;
	}
	.set_content{
		width: 100%;
        margin-top: 50px;
	}
}

/*---------------
  masa加工
------------------------------*/
.masa{
	background: #edf7fe;
	padding-bottom: 50px;
}

.masa .content_title {
	background: url("/sunShade-stripe/images/sunshade_bg_masa.jpg") center center;
	background-repeat: no-repeat;
}

.masa .content_title .headLine2 {
	float: right;
	margin-right: 1em;
}

.masa .masa_logo{
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	background: rgba(255,255,255,0.6);
}


.masa_performance{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.masa_performance .performance1,
.masa_performance .performance2{
	width: calc(100% / 2 - 40px);
}

@media all and (max-width: 768px){
	.masa_performance .performance1,
	.masa_performance .performance2{
		width: 100%;
	}
	.masa .masa_logo{
		width: 18vw;
		padding: 5px 10px;
	}
}

/*---------------
  枠
------------------------------*/
/* a.btn {
	display: inline-block;
	padding: 0.2em 1em;
	border-radius: 0.8em;
	border: 2px solid #ffa88f;
	background-color: #fff;
	box-shadow: 2px 2px 2px #c59494;
	color: #f77d62;
	transition: 0.2s;
}

a.btn:hover {
	box-shadow: none;
	transform: translate(2px, 2px);
} */

/*---------------
  動画
------------------------------*/
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*---------------
  ポップアップ
------------------------------*/
.pop_wrap{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 300px;
	height: 300px;
	animation: rotation 3s infinite linear;
}
@-webkit-keyframes rotation {
	0% {-webkit-transform: translateY(0);}
	5% {-webkit-transform: translateY(-10px);}
	10% {-webkit-transform: translateY(0);}
	15% {-webkit-transform: translateY(-10px);}
	20% {-webkit-transform: translateY(0);}
}
@keyframes rotation {
	0% {transform: translateY(0);}
	5% {transform: translateY(-10px);}
	10% {transform: translateY(0);}
	15% {transform: translateY(-10px);}
	20% {transform: translateY(0);}
}
.pop_close{
	position: absolute;
	top: -25px;
	right: 0;
	cursor: pointer;
}
.pop_wrap a:hover, .pop_close:hover{opacity: 1;}
.pop_wrap a:hover img, .pop_close:hover img{filter: contrast(1.2);}