@charset "UTF-8";

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: middle;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
br {
	letter-spacing: normal;
}
a {
	color: #31001D;
	text-decoration: none;
}
a:hover {
/*	opacity: 0.5 ;	*/
	opacity: 1 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}
li{
	list-style-type: none;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
input[type="text"], input[type="password"], textarea, select, button {
	outline: none;
}
li { /* safari, Chrome */
  display: -webkit-box;    /* Firefox */
  display: -moz-box;      /* Opera */
  display: -o-box;     /* IE */
  display: -ms-box;         /* ベンダープレフィックスなし */
}
a {
  display: block;
}
li { /* safari, Chrome */
  -moz-box-align: center;    /* Firefox */
  -o-box-align: center;      /* Opera */
  -ms-box-align: center;     /* IE */
  box-align: center;
  -webkit-box-align: center;         /* ベンダープレフィックスなし */
}
.pc {
	display: none;
}

/* ========　全体　======== */

body {
	letter-spacing: 1px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	color: #333;
	background-size: cover;
	background: #fff;
	width: 100%;
}
header, #wrapper, footer {
	width: 100%;
}
#wrapper {
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 auto;
	max-width: 640px;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　menu  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#menu {
	width: 100%;
	display: block;
	clear: both;
	float: none;
	/*position: fixed;*/
	z-index: 1000;
}
#menu_box {
	/*width: 1000px;*/
	width: 100%;
	margin: 0 auto;
}
#menu_box ul {
	overflow: hidden;
	background-color: #000;
}
#menu_box ul li {
	width: 25%;
	/*width: 50%;*/
	float: left;
	display: inline-block;
	vertical-align: middle;
}
#menu_box ul li a {
	width: 100%;
	color: #f6eed2;
	font-size: 95%;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding:21px 0;
	/*padding-top: 15px;*/
	display: block;
	clear: both;
	float: none;
}

#menu_box ul li a:hover {
	background: #f6eed2;
	color: #000;
	opacity: 1.0 ;
	filter: alpha(opacity=100) ;	/* Ie用 */
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　main  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#main {
	display: block;
	clear: both;
	float: none;
	/*padding-top: 50px;*/
}
#main .box {
	/*width: 1000px;*/
	width: 100%;
	margin: 0 auto;
}
#main_box {
	background-color:#424242;
	text-align:center;
}
#main_box img.logo {
	padding:15px 0;
	width:90%;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　linknavi　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#linknavi {
	width: 100%;
	background: #000;
	display: block;
	clear: both;
	float: none;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
}
#linknavi ul {
	width: 86%;
	margin: 0 auto;
	display: inline-block;
}
#linknavi ul.smart_2 {
	/*width: 268px;*/
}
#linknavi ul.pc {
	display: none;
}
#linknavi ul li {
	padding-right: 30px;
	float: left;
}
#linknavi ul li:last-child {
	padding-right: 0px;
}
#linknavi ul li a {
	color: #f6eed2;
	font-size: 110%;
	padding: 10px 0;
	font-size: 90%;
}
#linknavi ul li a:before {
	content: url("../img/linknavi_icon.png");
	position: relative;
	top: 2px;
	right: 7px;
}
.fixed {
	position: fixed;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　pagetop  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　footer　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#footer {
	background: #000;
	display: block;
	clear: both;
	color: #fff;
	/*margin-top: 50px;*/
}
#footer_box {
	/*width: 1000px;*/
	width: 100%;
	text-align: center;
	padding: 25px 0;
	margin: 0px auto;
}
#footer_box a {
	color: #fff;
}

#header .box,
#footer .box,
#main_content,
#content_1,
#content_2,
#content_3,
#content_4,
#content_5,
#content_5_1,
#content_5_2,
#content_5_3,
#content_6,
#content_7,
#content_8,
#content_9,
#content_10 {
	width: 100%;
	display: block;
	clear: both;
	float: none;
}
#content_1 {
	/*padding-top: 60px;*/
}
#menu_box,
#main_box,
#linknavi_box,
#footer_box  {
	margin: 0px auto;
	/*width: 1000px;*/
	width: 100%;
}
.box {
	padding-top: 40px;
	/*width: 1000px;*/
	/*width: 100%;*/
	/*width: 350px;*/
	/*height: auto;*/
	/*height: 650px;*/
	/*height: 100vw;*/
	/*margin: 60px auto 0 auto;*/
}

#footer ul.sns_link {
	margin:1% 0;
}

#footer ul.sns_link li, #footer ul.sns_link li a {
	display:inline-block;
}

#footer ul.sns_link li:before {
    content: url(../../img/ja/common/arrow_r_s.png);
    width: 8px;
    height: 14px;
    float: left;
    margin-right: 5px;
}


/*　＝＝＝＝＝＝＝＝＝＝ */
/*　　content  */
/*　＝＝＝＝＝＝＝＝＝＝ */

#content {
	background: url(../img/bg.png);
	padding: 0 0 30px 0;
}
#main_box img {
	width: 100%;
	height: auto;
}
#content_0 {
	/*width: 1000px;*/
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	color: #000;
}
#content_0 p {
	width: 90%;
	margin: 0 auto;
	color: #000;
	font-size: 70%;
}
#content_1 .smart .box img,
#content_2 .smart .box img,
#content_3 .smart .box img,
#content_4 .smart .box img,
#content_5 .smart .box img,
#content_6 .smart .box img,
#content_7 .smart .box img,
#content_8 .smart .box img,
#content_9 .smart .box img,
#content_10 .smart .box img {
	width: 100%;
	height: auto;
	/*padding-top: 70px;*/
}
#index
#content_1 .smart .box h1 img {
	padding-bottom: 20px;
}
.but {
	width: 78%;
	padding-top: 30px;
	margin: 0 auto;
	overflow:hidden;
}

.but_line {
	width: 77%;
	padding-top: 30px;
	margin: 0 auto;
}
#cantai
#content_7 .smart .box .but {
	padding-top: 0px;
}
#index #content_1 .but,
#index #content_7 .but {
	padding-top: 0px;
}
.but a {
	width: 47%;
	float: left;
}
.but a:first-child {
	padding-right: 10px;
}
.but_1,
.but_2 {
/*	position: relative;
	top: 350px;
	right: -50px;*/
	/*float: left;*/
}
.but_2 {
	/*right: -62px;*/
}
#content_1 .fb-like {
/*	position: relative;
	top: 120px;*/
}
#content_1 .smart .box h1 img {
	padding-top: 10px;
}


#content_1 img.but_1,
#content_1 img.but_2,
#content_2 img.but_1,
#content_2 img.but_2,
#content_5 img.but_1,
#content_5 img.but_2 {
	width: 38%;
	height: auto;
	/*position: relative;*/
	/*top: 15px;*/
}
/*#content_2 img.but_1,
#content_2 img.but_2,
#content_5 img.but_1,
#content_5 img.but_2 {
	position: relative;
	top: 322px;
}*/
.sns_but {
	position: relative;
	top: 240px;
	left: 50px;
}
.fb-like {
	/*width: 1000px;*/
	width: 80%;
	height: 30px;
}
.fb-like,
#content_2 .smart .box iframe,
#content_5 .smart .box iframe {
	padding: 30px 0 10px 0;
	margin-left: 11.5vw;
}
#content_3 {
	display: none;
	background: #6d644a;
	padding-top: 1px;
	margin-top: 100px;
}
#content_3_box {
	/*width: 1000px;*/
	width: 90%;
	/*height: 650px;*/
	margin: 40px auto 0px auto;
	/*padding-top: 40px;*/
}
#content_3_box .left {
	width: 100%;
	/*padding-left: 1%;*/
	/*float: left;*/
}
#content_3_box .right {
	/*padding-right: 1%;*/
	padding-bottom: 40px;
	margin-top: 40px;
	width: 100%;
	/*float: right;*/
}
#content_3_box img {
	width: 100%;
	max-width: 374px;
	height: auto;
}
#index
#content_5 .box, {
	padding-top: 0px;
}
#english
#content_5 .box {
	padding-top: 40px;
}
#english
#content_5 .but {
	clear: both;
	float: none;
}
#english
#content_5 .but #dummy {
	clear: both;
}
#follow-button .label {
	color: #fff;
}

#content_7 .smart img:first-child,
#content_8 .smart img:first-child {
	margin-bottom: 30px;
}
#content_7 .smart .but img {
	margin-bottom: 0;
}
.area {
	/*width: 100%;*/
	width: 280px;
	/*height: 650px;*/
	margin: 0 auto;
}
.area iframe {
	width: auto;
	/*height: 650px;*/
	margin: 0 auto;
}/*
#content_3 .smart iframe {
	width: 100%;
}*/
/*
.fb-page,
._2p3a,
.plugin,
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}
#u_0_0 ._2p3a,
.left span,
.fb-like-box,.fb-like-box span, .fb-like-box iframe {
 width: 100% !important;
}
div.fb-page .fbcomments,
div.fb-page .fb_iframe_widget,
div.fb-page .fb_iframe_widget[style],
div.fb-page .fb_iframe_widget iframe[style],
div.fb-page .fbcomments iframe[style],
div.fb-page .fb_iframe_widget span{
    width: 100% !important;
}*/

/*index*/
/*#index
#content_1 .box {
	background: url(../img/facebook_img_j_smart.png) 0 0 no-repeat;
	background-size: cover;
}
#index
#content_2 .box {
	background: url(../img/twitter_img_j.png) 0 0 no-repeat;
}
#index
#content_4 .box {
	background: url(../img/line_img_j.png) 0 0 no-repeat;
}
#index
#content_5 .box {
	background: url(../img/tumblr_img_j.png) 0 0 no-repeat;
}
#index
#content_6 .box {
	background: url(../img/instagram_img_j.png) 0 0 no-repeat;
}
#index
#content_7 .box {
	background: url(../img/weibo_img_j.png) 0 0 no-repeat;
}
#index
#content_8 .box {
	background: url(../img/wechat_img_j.png) 0 0 no-repeat;
}*/

/*english*/
/*#english
#content_1 .box {
	background: url(../img/facebook_img_e.png) 0 0 no-repeat;
	margin-top: 20px;
}
#english
#content_2 .box {
	background: url(../img/twitter_img_e.png) 0 0 no-repeat;
}
#english
#content_4 .box {
	background: url(../img/line_img_e.png) 0 0 no-repeat;
}
#english
#content_5 .box {
	background: url(../img/tumblr_img_e.png) 0 0 no-repeat;
}
#english
#content_6 .box {
	background: url(../img/instagram_img_e.png) 0 0 no-repeat;
}
#english
#content_7 .box {
	background: url(../img/weibo_img_e.png) 0 0 no-repeat;
}
#english
#content_8 .box {
	background: url(../img/wechat_img_e.png) 0 0 no-repeat;
}*/

/*kantai*/
/*#cantai
#content_1 .box {
	background: url(../img/facebook_img_c.png) 0 0 no-repeat;
}
#cantai
#content_2 .box {
	background: url(../img/twitter_img_c.png) 0 0 no-repeat;
}
#cantai
#content_4 .box {
	background: url(../img/line_img_c.png) 0 0 no-repeat;
}
#cantai
#content_5 .box {
	background: url(../img/tumblr_img_c.png) 0 0 no-repeat;
}
#cantai
#content_6 .box {
	background: url(../img/instagram_img_c.png) 0 0 no-repeat;
}
#cantai
#content_7 .box {
	background: url(../img/weibo_img_c.png) 0 0 no-repeat;
}
#cantai
#content_8 .box {
	background: url(../img/wechat_img_c.png) 0 0 no-repeat;
}*/

/*Korean*/

/*hantai*/
/*#hantai
#content_1 .box {
	background: url(../img/facebook_img_h.png) 0 0 no-repeat;
}
#hantai
#content_2 .box {
	background: url(../img/twitter_img_h.png) 0 0 no-repeat;
}
#hantai
#content_4 .box {
	background: url(../img/line_img_h.png) 0 0 no-repeat;
}
#hantai
#content_5 .box {
	background: url(../img/tumblr_img_h.png) 0 0 no-repeat;
}
#hantai
#content_6 .box {
	background: url(../img/instagram_img_h.png) 0 0 no-repeat;
}
#hantai
#content_7 .box {
	background: url(../img/weibo_img_h.png) 0 0 no-repeat;
}
#hantai
#content_8 .box {
	background: url(../img/wechat_img_h.png) 0 0 no-repeat;
}*/

}