@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:200,300,400,600,700');

html, body {
	position: relative;
	height: 100%;
	}

body{
	font-family: 'Lato',"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 13px;
	line-height: 1em;
	font-weight: normal;
	font-weight: 300;
	font-style: normal;
	}
@media screen and (max-width: 640px) {
body{
	font-size: 14px;
	}
	}

.sp{
	display: none !important;
	}
@media screen and (max-width: 640px) {
.sp{
	display: block !important;
	}
	}

.pc{
	display: block !important;
	}
@media screen and (max-width: 640px) {
.pc{
	display: none !important;
	}
	}

.spi{
	display: none;
	}
@media screen and (max-width: 640px) {
.spi{
	display: inline;
	}
	}

.pci{
	display: inline;
	}
@media screen and (max-width: 640px) {
.pci{
	display: none;
	}
	}

.spib{
	display: none !important;
	}
@media screen and (max-width: 640px) {
.spib{
	display: inline-block !important;
	}
	}

.pcib{
	display: inline-block !important;
	}
@media screen and (max-width: 640px) {
.pcib{
	display: none !important;
	}
	}

i{
	margin-right: .5em;
	}


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

common

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

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

html, body, svg{
	margin: 0;
	padding: 0;
	}

h1,h2,h3,p{
	font-weight: 300;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	}

a{
	text-decoration: none;
	}


a:focus, *:focus { outline:none; }


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

me

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


.smallme{
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/me-small.png);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: auto;
	padding: 40px 0;
	}


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

wrapper

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

#wrapper {
	position: relative;
	width: 100%;
	min-width: 1100px;
	max-width: 1500px;
	height: auto;
	margin: auto;
	}
@media screen and (max-width: 640px) {
#wrapper {
	position: relative;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
	}
	}


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

ナビゲーション

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

.navigation {
	position: absolute;
	width: 100%;
	min-width: 1100px;
	max-width: 1500px;
	height: 50px;
	z-index: 9999;
	padding: 0;
	background-color: rgba(255, 255, 255, 0);
	}
@media screen and (max-width: 640px) {
.navigation {
	min-width: 100%;
	max-width: 100%;
	}
	}

.navigation.sticky {
	position: fixed;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

#page .navigation {	/* 中面の時 */
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 1) !important;
	}

.navigation.bg {	/* スクロール時 */
	background-color: rgba(255, 255, 255, 1) !important;
	}

/*===ハンバーガーボタン===*/

a.nav-button {
	display: none;
	}
@media screen and (max-width: 640px) {
a.nav-button {
	display: block;
	cursor: pointer;
	top: 20px;
	left: 4%;
	}
a.nav-button.active {
	position: fixed;
	top: 20px;
	left: 4%;
	}
	}

/*===ロゴとナビ===*/

.nav-wrap {
	}
@media screen and (max-width: 640px) {
.nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	}
	}

@media screen and (max-width: 640px) {
.nav-wrap .nav-inner {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	}
	}

.nav-wrap.open {
	display: block;
	}

.nav-wrap.close {
	display: none;
	}

/*===ロゴ===*/

.nav-logo {
	position: absolute;
	display: block;
	top: 10px;
	left: 20px;
	width: 85px;
	height: 30px;
	}
@media screen and (max-width: 640px) {
.nav-logo {
	left: 50%;
	margin-left: -42px;
	}
	}

.nav-logo h1{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/me-white.png);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

#page .nav-logo h1 {	/* 中面の時 */
	background-image: url(../images/me.png);
	}

.bg .nav-logo h1{	/* スクロール時 */
	background-image: url(../images/me.png);
	}

/*===多言語===*/

.nav-language {
	position: absolute;
	display: block;
	top: 10px;
	right: 230px;/*right: 130px;*/
	width: 16em;
	height: 30px;
	font-size: .6rem;
	line-height: 30px;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.nav-language {
	display: none;
	}
	}

.nav-language a{
	color: #000 !important;
	font-weight: 400;
	}

.nav-language a:hover{
	text-decoration: underline;
	}

/*===グローバル===*/

.nav-global {
	position: absolute;
	display: block;
	top: 10px;
	right: 130px;
	width: 90px;
	height: 30px;
	font-size: .6rem;
	line-height: 30px;
	}
@media screen and (max-width: 640px) {
.nav-global {
	display: none;
	}
	}

.nav-global a{
	color: #000 !important;
	font-weight: 400;
	}

.nav-global svg{
	width: 20px;
	height: 20px;
	padding: 5px 0;
	margin-right: 5px;
	vertical-align: middle;
	}

/*===シチズン===*/

.nav-citizen {
	position: absolute;
	display: block;
	top: 10px;
	right: 20px;
	width: 90px;
	height: 30px;
	}
@media screen and (max-width: 640px) {
.nav-citizen {
	position: absolute;
	display: block;
	top: 10px;
	right: 20px;
	width: 60px;
	height: 30px;
	}
	}

.nav-citizen p{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/citizen.png);
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

/*===ナビ===*/

.nav-wrap ul.nav {
	font-size: 0;
	text-align: left;
	padding: 10px 0;
	height: 30px;
	margin-left: 150px;
	}
@media screen and (max-width: 640px) {
.nav-wrap ul.nav {
	position: relative;
	text-align: center;
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
	margin-right: auto;
	margin-left: auto;
	}
	}

ul.nav li {
	display: inline-block;
	font-size: .7rem;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: .1rem;
	padding: 0 15px;
	color: #fff;
	}
ul.nav li:nth-child(6),
ul.nav li:nth-child(7) {
	display: none;
	}
@media screen and (max-width: 640px) {
ul.nav li {
	display: block !important;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: .04rem;
	margin-top: 1.3rem;
	text-align: center;
	color: #000;
	}
ul.nav li:nth-child(7) {
	font-size: .8rem;
	font-weight: 300;
	letter-spacing: .04rem;
	margin-top: 2rem;
	text-align: center;
	line-height: 25px;
	color: #000;
	}
#page ul.nav li:nth-child(7) {
	margin-top: 4rem;
	}
ul.nav li:nth-child(7) a{
	color: #000 !important;
	text-decoration: underline;
	}
ul.nav li:nth-child(7) svg{
	width: 25px;
	height: 25px;
	margin-right: 10px;
	vertical-align: middle;
	}
	}

/*===多言語（SP）===*/

ul.nav li.nav-language-sp {
	display: none;
	}
@media screen and (max-width: 640px) {
ul.nav li.nav-language-sp {
	display: block;
	margin-top: 5rem;
	font-size: .9rem;
	text-align: center;
	}
	}

ul.nav li.nav-language-sp a{
	color: #000 !important;
	font-weight: 400;
	}

ul.nav li.nav-language-sp a:hover{
	text-decoration: underline;
	}

#page ul.nav li{	/* 中面の時 */
	color: #000;
	}

ul.nav li:first-child {
	display: none;
	}
ul.nav li:nth-child(6) {
	display: none;
	}
@media screen and (max-width: 640px) {
ul.nav li:first-child {
	display: block;
	}
ul.nav li:nth-child(6) {
	display: block;
	}
	}

ul.nav li:nth-child(3),
ul.nav li:nth-child(7) {
	color: #ff6c6c !important;
	}
@media screen and (max-width: 640px) {
ul.nav li:nth-child(3),
ul.nav li:nth-child(7) {
	color: #000 !important;
	}
	}

ul.nav li span {
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
ul.nav li span {
	display: block;
	font-size: .6em;
	}
	}

ul.nav li a {
	font-weight: 400;
	color: #fff;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	border-bottom: 1px solid transparent;
	}
@media screen and (max-width: 640px) {
ul.nav li a {
	color: #ff6c6c;
	}
	}

#page ul.nav li a{	/* 中面の時 */
	color: #000;
	}
@media screen and (max-width: 640px) {
#page ul.nav li a{
	color: #ff6c6c;
	}
	}

.bg ul.nav li {	/* スクロール時 */
	color: #000;
	}
@media screen and (max-width: 640px) {
.bg ul.nav li {
	color: #ff6c6c;
	}
	}

.bg ul.nav li a {	/* スクロール時 */
	color: #000;
	}
@media screen and (max-width: 640px) {
.bg ul.nav li a {
	color: #ff6c6c;
	}
	}

ul.nav li a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
	}
@media screen and (max-width: 640px) {
ul.nav li a:hover{
	color: #000;
	border-bottom: 1px solid #000;
	}
	}

#page ul.nav li a:hover{	/* 中面の時 */
	color: #000;
	border-bottom: 1px solid #000;
	}

.bg ul.nav li a:hover{	/* スクロール時 */
	color: #000;
	border-bottom: 1px solid #000;
	}


/*===ハンバーガー内===*/
@media screen and (max-width: 640px) {
.nav-button,
.nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	}
.nav-button {
	z-index: 20;
	position: relative;
	width: 20px;
	height: 9px;
	}
.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	}

#page .nav-button span {	/* 中面の時 */
	background-color: #000;
	}

.bg .nav-button span {	/* スクロール時 */
	background-color: #000;
	}

.nav-button span:nth-of-type(1) {
	top: 0;
	}
.nav-button span:nth-of-type(2) {
	bottom: 0;
	}
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
	background-color: #000;
	}
.nav-button.active span:nth-of-type(2) {
	-webkit-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
	background-color: #000;
	}

	}

.fixed {
	position: fixed !important;
	overflow: hidden;
	}

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

contents

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

#contents {
	position: relative;
	width: 100%;
	height: auto;
	}




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

watch_common

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

.watch_common {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 80px;
	padding: 80px 0;
	background-color: #f2f5f5;
	}
.watch_common:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
@media screen and (max-width: 640px) {
.watch_common {
	margin-top: 60px;
	padding: 60px 0;
	}
	}

.watch_common .photo{
	float: left;
	position: relative;
	display: table;
	width: 50%;
	height: 220px;
	text-align: right;
	vertical-align: middle;
	}
@media screen and (max-width: 640px) {
.watch_common .photo{
	float: none;
	display: block;
	width: 86%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	}
	}

.watch_common .photo img{
	width: auto;
	height: 220px;
	margin-right: 3%;
	}
@media screen and (max-width: 640px) {
.watch_common .photo img{
	width: 100%;
	height: auto;
	margin: 0;
	}
	}

.watch_common .texts{
	float: right;
	position: relative;
	display: table;
	width: 50%;
	height: 220px;
	}
@media screen and (max-width: 640px) {
.watch_common .texts{
	float: none;
	display: block;
	width: 86%;
	height: auto;
	margin: 0 auto;
	}
	}

.watch_common .group{
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 8%;
	}
@media screen and (max-width: 640px) {
.watch_common .group{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-left: 0;
	}
	}

.watch_common .group h2{
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: .1em;
	color: #ff6c6c;
	}
@media screen and (max-width: 640px) {
.watch_common .group h2{
	margin-top: 1em;
	font-size: 1.2em;
	letter-spacing: .05em;
	}
	}

.watch_common .group h3{
	margin-top: 1em;
	font-size: .9em;
	line-height: 1em;
	font-weight: 300;
	letter-spacing: .1em;
	color: #ff6c6c;
	}
@media screen and (max-width: 640px) {
.watch_common .group h3{
	font-size: 1em;
	}
	}

.watch_common .group p.lead{
	margin-top: 1.5em;
	line-height: 2em;
	letter-spacing: .1em;
	}
@media screen and (max-width: 640px) {
.watch_common .group p.lead{
	font-size: .9em;
	margin-top: 1.5em;
	line-height: 2em;
	letter-spacing: .05em;
	}
	}

.watch_common .group p.more{
	margin-top: 1.5em;
	line-height: 3.5em;
	width: 170px;
	height: auto;
	text-align: center;
	}
@media screen and (max-width: 640px) {
.watch_common .group p.more{
	margin-left: auto;
	margin-right: auto;
	}
	}

.watch_common .group p.more a{
	display: block;
	font-weight: 300;
	line-height: 3.5em;
	letter-spacing: .2em;
	color: #fff;
	width: 170px;
	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;
	}

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



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

footer

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

#footer {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 150px 0;
	}
@media screen and (max-width: 640px) {
#footer {
	padding: 100px 0 30px;
	}
	}

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

#footer img.me{
	margin-top: 50px;
	width: 330px;
	height: auto;
	}
@media screen and (max-width: 640px) {
#footer img.me{
	width: 280px;
	}
	}

#footer img.ntnm{
	margin-top: 10px;
	width: 300px;
	height: auto;
	}
@media screen and (max-width: 640px) {
#footer img.ntnm{
	width: 220px;
	}
	}

#footer img.citizen{
	margin-top: 100px;
	width: 140px;
	height: auto;
	}

#footer p.link{
	margin-top: 50px;
	font-size: .8em;
	}
@media screen and (max-width: 640px) {
#footer p.link{
	margin-top: 20px;
	font-size: .8em;
	}
	}

#footer p.link a{
	color: #000;
	}

#footer p.link a:hover{
	text-decoration: underline;
	}

#footer p.copyright{
	margin-top: 20px;
	font-size: .8em;
	}

#pagetop {
	position: fixed;
	width: 46px;
	right: 10px;
	bottom: -50px;
	*display: none;
	z-index: 9999;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

#pagetop img {
	width: 46px;
	height: 46px;
	}







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

global

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

#globalwrap{
	position: fixed;
	z-index: 999999;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
	display: none;
	}

iframe{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	border: 0;
	}

.viewframe{
	display: block !important;
	}

.closeframe{
	position: fixed;
	z-index: 1999999;
	top: 20px;
	right: 20px;
	cursor: pointer;
	}
@media screen and (max-width: 640px) {
.closeframe{
	top: 10px;
	right: auto;
	left: 10px;
	}
	}

.closeframe svg{
	width: 30px;
	height: 30px;
	}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	}