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

/*reset*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*******************************************************************************
 For SERVICE Style
*******************************************************************************/

/*******BREAK*******/

.sp, .sp-2, .sp-3 {
	display: none !important;
}
@media screen and (max-width: 750px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 320px) {
	.sp-2 {
		display: block !important;
	}
}
/*******FONT*******/

body {
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.01em;
	color: #555;
	height:100%;
}
html{height:100%;}
._en_b {
	font-family: 'Arial-blk';
}
h1 {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.6;
	color: #fff;
}
h2 {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.6;
	color: #fff;
}
h2 span {
	font-size: 16px;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: #595757;
	text-align: center;
	display: block;
	margin-top: 5px;
}
h3 {
	font-size: 16px;
	font-weight: 500;
}
p {
	line-height: 180%;
}
p.text-read {
	margin-bottom: 60px;
}
p.text-read-sub {
	font-size: 12px;
	margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
	p {
		font-size: 14px;
	}
	p.text-read {
		margin-bottom: 30px;
	}
	p.text-read-sub {
		font-size: 12px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 320px) {
}
._blue {
	color: #0A9CC2;
}
._green {
	color: #09B8AC;
}
._orange {
	color: #FCB000;
}
._white {
	color: #FFF;
}
._f18 {
	font-size: 18px;
}
._f20 {
	font-size: 20px;
}
._f40 {
	font-size: 40px;
}
._center {
	text-align: center;
}
._mb0 {
	margin-bottom:0px !important;
}
@media screen and (max-width: 750px) {
	._f20 {
		font-size: 14px !important;
	}
	._f40 {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 320px) {
	._f20 {
		font-size: 12px !important;
	}
	._f40 {
		font-size: 16px !important;
	}
}
/*******FADE*******/

.fadein {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1s;
}

.fadein-2 {
	opacity: 0;
	transform: translate(100px, 0);
	transition: all 1s;
}

.fadein-2v {
	opacity: 0;
	transform: translate(0, 400px);
	transition: all 0.5s;
}

@media screen and (max-width: 750px) {
.fadein-2v {
	opacity: 0;
	transform: translate(0, 200px);
	transition: all 0.5s;
}
}

.fadein-3 {
	opacity: 0;
	transform: translate(-100px, 0);
	transition: all 1s;
}

.fadein-3v {
	opacity: 0;
	transform: translate(0, 400px);
	transition: all 0.5s;
}

@media screen and (max-width: 750px) {
.fadein-3v {
	opacity: 0;
	transform: translate(0, 200px);
	transition: all 0.5s;
}
}

.fadein-4 {
	opacity: 0;
	transform: translate(-100px, 0);
	transition: all 0.8s;
	transform: scale(2, 2);
}

.fadein.scrollin,
.fadein-2.scrollin,
.fadein-2v.scrollin,
.fadein-3.scrollin,
.fadein-3v.scrollin,
.fadein-4.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/*******STICKY*******/

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

@media screen and (max-height: 700px) {
.sticky {
	position: static;
	position: -webkit-static;
}
}

/*******BTN*******/

.btn {
	border-radius: 24px;
	background: #fcc100;
	box-shadow: 0px 3px 1px #d5a078;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	border: none;
	font-size: 18px;
	font-weight: bold;
}

.btn._products {
	margin-top:20px;
	}


@media screen and (max-width: 750px) {
	.btn.cv {
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	.btn.cv {
		height: 50px;
		font-size: 15px;
	}
}
.btn._arrow-down {
	box-sizing: border-box;
}
.btn, .btn::before, .btn::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*BTN-color*/

.btn._orange {
	background: #fcce00;
	color: #FFF;
	box-shadow: 0px 3px 1px #d5a078;
}
.btn._green {
	background: #09B8AC;
	color: #FFF;
	box-shadow: 0px 3px 1px #006760;
}
.btn._gray {
	background: #9c9c9c;
	color: #FFF;
	box-shadow: 0px 3px 1px #4a4a4a;
}
.btn._red {
	background: #FF0000;
	color: #FFF;
	box-shadow: 0px 3px 1px #B30C0C;
}/*BTN-icon*/

.btn._mail:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/promotion/pmc/wavynozzle/images/ico-mail.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 2px;
}

.btn._products:before {
	content: "\f2d2";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	font-size:18px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,.btn._mail:before {
	  margin-left:8px;
}
}


.btn._arrow-down:after {
	content: "";
	width: 18px;
	height: 8px;
	background: url(/promotion/pmc/wavynozzle/images/ico-arrow-down.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 2px;
}
/*BTN-hover*/

@media screen and (min-width: 750px) {
	.btn._orange:hover {
		background-color: #FC5C00;
		box-shadow: none;
	}
	.btn._green:hover {
		background: #007B73;
		box-shadow: none;
	}
	.btn._gray:hover {
		background: #484848;
		box-shadow: none;
	}
	.btn._red:hover {
		background-color: #C90808;
		box-shadow: none;
	}
}
/*******GRID*******/

.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.grid .clm {
	width: calc(33% - 20px * 2 / 3);
	margin: 0 20px 20px 0;
}
.grid .clm:nth-child(3) {
	margin-right: 0px;
}
.grid .clm-2 {
	width: calc(50% - 20px * 1 / 2);
	margin: 0 20px 20px 0;
}
.grid .clm-2:nth-child(2) {
	margin-right: 0px;
}
.grid .clm-4 {
	width: calc(25% - 20px * 3 / 4);
	margin: 0 20px 20px 0;
}
.grid .clm-4:nth-child(4) {
	margin-right: 0px;
}
.grid .clm.last, .grid .clm-2.last, .grid .clm-3.last {
	margin-right: 0px;
}
@media screen and (max-width: 750px) {
	.grid {}
	.grid .clm, .grid .clm-2, .grid .clm-3, .grid .clm-3 .clm, .grid .clm-4 {
		width: 100% !important;
		margin: 0 0 20px 0;
	}
}
/*******HEADER*******/

header {
	width: 100%;
	z-index: 999;
	position: absolute;
}
header .logo {
	margin: 20px 0 0 20px;
}
header .contact {
	position: fixed;
	right: 0px;
	top: 80px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 9999;
}
header .contact .btn {
	padding: 25px 20px 25px 20px;
	border-radius: 24px 0px 0px 24px / 24px 0px 0px 24px;
}

header .movie {
	position: fixed;
	right: 0px;
	top: 440px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 9999;
}
header .movie .btn {
	padding: 25px 20px 25px 20px;
	border-radius: 24px 0px 0px 24px / 24px 0px 0px 24px;
}

@media all and (-ms-high-contrast: none) {
	header .movie .btn {
		min-height:160px;
	}
}


header .movie .btn img {
	width: 18px;
	margin-bottom: 5px;
}

header .movie .btn i {
	transform: rotate(90deg);
	display: inline-block;
}

@media all and (-ms-high-contrast: none) {
	header .movie .btn img {
		padding-left:8px;
	}
}

@media screen and (max-width: 750px) {
	
header .contact {
	position: fixed;
	right: 78px;
	top: 0px !important;
	display: block;
	align-items: center;
	writing-mode: horizontal-tb;
	z-index: 9999;
}


header .contact .btn {
	width:100%;
	padding: 0px 10px;
	height: 40px;
	border-radius: 0px;
}

header .movie {
	position: fixed;
	right: 20px;
	top: 0px !important;
	display: block;
	align-items: center;
	writing-mode: horizontal-tb;
	z-index: 9999;
}


header .movie .btn {
	width:100%;
	padding: 0px 10px;
	height: 40px;
	min-height:40px;
	border-radius: 0px;
}
	
	header .movie .btn img {
		margin-bottom: 0px;
		margin-top: 2px;
	}

.btn._mail:before {
     margin-bottom: 2px;
}

	
}
@media screen and (max-width: 370px) {
	header .contact {
		right: 48px;
	}
	header .movie {
		right: 10px;
	}
	header .contact .btn,
	header .movie .btn {
		padding: 10px 5px;
	}

}
/*******SECTION*******/

section {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
section .inner {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
}
section .inner img {
	width: 100%;
}
@media screen and (max-width: 750px) {
	section {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}
/*******mainVisual*******/

.mainVisual {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow:hidden;
	align-items: flex-end;
	padding-bottom:200px;
	box-sizing:border-box;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
.mainVisual {
	height:800px !important;
}		
	}

#bg-video{
 position: absolute;
 top: 0;
 right: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 background: url(/promotion/pmc/wavynozzle/images/mainvisual-thumb.jpg) no-repeat;
 background-size: cover;
}

.slider {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
	text-align: center;
	padding-top: 150px;
	box-sizing: border-box;
}

@media screen and (max-width: 375px) {
	.slider {
		padding-top: 100px;
	}
}
@media screen and (max-width: 320px) {
	.slider {
		padding-top: 60px;
	}
}
.slider span {
	display: block;
}

.slider a {
	color: #fff;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: bold;
}
.slider a img {
	width: 50px;
	margin-bottom: 10px;
}

#reason { width:100%;}

#mainCopy,
#subCopy,
#comCopy { opacity:0;}

.mainVisual .copy {
	margin-left: 50px;
	margin-right:50px;
}
.mainVisual h1 {
	margin-bottom: 10px;
	width: 100%;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mainVisual h1 span {
	font-size: 40px;
}
.mainVisual h1 ._bold {
	font-size: 40px;
	display: inline-block;
	background-color: #000000;
	padding: 1px 15px;
	letter-spacing:0.03em;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mainVisual h1 {
	  font-family: 'Arial-blk';
  }
}

.mainVisual p {
	font-size: 22px;
	color: #FFF;
	font-weight: 900;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.mainVisual p span {
	color: #fcce00;
}

.mainVisual p.sub {
	margin-top:10px;
	font-size: 16px;
	border: 1px solid #FFF;
	padding:2px 8px;
	text-align: center;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .mainVisual p.sub {
		padding: 12px 8px 0px 8px;
		text-align: center;
		line-height:1;
	}
}

@media screen and (max-width: 1600px) and (min-width: 750px) {

.sp-3 { display:block !important;}

.mainVisual {
	align-items: flex-end;
	padding-bottom:70px;
	box-sizing:border-box;
}


h1 {
	font-size: 30px;
}

.mainVisual h1 span {
    font-size: 30px;
}


.mainVisual h1 ._bold {
	font-size: 30px;
}
	
.mainVisual p{
	font-size: 18px;
}

.mainVisual p.sub {
	line-height:180%;
}


}





.mainVisual a.scroll {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: 10px;
	text-align: center;
	left: calc( 50% - 30px);
	color: #FFF;
	text-decoration: none;
	z-index:100;
}
.mainVisual a.scroll i {
	display: block;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {
	
	header .logo {
		margin:10px;
}

	
	header .logo img{
		width:110px;
}

.mainVisual {
	padding: 20px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: right top;
	background-size:cover;
	background-color:#000;
	position:relative;
	align-items: flex-end;
	padding-bottom:45px;
}

.mainVisual::after {
	content:"";
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.4);
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}


.mainVisual video { display:none;}

.mainVisual .copy {
    margin-left: 0px;
	margin-right:0px;
	z-index:100;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	z-index:10 !important;
}

.mainVisual h1 {
    font-size: 20px;
	letter-spacing:0.01em !important;
	/*-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;*/
	text-align:left;
	/*position:absolute;
	 left:30px;
	 top:50px;
	 width:auto;*/
	 z-index:100;
}

.mainVisual h1 .indent { margin-top:0.5em;}

.mainVisual h1 ._bold {
    font-size: 20px;
    padding: 6px 10px;
    margin-left: 0px;
	margin-top:6px;
}

.mainVisual #subCopy { text-align:left;}

_:-ms-lang(x)::-ms-backdrop, .mainVisual h1 ._bold {
    padding: 6px 12px 6px 2px;
}

.mainVisual h1 span {
    font-size: 18px;
}

.mainVisual p {
    font-size: 15px;
	letter-spacing:0.04em;
}

.mainVisual p.sub {
	font-size: 12px;
	margin-top: 15px;
	border: 1px solid #FFF;
	padding:6px 6px;;
	font-weight:normal;
	letter-spacing:0.01em;
}

_:-ms-lang(x)::-ms-backdrop, .mainVisual p.sub {
	padding:10px 10px 6px 10px;
}

.mainVisual a.scroll {
	font-size: 12px;
	bottom: 10px;
	bottom:5px;
	left: calc( 50% - 30px);
}
.mainVisual a.scroll i {
	margin-top: 5px;
}

	}

@media screen and (max-width: 320px) {

header .logo img{
		width:110px;
}

.mainVisual {
	padding-bottom:40px;
}

.mainVisual h1 {
	top:50px;
    font-size: 14px;
}

.mainVisual h1 span {
    font-size: 12px;
}

.mainVisual h1 .indent { margin-top:0em;}

.mainVisual h1 ._bold {
    font-size: 16px;
}

.mainVisual p {
    font-size: 12px;
}
.mainVisual p.sub {
	font-size: 11px;
	padding:5px;
	margin-top: 5px;
}

.mainVisual .copy {
}

.mainVisual a.scroll {
	font-size: 10px;
	bottom: 5px;
	bottom:5px;
	left: calc( 50% - 30px);
}


	}

/*sec01*/

section.sec01 {
	background-image: url(/promotion/pmc/wavynozzle/images/bg-sec01@2x.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 150px;
	position: relative;
	padding-bottom: 120px;
}
section.sec01::after {
	content: "";
	background-image: url(/promotion/pmc/wavynozzle/images/sec-01-mask@2x.png);
	background-position: bottom center;
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: -1px;
	left: 0px;
}
section.sec01 h2 {
	margin-bottom: 60px;
}
section.sec01 .ttl {
	font-weight: 900;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-align: center;
	color: #292929;
	background-color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	margin: 0 auto 0 auto;
	margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, section.sec01 .ttl {
	line-height: 20px;
	padding: 20px 10px 5px 10px ;
}
}

section.sec01 .ttl::after {
	content: "";
	background-image: url(/promotion/pmc/wavynozzle/images/sec01-arrow@2x.png);
	background-size: cover;
	width: 41px;
	height: 16px;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 20px);
}
section.sec01 .grid h3 {
	font-weight: 900;
	font-size: 30px;
	letter-spacing: 0.01em;
	line-height: 40px;
	text-align: center;
	color: #fd0;
	margin-bottom: 5px;
}
section.sec01 .grid h3 i {
	display: inline-block;
	font-size: 22px;
	margin-right: 5px;
}
section.sec01 .grid {
	margin-bottom: 60px;
}
section.sec01 .grid p {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
}
section.sec01 .grid p._txt-s {
	font-size: 18px;
}
@media screen and (max-width: 750px) {

section.sec01 {
    padding-top: 75px;
    padding-bottom: 60px;
}

section.sec01 h2 {
	font-size:25px;
    margin-bottom: 40px;
}

section.sec01 .ttl {
    font-size: 18px;
    padding: 0px 10px;
}

_:-ms-lang(x)::-ms-backdrop, section.sec01 .ttl {
	padding: 15px 10px 5px 10px ;
}

section.sec01 .grid p {
    font-size: 18px;
}

section.sec01 .grid h3 {
    font-size: 20px;
}
	
	}
/*sec02*/

section.sec02 {
	background-color: #141F30;
	margin-bottom: -300px;
}
section.sec02 .inner {
	overflow: hidden;
}
section.sec02 h2 {
	text-align: center;
}
section.sec02 h2 img {
	max-width: 606px;
	width: 92%;
	margin-bottom: 30px;
}

section.sec02 h3 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.01em;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
section.sec02 .problem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 96%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
section.sec02 .problem li {
	background-color: #FFDD00;
	transform: skewX(15deg);
	margin: 0 2px;
	padding: 10px;
	text-align: center;
	font-size: 21px;
	color: #141F30;
	font-weight: bold;
	letter-spacing: 1;
}
section.sec02 .problem li:nth-child(1) {
	width: 25%;
}
section.sec02 .problem li:nth-child(2) {
	width: 20%;
}
section.sec02 .problem li:nth-child(3) {
	width: 25%;
}
section.sec02 .problem li:nth-child(4) {
	width: 30%;
}
section.sec02 .problem li span {
	transform: skewX(-15deg) !important;
	display: block;
}
section.sec02 p {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 50px;
	text-align: center;
	color: #fd0;
}
/*feauture*/

section.sec02 .feautureBox {
	position: relative;
	margin-top: 220px;
}
section.sec02 .feautureBox .feature-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transform: skewY(5deg);
	color: #000;
	z-index: 100;
	position: absolute;
	width: 100%;
}
section.sec02 .feautureBox .feature-ttl li {
	width: 33.3333%;
	transform: skewY(-5deg);
	margin-top: -80px;
	margin-left: 20px;
}
section.sec02 .feautureBox .feature-ttl li .txt {
	color: #FFF;
	font-size: 15px;
}
section.sec02 .feautureBox .feature-ttl li .number {
	font-weight: 900;
	font-size: 100px;
	letter-spacing: 0.01em;
	display: inline-block;
	margin-top: -10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 8px;
}
section.sec02 .feauture ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transform: skewY(5deg);
	background-color: #141F30;
}
section.sec02 .feauture li {
	height: 400px;
	width: 33.3333%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 50;
}
section.sec02 .feauture p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.8);
}
section.sec02 .feauture p img {
	max-width: 61px;
	display: block;
	margin: 10px auto;
}
section.sec02 .feauture p span {
	font-size: 13px;
	letter-spacing: 0.01em;
}
section.sec02 .feauture li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
section.sec02 .feauture li .inner {
	transform: skewY(-5deg);
	width: 100%;
	margin-top: -5%;
	height: 500px;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
section.sec02 .feauture li .inner p {
	color: #FFF;
	z-index: 100;
}
section.sec02 .feauture li .inner::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
section.sec02 .feauture li:nth-child(1) .inner {
	background-image: url(/promotion/pmc/wavynozzle/images/01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
section.sec02 .feauture li:nth-child(1) .inner:hover {
	background-image: url(/promotion/pmc/wavynozzle/images/01-on.gif?190821);
	background-size: cover;
	background-repeat: no-repeat;
}
section.sec02 .feauture li:nth-child(2) .inner {
	background-image: url(/promotion/pmc/wavynozzle/images/02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
section.sec02 .feauture li:nth-child(2) .inner:hover {
	background-image: url(/promotion/pmc/wavynozzle/images/02-on.gif);
	background-size: cover;
	background-repeat: no-repeat;
}
section.sec02 .feauture li:nth-child(3) .inner {
	background-image: url(/promotion/pmc/wavynozzle/images/03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
section.sec02 .feauture li:nth-child(3) .inner:hover {
	background-image: url(/promotion/pmc/wavynozzle/images/03-on.gif);
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {

section.sec02 h2 {
    margin-bottom: 15px;
}
section.sec02 h2 img {
    margin-bottom: 0px;
}

section.sec02 h3 {
    font-size: 22px;
    line-height:1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

section.sec02 .problem li {
	font-size: 14px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

section.sec02 .problem li:nth-child(1){
    width: 50%;
}
section.sec02 .problem li:nth-child(2){
    width: 50%;
}
section.sec02 .problem li:nth-child(3){
    width: 45%;
}
section.sec02 .problem li:nth-child(4) {
    width: 55%;
}

section.sec02 .problem {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 92%;
}

section.sec02 .problem li i { font-size:10px;}

section.sec02 .problem li {
	padding: 8px;
	text-align: center;
	transform: skewX(0deg) !important;
	margin:0;
	box-sizing:border-box;
}
section.sec02 .problem li span {
	transform: skewX(0deg) !important;
}
section.sec02 p {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 50px;
	text-align: center;
	color: #fd0;
}

section.sec02 p {
    font-size: 18px;
	line-height:1.3;
}

	section.sec02 {
    background-color: #141F30;
    margin-bottom: -90px;
}
	section.sec02 .feautureBox {
    margin-top: 100px;
}
	
	section.sec02 .feauture li .inner p {
		font-size:14px;
}

section.sec02 .feauture p img {
    max-width: 30px;
    display: block;
    margin: 10px auto;
}

	section.sec02 .feauture li {
    height: 200px;
}
section.sec02 .feauture li .inner {
    height: 220px;
}
	
	section.sec02 .feautureBox .feature-ttl li .txt {
    font-size: 10px;
}
	
	section.sec02 .feautureBox .feature-ttl li .number {
    font-size: 40px;
    margin-top: 0px;
    border-bottom-width: 4px;
    padding-bottom: 8px;
}
	
section.sec02 .feautureBox .feature-ttl li {
    margin-top: -50px;
    margin-left: 10px;
}	
	}
@media screen and (max-width: 320px) {}
/*sec03*/

section.sec03 {
	background-image: url(/promotion/pmc/wavynozzle/images/benefint-bg@2x.png), url(/promotion/pmc/wavynozzle/images/benefint-bg-dot.gif);
	background-position: left top;
	background-size: 100%, auto;
	background-repeat: no-repeat, repeat;
	background-color: #FFF;
	padding-top: 500px;
	padding-bottom:0px;
}
section.sec03 .ttl {
	margin-left: 50px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,section.sec03 .ttl img {
	  padding-bottom:15px;
}
}

section.sec03 h2 {
	font-size: 70px;
	letter-spacing: 0.01em;
	line-height: 57px;
	text-align: left;
	color: #141f30;
	margin-bottom: 50px;
	line-height:1.2;
}
section.sec03 .inner p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
section.sec03 .inner p span {
	display: inline-block;
	background-color: #141F30;
	padding: 1px 10px;
	margin-left: 8px;
	font-size: 24px;
	color: #FFF;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,section.sec03 .inner p span {
	  line-height:1.0;
	padding: 15px 10px 1px 10px;
}
}

section.sec03 #reason {
	margin-top: 50px;
	margin-bottom: 5px;
}

section.sec03 p.caption {
	margin-bottom: 100px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}

section.sec03 h3 {
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 0.01em;
	text-align: center;
	color: #010101;
	position: relative;
	margin-bottom: 150px;
}
section.sec03 h3::after {
	content: "";
	background-image: url(/promotion/pmc/wavynozzle/images/sec03-h3-arrow@2x.png);
	background-size: cover;
	width: 45px;
	height: 40px;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 22px);
}


section.sec03 .benefit {
	margin-bottom: 100px;
}

section.sec03 .benefit .title {
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	box-sizing: border-box;
}



section.sec03 .benefit.right .title {
	text-align: left;
}
section.sec03 .benefit .title h2 img {
	width: 235px;
}



@media screen and (max-width: 750px) {
	section.sec03 .benefit {
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
section.sec03 .benefit .title {
	text-align: left;
}

section.sec03 .benefit .title h2 {
	margin-left: 0;
}


}

section.sec03 .benefit .title h2 img.ph-01,
section.sec03 .benefit .title h2 img.ph-03 { position:absolute; top:150px; left:-300px; width:auto; z-index:1}
section.sec03 .benefit .title h2 img.ph-02,
section.sec03 .benefit .title h2 img.ph-04 { position:absolute; top:600px; left:-350px; width:auto; z-index:1}
section.sec03 .benefit .title h2 img.ph-05 { position:absolute; top:150px; left:-250px; width:auto; z-index:1}
section.sec03 .benefit .title h2 img.ph-06 { position:absolute; top:600px; left:-200px; width:auto; z-index:1}


@media screen and (max-width: 1400px) {
section.sec03 .benefit .title h2 img.ph-01,
section.sec03 .benefit .title h2 img.ph-03 { position:absolute; top:200px; left:-200px; width:auto; z-index:1}
section.sec03 .benefit .title h2 img.ph-02,
section.sec03 .benefit .title h2 img.ph-04 { position:absolute; top:600px; left:-250px; width:auto; z-index:1}
section.sec03 .benefit .title h2 img.ph-05 { position:absolute; top:150px; left:-200px; width:auto; z-index:1}
section.sec03 .benefit .title h2 img.ph-06 { position:absolute; top:600px; left:-200px; width:auto; z-index:1}
}



@media screen and (max-width: 750px) {
section.sec03 .benefit .title h2 img.ph-01,
section.sec03 .benefit .title h2 img.ph-02,
section.sec03 .benefit .title h2 img.ph-03,
section.sec03 .benefit .title h2 img.ph-04,
section.sec03 .benefit .title h2 img.ph-05,
section.sec03 .benefit .title h2 img.ph-06 { display:none;}
	}


section.sec03 .benefit.right .title h2 {
	margin-right: auto;
	margin-left: 0px;
}
section.sec03 .benefit .title h2 span {
	font-size: 45px;
	color: #27273A;
	letter-spacing: 0.01em;
	font-weight: 900;
	z-index: 9999;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
}


@media screen and (max-height: 820px) {
section.sec03 .benefit .title h2 span {
	font-size: 50px;
}
}

section.sec03 .benefit .title h2 img {
	display: block;
	margin-bottom: 15px;
}
section.sec03 .benefit .contents {
	width: 70%;
	margin-left:30%;
	background-color: rgba(240, 237, 232, 0.4);
	padding: 80px;
	box-sizing: border-box;
	overflow:hidden;
	
}

@media screen and (max-width: 750px) {
section.sec03 .benefit .title,
section.sec03 .benefit .contents {
	width: 100%;
	margin-left:0;
}
	}

section.sec03 .benefit .contents .innerContents {
	width: 100%;
	max-width: 800px;

}
section.sec03 .benefit.right .contents {
	text-align: right;
}
section.sec03 .benefit.right .contents .innerContents {
	text-align: left;
	margin-left: auto;
}

@media screen and (max-width: 750px) {
section.sec03 .benefit .title h2 img { width:40% !important; margin-bottom:1px;}
section.sec03 .benefit .title h2 {
    width: 100%;
	padding:0 20px;
	box-sizing:border-box;
	margin-bottom:25px;
}
section.sec03 .benefit .title h2 span {
	writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	height: auto !important;
	font-size:20px;
	letter-spacing:0.01em;
	padding:10px 0px;
}
section.sec03 .benefit .title, section.sec03 .benefit .contents { margin-top:0px;}
section.sec03 .benefit .contents {
    padding: 30px;
}
.benefit.right .title { order: 1;}
.benefit.right .contents { order: 2;}

}


section.sec03 .before-after .ico {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 28px;
	border-radius: 14px;
	background: #010101;
	color:#FFF;
	font-size:18px;
	font-weight:900;
	margin-bottom:10px;
	}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,section.sec03 .before-after .ico {
	  padding-top:10px;
	  box-sizing:border-box;
	}
}

section.sec03 .before-after { margin-bottom:75px;}

section.sec03 .before-after dd .ico{
	background-color:#900;}

section.sec03 .before-after dt, .before-after dd {
	padding-left: 60px;
}


section.sec03 .before-after dt {
	font-size: 30px;
	font-weight:900;
	background-image: url(/promotion/pmc/wavynozzle/images/before.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 30px;
	color:#010101;
}

section.sec03 .before-after dd span.sub {
	color:#010101;
	font-size:20px;
	display:block;
	margin-bottom:10px;}

section.sec03 .before-after dd {
	font-size: 40px;
	font-weight: 900;
	background-image: url(/promotion/pmc/wavynozzle/images/after.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#A80000;
}

section.sec03 .arrow{display: -webkit-flex;
	display: flex;}

section.sec03 .arrow .before,
section.sec03 .arrow .after { width:50%;}

section.sec03 .arrow .before {
	background-image: url(/promotion/pmc/wavynozzle/images/before-landscape.png);
	background-repeat: no-repeat;
	background-position : left 200px top 0px;
	height:47px;
}

section.sec03 .arrow .after {
	background-image: url(/promotion/pmc/wavynozzle/images/after-landscape.png);
	background-repeat: no-repeat;
	background-position : right 200px top 0px;
	height:47px;
}


section.sec03 .grid { text-align:center;}

section.sec03 .grid img { width:100%; margin-bottom:75px;}

section.sec03 h4 {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
height: 33px;
border-radius: 15px;
background: #010101;
font-size:18px;
color:#FFF;
font-weight:500;
margin-bottom:6px;
	}


@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,section.sec03 h4 {
	  padding-top:8px;
	  box-sizing:border-box;
	}
}


section.sec03 .wavy h4{
	background-color:#A80000;}

section.sec03 p { font-weight: 900;
font-size: 18px;
margin-bottom:15px;
}


section.sec03 .wavy p {
	color: #a80000;}

section.sec03 .graph h4{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
width: 400px;
height: 45px;
background: #27273a;
color:#FFF;
border-radius:0px;
position:relative;
font-weight:900;
	}


@media screen and (max-width: 750px) {
section.sec03 .graph h4{
width: 260px;
font-size:12px;
	}
	}

section.sec03 .graph h4::after {content: "";
	background-image: url(/promotion/pmc/wavynozzle/images/sec03-benefit-h4-after.png);
	background-size: cover;
	width: 22px;
	height: 45px;
	position: absolute;
	top: 0px;
	right:-22px;}

section.sec03 .graph dt { margin-bottom:15px; position:relative;}
section.sec03 .graph dt img.num{ position:absolute; top:0px; left:0px;}

section.sec03 .graph dt img { width:100%;}

section.sec03 .graph dd { text-align:center;}

section.sec03 .graph dd h5 {
font-weight: 900;
font-size: 20px;
letter-spacing: 0.01em;
color: #555;
margin-bottom:5px;
	}

section.sec03 .graph dd p {
font-size: 14px;
	}
	

@media screen and (max-width: 750px) {


section.sec03 {
    background-image: url(/promotion/pmc/wavynozzle/images/benefint-bg@2x.png), url(/promotion/pmc/wavynozzle/images/benefint-bg-dot.gif);
    background-position: left top;
    background-size: 100%, auto;
    background-repeat: no-repeat, repeat;
    background-color: #FFF;
    padding-top: 100px;
}

section.sec03 .ttl {
    margin-left: 20px;
}

section.sec03 h2 {
    font-size: 40px;
    margin-bottom: 25px;
}

section.sec03 .ttl img { width:30%;}

section.sec03 .inner p {
    font-size: 16px;
	margin-bottom:15px;
}

section.sec03 p.caption { font-size:12px;}


section.sec03 .inner p span {
    padding: 4px 10px;
    margin-left: 0px;
    font-size: 30px;
    color: #FFF;
}

_:-ms-lang(x)::-ms-backdrop, section.sec03 .inner p span {
    padding: 10px 10px 4px 10px;
}

section.sec03 .inner p span {
    font-size: 20px;
}

section.sec03 h3 {
    font-size: 25px;
    margin-bottom: 100px;
	line-height:1.2;
}

section.sec03 h3::after {
    content: "";
    background-image: url(/promotion/pmc/wavynozzle/images/sec03-h3-arrow@2x.png);
    background-size: cover;
    width: 22px;
    height: 20px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 10px);
}

	section.sec03 .before-after .ico {
    height: 28px;
    font-size: 16px;
}
	section.sec03 .before-after dt {
    font-size: 20px;
	line-height:1.2;
}
section.sec03 .before-after dd {
    font-size: 24px;
	line-height:1.2;
}
	section.sec03 .grid {justify-content: space-between;}
	section.sec03 .grid .clm-2 { width:48% !important;}
	section.sec03 .arrow .before {
	background-position : left 50px top 0px;
}

section.sec03 .arrow .after {
	background-position : right 50px top 0px;
}
section.sec03 h4 {
    font-size: 14px;
}
section.sec03 p {
    font-size: 14px;
    margin-bottom: 15px;
}
section.sec03 .graph dd h5 {
    font-size: 16px;
}
section.sec03 .graph dd p {
    font-size: 12px;
}
}


/*sec04*/

section.sec04 {
	background-image: url(/promotion/pmc/wavynozzle/images/sec04-bg@2x.png);
	background-position: center center;
	padding:50px;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}

section.sec04 .wavy-nozzle {
	position:absolute;
	right:15px;
	bottom:15px;}


section.sec04 img.wavy-nozzle {
	width:20%;}


section.sec04 .image { width:100%;}
section.sec04 .image,
section.sec04 h3 { text-align:left; }

section.sec04 h3 {
font-weight: 900;
font-size: 50px;
color: #141f30;
margin-bottom:50px;
line-height:1.2;
}

section.sec04 h3 span { display:inline-block;}

section.sec04 p.sub {
font-weight: bold;
font-size: 20px;
letter-spacing: 0.03em;
line-height: 30px;
text-align: center;
color: #555;
margin-bottom:10px;
}



section.sec04 p { font-size:25px;}

section.sec04 p span { display:inline-block;}

section.sec04 p._bold {
font-weight: bold;
font-size: 30px;
text-align: center;
color: #fff;
background: #141f30;
padding:1px 15px;
display:inline-block;
margin:0 auto 30px auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,section.sec04 p._bold {
	  line-height:1.0;
	  padding-top:15px;
}
}


section.sec04 .contact{ width:100%; margin:60px auto 0 auto; max-width:500px;}

section.sec04 .contact p {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9D9D9D;
	border-bottom-color: #9D9D9D;
	font-size:18px;
	margin-bottom:30px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,section.sec04 .contact p {
	  padding-top:10px;
}
}

section.sec04 .contact .btn { height:50px; font-size:25px;}

section.sec04 .contact .btn._mail:before {
    margin-bottom: 0px;
	margin-right:5px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,section.sec04 .contact .btn
   { line-height:1.0; padding-top:10px; box-sizing:border-box;}
   *::-ms-backdrop,section.sec04 .contact .btn._mail:before
   { margin-bottom:10px;}
}


@media screen and (max-width: 750px) {


section.sec04 {
    padding: 30px;
}


section.sec04 img.wavy-nozzle { display:none;}

section.sec04 .image, section.sec04 h3 {
    text-align: center;
}

section.sec04 .image img{ width:50%;}

section.sec04 h3 {
font-size: 20px;
margin-bottom:20px;
line-height:1.2;
}

section.sec04 p.sub {
    font-size: 16px;
}
section.sec04 p._bold {
    font-size: 20px;
    margin: 0 auto 15px auto;
}

section.sec04 p {
    font-size: 14px;
}

section.sec04 .contact {
    margin: 30px auto 0 auto;
}

section.sec04 .contact p {
    font-size: 12px;
    margin-bottom: 15px;
}

section.sec04 .contact .btn {
    font-size: 12px;
}

}

footer { text-align:center; padding:20px 0;}

footer .copyright {
	font-family: Arial;
font-weight: bold;
font-size: 10px;
letter-spacing: 0.03em;
text-align: center;
color: #0c0c0c;
margin-top:20px;
}

@media screen and (max-width: 750px) {

footer img{ width:50%;}

}


/*言語選択*/

header .language {
	position: absolute;
	top: 0;
	right: 40px;
}
.nav {
	width: 150px;
	height: 40px;
	padding: 0;
	display: flex;
	position: relative;
}
.nav::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #1C1C1C transparent transparent;
	left: 0px;
	top: 0;
}
.nav li a.ac-on {
	position: relative;
	cursor: pointer;
}
.nav li a.ac-on::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: 900;
	font-size: 10px;
	right: 15px;
	top: 5px;
	color: #FFF;
}
.nav li a.ac-on.active::after {
	content: '\f106';
}
.nav li i {
	padding-right: 10px;
}
.nav li {
	position: relative;
	list-style: none;
}
.nav li a {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 2.8;
	background: #1C1C1C;
	transition: 0.5s;
	text-decoration: none;
	padding-right: 20px;
	box-sizing: border-box;
}
.nav li a:hover {
	color: #999;
}
.nav li ul li a {
	padding-right: 0px;
}
.nav li ul {
	top: 40px;
	left: 0px;
	position: absolute;
}
.nav li ul li {
	transition: 0.2s;
}
.nav li ul li a {
	border-top: 1px solid #eee;
}
.nav li:hover>ul>li {
	height: 40px;
}
.nav li ul {
	display: none;
}
@media screen and (max-width: 750px) {
	.nav, .nav li a {
		width: 120px;
		font-size: 12px;
		height: 35px;
	}
	header .language {
		position: absolute;
		top: 0;
		right: 116px;
	}
	.nav::before {
		display: none;
	}
	.nav::after {
		right: 10px;
	}
	.nav li ul {
		top: 35px;
	}
	.nav li:hover>ul>li {
		height: 35px;
	}
}

@media screen and (max-width: 370px) {
	header .language {
		right: 76px;
	}
	.nav, .nav li a {
		width: 100px;
	}
}

/*フッタリンク追加*/

.txt-link li {
	display:inline-block;
	margin-right:15px;
	margin-top:10px;
	}

.txt-link li:last-child {
	margin-right:0px;
	}

.txt-link li a {
	color: #555555;
	font-size:12px;
	text-decoration:none;
	}

.txt-link li a:hover {
	color: #000;
	}

.txt-link li a::before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
	}




.wavy_movie {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1300px;
	width: 92%;
	margin: 0 auto 120px;
}

.wavy_movie li {
	width: 48%;
	height: 360px;
	display: flex;
	flex-flow: wrap;
}

.wavy_movie li a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
	border: 3px solid #fff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding: 20px 0px;
}

.wavy_movie li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 0.2s transform ease-out;
}

.wavy_movie li:nth-of-type(1) a::before {background: url("/promotion/pmc/wavynozzle/images/wavy1.jpg") no-repeat center/cover;}
.wavy_movie li:nth-of-type(2) a::before {background: url("//promotion/pmc/wavynozzle/images/wavy2.jpg") no-repeat center/cover;}
.wavy_movie li:nth-of-type(1) a:hover::before {background: url("/promotion/pmc/wavynozzle/images/wavy1.gif") no-repeat center/cover;}
.wavy_movie li:nth-of-type(2) a:hover::before {background: url("/promotion/pmc/wavynozzle/images/wavy2.gif") no-repeat center/cover;}


.wavy_movie li a p {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2em;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.wavy_movie li a img {
	position: relative;
	z-index: 2;
}

.wavy_movie li a span {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1000px) {
	.wavy_movie li {
		height: 260px;
	}
}

@media screen and (max-width: 750px) {
	.wavy_movie li {
		width: 100%;
		min-height: 40vw;
		height: auto;
	}
	.wavy_movie li:not(:first-child) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 520px) {
	.wavy_movie li a p {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.wavy_movie li a img {
		width: 40px;
	}
}




/*sec05*/

section.sec05 {
	background-image: url(/promotion/pmc/wavynozzle/images/benefint-bg-dot.gif);
	background-position: center center;
	padding: 100px 50px;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}


section.sec05 .image { width:100%;}
section.sec05 .image,
section.sec05 h3 { text-align:left; }

section.sec05 h3 {
font-weight: 900;
font-size: 60px;
color: #141f30;
margin-bottom:50px;
line-height:1.2;
}

section.sec05 h3 span { display:inline-block;}

@media screen and (max-width: 750px) {


section.sec05 {
    padding: 30px;
}


section.sec05 img.wavy-nozzle { display:none;}

section.sec05 .image,
section.sec05 h3 {
    text-align: center;
}

section.sec05 .image img{ width:80%;}

section.sec05 h3 {
font-size: 20px;
margin-bottom:20px;
line-height:1.2;
}
}

.library_list {
	display: block;
	max-width: 1300px;
	width: 94%;
	margin: 0 auto;
}

.library_list li h4 {
	font-size: 20px;
	text-align: left;
	margin: 15px auto;
	width: 94%;
	line-height: 1.5;
}
.library_list li p {
	font-size: 16px;
	text-align: left;
	width: 94%;
	margin: 0 auto;
}
.library_list li a {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 94%;
	height: 220px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	margin: 0 auto;
}

.library_list li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 0.2s transform ease-out;
	z-index: 1;
}

.library_list li a:hover::before {
	transform: scale(1.2);
}

.library_list li.library_list_01 a::before {background: url("/promotion/pmc/wavynozzle/images/wavy1.jpg") no-repeat center/cover;}
.library_list li.library_list_02 a::before {background: url("/promotion/pmc/wavynozzle/images/wavy2.jpg") no-repeat center/cover;}
.library_list li.library_list_03 a::before {background: url("/promotion/pmc/wavynozzle/images/library_03@2x.jpg") no-repeat center/cover;}


.library_list li a img {
	position: relative;
	z-index: 2;
}

.library_list li a span {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

.owl-carousel .owl-stage-outer {
	z-index: 2;
}

.owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	height: 360px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
}

.owl-prev {
	position: absolute;
	left: -20px;
	top: calc(50% - 10px);
}
.owl-next {
	position: absolute;
	right: -20px;
	top: calc(50% - 10px);
}

.owl-nav span {
	font-size: 40px;
	line-height: 20px;
	display: inline-block;
}

.owl-dots {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1200px) {
	.library_list li a,
	.owl-theme .owl-nav {
		height: 180px;
	}
}
@media screen and (max-width: 750px) {
	.library_list li h4 {
		font-size: 18px;
		margin: 10px auto;
	}
	.library_list li h4 pc{
		display: none;
	}
	.library_list li p {
		font-size: 14px;
	}
}