@charset "UTF-8";

/* リニューアル後の調整は一番下へ */

/* リニューアル前のreset.css START */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* リニューアル前のreset.css END */

/* リニューアル前のstyle.css START */
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	min-width: 1200px;
	position: relative;
	color: #333;
}

#container { margin-top: 115px;}


/* common class
////////////////////////////////////////////////////////////*/
.onlyPC {
	display: inline-block !important;
}
.onlySP {
	display: none !important;
}
@media screen and (max-width: 736px) {
.onlyPC {
	display: none !important;
}
.onlySP {
	display: inline-block !important;
}
}

#contents .slashTitle {
	position: relative;
	overflow: hidden;
	color:#000;
	font-size: 28px;
	font-weight: 900;
	line-height: 30px;
	width: 920px;
	padding: 0 25px;
	margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
#contents .slashTitle {
	font-size: 14px;
	font-weight: 900;
	line-height: 16px;
	width: 100%;
	box-sizing: border-box;
}
}
#contents .slashTitle::before {
	content: "";
	border-left: none !important;
	border-right: #7a0d36 solid 5px;
	position: absolute;
	top: -3px;
	left: 7px !important;
	height: 120%;
	-moz-transform: rotate(13deg);
	-webkit-transform: rotate(13deg);
	transform: rotate(13deg);
}
.italic{
	font-style:italic;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* header
////////////////////////////////////////////////////////////*/
#spHeader { display: none;}
#header {
	height: 115px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	min-width: 1240px;
	z-index: 250;
}

#header #hdrLinks {
	background-color: #000;
	border-top: #7a0d36 solid 10px;
	zoom: 1;
	padding: 0 15px;
}

#hdrGateway {
	overflow: hidden;
	zoom: 1;
	position: relative;
	float: right;
	padding: 0 17px 0 5px;
}
#hdrGateway::before {
	content: "";
	border-right: #808080 solid 10px;
	position: absolute;
	top: -5px;
	right: 10px;
	height: 50px;

    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
#hdrGateway li {
	font-size: 13px;
	font-weight: 400;
	line-height: 35px;
	padding: 0 9px;
	height: 35px;
	float: left;
	position: relative;
}
#hdrGateway li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#hdrGateway li a:hover,
#hdrGateway li a.current {
	color: #e42e72;
	text-decoration: none;
}

#hdrGateway li::after {
	content: "";
	border-right: #808080 solid 2px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;

    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

#hdrContact { float: right;}
#hdrContact li {
	float: left;
	padding: 0 5px;
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	font-weight: 400;
}
#hdrContact li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#hdrContact li a:hover,#hdrContact li a.current { color: #e42e72; text-decoration: none;}

#hdrSearch {
	float: right;
	display: table;
	padding: 5px 0;
	margin-left: 5px;
	font-size: 16px;
}
#hdrSearch input[type="text"] {
     -webkit-appearance: none;
     border-radius: 0;
     -webkit-border-radius: 0;
	background-color: #666666;
	border-top: #666666 solid 1px;
	border-left: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	border-right: none;
	height: 23px;
	width: 115px;
	display: table-cell;
	vertical-align: top;
	float: left;
	color: #fff;
	padding: 0 5px;
}

#hdrSearch input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
	display: table-cell;
	vertical-align: top;
	width: 25px;
	height: 25px;
	border: none;
	text-indent: -9999px;
	background: #666666 url(../images/search_icon.gif) no-repeat center center;
}

h1 {
	line-height: 0;
	float: left;
	padding: 20px 30px;
}
#gnav {
	float: right;
}
#gnav li {
	float: left;
	font-size: 18px;
	line-height: 70px;
	height: 70px;
}
#gnav li.over { background: url(../images/gnav_arrow.gif) no-repeat center bottom;}
#gnav li.over a{
	color : #e42e72;
}

#gnav li a,
#gnav li .gnavSub a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	position: relative;
}
#gnav li a::after {
	content: "";
	border-right: #808080 solid 1px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;

    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

#gnav li .gnavSub {
	background-color: rgba(0,0,0,0.70);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#97000000,EndColorStr=#97000000);
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	padding: 30px 0;
	display: none;
	z-index: 1000;
}
#gnav li .gnavSub ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#gnav li .gnavSub ul li {
	height: auto;
	float: none;
	/*width: 12.5%;*/
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	display: table-cell;
}
#gnav li .gnavSub ul li.over { background: none;}
#gnav li .gnavSub ul li a {
	color: #fff;
	padding-top: 65px;
	display: block;
}
#gnav li .gnavSub ul li a:hover, #gnav li.current a { color: #e42e72;}
#gnav>li>a.current{
	color: #e42e72;
}

#gnav li .gnavSub ul li a::after { border: none;}

#gnav li .gnavSub ul li.sub01_01 a { background: url(../images/gnav_icon01_01.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_01 a:hover { background: url(../images/gnav_icon01_01_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_02 a { background: url(../images/gnav_icon01_02.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_02 a:hover { background: url(../images/gnav_icon01_02_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_03 a { background: url(../images/gnav_icon01_03.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_03 a:hover { background: url(../images/gnav_icon01_03_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_04 a { background: url(../images/gnav_icon01_04.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_04 a:hover { background: url(../images/gnav_icon01_04_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_05 a { background: url(../images/gnav_icon01_05.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub01_05 a:hover { background: url(../images/gnav_icon01_05_on.png) no-repeat center top;}

#gnav li .gnavSub ul li.sub02_01 a { background: url(../images/gnav_icon02_01.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_01 a:hover { background: url(../images/gnav_icon02_01_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_02 a { background: url(../images/gnav_icon02_02.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_02 a:hover { background: url(../images/gnav_icon02_02_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_03 a { background: url(../images/gnav_icon02_03.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_03 a:hover { background: url(../images/gnav_icon02_03_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_04 a { background: url(../images/gnav_icon02_04.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_04 a:hover { background: url(../images/gnav_icon02_04_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_05 a { background: url(../images/gnav_icon02_05.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_05 a:hover { background: url(../images/gnav_icon02_05_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_06 a { background: url(../images/gnav_icon02_06.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_06 a:hover { background: url(../images/gnav_icon02_06_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_07 a { background: url(../images/gnav_icon02_07.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub02_07 a:hover { background: url(../images/gnav_icon02_07_on.png) no-repeat center top;}

#gnav li .gnavSub ul li.sub03_01 a { background: url(../images/gnav_icon03_01.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub03_01 a:hover { background: url(../images/gnav_icon03_01_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub03_02 a { background: url(../images/gnav_icon03_02.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub03_02 a:hover { background: url(../images/gnav_icon03_02_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub03_03 a { background: url(../images/gnav_icon03_03.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub03_03 a:hover { background: url(../images/gnav_icon03_03_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub03_04 a { background: url(../images/gnav_icon03_04.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub03_04 a:hover { background: url(../images/gnav_icon03_04_on.png) no-repeat center top;}

#gnav li .gnavSub ul li.sub04_01 a { background: url(../images/gnav_icon04_01.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_01 a:hover { background: url(../images/gnav_icon04_01_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_02 a { background: url(../images/gnav_icon04_02.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_02 a:hover { background: url(../images/gnav_icon04_02_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_03 a { background: url(../images/gnav_icon04_03.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_03 a:hover { background: url(../images/gnav_icon04_03_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_04 a { background: url(../images/gnav_icon04_04.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_04 a:hover { background: url(../images/gnav_icon04_04_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_05 a { background: url(../images/gnav_icon04_05.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_05 a:hover { background: url(../images/gnav_icon04_05_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_06 a { background: url(../images/gnav_icon04_06.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_06 a:hover { background: url(../images/gnav_icon04_06_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_07 a { background: url(../images/gnav_icon04_07.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub04_07 a:hover { background: url(../images/gnav_icon04_07_on.png) no-repeat center top;}

#gnav li .gnavSub ul li.sub05_01 a { background: url(../images/gnav_icon05_01.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_01 a:hover { background: url(../images/gnav_icon05_01_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_02 a { background: url(../images/gnav_icon05_02.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_02 a:hover { background: url(../images/gnav_icon05_02_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_03 a { background: url(../images/gnav_icon05_03.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_03 a:hover { background: url(../images/gnav_icon05_03_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_04 a { background: url(../images/gnav_icon05_04.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_04 a:hover { background: url(../images/gnav_icon05_04_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_05 a { background: url(../images/gnav_icon05_05.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub05_05 a:hover { background: url(../images/gnav_icon05_05_on.png) no-repeat center top;}

#gnav li .gnavSub ul li.sub06_01 a { background: url(../images/gnav_icon06_01.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub06_01 a:hover { background: url(../images/gnav_icon06_01_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub06_02 a { background: url(../images/gnav_icon06_02.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub06_02 a:hover { background: url(../images/gnav_icon06_02_on.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub06_03 a { background: url(../images/gnav_icon06_03.png) no-repeat center top;}
#gnav li .gnavSub ul li.sub06_03 a:hover { background: url(../images/gnav_icon06_03_on.png) no-repeat center top;}

/* 20160126 koho */
#hdrJapanese {
	float: right;
	background: #666;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: block;
	margin: 5px 0 0 5px;
	position: relative;
}

#hdrJapanese>a {
	color: #fff;
	text-decoration: none;
	padding: 0 7px;
}

#hdrJapanese span {
	background: url(/common/img/share/icon_english_site.png) no-repeat left center;
	padding-left: 14px;
}

#hdrJapanese:hover {
	background-color: #000;
}

#hdrJapanese>a:hover {
	background-color: #000;
}
#hdrJapanese ul{
	position: absolute;
	z-index: 9;
    background-color: #222;
    width: 100%;
    display: none;
}
#hdrJapanese:hover ul{
	display: block;
}
#hdrJapanese>ul li a{
	padding: 3px 0;
	color: white;
	text-decoration: none;
	display: block;
}
#hdrJapanese>ul li a:hover {
	display: block;
	background-color: #444;
}


/* footer
////////////////////////////////////////////////////////////*/
#footer {
	background-color: #000;
	padding: 30px 0 30px;
	border-bottom: #781039 solid 10px;
	color: #fff;
}
#footer #ftrInr {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}
#footer #ftrInr a { color: #fff; text-decoration: none;}
#footer #ftrInr a:hover { color: #e42e72; text-decoration: none;}

.ftrNavi {
	width: 220px;
	margin: 0 10px;
	float: left;
}
.ftrNavi .ftrNaviTtl {
	font-size: 18px;
	border-bottom: #fff solid 1px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.ftrNavi .ftrNaviSubTtl {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.ftrNavi .ftrNaviSubTtl:nth-child(2) { margin-top: 0;}
.ftrNavi ul {
}
.ftrNavi ul li {
	background: url(../images/ftr_list_icon.gif) no-repeat left 8px;
	background-size: 6px;
	padding-left: 18px;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 5px;
}
.ftrNavi ul li ul {
	padding: 10px 0 10px;
}
.ftrNavi ul li ul li {
	background: url(../images/ftr_list_icon2.gif) no-repeat left 8px;
	background-size: 5px auto;
}


#footer .ftrLink {
	clear: both;
	text-align: center;
	overflow: hidden;
	zoom: 1;
	padding-top: 50px;
}
#footer .ftrLink li {
	display: inline-block;
	margin: 0 10px 0 0;
	background: url(../images/ftr_list_icon.gif) no-repeat right 8px;
	background-size: 6px;
	padding-right: 16px;
}
#footer .ftrLink li:last-child { background: none; padding-right: 0; margin-right: 0;}
#footer .copyright {
	text-align: center;
	font-size: 10px;
	font-weight: 300;
}


/* common
////////////////////////////////////////////////////////////*/
.topicPath {
	font-size: 14px;
	margin-bottom: 40px;
}
.topicPath a { color: #333; text-decoration: underline;}
.topicPath a:hover { color: #999; text-decoration: none;}

@media screen and (max-width: 1420px) {
	#hdrGateway li {
		font-size: 10px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 1357px) and (min-width: 737px) {
#header #hdrLinks {
    padding: 0 10px;
}
#hdrJapanese {
	font-size: 11px;
}
#hdrSearch {
	font-size: 11px;
}
#hdrContact li {
	font-size: 11px;
}
/*
#hdrGateway li {
	font-size: 11px;
	padding: 0 10px;
}
*/
#gnav li {
  font-size: 16px;
}
#gnav li a {
  padding: 0 15px;
}
}

@media screen and (max-width: 736px) {
body {
	min-width: inherit;
}

img { max-width: 100%; height: auto;}

#container { margin-top: 0px;}

/* header
////////////////////////////////////////////////////////////*/

#header { display: none;}

#spHeader {
	background-color: #fff;
	padding: 15px 0;
	display: block;
	/*position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 250;*/
}
#spHdrTtl { line-height: 0; padding: 0 15px;}
#spHdrTtl img { width: 200px; height: auto;}

#spHeader a { color: #fff; text-decoration: none;}
#menuBtn {
	width: 29px;
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 0;
	z-index: 10;
}


#spMenu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	padding-top: 50px;
	background-color: #000;
}
#menuClose {
	width: 29px;
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 0;
	z-index: 100;
}

#spHdrContact {
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 300;
}
#spHdrContact li {
	width: 50%;
	box-sizing: border-box;
	border-left: #000 solid 1px;
	border-bottom: #000 solid 1px;
	float: left;
}
#spHdrContact li a {
	background-color: #333;
	display: block;
	padding: 4px 15px;
}

#spGnav {
	background-color: #000;
	font-size: 18px;
}
#spGnav li a {
	display: block;
	border-bottom: #333 solid 1px;
	padding: 8px 15px;
}

#spHdrGateway {
	border-top: #000 solid 1px;
}
#spHdrGateway li {
	box-sizing: border-box;
	border-bottom: #000 solid 1px;
}
#spHdrGateway li a {
	display: block;
	padding: 8px 15px;
	background-color: #7a0d36;
	line-height: 18px;
}



/* footer
////////////////////////////////////////////////////////////*/
#footer {
	padding: 30px 0 30px;
}
#footer #ftrInr {
	width: 100%;
}

.ftrNavi {
	width: auto;
	margin: 0 20px;
	float: none;
}
.ftrNavi .ftrNaviTtl {
	font-size: 18px;
	border-bottom: #fff solid 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.ftrNavi .ftrNaviSubTtl {
	font-size: 16px;
	margin-bottom: 5px;
}
.ftrNavi ul {
	margin-bottom: 30px;
}
.ftrNavi ul li {
	margin-bottom: 10px;
}


#footer .ftrLink {
	clear: both;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	zoom: 1;
	padding-top: 30px;
	margin-bottom: 20px;
}
#footer .ftrLink li {
	display: inline-block;
}
#footer .copyright {
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}

/* common
////////////////////////////////////////////////////////////*/
.topicPath {
	font-size: 12px;
	margin-bottom: 20px;
}
}


/* pageUp
////////////////////////////////////////////////////////////*/
.pageUp {
	background: #fff;
	margin: 0 auto;
}
.pageUp a {
	display: block;
	height: 56px;
	text-indent: -9999px;
	background: url(/en/common/images/icon_pageTop_footer.png) center top no-repeat, url(/en/common/images/bg_pageTop.png) repeat-x;
}

@media screen and (max-width: 736px) {
.pageUp a {
	height: 45px;
	background-size: auto 45px, auto 45px;
	position: relative;
}
.pageUp a::before {
  content: " ";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
}

/* リニューアル前のstyle.css END */


/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
body {
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.04em;
    min-width: auto;
	background: #fff !important;
}


img {
	max-width: 100%;
	height: auto;
}



@media screen and (min-width: 737px) {
	
	.sp { display: none;}
	
	a {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	
}
@media screen and (max-width: 736px) {
	
	body {
		line-height: 1.6;
	}
	
	.pc { display: none;}
	
}



header {
	padding: 20px 30px;
}
header h1 {
	float: none;
	padding: 0;
	width: 330px;
}

#hdrSearch {
	position: absolute;
	top: 0;
	right: 0;
    float: none;
    display: table;
    padding: 5px 0;
    margin-left: 10px;
    font-size: 16px;
}

#hdrJapanese {
	position: absolute;
	top: 0;
	right: 0;
    width: 77px;
    height: 25px;
    line-height: 27px;
    margin-top: 5px;
}



#footer {
	letter-spacing: 0;
}

.pageUp a {
    display: block;
    height: 56px;
    text-indent: -9999px;
    background: url(../../../common/images/icon_pageTop_footer.png) center top no-repeat, url(../../../common/images/bg_pageTop.png) repeat-x;
}

@media screen and (max-width: 736px) {
	header {
		padding: 3vw 5vw;
	}
	header h1 {
		width: 30vw;
	}
	
	.pageUp a {
		height: 45px;
		background-size: auto 45px, auto 45px;
		position: relative;
	}
	
}



/* ////////////////////////////////////////////////////////////////////////////////

	Index

//////////////////////////////////////////////////////////////////////////////// */


h2 {
	background-color: #7a0d36;
	color: #fff;
	text-align: center;
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: 3px;
	padding: 15px 0;
}
h2 a{
    color: #fff!important;
    text-decoration: none;
}
h2 a:hover{
    opacity: 0.7;
    color: #fff!important;
}

.mainWrap {
	padding: 60px 30px;
}

.mainWrap.ftno {
	padding: 60px 30px 0px;
}
.mainWrap .content {
	max-width: 960px;
	margin: 0 auto;
}
.leadTxt {
	font-size: 18px;
	margin-bottom: 80px;
}

h3 {
	border-top: #333 solid 6px;
	font-size: 34px;
	position: relative;
	margin-bottom: 45px;
}

h3 span {
	padding-top: 20px;
	padding-right: 15px;
	line-height: 1;
	display: inline-block;
	position: relative;
}
h3 span::before {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
	height: 6px;
	width: 100%;
	background-color: #b6b65f;
}


@media screen and (max-width: 736px) {
	h2 {
		font-size: 5.8vw;
		letter-spacing: 0.5vw;
		padding: 3vw 0;
	}
	
	.mainWrap {
		padding: 10vw 5vw;
	}
	
	.leadTxt {
		font-size: 3.8vw;
		margin-bottom: 10vw;
	}
	
	h3 {
		border-top: #333 solid 3px;
		font-size: 5.8vw;
    	margin-bottom: 8vw;
	}
	h3 span {
		padding-top: 3vw;
		padding-right: 2vw;
	}
	h3 span::before {
		top: -3px;
		height: 3px;
	}
	
	
}

.viewAll {
	position: absolute;
	top: 20px;
	right: 0;
}
.viewAll a {
	font-family: 'Lato', sans-serif;
	display: block;
	background-color: #222;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 35px;
	padding: 0 50px 0 15px;
}
.viewAll a::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: #b6b65f url(../images/view_all_arrow.png) no-repeat center center;
	background-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
}



.pressList {
	display: flex;
	margin-bottom: 80px;
}
.pressList li {
	width: 31%;
	max-width: 280px;
	margin-right: 6%;
	border-bottom: #ccc solid 1px;
	padding-bottom: 30px;
}
.pressList li:last-child { margin-right: 0;}

.pressList .thumb {
	line-height: 0;
	margin-bottom: 15px;
}
.pressList .thumb img {
	width: 100%;
}

.pressList .cat {
	color: #7a0d36;
	font-weight: bold;
	font-size: 18px;
}
.pressList .date {
	font-size: 13px;
}
.pressList h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 15px;
	margin-bottom: 20px;
}
.pressList h4 a {
	color: #333;
	text-decoration: none;
}
.pressList h4 a:hover {
	color: #333;
	text-decoration: underline;
}

.pressList .moreBtn a {
	display: block;
	background: #7a0d36 url(../images/view_all_arrow.png) no-repeat 92% center;
	background-size: 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px;
}




.featuredVideo {
	background-color: #222;
	color: #fff;
}

.movSlide .movWrap {
	max-width: 280px;
	margin: 0 auto;
	padding: 0 10px;
}
.movSlide .movWrap a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.movSlide .movWrap a:hover {
	opacity: 0.6;
}
.movSlide .movWrap div {
	line-height: 0;
	margin-bottom: 15px;
}
.movSlide .movWrap p {
	font-size: 16px;
}


.mediaRelations {
	background: url(../images/relations_bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
.mediaRelations p {
	font-size: 16px;
	margin-bottom: 35px;
}

.mediaRelations .relationList {
	list-style: disc;
	padding-left: 20px;
}
.mediaRelations .relationList li {
	font-size: 16px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.contactBox {
	border-top: #b6b65f solid 6px;
	background-color: #222;
	padding: 30px;
	color: #fff;
	font-size: 14px;
}
.contactBox.lower {
	border-top: none;
	background-color: transparent;
	color: #333;
	padding: 0;
}

.contactBox h4 {
	font-size: 24px;
	font-weight: bold;
}
.contactBox .mail {
	font-size: 20px;
}



@media screen and (min-width: 737px) {
	
	.viewAll a:hover {
		background-color: #7a0d36;
	}
	.pressList .moreBtn a:hover {
		background-color: #222;
	}
}

@media screen and (max-width: 736px) {
	
	.viewAll {
		top: 3vw;
	}
	.viewAll a {
		font-size: 2.8vw;
		line-height: 6vw;
		padding: 0 8vw 0 2vw;
		letter-spacing: 0;
	}
	.viewAll a::after {
		width: 6vw;
		height: 6vw;
		background-size: 2.3vw;
	}
	
	.pressList {
		margin-bottom: 15vw;
		display: block;
	}
	.pressList li {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
		border-bottom: #ccc solid 1px;
		padding-bottom: 5vw;
    	display: flex;
		justify-content: space-between;
	}
	.pressList li .thumb {
		width: 35%;
	}
	.pressList li .pressTxt {
		width: 60%;
	}
	.pressList .cat {
		font-size: 3.6vw;
		line-height: 1.2;
	}
	.pressList .date {
		font-size: 3vw;
	}
	.pressList h4 {
		font-size: 3.6vw;
		margin-top: 3vw;
		margin-bottom: 3vw;
	}
	.pressList .moreBtn {
		position: static;
		right: 0;
		width: 50%;
    	margin: 0 0 0 50%;
	}
	.pressList .moreBtn a {
		background-size: 3vw;
		font-size: 3.4vw;
		padding: 2vw;
	}
	
	.movSlide .movWrap a {
		margin-bottom: 3vw;
	}
	.movSlide .movWrap p {
		font-size: 3.2vw;
	}
	
	.mediaRelations p {
		font-size: 3.4vw;
		margin-bottom: 5vw;
	}
	.mediaRelations .relationList {
		padding-left: 5vw;
	}
	.mediaRelations .relationList li {
		font-size: 3.4vw;
		line-height: 1.5;
		padding-left: 1vw;
		margin-bottom: 3vw;
	}
	
	
	.contactBox {
		border-top: #b6b65f solid 3px;
		padding: 5vw;
	}
	.contactBox h4 {
		font-size: 4.0vw;
		line-height: 1.5;
		margin-bottom: 3vw;
	}
	.contactBox .mail {
		font-size: 3.8vw;
    	margin-bottom: 1vw;
	}
	.contactBox .add {
		font-size: 2.8vw;
	}
	.contactBox p {
		font-size: 12px;
	}
}





/* ////////////////////////////////////////////////////////////////////////////////

	Detail

//////////////////////////////////////////////////////////////////////////////// */

.entry {
	margin: 0 auto 50px;
	max-width: 960px;
}

.entry .entryHead {
	margin-bottom: 40px;
}
.entry .entryHead h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	color: #7a0d36;
	margin-bottom: 5px;
}
.entry .entryHead p {
	font-size: 14px;
}

.entry h3 {
	font-weight: bold;
	font-size: 36px;
    border-top: none;
    line-height: 1.5;
    margin-bottom: 60px;
}

.entry .entryBody .pic {
	margin-bottom: 60px;
	display: flex;
	line-height: 0;
}
.entry .entryBody p + .pic {
	margin-top: 60px;
}

.entry .entryBody .pic div {
	width: 50%;
}

.entry .entryBody p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 2;
}

.entry .backBtn a {
	display: inline-block;
	background: #7a0d36 url(../images/back_arrow.png) no-repeat 17% center;
	background-size: 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 20px 7px 50px;
}



@media screen and (min-width: 737px) {
	.entry .backBtn a:hover {
		background-color: #222;
	}
}
@media screen and (max-width: 736px) {
	
	.entry {
		margin: 0 auto 0;
	}
	.entry .entryHead {
		margin-bottom: 8vw;
	}
	.entry .entryHead h4 {
		font-size: 4.6vw;
		margin-bottom: 1vw;
	}
	.entry .entryHead p {
		font-size: 3.2vw;
	}
	.entry h3 {
		font-size: 4.3vw;
		line-height: 1.5;
		margin-bottom: 8vw;
	}
	
	.entry .entryBody .pic {
		display: block;
		margin-bottom: 8vw;
	}
	.entry .entryBody p + .pic {
		margin-top: 8vw;
	}
	.entry .entryBody .pic div {
		width: 100%;
	}
	.entry .entryBody p {
		font-size: 3.2vw;
		line-height: 2;
	}
	
	.entry .backBtn a {
		background-size: 3vw;
		font-size: 3.4vw;
    	padding: 2vw 4vw 2vw 10vw;
	}
	
}

/* ////////////////////////////////////////////////////////////////////////////////

    Layout (2019/6/21 add)

//////////////////////////////////////////////////////////////////////////////// */

/*--------------------
 *    font weight
 *--------------------*/
.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: bold;
}

/*--------------------
 *    font style
 *--------------------*/

.fs-i {
  font-style: italic;
}

/*--------------------
 *    color
 *--------------------*/
.cBlack {
  color: black;
}
.c70 {
  color: #707070;
}

.c80 {
  color: #535353;
}

.cWhite {
  color: white;
}

.cRed {
  color: red;
}

.cBlue {
  color: blue;
}

.cDarkRed {
  color: #66002c;
}

/*--------------------
 *    text-decoration
 *--------------------*/
.td-u {
  text-decoration: underline !important;
}

/*--------------------
 *    margin
 *--------------------*/
.mauto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mall0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

/*--------------------
 *    padding
 *--------------------*/
.pall0 {
  padding: 0 !important;
}

.pall10 {
  padding: 10px !important;
}

.pall20 {
  padding: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

/*--------------------
 *    align
 *--------------------*/
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*--------------------
 *    indent
 *--------------------*/
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}

.indent-3 {
  text-indent: -3em;
  padding-left: 3em;
}

.indent-4 {
  text-indent: -4em;
  padding-left: 4em;
}



/* リニューアル後の調整 START */

.content {
	padding-top: 0;
}

.movSlide .movWrap {
	box-sizing: content-box;
}

.pressList .thumb a {
	width: 100%;
	position: relative;
	padding-bottom: 65.35%;
}

.pressList .thumb img {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
}

.mediaRelations .relationList li {
	list-style: disc;
}

/* リニューアル後の調整 END */