@charset "utf-8";

/*//////////////////////  PC  ////////////////////// */


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

 Header Footer style

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

@media only screen and (min-width: 641px) {

/* Header
--------------------------------------- */
#spcover {
	display: none;
}
#hd {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 77px;
}
header {
	position: relative;
	position: relative;
	background: #fff;
	margin: auto;
	z-index: 100;
}
header li a:hover,
header li.o a {
	text-decoration: none;
}

header select {
	position: absolute;
	right: 12px;
	top: 26px;
	padding: 3px 0 3px 3px;
}
.video-inner h1 {
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 30px;
	text-indent: .5em;
}
.video-inner h1 span {
	color: inherit;
	letter-spacing: 8px;
}
.video-inner p {
	color: #fff;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}


/* =======================================
 Frame
======================================= */
header.drawer-navbar {
	display: none;
}
header {
	position: fixed;
	width: 100%;
	height: 70px;
	background: #fff;
	color: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 11;
}
#pagetop.toppage header {
	background: transparent;
}
#pagetop.toppage header.sticky {
	background: rgba(255,255,255,1);
}
header.sticky {
	height: 60px;
	background: rgba(255,255,255,1);
}
#hd {
	min-width: 1240px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px 0 25px;
}
#hd .bt {
	display: none;
}
#hdlogo {
	width: 125px;
}
#hdlogo img {
	width: 100%;
	height: auto;
}
#hdnv a {
	text-decoration: none;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#pagetop.toppage #hdnv a {
	color: #fff;
}
#pagetop.toppage .sticky #hdnv a {
	color: #000;
}
#hdnv > ul > li > a:hover {
	
}
#hdnv ul {
	display: flex;
	flex-wrap: wrap;
}
#hdnv > ul > li {
	position: relative;
	height: 70px;
	margin-left: 30px;
}
#hdnv > ul > li > a {
	height: 70px;
}
.sticky #hdnv > ul > li {
 	height: 60px;
}
.sticky #hdnv > ul > li > a {
	height: 60px;
}
#hdnv .cnr-list a p span,
#hdnv .cnr-list a p sup {
	color: inherit;
}
/* プルダウン型 */
#hd #hmenu {
  width: calc(100% - 125px);
  display: flex;
  justify-content: center;
}
#hdnv > ul > li {
  margin-left: 0;
}
#hdnv > ul > li > a {
  padding-left: 12px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#hdnv > ul > li:nth-of-type(1) > a,
#hdnv > ul > li:nth-last-of-type(1) > a,
#hdnv > ul > li:nth-last-of-type(2) > a {
	padding-right: 12px;
}
#hdnv > ul > li > a:after {
	content: url(../images/base/dwn-k.png);
	margin-left: 5px;
	position: absolute;
	right: 4px;
}
#pagetop.toppage #hdnv > ul > li > a:after {
  content: url(../images/base/dwn.png);
}
.sticky #hdnv > ul > li > a:after,
.pages #hdnv > ul > li > a:after,
#pagetop.toppage .sticky #hdnv > ul > li > a:after {
	content: url(../images/base/dwn-k.png);
}
#hdnv > ul > li:nth-of-type(1) > a:after,
#hdnv > ul > li:nth-last-of-type(1) > a:after,
#hdnv > ul > li:nth-last-of-type(2) > a:after {
	content: none !important;
}
#pagetop.toppage #hdnv > ul > li:hover {
  background: rgba(255,255,255,.9);
  color: #000;
}
#pagetop.toppage #hdnv > ul > li:hover a {
  color: #000;
}
#pagetop.toppage #hdnv a:hover,
#hd #hdnv .cnr-list li a p {
  color: #000;
}
#hd #hdnv .cnr-list li a {
  padding: 16px 20px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
#hd #hdnv .cnr-list li a:hover {
  background: rgba(0,0,0,1);
  color: #fff !important;
}
#hd #hdnv .cnr-list li a:hover p {
  color: #fff;
}
#hd #hdnv .cnr-list li {
  width: auto;
  margin-left: 0;
  margin-bottom: 0;
}
#hd #hdnv .cnr-list a p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
}
#hd #hdnv .cnr-list {
  background: rgba(255,255,255,.9);
  /**/display: none;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 0;
  width: 300px;
  height: auto;
}
header.sticky #hd #hdnv .cnr-list {
  top: 60px;
}
#hd #hdnv li.nvinq .cnr-list {
  right: 0;
  left: initial;
}
#hd #hdnv > ul > li:hover:after {
  content: '';
  /*content: url(images2/nv/arw-nv-wt.svg);*/
  position: absolute;
  bottom: -3px;
  left: calc(50% - 6px);
}
#hd .cnr-list > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* 2024-06 */
#hdnv > ul > li:hover,
#hdnv > ul > li > a:hover {
  background: #fdfc8f;
}
#hd #hdnv .cnr-list {
  background: rgba(253,252,143, .9);
  /**/display: none;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 0;
  width: 350px;
  height: auto;
}
#hdnv > ul > li:hover li {
  /*background: rgba(253,252,143, .9);*/
  border-bottom: dotted 1px #999;
}
#hdnv > ul > li:hover li:nth-of-type(1) {
  border-top: dotted 1px #999;
}
#hd #hdnv .cnr-list li a:hover {
  background: #333;
  color: #fff !important;
}
.lang {
  display: flex;
  align-items: center;
}
.lang a {
  text-decoration: none;
  display: block;
}
.lang a:hover span {
  background: rgba(255,255,255,.2);
}
.lang a span {
  display: flex;
  align-items: center;
  border: solid 1px #000;
  padding: 8px;
  color: #000;
  text-decoration: underbar;
  font-size: 14px;
  margin-left: 8px;
}
.sticky .lang a span,
#pagetop.toppage .sticky .lang a span {
  border: solid 1px #000;
  color: #000;
}
#pagetop.toppage .lang a span {
  border: solid 1px #fff;
  color: #fff;
}


/* Main image 
--------------------------------------- */
#topmain {
	width: 1300px;
}
#topmain .sp-layer {
	color: #fff;
	display: block;
	width: 1300px;
	height: 631px;
}
#cap01 {
	padding: 200px 0 0 11%;
	font-size: 2.4em;
	text-shadow: 2px 2px 5px #333,
	-2px 2px 5px #333,
	2px -2px 5px #333,
	-2px -2px 5px #333;
}
#cap01 span {
	color: inherit;
	font-size: 2em;
}
#cap02 {
	width: 100%;
	padding: 430px 16% 0 0;
	font-size: 2em;
	text-align: right;
	text-shadow: 2px 2px 8px #333,
	-2px 2px 8px #333,
	2px -2px 8px #333,
	-2px -2px 8px #333;
}
#cap03 {
	padding: 220px 0 0 0;
	text-align: center;
	font-size: 2.4em;
	text-shadow: 2px 2px 5px #333,
	-2px 2px 5px #333,
	2px -2px 5px #333,
	-2px -2px 5px #333;
}
#cap05 {
	padding: 240px 0 0 11%;
	font-size: 3.5em;
}

.main-img {
	width: 100%;
	height: 325px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-img .sub-tit {
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	padding-top: 70px;
	text-shadow: #666 1px 0 10px;
}
.main-img .sub-tit .en {
	font-size: 20px;
	font-weight: 500;
	display: block;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
	letter-spacing: 1px;
	position: relative;
}
.main-img .sub-tit .en:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images2/base/arw-dwn-wt.svg);
	background-size: cover;
	position: absolute;
	top: -28px;
	left: calc(50% - 6px);
}
.topmain-btm {
	display: block;
	width: 200px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
	color: #fff;
	font-size: 16px;
	background: url(../images2/base/arw-dwn-wt.svg) no-repeat center bottom  ;
	background-size: 9px auto;
	padding-bottom: 30px;
	letter-spacing: 2px;
	text-align: center;
	z-index: 2;
}

/* Crumbs
--------------------------------------- */
nav#crumbs {
	overflow: hidden;
	width: 1024px;
	margin: 20px auto 40px auto;
}
nav#crumbs li {
	float: left;
	font-size: 1.4em;
	line-height: 1.2;
	margin-right: 0.5em;
}
nav#crumbs li:after {
	margin-left: 0.6em;
	content: ">";
	color: #d98ccf;
	transform: rotate(.03deg);
	font-weight: 700;
}
nav#crumbs li:last-child:after {
	content: none;
}
.levelthree nav#crumbs li:nth-of-type(3) {
	display: none;
}


/* Footer
--------------------------------------- */
.ftbnr {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: #fff;
}
.ftbnr ul {
	position: relative;
	left: 50%;
	float: left;
	margin-top: 50px;
	margin-bottom: 58px;
}
.ftbnr li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 18px;
}
.ftbnr li:nth-last-of-type(1) {
	margin-right: 0;
} 


/*  */
footer {
	clear: both;
	position: relative;
 overflow: hidden;
	background: #f5f5f5;
	padding-top: 40px;
}
footer ul {
	position: relative;
	left: 50%;
	float: left;
	margin-bottom: 20px;
}
footer li {
	position: relative;
	left: -50%;
	float: left;
	font-size: 1.1em;
	-webkit-font-smoothing: subpixel-antialiased;
	background: url(../images/arw_bl_s.png) no-repeat left 1px;
	line-height: 1.1;
	padding: 0 0 0 12px;
	margin-right: 45px;
}
footer li:nth-last-of-type(1) {
	border-right: 0;
}
footer li a {
	display: block;
}

#wwl {
	clear: both;
	overflow: hidden;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	background: url(../images/ft_bg_illu.png) no-repeat left center;
}
#wwl ul {
	margin-left: 35px;
}
#wwl li {
	border: solid 1px #aaa;
	margin-right: 15px;
	width: 148px;
	text-align: center;
	background: none;
	padding: 12px 0;
}
#wwl li a:before {
	content: url(../images/arw_bl_s.png);
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.ftbtm {
	clear: both;
	text-align: center;
	padding: 15px 0 30px 0;
}
#ftname {
	clear: both;
	padding: 4px 30px 3px 40px;
	display: inline-block;
	background: url(../images/icn_jp.png) no-repeat left center;
}
#c {
	font-size: 1em;
}


/* Page Top
--------------------------------------- */
#pgtop {
	width: 48px;
	text-align: right;
	position: fixed;
	z-index: 100;
	bottom: 130px;
	left: 50%;
	margin-left: 511px;

}
#pgtop img {
	z-index: 100;
	width: 52px;
	height: auto;
}

}
