@charset "utf-8";
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic);*/
/*@import url(http://fonts.googleapis.com/css?family=Karla:400italic,700italic);*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
embed,object {
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	margin: 0;
/*	font-family: 'Open Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "arial", "verdana", sans-serif;
	font-style: italic;
	font-weight: 300;
	word-break: normal;
}
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,
embed,object {
	color: #e1e1e1; /*#ededed;*/
}
h1,h2,h3,h4,h5,h6,
embed,object {
	color: #f1f1f1;
}
table,th,td {
	padding: 0;
	font-size: 100%;
	margin: 0;
}
* {
	margin:0px;
	padding:0px; 
}
/*** general ***/
ul {
	list-style-type:none;
}
p,dt,dd,th,td,li {
	line-height: 1.6em;
	font-size: 90%;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
	padding:0px;
}
a:link,a:active,a:visited {
	text-decoration:none;
}
a:link {
	color:#fff;
}
a:visited {
	color:#fff;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
}
@media screen and (max-width: 480px){
img{
	max-width: 100%;
	height: auto;
	width : auto;
}
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	overflow: hidden;
}
.x-smallMargin {
	margin-bottom:5px !important;
}
.smallMargin {
	margin-bottom:10px !important;
}
.mm-smallMargin {
	margin-left:20px;
	margin-bottom:10px !important;
}
.middleMargin {
	margin-bottom:15px !important;
}
.normalMargin {
	margin-bottom:20px !important;
}
.largeMargin {
	margin-bottom: 28px !important; 
}
.x-largeMargin {
	margin-bottom:40px !important;
}
.xx-largeMargin {
	margin-bottom:50px !important;
}
.xxx-largeMargin {
	margin-bottom:60px !important;
}
.m-largeMargin {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom:40px !important;
}
.mm-largeMargin {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom:10px !important;
}
.mmm-largeMargin {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom:10px !important;
}
.n-largeMargin {
	margin-top: 10px;
	margin-left: 20px;
	padding-right: 20px;
	margin-bottom:40px !important;
	border: solid 1px #fff;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px #fff;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 1px;        /* 外側の線と内側の線の空き具合を調整*/
	margin: 3px; 
}
.nn-largeMargin {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
}
.p-largeMargin {
	margin-top: 10px;
	margin-bottom:40px !important;
}
.pp-largeMargin {
	margin-top: 10px;
	margin-bottom:10px !important;
}
@media screen and (max-width: 480px){
.n-largeMargin {
	width:99%;
}
.nn-largeMargin {
	margin-left: 10px;
}
.m-largeMargin {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom:40px !important;
}
.mm-largeMargin {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom:10px !important;
}
.mmm-largeMargin {
	margin-left: 10px;
}
.footer-Margin {
	margin: 0 20px;
}
}
.h2-margin {
	margin-top: 60px;
}
.h3-margin {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.textSmall {
	font-size: 80%;
}
.textLarge {
	font-size: 120%;
	color: #e1e1e1;
}
.textLarge2 {
	font-size: 120%;
	color: #e1e1e1;
	font-weight:bold;
}
.textMiddle {
	font-size: 110%;
	color: #ffffff;
	font-weight: 500;
}
.textMiddle2 {
	font-size: 110%;
	color: #ffffff; /*#e1e1e1;*/
	text-align: center;
	font-weight: 500;
}
.textX-large {
	font-size: 140%;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}
.textXX-large {
	font-size: 160%;	
}
.textXXX-large {
	font-size: 170%;
	color: #e1e1e1;
}
.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}
ul.commonList {
	list-style: disc;
	padding-left: 25px;
}
ol.commonList {
	list-style: decimal;
	padding-left: 25px;
}
@media screen and (max-width: 480px){
#news ul.commonList {
	padding-left: 0px;
}
}
/*** layout ***/
body {
	background: #000;
	word-break: break-all;
}
#wrapper {
	min-width: 1040px;
}
#header {
	width: 100%; /* 20200203*/
	position: fixed; /* relative; 20200203*/
	margin:0px auto;
/*	font-height: bold;*/
	background-size: auto;
	background: #000;	
	z-index: 200;
}
#header.mini {
	width: 100%; /* 20200203*/
	position: fixed; /* relative; 20200203*/
	margin:0px auto;
	height: 50px; /* 100px; 20200203*/
	background-size: auto;
	background: #000;	
	transition: 0.3s;
	z-index: 200;
}
#headerLogo {
	width: 1000px;
	background: #000; /* 20200203*/
	margin: 0px auto;
	height: 200px;
	text-align: center;
	position: relative;
	top: 0;
	transition: 0.3s;
	z-index: 100;
}
#headerLogo.mini {
	width: 1000px;
	background: #000; /* 20200203*/
	height: 0px; /* 100px; 20200203*/
	text-align: center;
	left: 0;
	top: 0;
	z-index: 100;
}
#headerLogo.mini img { /* 20200203*/
	width: 0px; /* 360px; 20200203*/
	height: 0px; /* 100px 20200203*/;
}
.menuList ul {
	overflow: hidden;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	background: #000;
	z-index: 20;
}
.menuList ul li {
	display: inline-block;
	vertical-align: middle;
 	padding: 6px 10px 0px 10px;
}
.menuList ul li:hover {
	-webkit-transform-origin: left top;
 	-ms-transform-origin: left top;
 	transform-origin: left top;
 	-webkit-transform: scale(1, 1);
 	-ms-transform: scale(1, 1);
 	transform: scale(1, 1)
}
.nav_sp {
	width: 0px;
	height: 0px;
}
@media screen and (max-width: 480px){
.h2-margin {
	margin-top: 30px;
}
.
-margin {
	margin-top: 30px;
}
#wrapper {
	min-width: 320px;
}
#header {
	height: 100px;
}
#headerInner {
	width:auto;
}
#headerLogo {
	width: 100%;
	overflow: hidden;
	height: auto;
}
#headerLogo h1 {
	margin: 0 -5%;
	width: 110%;
}
/*.menuList ,
.menuList ul ,
.menuList ul li {
	width: 0px;
	height: 0px;
}          20200203*/
}
#slideBlock {
	padding-top: 240px; /* 20200203 */
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#slideWrapper {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}
#slideWrapper .slideBox {
	width: 1000px;
	height: 700px;
	position: absolute;
	z-index: 10;
}
#slideWrapper .slideBox .bgPhoto {
	width: 1600px;
	height: 700px;
	position: absolute;
	left: -300px;
	top: 0;
}
#slideWrapper .slideBox .bgPhoto .light {
	width: 828px;
	height: 700px;
	position: absolute;
	left: 605px;
	top: 0;
	z-index: 15;
}
#slideWrapper .slideBox .bgPhoto .light .img1 ,
#slideWrapper .slideBox .bgPhoto .light .img2 {
	width: 828px;
	height: 700px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#slideWrapper .slideBox .spPhoto {
	display: none;
}
#slideWrapper .shineBox {
	width: 1000px;
	height: 700px;
	position: absolute;
	z-index: 20;
}
#slideWrapper .shineBox .area {
	width: 1000px;
	height: 700px;
	position: absolute;
}
#slideWrapper .overText {
	width: 1000px;
	height: 700px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
}
#slideWrapper . h2  {
	padding-top: 130px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.1em;
	font-size: 400%;
}
#slideWrapper .overText p {
	font-size: 100%; /*160*/
	line-height: 1.2em;
}
#slideWrapper .overText .pcOnlyBlock {
	display: block;
}
#pcOnlyBlock {
	display: block;
}
#slideTextOnlySp {
	display: none;
}
#slideImgOnlySp {
	display: none;
}
#slideWrapper .thumbList {
	width: 100%;
	position: absolute;
	bottom: 80px;
	z-index: 40;
	height: 16px;
	left: 0px;
}
#slideWrapper .thumbList ul {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
#slideWrapper .thumbList li {
	display: inline;
	zoom: 1;
	display: inline-block;
	margin-left: 10px;
	background: url(../images/slide_navi_default.png) no-repeat left top;
	cursor: pointer;
	z-index: 40;
}
#slideWrapper .thumbList li.current {
	background: url(../images/slide_navi_show.png) no-repeat left top;
	cursor: default;
}
.imgNavigation {
	width: 100%;
	overflow: hidden;
}
.imgNavigation li {
	width: 50px;
	height: 100px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 500px; /* 300px 20200203*/
	cursor: pointer;
	overflow: hidden;
	transition-duration: 0.3s;
}
.imgNavigation li.imgNavN {
	left: auto;
	right: 0px;
}
@media screen and (max-width: 1100px){
.imgNavigation li {
	left: -50px;
}
.imgNavigation li.imgNavN {
	left: auto;
	width: 0px;
}
/*
.cols1 {
	width: 50%;
}

.wcm {
	width: auto;
}
.menuList {
	position: relative;
	width: 0px;
	height: 0px;
}
#hamburger {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background: #FFFFFF;
}   
.icon-animation {
    width: 55px;
    height: 55px;
    float: left;
    display: block;
    position: relative;
    border-radius: 50%;
}
.icon-animation span {
    width: 25px;
    height: 3px;
    display: block;
    background: none;
    position: relative;
    margin: auto;
    top: 22.5px;
    left: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.icon-animation span:after {
    transition: all 0.3s;
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    background: #000000;
    display: block;
    transform: translateX(0) rotate(0deg);
}
.icon-animation span:before {
    transition: all 0.3s;
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    background: #000000;
    display: block;
    transform: translateX(0px) rotate(0deg);
}
 
.nav_sp {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    padding: 32px 0px;
    transform: translate(0%,-100%);
    background: #000000;
    transition: all 500ms cubic-bezier(0.995, 0.010, 1.000, 0.415);
    text-align: center;
}
.nav_sp.active {
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(0%,0%);
    background: #000000;
}
.nav_sp_top {
    width: 100%;
}
.nav_sp_top img {
    width: 100px;
    height: auto;
    opacity: 0;
    transition: 0.3s;
    transform: translate(0px,-15px);
}
.nav_sp.active .nav_sp_top img  {
    opacity: 1;
    transition: 0.3s;
    transform: translate(0px,0);
    transition-delay: 0.5s;
}
.nav_sp ul {
    width: 100%;
    display: block;
    padding: 30px 0;
}
.nav_sp ul li a {
    opacity: 0;
    transform: translate(0px,-15px);
    display: inline-block;
    color: #FFFFFF;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 180%;
    position: relative;
    letter-spacing: 2px;
}
.nav_sp.active ul li a {
    opacity: 1;
    transition: 0.3s;
    transform: translate(0px,0px);
}
.nav_sp ul li:nth-child(1) a {
    transition-delay: 0s;
}
.nav_sp.active ul li:nth-child(1) a {
    transition-delay: 0.5s;
}
.nav_sp ul li:nth-child(2) a {
    transition-delay: 0.01s;
}
.nav_sp.active ul li:nth-child(2) a {
    transition-delay: 0.55s;
}
.nav_sp ul li:nth-child(3) a {
    transition-delay: 0.02s;
}
.nav_sp.active ul li:nth-child(3) a {
    transition-delay: 0.6s;
}
.nav_sp ul li:nth-child(4) a {
    transition-delay: 0.03s;
}
.nav_sp.active ul li:nth-child(4) a {
    transition-delay: 0.65s;
}
.nav_sp ul li:nth-child(5) a {
    transition-delay: 0.04s;
}
.nav_sp.active ul li:nth-child(5) a {
    transition-delay: 0.7s;
}
.nav_sp ul li:nth-child(6) a {
    transition-delay: 0.05s;
}
.nav_sp.active ul li:nth-child(6) a {
    transition-delay: 0.75s;
}
.nav_sp ul li:nth-child(7) a {
    transition-delay: 0.06s;
}
.nav_sp.active ul li:nth-child(7) a {
    transition-delay: 0.8s;
}
.nav_sp ul li:nth-child(8) a {
    transition-delay: 0.07s;
}
.nav_sp.active ul li:nth-child(8) a {
    transition-delay: 0.85s;
}
.nav_sp ul li:nth-child(9) a {
    transition-delay: 0.08s;
}
.nav_sp.active ul li:nth-child(9) a {
    transition-delay: 0.9s;
}
.nav_sp ul li:nth-child(10) a {
    transition-delay: 0.09s;
}
.nav_sp.active ul li:nth-child(10) a {
    transition-delay: 0.95s;
}
.type-4 .top {
    transform: translateY(-3.5px);
}
.type-4 .middle:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: none;
}
.type-4 .middle:before {
    content: "";
    transition: all 0.4s;
    width: 25px;
    display: block;
    height: 3px;
    background: #000000;
    transform: translateY(0px) translateX(0px);
    opacity: 1;
}
 
.type-4 .bottom {
    transform: translateY(3.5px);
}
.type-4.is-open .top {
    transform: translateY(2.5px) rotate(-45deg);
}
.type-4.is-open .middle:before {
    transform: translateY(0px) translateX(100px);
    opacity: 0;
}
.type-4.is-open .middle:after {
    content: "";
    animation: circle 0.5s;
    animation-fill-mode: forwards;
    z-index: 9999999;
    border: 1px solid #000000;
}
.type-4.is-open .bottom {
    transform: translateY(-2.5px) rotate(45deg);
}
 
@keyframes circle {
    0%{
        transform: scale(0);
        opacity: 1;
        border: 1px solid #000000;
    }
    100%{
        opacity: 0;
        border: 1px solid #000000;
        transform: scale(1);
    }
}
*/
}
@media screen and (max-width: 480px){
#slideWrapper .overText .pcOnlyBlock {
	display: inline;
}
#pcOnlyBlock {
	display: none;
}
#slideWrapper .overText h2 {
	font-size: 80%;
}
#slideBlock {
	width: 100%;
	min-width: 320px;	
}
#slideWrapper {
	width: 100%;
	height: auto;
}
#slideWrapper .slideBox {
	width: 100%;
	height: auto;
	margin-top: -126px;
}
#slideWrapper .slideBox .bgPhoto {
	display: none;
}
#slideWrapper .slideBox .spPhoto {
	width: 100%;
	height: auto;
	display: block;
}
#slideWrapper .shineBox {
	display: none;
}
#slideWrapper .overText {
	display: none;
}
#slideWrapper .thumbList {
	bottom: 2px;
}
#slideWrapper .thumbList ul {
	text-align: center;
	width: auto;
}
.imgNavigation {
	display: none;
}

/* 20200217
.imgNavigation li {
	left: 0px;
	top: 50%;
	margin-top: -66px;
}
.imgNavigation li.imgNavN {
	left: auto;
	width: 50px;
}
20200217 */
#slideTextOnlySp {
	display: block;
	margin-top: -180px;
	padding: 20px;
}
#slideTextOnlySp h2 {
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.0em;
}
#slideTextOnlySp p {
	margin-bottom: 10px;
}
#slideImgOnlySp {
	display: block;
	width: 100%;
}
}
#beforeContents {
	padding-top: 240px; /* 20200203 */
}
#contents {
	width: 100%;
	min-width: 1000px;
	position: relative;
	z-index: 10;
}
#bg_campaign {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bg_campaign-4.jpg) repeat;
}
#news {
	width: 800px;
	margin: 0 auto;
	padding: 10px 10px 0;
}
#announcement {
	width: 800px;
	margin: 0 auto;
	padding: 10px 30px 10px;
	background: #ffffff;
}
#announcement p {
	color: #000000;
}
#contentsInner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 50px;
	position: relative;
	z-index: 100;
}
h1 {
	font-size: 450%;
	text-align: left;
/*	margin-top: 150px;*/
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 1.1em;
}
h2 {
	font-size: 300%;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 1.1em;
	padding-top: 30px;
}
h3 {
	font-size: 140%;
	font-weight: 500;
	font-style: italic;
	line-height: 1.1em;
/*	color: #000000;
	background: #eeeff0;
	padding-left: solid 5px #696969; 背景色変更*/
/*	padding: 0.5em 0;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	height: 23px;　上下線*/
/*	padding: 0.5em 0;
	background: linear-gradient(180deg, #aaaaaa, #0d0d0d);　背景色 グラデーション*/
}
h4 {
	font-size: 120%;
	font-weight: 700;
	font-style: italic;
	line-height: 1.1em;
}
@media screen and (max-width: 480px){
#beforeContents {
	padding-top: 100px; /* 20200203 */
}

#contents {
	width: 100%;
	min-width: 320px;
	background-size: auto 100%;
}
#contentsInner {
	width: auto;
	padding: 20px 20px 40px;
}
#bg_campaign {
	width: 100%;
	background-size: contain;
}
#news {
	width: 80%;
}
#announcement {
	width: 80%;
}
h1 {
	font-size: 220%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1em;
}
h2 {
	font-size: 180%;
	margin-bottom: 30px;
	line-height: 1em;
	font-weight: 700;
}
h3 {
	font-size: 130%;
	font-style: italic;
	line-height: 1em;
}
h4 {
	font-size: 110%;
	font-style: italic;
	line-height: 1em;
}
}
@media screen and (max-width: 480px){
.movieBlock {
	width: 100%;
}
}
.wcm {
	width: 100%;
/*	height: 333px;*/
	background: url(../images/bg_crystal-1.png) no-repeat;
}
.cols {
	float: left;
}
.cols0 {
	float: left;
	width: 50%; /*520px;*/
}
.cols8 {
	float: right;
	padding-left: 10px;
}
.cols7 {
	float: left;
	width: 480px;
}
.cols6 {
	float: left;
	margin-top: 10px;
	padding-left: 10px;
}
.cols5 {
	float: right;
	width: 480px;
	margin-right: 20px;
}
.cols4 {
	float: left;
	padding-left: 40px;
}
.cols1 {
	float: left;
}
.cols2 {
	float: right;
	padding-bottom: 20px;
}
.cols2_wcm {
	width: 470px;
	height: 735px;
	float: right;
	margin-top: 20px;
	background: url(../images/bg_crystal-3.png) no-repeat;
}
.col3 .cols {
	width: 310px;
	padding-right: 35px;
	padding-bottom: 5px;
}
.col3 .cols:nth-child(3n) {
	float: right;
	padding-right: 0px;
}
.col3_2 .cols {
	width: 300px;
	padding-right: 50px;
	padding-bottom: 35px;
}
.col3_2 .cols:nth-child(3n) {
	float: right;
	padding-right: 0px;
}
.cols.last {
	float: right;
	padding-right: 0px !important;
}
.promortersLink {
	width: 440px;
	height: 50px;
	margin: 0 auto 40px;
	text-align: center;
	background: #fff;
}
.promortersLink a {
	background: url(../images/promoter-web_btn.png) no-repeat left top;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 160%;
	text-decoration: none;
}
.termsLink {
	width: 300px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	background: #fff;
}
.termsLink a {
	background: url(../images/terms-web_btn2.png) no-repeat left top;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	font-size: 100%;
	text-decoration: none;
}
@media screen and (max-width: 480px){
.wcm {
	width: auto;
}
.cols0 {
	float: none;
	width: auto;
	padding-right: 15px;
	margin-bottom: 20px !important;
}
.cols6, .cols8 {
	float: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.cols5, .cols7 {
	float: none;
	width: auto;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 20px !important;
}
.cols4 {
	float: left;
	padding-left: 0px;
}
.col3 {
	margin-bottom: 20px !important;
}
.col3 .cols {
	padding-bottom: 40px;
	float: none;
	width: auto;
	padding-right: 0px;
	text-align: center;
}
.col3 .cols:nth-child(3n) {
	float: none;
}
.col3_2 {
	margin-bottom: 20px !important;
}
.col3_2 .cols {
	padding-bottom: 40px;
	float: none;
	width: auto;
	padding-right: 0px;
	text-align: center;
}
.col3_2 .cols:nth-child(3n) {
	float: none;
}
.col4 {
	margin-bottom: 20px !important;
}
.col4 .cols {
/*	padding-bottom: 40px;*/
	float: none;
	width: auto;
	padding-right: 0px;
	text-align: center;
	margin-bottom: 20px;
}
.col4 .cols:nth-child(3n) {
	float: none;
}
.promortersLink {
	width: 100%;
	margin: 0 auto 0px;
}
.promortersLink a {
	background-size: 100% 100%;
}
.termsLink {
	width: 80%;
	margin: 0 auto 0px;
}
.termsLink a {
	background-size: 100% 100%;
}
}
#contact {
	width: 100%;
	min-width: 1000px;
	color: #fff;
	height: auto;
	position: relative;
}
#contactInner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
#contact * {
	color: #fff;
}
#contact h2 { 
	margin-bottom: 35px; 
}
#contact p {
	font-weight: 400;
}
.contactLink {
	width: 510px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}
.contactLink a {
	background: url(../images/contact_btn.png) repeat left top;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 90px;
	font-size: 260%;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}
#contact .contactLink a {
	color: #fff;
}
@media screen and (max-width: 480px){
#contact {
	width: 100%;
	min-width: 320px;
}
#contactInner {
	width: auto;
	margin: 0 auto;
	padding: 10px 0px 60px;
}
.contactLink {
	width: 100%;
	height: 78px;
}
.contactLink a {
	line-height: 78px;
	background-size: 100% auto;
}
}
#footer {
	width: 100%;
	min-width: 1000px;
	
	background: #000;
	padding: 35px 0;
	height: 20px;
	position: relative;
/*	z-index: 200;*/
}
#footerInner {
	width: 1000px;
	margin: 0 auto;
}
#footer .footerLink {
	float: left;
}
#footer .footerLink a {
	margin-right: 20px;
}
#footer .footerLink a:last-child {
	margin-right: 0px;
}
#footer .copyright {
	float: none;
	text-align: center;
}
.pagetop {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: -80px;
	z-index: 500;
	transition-duration: 0.3s;
}
.pagetopInner {
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	height: 1px;
	margin-top: -79px;
}
.pagetopInner a {
	display: block;
	text-decoration: none;
	background: url(../images/pagetop_btn.png) no-repeat center top;
	width: 80px;
	margin: 0 auto;
	padding-top: 41px;
	height: 39px;
	font-size: 70%;
}
@media screen and (max-width: 480px){
#footer {
	min-width: 380px;
	height: auto;
}
#footerInner {
	width: auto;
	padding: 10px 20px 0;
	margin: 0 auto;
}
#footer .footerLink {
	float: none;
	text-align: center;
	margin-bottom: 12px;
}
#footer .footerLink img {
	width: 28%;
}
#footer .copyright {
	float: none;
	text-align: center;
	font-size: 0.9em;
}
.pagetop {
	position: absolute;
	bottom: auto;
	top: 40px;
}
.pagetopInner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 1px;
	margin-top: -79px;
}
}
.putBlock img {	
	vertical-align: middle;
}
.putBlock img.centerMargin {	
	margin-left: 20px;
}
.collectionPh {
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.collectionPh a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	background: #000;
}

.iframe-content-wrap {
  display: -webkit-box;
  display: box;
}
.iframe-content-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 560px;
  display: -webkit-box;
  display: box;
}
@media screen and (max-width: 480px){
.iframe-content-wrap {
	width: 320px;
}
}
.iframe-content-block {
  -webkit-box-flex: 1;
  box-flex: 1;
}
.iframe-content {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}
.shainA {
	position: absolute;
	display: none;
}
.shainA .images {
	position: absolute;
	width: 354px;
	height: 354px;
	left: -177px;
	top: -177px;
	background: url(../images/shine_a.png) no-repeat center top;
	background-size: 100% auto;
}
.shainB {
	position: absolute;
	display: none;
}
.shainB .images {
	position: absolute;
	width: 54px;
	height: 53px;
	left: -27px;
	top: -27px;
	background: url(../images/shine-b.png) no-repeat center center;
	background-size: 100% 100%;
}
.shainC {
	position: absolute;
	display: none;
}
.shainC .images {
	position: absolute;
	width: 30px;
	height: 30px;
	left: -15px;
	top: -15px;
	background: url(../images/shine-c.png) no-repeat center center;
	background-size: 100% 100%;
}
.hr-1 {
	line-height: 1em;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
.hr-2 {
	line-height: 1em;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.hr-3 {
	line-height: 1em;
	border: 0;
    height: 1px;
/*    float: left;
    width: 500px;*/
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0), rgba(255,255,255,0));
}
.hr-4 {
	width: 80%;
	margin: 0 auto;
	line-height: 1em;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
.hr-5 {
	width: 70%;
	margin: 0 auto;
	line-height: 1em;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
.hr-6 {
	width: 60%;
	margin: 0 auto;
	line-height: 1em;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
.hr-7 {
	width: 50%;
	margin: 0 auto;
	line-height: 1em;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
}
.sctlTable {
	width: 800px;
	margin: auto;
}
.inquiryBG {
	width: 500px;
	margin: 0 auto;
	background: url(../images/bg_inquiry-6.png) repeat; /*  center top      bg_contact_img.jpg */
}
.inquiryBGbl {
	width: 400px;
	margin: 0 auto;
}
.inquiryBGbl h4 {
	color: #ffffff;
}
.inqryTable {
	table-layout: fixed;
	width: 490px;
	margin: 0 auto;
	padding: 20px;
}
.confirmTable {
	table-layout: fixed;
	width: 300px;
	margin: 0 auto;
	padding: 20px;
}
.confirmTable p {
	color: #ffffff;
}
.inqryTable input {
	color: #000000;
}
.inqryTable h3 {
	color: #000000;
	padding-top: 10px;
	text-align: center;
}
.inqryTable p {
	color: #000000;
	padding-top: 10px;
}
.tableSubmit {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #fffdfd; 
	width: 150px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	background: linear-gradient(#f6f4f5 0%, #fef3f3 100%);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.tableSubmit:hover {
	background: #e2e2e2;
}
.tableSubmit:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(#fffdfd 0%, #fde8e8 100%);
}
.inqryTable textarea {
	color: #000000;
	width: 100%;
}
@media screen and (max-width: 480px){
.hr-3 {
	line-height: 1em;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0.8), rgba(255,255,255,0));
}

.sctlTable {
	width: 100%;
	margin: auto;
}
.inquiryBG {
	width: 80%;
	margin: 0 auto;
	background: url(../images/bg_contact_img.jpg) repeat center top;
}
.inquiryBGbl {
	width: 100%;
	margin: 0 auto;
}
.confirmTable {
	width: 80%;
}
.inqryTable {
	width: 80%;/*94%;*/
	margin: 0 auto;
	padding: 20px 0px;
	color: #000000;
}
.inqryTable input {
	color: #000000;
	width: 100%;
}
.inqryTable p {
	color: #000000;
	margin: 0 10px 0 0;
}
.inqryTable textarea {
	color: #000000;
}
}
.hidden_box {
    margin: 2em 0;
    padding: 0;
}
.hidden_box label {
	background: url(../images/promoter-web_btn.png) no-repeat left top;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 160%;
	text-decoration: none;
}
.hidden_box label:hover {
	cursor: pointer;
	opacity: 0.8;
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.photoBlock {
	padding: 0 40px;
}
.imageBlock {
	padding: 0 16px;
	background: #000000;
}
/* 20200203 */
@media screen and (max-width: 480px){
.menuList {
	width: 0px;
	height: 0px;
}
#hamburger {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 0%;
    cursor: pointer;
    z-index: 9999;
    background: #FFFFFF;
}   
.icon-animation {
    width: 45px;
    height: 45px;
    float: left;
    display: block;
    position: relative;
    border-radius: 50%;
}
.icon-animation span {
    width: 25px;
    height: 3px;
    display: block;
    background: none;
    position: relative;
    margin: auto;
    top: 18px;
    left: 0;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.icon-animation span:after {
    transition: all 0.3s;
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    background: #000000;
    display: block;
    transform: translateX(0) rotate(0deg);
}
.icon-animation span:before {
    transition: all 0.3s;
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    background: #000000;
    display: block;
    transform: translateX(0px) rotate(0deg);
}
 
.nav_sp {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
    display: block;
    padding: 32px 0px;    
    transform: translate(0%,-100%);
/*    background: #000000;*/
    transition: all 500ms cubic-bezier(0.995, 0.010, 1.000, 0.415);
    text-align: center;
}
.nav_sp.active {
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(0%,0%);
    background: #000000;
}
.nav_sp_top {
	width: 100%;
}
.nav_sp_top img {
    width: 100px;
    height: auto;
    opacity: 0;
    transition: 0.3s;
    transform: translate(0px,-15px);
}
.nav_sp.active .nav_sp_top img  {
    opacity: 1;
    transition: 0.3s;
    transform: translate(0px,0);
    transition-delay: 0.5s;
}
.nav_sp ul {
    width: 100%;
    display: block;
	padding: 0px 0;
}
.nav_sp ul li a {
    opacity: 0;
    transform: translate(0px,-15px);
    display: inline-block;
    color: #FFFFFF;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 150%;
    position: relative;
	letter-spacing: 2px;
}
.nav_sp.active ul li a {
    opacity: 1;
    transition: 0.3s;
    transform: translate(0px,0px);
}
.nav_sp ul li:nth-child(1) a {
    transition-delay: 0s;
}
.nav_sp.active ul li:nth-child(1) a {
    transition-delay: 0.5s;
}
.nav_sp ul li:nth-child(2) a {
    transition-delay: 0.01s;
}
.nav_sp.active ul li:nth-child(2) a {
    transition-delay: 0.55s;
}
.nav_sp ul li:nth-child(3) a {
    transition-delay: 0.02s;
}
.nav_sp.active ul li:nth-child(3) a {
    transition-delay: 0.6s;
}
.nav_sp ul li:nth-child(4) a {
    transition-delay: 0.03s;
}
.nav_sp.active ul li:nth-child(4) a {
    transition-delay: 0.65s;
}
.nav_sp ul li:nth-child(5) a {
    transition-delay: 0.04s;
}
.nav_sp.active ul li:nth-child(5) a {
    transition-delay: 0.7s;
}
.nav_sp ul li:nth-child(6) a {
    transition-delay: 0.05s;
}
.nav_sp.active ul li:nth-child(6) a {
    transition-delay: 0.75s;
}
.nav_sp ul li:nth-child(7) a {
    transition-delay: 0.06s;
}
.nav_sp.active ul li:nth-child(7) a {
    transition-delay: 0.8s;
}
.nav_sp ul li:nth-child(8) a {
    transition-delay: 0.07s;
}
.nav_sp.active ul li:nth-child(8) a {
    transition-delay: 0.85s;
}
.nav_sp ul li:nth-child(9) a {
    transition-delay: 0.08s;
}
.nav_sp.active ul li:nth-child(9) a {
    transition-delay: 0.9s;
}
.nav_sp ul li:nth-child(10) a {
    transition-delay: 0.09s;
}
.nav_sp.active ul li:nth-child(10) a {
    transition-delay: 0.95s;
}
.type-4 .top {
    transform: translateY(-3.5px);
}
.type-4 .middle:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: none;
}
.type-4 .middle:before {
    content: "";
    transition: all 0.4s;
    width: 25px;
    display: block;
    height: 3px;
    background: #000000;
    transform: translateY(0px) translateX(0px);
    opacity: 1;
}
 
.type-4 .bottom {
    transform: translateY(3.5px);
}
.type-4.is-open .top {
    transform: translateY(2.5px) rotate(-45deg);
}
.type-4.is-open .middle:before {
    transform: translateY(0px) translateX(100px);
    opacity: 0;
}
.type-4.is-open .middle:after {
    content: "";
    animation: circle 0.5s;
    animation-fill-mode: forwards;
    z-index: 9999999;
    border: 1px solid #000000;
}
.type-4.is-open .bottom {
    transform: translateY(-2.5px) rotate(45deg);
}
 
@keyframes circle {
    0%{
        transform: scale(0);
        opacity: 1;
        border: 1px solid #000000;
    }
    100%{
        opacity: 0;
        border: 1px solid #000000;
        transform: scale(1);
    }
}
}
.nav_sp ul {
	overflow: hidden;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	background: #000;
	z-index: 20;
}
.nav_sp ul li {
	display: inline-block;
 	padding: 26px 10px 20px 10px;
}
.nav_sp ul li:hover {
	-webkit-transform-origin: left top;
 	-ms-transform-origin: left top;
 	transform-origin: left top;
 	-webkit-transform: scale(1, 1);
 	-ms-transform: scale(1, 1);
 	transform: scale(1, 1)
}

