@charset "utf-8";



/*================================

novelty

================================*/

.novelty_page {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 160px;
	padding: 80px 0 60px;
	background-color: #f2f5f5;
	}
@media screen and (max-width: 640px) {
.novelty_page {
	margin-top: 140px;
	}
	}

.novelty_page .pouch{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	}

.novelty_page .pouch img{
	width: 450px;
	height: auto;
	}
@media screen and (max-width: 640px) {
.novelty_page .pouch img{
	width: 90%;
	}
	}

.novelty_page .texts{
	width: 100%;
	height: auto;
	margin-top: 30px;
	}

.novelty_page .group{
	text-align: center;
	}

.novelty_page .group p.catch{
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.novelty_page .group p.catch{
	font-size: 1.2em;
	}
	}

.novelty_page .group h2{
	width: 290px;
	height: auto;
	margin: 0 auto;
	padding-top: 1.5em;
	}

.novelty_page .group h2 img{
	width: 100%;
	height: auto;
	}

.novelty_page .group h3{
	margin-top: 1em;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.novelty_page .group h3{
	}
	}

.novelty_page .group p.lead{
	width: 90%;
	margin: 2em auto 0;
	line-height: 2em;
	letter-spacing: .1em;
	}

.novelty_page .group p.ctn{
	margin: 2em;
	line-height: 2em;
	letter-spacing: .05em;
	color: #ff6c6c;
	}

.novelty_page .group p.more{
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	line-height: 3.5em;
	width: 230px;
	height: auto;
	}

.novelty_page .group p.more a{
	font-size: .9em;
	display: block;
	font-weight: 300;
	line-height: 3.5em;
	letter-spacing: .05em;
	color: #fff;
	width: 230px;
	height: auto;
	background-color: #ff6c6c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	border: 1px solid #ff6c6c;
	}

.novelty_page .group p.more a:hover{
	color: #ff6c6c;
	background-color: #fff;
	}

.novelty_page .group p.caut{
	margin-top: .5em;
	font-size: .9em;
	line-height: 1.8em;
	letter-spacing: 0;
	}
@media screen and (max-width: 640px) {
.novelty_page .group p.caut{
	}
	}


/*================================

intro

================================*/

.intro {
	margin-top: 60px;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.intro {
	width: 86%;
	margin: 60px auto 0;
	}
	}

.intro img {
	width: 450px;
	height: auto;
	}
@media screen and (max-width: 640px) {
.intro img {
	width: 100%;
	}
	}

.intro h3{
	margin-top: 3em;
	font-size: 1.3em;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.intro h3{
	width: 90%;
	margin: 1.3em auto 0;
	font-size: 1.4em;
	line-height: 1.8em;
	}
	}

.intro p.lead {
	margin-top: 3em;
	line-height: 2.3em;
	letter-spacing: .05em;
	}
@media screen and (max-width: 640px) {
.intro p.lead {
	text-align: left;
	margin-top: 1.5em;
	line-height: 1.8em;
	}
	}



/*================================

cloudy

================================*/

.cloudy {
	text-align: center;
	margin-top: 4em;
	}
@media screen and (max-width: 640px) {
.cloudy {
	width: 86%;
	margin: 4em auto 0;
	}
	}

.cloudy .logo{
	width: 118px;
	height: auto;
	margin: 0 auto;
	}
@media screen and (max-width: 640px) {
.cloudy .logo{
	width: 150px;
	}
	}

.cloudy .logo img {
	width: 100%;
	height: auto;
	}

.cloudy .photo{
	width: 70%;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	}
@media screen and (max-width: 640px) {
.cloudy .photo{
	width: 100%;
	}
	}

.cloudy .photo img{
	width: 31%;
	height: auto;
	margin: 0 1%;
	}
@media screen and (max-width: 640px) {
.cloudy .photo img{
	width: 100%;
	margin: 0 0 5px;
	}
.cloudy .photo img:nth-child(2){
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0;
	}
.cloudy .photo img:nth-child(3){
	width: 49%;
	margin: 0;
	}
	}

.cloudy p.lead {
	margin-top: 2em;
	line-height: 2.3em;
	letter-spacing: .05em;
	}
@media screen and (max-width: 640px) {
.cloudy p.lead {
	text-align: left;
	margin-top: 1em;
	line-height: 1.8em;
	}
	}

.cloudy .link{
	margin-top: 2em;
	}
@media screen and (max-width: 640px) {
.cloudy .link{
	margin-top: 2em;
	text-align: center;
	}
	}

.cloudy .link a{
	color: #ff6c6c;
	border-bottom: 1px solid #ff6c6c;
	}
