@charset "utf-8";
/*inview*/
.fade {
  opacity: 0;
 	transition: .6s;
	transition-delay:0.6s;
}

.fade1 {
  opacity: 0;
 	transition: .7s;
	transition-delay:0.7s;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);	
}

.fade2 {
  opacity: 0;
 	transition: .8s;
	transition-delay:0.8s;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);		
}

.fade3 {
  opacity: 0;
 	transition: .9s;
	transition-delay:0.9s;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);		
}

.mv-fade {
	opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);	
}

#fogsui {
	background: #fff;
	/* background: #fbf6f0; */
	/* height: 800px; */
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.w800 {
	max-width: 1100px;
	margin: 0 auto 80px;
	height: 100%;
	padding: 120px 0 0;
	border: 3px solid #c82b36;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}

#fogsui .overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
}

p {
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	line-height: 2;
	color: #333;
	font-size: 1.1em;
	font-weight: 100;
	letter-spacing: 1px;
}

h6 {
	font-size: 2em;
	letter-spacing: 2px;
	display: block;
	line-height: 2;
	font-weight: 500;
}


.flex {
	display:flex;
}

.inner {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.ttl {}

.ttl b {
	font-size: 1.8em;
	letter-spacing: 2px;
	display: block;
	line-height: 1.8;
	/* font-weight: normal; */
}

.subttl {
	font-size: 2.5em;
	letter-spacing: 3px;
	line-height: 1.5;
	padding: 0 0 40px;
	font-weight: 500;
}

.subttl b {
	font-weight: 500;
	border-bottom: 1px solid #c82b36;
	/* color: #906132; */
	color: #c82b36;
	margin: 0 10px;
	display: inline-block;
	line-height: 1.5;
	font-size: 1.4em;
	text-align: center;
}

/*+++++++++++
mask
++++++++++++**/

article#mask {
	padding: 100px 0 0;
}


article#mask .flex {
	flex-wrap: wrap;
	position: relative;
	height: 580px;
	background: url("../imgs/feature/fogsui/mask_bg.jpg") no-repeat;
	margin: 0 auto 80px;
	background-size: 100%;
}

article#mask .mask_q {
	/* background: #fff; */
	width: 100%;
	padding: 70px 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
article#mask .mask_q .box {
	/* background: #fbf6f0; */
	padding: 40px;
	box-sizing: border-box;
	max-width: 640px;
	margin: 50px auto 0;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
}

article#mask dl{
	margin: 0 0 20px;
	display: flex;
	align-items: center;
} 

article#mask dl:last-child {
	margin:0;
}

article#mask dt{
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	margin: 0 20px 0 0;
	position: relative;
} 

article#mask dt:before {
	content:"";
	background:url(http://demo.5tag.jp/azura.jp/img/feature/fogsui/check.png);
	width: 20px;
	height: 15px;
	position: absolute;
	left: 0;
	top: -3px;
	bottom: 0;
	margin: auto;
}

article#mask dt img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

article#mask dd{
	font-size: 1.6em;
	letter-spacing: 1px;
	/* font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif; */
} 

article#mask .mask_q h6 {
	color:#fff;
}

article#mask .mask_q h6 b {
	font-weight: normal;
	color: #fbff13;
	border-bottom: 2px solid #fbff13;
	margin: 0 10px;
	line-height: 2;
}

.cause {
	max-width: 1100px;
	margin: 50px auto 0;
}

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

.cause li{
	width: 45%;
	/* margin: 0 5% 0 0; */
}

.cause li:last-child {
	justify-content: center;
	margin: auto;
	padding: 100px 0;
	width: 100%;
}

.cause li:last-child dl {
	width:45%;
	margin:0 auto 50px;
}

.cause li dl{
	display: flex;
	align-items: center;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	padding: 3px 0;
	font-size: 1.6em;
	line-height: 1.2;
}

.cause li dt{
	background: #111;
	color: #fff;
	text-align: center;
	padding: 5px 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 2px;
	margin: 0 20px 0 0;
	/* font-size: 1.2em; */
}

.cause li dd{
	letter-spacing: 2px;
	/* font-size: 1.5em; */
	font-weight: bold;
}

.cause li img {
	width: 80%;
	margin: 0 auto 10px;
}

span {
	letter-spacing: 1px;
	font-size: 1.3em;
	text-align: center;
	display: block;
	line-height: 2.2;
	font-weight: 500;
}

span b{
	color: #c82b36;
	font-weight: 500;
	border-bottom: 1px solid #c82b36;
	padding: 0 0 1px;
}

.cause li:last-child .flex {
	flex-wrap:wrap;
	background: #f7f7f7;
	padding: 50px;
	box-sizing: border-box;
}

.cause li:last-child figure {
	width: 55%;
	margin: 0 2% 0 0;
}

.cause li:last-child figure img {
	width: auto;
}

.cause li:last-child .kansou {
	width: 43%;
}

.cause li:last-child .careful {
	border: 2px solid #c82b36;
	background: #fff;
	padding: 30px 20px 20px;
	box-sizing: border-box;
	position: relative;
	}

.cause li:last-child .careful > span{
	background: #c82b36;
	color: #fff;
	font-weight: 500;
	padding: 8px;
	font-size: 1em;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0%;
	left: 3%;
	line-height: 1.2;
	margin: -8%;
}

.cause li:last-child .careful p{
	font-size: 0.95em;
	letter-spacing: 1px;
	/* color: #c82b36; */
}

.cause li:last-child .careful p > b {
	color: #c82b36;
	text-decoration: underline;
}

.cause li:last-child span {
	text-align:left;
}

.kakure {
	position: relative;
	max-width: 900px;
	margin: auto;
}

.kakure_ttl {
	/* position: relative; */
	padding: 0 0 150px;
}

.kakure_ttl:before {
	content:"";
	/* background: #111; */
	width: 100%;
	position: absolute;
	left: 0;
	top: 10%;
	margin: auto;
	height: 1px;
}

.kakure_ttl:after {
	content: "";
	background: url(../imgs/feature/fogsui/arrow.png) no-repeat center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	background-size: 250px;
	height: 142px;
}

.kakure_ttl > b {
	border: 1px solid #000;
	padding: 5px 20px;
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	background: #fff;
	display: block;
	max-width: 120px;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 auto 30px;
}

/*+++++++++++
about
++++++++++++**/
article#about {
	background: #fff;
	/* height: 800px; */
	padding: 0;
}

/*+++++++++++
taisaku
++++++++++++**/
article#taisaku {
	background: url("../imgs/feature/fogsui/bg.jpg") no-repeat;
	/* height: 800px; */
	padding: 110px 0 100px;
	margin: -3.8% auto 0;
}

article#taisaku .w800 figure {
	width: 130px;
	float:right;
	padding: 0 130px 50px 0;
}

article#taisaku .w800 .text {
	width: 60%;
	padding: 30px 0 0 80px;
	float: left;
}
article#taisaku .w800 p.hosoku {
    padding: 30px 0 0 0;
    font-size: 0.8em;
    letter-spacing: 1px;
}
.pr {font-size: 1.6em;font-weight: 700;letter-spacing: 2px;line-height: 1.8;background: #c82b36;color: #fff;margin: auto;padding: 20px;text-align: center;width: 100%;/* text-align: left; */position: absolute;top: 0;left: 0;box-sizing: border-box;line-height: 1.3;}

dl.prname {padding: 0;}

dl.prname dt{
	color: #111;
	font-size: 2.3em;
	margin: 0;
	font-weight: 700;
}

dl.prname dd{
	font-size: 1.4em;
	letter-spacing: 0;
	color: #111;
	font-weight: bold;
	line-height: 1.8;
}

.feature {
	margin: 100px auto 0;
	position: relative;
	padding: 50px 0 0;
	/* box-sizing: border-box; */
	background: #f7f7f7;
	clear: both;
}

.feature ul {
    /* border: 1px solid #333; */
    box-sizing: border-box;
    border-top: none;
    margin: auto;
    border-left: none;
    background: #f7f7f7;
    padding: 30px;
    box-sizing: border-box;
}

ul.flex {}

.feature li {
	margin: 0 18px 0 0;
	width: 32%;
	/* border-right: 1px solid #ccc; */
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
}

.feature li:last-child {
	margin:0;
	border: none;
}

.feature li p {
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 0;
}

.feature li .num {
	font-family: 'Merriweather', serif;
	text-align: center;
	position: relative;
	font-size: 2em;
	color: #333;
	font-weight: 100;
	letter-spacing: 5px;
	font-style: italic;
	/* border: 1px solid #333; */
	border-radius: 100px;
	text-align: center;
	z-index: 10;
	box-sizing: border-box;
}

.feature li .num:before {
	content:"";
}

.feature li .point{
	font-size: 1.4em;
	text-align: center;
	margin: 0 auto 20px;
	line-height: 1.8;
	letter-spacing: 0px;
	font-weight: 500;
	z-index: 11;
	position: relative;
	border-bottom: 1px solid #ccc;
	color: #c82b36;
	padding: 0 0 10px;
}

.feature li .point small {
	font-size: 0.7em;
	color: #f00;
}

.feature b{
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.8em;
	margin: auto;
	width: 80%;
}

.feature b:before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #333;
	width: 15%;
	height: 1px;
	margin: auto;
}

.feature b:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #333;
	width: 15%;
	height: 1px;
	margin: auto;
}

.kouka {
	/* background: #fdf6f7; */
	/* padding: 50px; */
	box-sizing: border-box;
	max-width: 1100px;
	margin: auto;
	display: flex;
}

.kouka dl {/* width: 32%; */margin: 0 2% 2% 0;}

.kouka dl:last-child {
	margin: 0;
}

.kouka dt {/* width: 55%; */margin: 0 0 3%;}

.kouka dd {
	/* width: 42%; */
	display: flex;
	align-items: center;
}

.kouka dd span {
	text-align: left;
	line-height: 1.8;
	margin: 6px 0 0;
	font-weight: 500;
	font-size: 1.1em;
}

.kouka dd strong {
	font-family: 'Merriweather', serif;
	font-style: italic;
	color: #c82b36;
	font-weight: 100;
	font-size: 2.5em;
	margin: 0 30px 0 0;
}

/*+++++++++++
product
++++++++++++**/
article#product {
	background: url("../imgs/feature/fogsui/bg.jpg") no-repeat;
	/* height: 800px; */
	padding: 100px 0 70px;
	background-size: cover;
}

article#product .productbox {
	padding: 40px 0 0;
}

article#product .productbox li{
	width: 47%;
	text-align: center;
	margin: 0 3% 5% 0;
	background: #fff;
	border-radius: 5px;
	/* box-shadow: 0 3px 10px rgba(0,0,0,0.2); */
	padding: 60px 30px 30px;
	box-sizing: border-box;
	position: relative;
}

article#product .productbox li:nth-child(2n){
	margin: 0 0 5%;
}

article#product .productbox li img {
	/* width:60%; */
}

article#product .productbox .pre {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 2px;
	background: #111;
	color: #fff;
	position: absolute;
	top: -5%;
	left: 0;
	z-index: 100;
	right: 0;
	margin: auto;
	text-align: center;
	width: 300px;
	padding: 10px 15px 8px;
	line-height: 1.6;
}
article#product .productbox .pre:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #111 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	bottom: -20%;
}

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


.w800 {
	max-width: 100%;
}

p {
	font-size: 1em;
}

h6 {
	font-size: 1.8em;
}


.inner {
	max-width: 90%;
}

.ttl b {
	font-size: 1.7em;
}

.subttl {
	font-size: 2em;
	padding: 0 0 20px;
}

.subttl b {
	font-size: 1.2em;
}

/*+++++++++++
mask
++++++++++++**/

article#mask {
	padding: 100px 0 0;
}


article#mask .flex {
	height: 500px;
}

article#mask .mask_q {padding: 60px 40px;}
article#mask .mask_q .box {
	margin: 0 auto 0;
	padding: 30px;
}

article#mask dl{
	margin: 0 0 10px;
} 

article#mask dl:last-child {
	margin:0;
}

article#mask dt{
} 

article#mask dt img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

article#mask dd{
	font-size: 1.4em;
} 

article#mask .mask_q h6 b {
	margin: 0;
}

.cause {
	max-width: 100%;
	margin: 50px auto 0;
}

.cause ul{
}

.cause li{
	width: 45%;
	/* margin: 0 5% 0 0; */
}

.cause li:last-child {
}

.cause li:last-child dl {
}

.cause li dl{
	font-size: 1.3em;
}


span {
	font-size: 1.3em;
	letter-spacing: 0;
}

span b{
}

.cause li:last-child .flex {
	flex-wrap:wrap;
	background: #f7f7f7;
	padding: 50px;
	box-sizing: border-box;
}

.cause li:last-child figure {
	width: 55%;
	margin: 0 2% 0 0;
}

.cause li:last-child figure img {
}

.cause li:last-child .kansou {
	width: 43%;
}


.cause li:last-child .careful > span{margin: -10%;}

.cause li:last-child .careful p{
}

.cause li:last-child .careful p > b {
	color: #c82b36;
	text-decoration: underline;
}

.kakure {
	position: relative;
	max-width: 900px;
	margin: auto;
}

.kakure_ttl {
	padding: 0 0 120px;
}

.kakure_ttl:before {
}

.kakure_ttl:after {
	background-size: 200px;
	height: 120px;
}

.kakure_ttl > b {
	border: 1px solid #000;
	padding: 5px 20px;
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	background: #fff;
	display: block;
	max-width: 120px;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 auto 30px;
}

/*+++++++++++
about
++++++++++++**/
article#about {
}

/*+++++++++++
taisaku
++++++++++++**/
article#taisaku {
	padding: 80px 0;
	margin: -5% auto 0;
}

article#taisaku .w800 figure {
	padding: 0 100px 50px 0;
	width: 115px;
}

article#taisaku .w800 .text {
	padding: 30px 0 0 50px;
}
article#taisaku .w800 p.hosoku {
    letter-spacing: 0;
    font-size: 0.75em;
}
.pr {font-size: 1.5em;}

dl.prname {}

dl.prname dt{
	font-size: 2em;
}

dl.prname dd{
	font-size: 1.2em;
}

.feature {
}

.feature li {
	margin: 0 15px 0 0;
}

.feature li:last-child {
}

.feature li p {font-size: 0.8em;}

.feature li .num {
	font-family: 'Merriweather', serif;
	text-align: center;
	position: relative;
	font-size: 2em;
	color: #333;
	font-weight: 100;
	letter-spacing: 5px;
	font-style: italic;
	/* border: 1px solid #333; */
	border-radius: 100px;
	text-align: center;
	z-index: 10;
	box-sizing: border-box;
}

.feature li .num:before {
	content:"";
}

.feature li .point{
	font-size: 1.2em;
}

.feature li .point small {
	font-size: 0.7em;
	color: #f00;
}

.feature b{
	font-size: 1.6em;
}

.feature b:before {
	width: 12%;
}

.feature b:after {
	width: 12%;
}

.kouka {
}

.kouka dl {}

.kouka dl:last-child {
	margin: 0;
}

.kouka dt {}

.kouka dd {
	/* width: 42%; */
	display: flex;
	align-items: center;
}

.kouka dd span {
	font-size: 1em;
}

.kouka dd strong {
	font-size: 2em;
}

/*+++++++++++
product
++++++++++++**/
article#product {
	padding: 70px 0 40px;
}

article#product .productbox {
	padding: 40px 0 0;
}

article#product .productbox li{
}

article#product .productbox li:nth-child(2n){
}

article#product .productbox li img {
	/* width:60%; */
}

article#product .productbox .pre {
	font-size: 1.3em;
}

}

@media screen and (max-width: 1023px){
#fogsui {
}

.w800 {
}

#fogsui .overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
}

p {font-size: 0.9em;}

h6 {font-size: 1.4em;}


.flex {
	display:flex;
}

.ttl b {
	font-size: 1.4em;
}

.subttl {
    font-size: 1.7em;
    line-height: 2;
}

/*+++++++++++
mask
++++++++++++**/

article#mask {
	padding: 50px 0 0;
}


article#mask .flex {height: 480px;background-size: cover;}

article#mask dl:last-child {
	margin:0;
}


article#mask dt img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

article#mask dd{font-size: 1.3em;} 


.cause ul{
}

.cause li{
	width: 45%;
	/* margin: 0 5% 0 0; */
}

.cause li:last-child {
	padding: 100px 0 50px;
}

.cause li:last-child dl {
}

.cause li dl{font-size: 1.1em;}

.cause li dt{padding: 5px 10px;}

.cause li dd{
}

.cause li img {
	width: auto;
}

span {font-size: 1.1em;}

span b{
}

.cause li:last-child .flex {
	padding: 40px;
	display: block;
}

.cause li:last-child figure {
	width: 100%;
	margin: 0 0 3%;
}

.cause li:last-child figure img {
	width: 100%;
}

.cause li:last-child .kansou {
	width: 100%;
}


.kakure {
	position: relative;
	max-width: 900px;
	margin: auto;
}

.kakure_ttl {
	/* position: relative; */
	padding: 0 0 150px;
}

.kakure_ttl:before {
}

.kakure_ttl:after {
}

.kakure_ttl > b {
	border: 1px solid #000;
	padding: 5px 20px;
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	background: #fff;
	display: block;
	max-width: 120px;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 auto 30px;
}

/*+++++++++++
about
++++++++++++**/
article#about {
}

/*+++++++++++
taisaku
++++++++++++**/
article#taisaku {margin: -7% auto 0;}

article#taisaku .w800 figure {width: 90px;}

article#taisaku .w800 .text {padding: 0 0 30px 30px;}
article#taisaku .w800 p.hosoku {
}
.pr {
    font-size: 1.3em;
}


dl.prname dt{font-size: 1.8em;}

dl.prname dd{
	font-size: 0.9em;
}

.feature ul {
    /* border: 1px solid #333; */
    box-sizing: border-box;
    border-top: none;
    margin: auto;
    border-left: none;
    background: #f7f7f7;
    padding: 30px;
    box-sizing: border-box;
}

ul.flex {
}

.feature li {
	margin: 0 0 20px;
	width: 100%;
}

.feature li:last-child {
}

.feature li p {
}

.feature li .num {
	font-family: 'Merriweather', serif;
	text-align: center;
	position: relative;
	font-size: 2em;
	color: #333;
	font-weight: 100;
	letter-spacing: 5px;
	font-style: italic;
	/* border: 1px solid #333; */
	border-radius: 100px;
	text-align: center;
	z-index: 10;
	box-sizing: border-box;
}

.feature li .num:before {
	content:"";
}

.feature li .point{
	font-size: 1.4em;
	text-align: center;
	margin: 0 auto 20px;
	line-height: 1.8;
	letter-spacing: 0px;
	font-weight: 500;
	z-index: 11;
	position: relative;
	border-bottom: 1px solid #ccc;
	color: #c82b36;
	padding: 0 0 10px;
}

.feature li .point small {
	font-size: 0.7em;
	color: #f00;
}

.feature b{font-size: 1.4em;}

.feature b:before {width: 5%;}

.feature b:after {
	width: 5%;
}

.kouka {
}

.kouka dl {}

.kouka dl:last-child {
	margin: 0;
}

.kouka dt {}

.kouka dd {
	/* width: 42%; */
	display: flex;
	align-items: center;
}

.kouka dd strong {margin: 0 10px 0 0;font-size: 1.8em;}

/*+++++++++++
product
++++++++++++**/

article#product .productbox {
	padding: 0;
}

article#product .productbox li{
	margin: 0 3% 7% 0;
	width: 48%;
	padding: 60px 10px 10px;
}

article#product .productbox li:nth-child(2n){
	margin: 0 0 7%;
}

article#product .productbox li img {
	/* width:60%; */
}

article#product .productbox .pre {
	width: 70%;
	font-size: 1.1em;
}

}

@media screen and (max-width: 767px){
#fogsui {
}

.w800 {
}

#fogsui .overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
}

p {
}

h6 {
}


.flex {
	display:flex;
}

.inner {
}

.ttl {}

.ttl b {font-size: 1.3em;}

.subttl {font-size: 1.4em;}

.subttl b {
}

/*+++++++++++
mask
++++++++++++**/


article#mask .flex {height: 400px;margin: 0 auto 50px;}

article#mask .mask_q {padding: 20px;}
article#mask .mask_q .box {padding: 20px 10px;width: 95%;}

article#mask dl{
	margin: 0 0 10px;
} 

article#mask dl:last-child {
	margin:0;
}


article#mask dt:before {
}

article#mask dt img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

article#mask dd{font-size: 1.1em;} 


.cause ul{
	display: block;
}

.cause li{
	width: 100%;
	margin: 0 0 5%;
}


.cause li:last-child dl {
	width: auto;
}


.cause li img {
	width: 80%;
	margin: 0 auto 10px;
}

span {font-size: 1em;}



.cause li:last-child .careful > span{margin: -7%;}

.cause li:last-child .careful p{font-size: 0.85em;}

.cause li:last-child .careful p > b {
	color: #c82b36;
	text-decoration: underline;
}

.cause li:last-child span {
}

.kakure {max-width: 100%;}


.kakure_ttl:before {
}


.kakure_ttl > b {
	border: 1px solid #000;
	padding: 5px 20px;
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	background: #fff;
	display: block;
	max-width: 120px;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 auto 30px;
}

/*+++++++++++
about
++++++++++++**/
article#about {
}

/*+++++++++++
taisaku
++++++++++++**/
article#taisaku {
}

article#taisaku .w800 figure {float: none;margin: auto;width: 100px;padding: 0;}

article#taisaku .w800 .text {
	width: 70%;
	padding: 30px 0 0;
	float: none;
	margin: auto;
}



dl.prname dd{font-size: 1em;}

.feature {margin: 50px 0 0;}


ul.flex {
    display: block;
}

.feature li:last-child {
}


.feature li .num {
	font-family: 'Merriweather', serif;
	text-align: center;
	position: relative;
	font-size: 2em;
	color: #333;
	font-weight: 100;
	letter-spacing: 5px;
	font-style: italic;
	/* border: 1px solid #333; */
	border-radius: 100px;
	text-align: center;
	z-index: 10;
	box-sizing: border-box;
}

.feature li .num:before {
	content:"";
}

.feature li .point small {
	font-size: 0.7em;
	color: #f00;
}

.feature b{width: 90%;}


.kouka {
	display: block;
}

.kouka dl {
    margin: 0 0 80px;
}

.kouka dl:last-child {
	margin: 0;
}

.kouka dt img {
    width: 100%;
}

.kouka dd {
	/* width: 42%; */
	display: flex;
	align-items: center;
}

.kouka dd span {
}

.kouka dd strong {
}

/*+++++++++++
product
++++++++++++**/
article#product {padding: 50px 0;}

article#product .productbox {
}

article#product .productbox li{
	width: 100%;
	margin: 0 0 80px;
}

article#product .productbox li:nth-child(2n){
	margin: 0 0 80px;
}

article#product .productbox li img {
	/* width:60%; */
}

article#product .productbox .pre {
}
article#product .productbox .pre:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 50px;
	border-color: #111 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	bottom: -20%;
}
}

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


#fogsui .overlay {
	background: rgba(0,0,0,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
}

h6 {font-size: 1em;}


.flex {
	display:flex;
}


.subttl {
    font-size: 1.5em;
    padding: 0 0 20px;
    line-height: 1.6;
}

.subttl b {font-size: 1.1em;margin: 0 5px;}

/*+++++++++++
mask
++++++++++++**/

article#mask {padding: 20px 0 0;}


article#mask .flex {height: 360px;}


article#mask dl{text-align: left;} 

article#mask dl:last-child {
	margin:0;
}

article#mask dt img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

article#mask dd{font-size: 0.9em;} 



.cause li:last-child {
	padding: 50px 0;
}

.cause li:last-child dl {margin: 0 auto 30px;width: 80%;}

.cause li dl{
	display: block;
	width: 80%;
	margin: 0 auto 20px;
}

.cause li dt{
	margin: 0 0 10px;
}

.cause li dd{padding: 5px 5px 10px;text-align: center;}

.cause li img {
	width: 80%;
	margin: 0 auto 10px;
}

span b{
	color: #c82b36;
	font-weight: 500;
	border-bottom: 1px solid #c82b36;
	padding: 0 0 1px;
}

.cause li:last-child .flex {padding: 20px;}


.cause li:last-child .careful {
	padding: 30px 20px 20px;
	}

.cause li:last-child .careful > span{font-size: 0.8em;width: 40px;height: 40px;letter-spacing: 0;}

.cause li:last-child .careful p{letter-spacing: 0;}

.cause li:last-child .careful p > b {
	color: #c82b36;
	text-decoration: underline;
}


.kakure {
	position: relative;
	max-width: 900px;
	margin: auto;
}

.kakure_ttl {
	padding: 0 0 100px;
}


.kakure_ttl:after {background-size: 150px;}

.kakure_ttl > b {
	border: 1px solid #000;
	padding: 5px 20px;
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	background: #fff;
	display: block;
	max-width: 120px;
	text-align: center;
	letter-spacing: 0px;
	margin: 0 auto 30px;
}

/*+++++++++++
about
++++++++++++**/
article#about {
	background: #fff;
	/* height: 800px; */
	padding: 0;
}

/*+++++++++++
taisaku
++++++++++++**/
article#taisaku {margin: -15% auto 0;padding: 50px 0;}

article#taisaku .w800 figure {margin: 30px auto 0;width: 90px;}

article#taisaku .w800 .text {width: 90%;}
article#taisaku .w800 p.hosoku {padding: 10px 0 0;}

dl.prname dt{font-size: 1.5em;}



ul.flex {
    padding: 0;
}

.feature li p {
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 0;
}

.feature li .num {
	font-family: 'Merriweather', serif;
	text-align: center;
	position: relative;
	font-size: 2em;
	color: #333;
	font-weight: 100;
	letter-spacing: 5px;
	font-style: italic;
	/* border: 1px solid #333; */
	border-radius: 100px;
	text-align: center;
	z-index: 10;
	box-sizing: border-box;
}


.feature li .point{
	font-size: 1.4em;
	text-align: center;
	margin: 0 auto 20px;
	line-height: 1.8;
	letter-spacing: 0px;
	font-weight: 500;
	z-index: 11;
	position: relative;
	border-bottom: 1px solid #ccc;
	color: #c82b36;
	padding: 0 0 10px;
}

.feature li .point small {
	font-size: 0.7em;
	color: #f00;
}


.kouka dl {
    margin: 0 0 40px;
}

.kouka dl:last-child {
	margin: 0;
}

.kouka dd {
	/* width: 42%; */
	display: flex;
	align-items: center;
}

.kouka dd span {
}

.kouka dd strong {
}

/*+++++++++++
product
++++++++++++**/
article#product {
}

article#product .productbox {
}

article#product .productbox li:nth-child(2n){}


}