@charset "utf-8";

* { margin: 0; padding: 0}

body {
	color: #666666; font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; font-size: 12px; font-style: normal; font-weight: normal; line-height: 1.5; 
	margin-top: 0; background-color: #F3F3EB; text-align: center;
}
body.en { font-family: Arial,sans-serif}
body.sc { font-family: "Microsoft YaHei", "微软雅黑", sans-serif}
body.id { font-family: Arial,sans-serif}

body.videobase { background-color: #000000; }


@media screen and (max-width: 460px) { .none {display:none}} 


img { border: none; vertical-align: middle; max-width: 100%; height: auto}
img.imgdef { display: none !important}
img.imgsmph { display: block !important}
img.frame { border: solid 1px; border-color: #666666;}


P { text-indent: 0em; text-align: left; }
p.year { font-family: 'Helvetica','Arial',sans-serif; font-size: 4em; font-style: normal; font-weight: 100; font-kerning: auto; line-height: 1.2; text-align: left; }
.year2 { font-family: 'Helvetica','Arial',sans-serif; font-size: 3em; font-style: normal; font-weight: 100; font-kerning: auto; line-height: 1.0; text-align: left; }
p.ttl { font-size: 1.5em; font-weight: 700; text-align: left; }
p.era {color: #666666; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif; font-size: 2em; font-style: normal; font-weight: bold; line-height: 1.5; text-indent: -0.5em; }
p.subtitle {color: #666666; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif; font-size: 1.5em; font-style: normal; font-weight: bold; line-height: 1.5; }
p.white {color: #FFFFFF; }


div.head { position: absolute; top: 0%; position: fixed; z-index: 99; }
div.headcnt { margin: 0 auto; max-width: 1920px; width: auto; height: auto; }


div.main { margin-top: 40%; z-index: 1; overflow: hidden; }
div.idxmain { margin-top: 40%; z-index: 1; overflow: hidden; }


div.cnt { margin : 0 auto; max-width: 1280px; width: auto; z-index: 1; }
div.frame { border: 1px solid #000000; border-radius: 20px; }
div.perpose { margin : 0 auto; max-width: 1280px; width: auto; z-index: 1; }
div.color1 {background-color: #AB867E; }
div.color2 {background-color: #887EAB; }
div.color3 {background-color: #7C8BA9; }
div.color4 {background-color: #A6A37C; }
div.color5 {background-color: #BAD3FF; }


.smphnodisp { display: none !important }


ul, ol { list-style: none}
li.number { list-style-type: decimal}


.z1 {z-index: 1;}
.z99 {z-index: 99;}


.fl { float: left}
.fr { float: right}
.fc { clear: both}


div.w025 { width: 2.5%}
div.w05 { width: 5%}
div.w625 { width: 6.25%}
div.w10 { width: 10%}
div.w125 { width: 12.5%}
div.w15 { width: 15%}
div.w20 { width: 20%}
div.w25 { width: 25%}
div.w30 { width: 30%}
div.w35 { width: 35%}
div.w40 { width: 40%}
div.w45 { width: 45%}
div.w50 { width: 50%}
div.w55 { width: 55%}
div.w60 { width: 60%}
div.w65 { width: 65%}
div.w70 { width: 70%}
div.w75 { width: 75%}
div.w80 { width: 80%}
div.w85 { width: 85%}
div.w90 { width: 90%}
div.w95 { width: 95%}
div.w100 { width: 100%}


.wauto { width: auto}
.h100 { height: 100%}
.hauto { height: auto}


ul, ol { list-style: none}
li.number { list-style-type: decimal}


/* hamburger menu----------------------------------------------------------------------------------- */

nav.menusmph {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    background: #32323C;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.5s;
    width: 100%;
}
 
nav.menusmph ul {
    background: #32323C;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.menusmph ul li {
    font-size: 1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
 
nav.menusmph ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.menusmph ul li a {
    display: block;
    color: #ffffff;
    padding: 0.5em 0;
}
 
nav.menusmph.active {
    transform: translateY(0%);
}

.hamburger {
    display: block;
    position: fixed;
	right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9999;
	background-color:  rgba(230,26,191,0.7);
    text-align: center;
}
 
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.hamburger span:nth-child(1) {
    top: 9px;
}
 
.hamburger span:nth-child(2) {
    top: 18px;
}
 
.hamburger span:nth-child(3) {
    top: 27px;
}
 
.hamburger span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

.hamburger.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* hamburger menu----------------------------------------------------------------------------------- */


/* accordion------------------------------------------------------------------------------------------- */

.menu {
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
}

.menu a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
}

label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
    color :#ffffff;
    background :#7E9CFF;
    cursor :pointer;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#000000;
    list-style: none;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar00:checked ~ #links00 li,
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li {
    max-height: 46px;
    opacity: 1;
}

/* accordion------------------------------------------------------------------------------------------- */


.agnc { text-align: center}
.agnl { text-align: left}
.agnr { text-align: right}
.vagnm { vertical-align: middle}
.smphagnc { text-align: center !important}


.mgntop05em { margin-top: 0.5em}
.mgntop1em { margin-top: 1em}
.mgntop15em { margin-top: 1.5em}
.mgntop2em { margin-top: 2em}
.mgntop24em { margin-top: 2.4em}
.mgntop3em { margin-top: 3em}
.mgntop40px { margin-top: 40px}
.mgnbtm05em { margin-bottom: 0.5em}
.mgnbtm1em { margin-bottom: 1em}
.mgnbtm2em { margin-bottom: 2em}
.mgnbtm3em { margin-bottom: 3em}
.mgnbtm-1em { margin-bottom: -1em}
.mgnlft1em { margin-left: 1em}
.mgnlft2em { margin-left: 2em}
.mgnlft3em { margin-left: 3em}
.mgnlft4em { margin-left: 4em}
.mgnlft5em { margin-left: 5em}
.mgnrgt1em { margin-right: 1em}
.mgnrgt2em { margin-right: 2em}
.mgnrgt3em { margin-right: 3em}
.mgnrgt4em { margin-right: 4em}


.smphmgnlft3em { margin-left: 3em}
.smphmgnlft4em { margin-left: 4em}
.smphmgnlft5em { margin-left: 5em}


.em05 { font-size: 0.5em}
.em06 { font-size: 0.6em}
.em07 { font-size: 0.7em}
.em08 { font-size: 0.8em}
.em09 { font-size: 0.9em}
.em12 { font-size: 1.2em}

.txtwhite { color: #FFFFFF; }
.txtred { color: #CC0000; }
.txtorange { color: #FF6600; }
.txtyellow { color: #FFCC00; }
.txtgreen { color: #339900; }
.txtlightgreen { color:  #00FF8C; }
.txtblue { color: #0033FF; }
.txtlightblue { color: #00A3FF; }
.txtviolet { color: #6633FF; }
.txtlightgray { color: #CCCCCC; }
.txtgray { color: #999999; }
.txtblown { color: #663333; }

.txtind { text-indent: 1.0em; }
.txtind2 { text-indent: 2.0em; }
.txtindclear { text-indent: 0em; }

.linh13 { line-height: 1.3em}
.linh12 { line-height: 1.2em}


hr { border: 1px #CCCCCC solid; width: auto;}
hr.nosmph { display: none}


table { width: 100%; border: 0; margin: 0; border-collapse: collapse; padding: 0}

td { font-size: 0.9em}
td.itm1 { padding: 0.25em 1em 0.25em 1em; width: 15%; height: auto; white-space: nowrap; text-align:left; vertical-align: top; border: solid 1px #AAAAAA}
td.val1 { padding: 0.25em 1em 0.25em 1em; width: auto; height: auto; text-align: left; vertical-align: top; border: solid 1px #AAAAAA; }


#top_scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
 
#page-top1{
    display: block;
    position: fixed;
    z-index: 9997;
    bottom: -250px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
        -webkit-transition: 1s;
}
 
#page-top1:hover{ 
    background: none;
    transform: translateY(-10px);
}
 
#top_scroll:hover{
    background: #fff;
}


.slidecont{
	overflow: hidden;
}
.slidein{
	margin: 50px auto;
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
	transform: translateX(calc(-50vw - 50%));
}
.slide_right{
	transform: translateX(calc(50vw + 50%));
}
.show{
	transform: translateX(0);
}



.image_enlarge {
overflow: visible;
width: 100%;
height: 100%;
}
.image_enlarge img {
display: block;
transition-duration: 0.5s;
}
.image_enlarge img:hover {
transform: scale(1.2,1.2);
transition-duration: 0.5s;
}



.slidein{
	margin: 50px auto;
	transition: 2s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
	transform: translateX(calc(-50vw - 50%));
}
.slide_right{
	transform: translateX(calc(50vw + 50%));
}
.show{
	transform: translateX(0);
}



.fadein {
    opacity : 0;
    transform : translate(0, 10px);
    transition : all 1000ms;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.image_enlarge {
overflow: visible;
width: 100%;
height: 100%;
}

.image_enlarge img {
display: block;
transition-duration: 0.5s;
}

.image_enlarge img:hover {
transform: scale(1.2,1.2);
transition-duration: 0.5s;
}




/* 時間差フェードイン */

.fadein1s {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(25px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadein2s {
    animation-name: fadeIn2s;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(25px);
    opacity: 0;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}