html, body { width: 100%; height: 100%; background: white; font-family: 'Open Sans Condensed', sans-serif ,'hiragino kaku gothic pro'; }

header { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: static; margin: 0; padding: 10px 0; border-bottom: 1px solid #e5e5e5; }
header img { width: 200px; max-width: 400px; }
@media screen and (max-width: 768px) { header { height: auto; }
  header img { width: 150px; max-width: 100%; } }

.spnon { display: inline; }
@media screen and (max-width: 768px) { .spnon { display: none; } }

.pcnon { display: none; }
@media screen and (max-width: 768px) { .pcnon { display: inline; } }

#main { position: relative; height: 100vh; min-height: 75vh; margin: 0; padding: 0; }
@media screen and (max-width: 768px) { #main { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; padding: 0; } }

#mainmenu { width: 100%; height: 100vh; text-align: center; margin: 0px auto; position: fixed; z-index: 10000; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10vh 0 20vh; -webkit-box-sizing: border-box; box-sizing: border-box; background: rgba(255, 255, 255, 0.84); -webkit-transition: .4s; transition: .4s; -webkit-transform: translate3d(100vw, 0, 0); transform: translate3d(100vw, 0, 0); }
#mainmenu.active { -webkit-transform: translate3d(0vw, 0, 0); transform: translate3d(0vw, 0, 0); }
#mainmenu li { margin-bottom: 20px; letter-spacing: 4px; font-size: 30px; display: block; width: 100%; }
#mainmenu li a { text-decoration: none; color: black; -webkit-transition: .2s; transition: .2s; }
#mainmenu li a:hover { font-size: 27px; letter-spacing: 6px; }
@media screen and (max-width: 768px) { #mainmenu li { font-size: 10vw; }
  #mainmenu li a:hover { font-size: 10vw; } }

#OLDTOP #mainmenu { width: auto; height: auto; margin: 0 auto; text-align: center; margin: 50px auto 50px; position: static; -webkit-transition: none; transition: none; -webkit-transform: none; transform: none; background: none; }
#OLDTOP #mainmenu li { font-size: 25px; font-size: 6vw; margin-bottom: 20px; letter-spacing: 4px; }
#OLDTOP #mainmenu li a { text-decoration: none; color: black; -webkit-transition: .2s; transition: .2s; }
#OLDTOP #mainmenu li a:hover { font-size: 27px; font-size: 6vw; letter-spacing: 1vw; }
@media screen and (max-width: 768px) { #OLDTOP #mainmenu li { font-size: 10vw; }
  #OLDTOP #mainmenu li a:hover { font-size: 10vw; } }

#NEWS h1 { font-size: 30px; display: block; text-align: center; margin: 30px auto 0; }
#NEWS section { width: 90%; margin: 50px auto 50px; }
#NEWS section h2 { font-size: 16px; margin-bottom: 15px; border-bottom: 1px solid #cecece; padding-bottom: 5px; letter-spacing: 5px; }
#NEWS section li { font-size: 12px; margin-bottom: 10px; line-height: 16px; background: #ebebeb; border-radius: 20px; padding: 6px 15px; }
#NEWS section .pink { font-size: 10px; color: #ef00ae; display: block; margin: 10px 0; line-height: 14px; }
#NEWS section p { font-size: 12px; line-height: 25px; }
#NEWS section p strong { font-size: 14px; display: block; margin: 20px 0 10px; border-bottom: 1px solid #e5e5e5; letter-spacing: 10px; }
#NEWS section a { text-decoration: none; background: black; color: white; padding: 2px 10px; letter-spacing: 3px; }
#NEWS section.company { font-family: 'hiragino kaku gothic pro'; }
#NEWS section.company h2 { font-size: 20px; margin-bottom: 40px; display: block; letter-spacing: 10px; }
#NEWS section.company dl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; font-size: 12px; }
#NEWS section.company dl dt, #NEWS section.company dl dd { padding: 0; margin-bottom: 25px; padding-bottom: 5px; border-bottom: 1px solid #cbcbcb; }
#NEWS section.company dl dt { width: 20%; }
#NEWS section.company dl dt.words { margin-top: 20px; width: 100%; }
#NEWS section.company dl dd { width: 75%; }
#NEWS section.company dl dd.words { width: 100%; line-height: 20px; border-bottom: 0px; font-size: 10px; background: linear-gradient(-45deg, #f2f2f2 25%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 50%, #f2f2f2 50%, #f2f2f2 75%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.7)); background-size: 4px 4px; }
#NEWS section.company dl dd.words strong { font-size: 12px; display: inline-block; background: black; color: white; margin-bottom: 10px; padding: 0 10px; }
@media screen and (max-width: 768px) { #NEWS section.company h2 { font-size: 16px; line-height: 20px; margin-bottom: 60px; display: block; text-align: center; }
  #NEWS section.company dl dt, #NEWS section.company dl dd { width: 100%; text-align: center; }
  #NEWS section.company dl dt { font-size: 14px; font-weight: bold; }
  #NEWS section.company dl dd { border-bottom: 0px; background: linear-gradient(-45deg, #f2f2f2 25%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 50%, #f2f2f2 50%, #f2f2f2 75%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.7)); background-size: 4px 4px; } }

#PRODUCTION h2 { font-size: 24px !important; font-weight: bold; font-family: "hiragino kaku gothic pro", 'meiryo'; line-height: normal; margin-bottom: 30px !important; }
@media screen and (max-width: 768px) { #PRODUCTION h2 { font-size: 16px !important; } }
#PRODUCTION h3 { font-size: 20px; padding: 5px 10px; display: inline-block; background: linear-gradient(-45deg, #e2e2e2 25%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 50%, #e2e2e2 50%, #e2e2e2 75%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.7)); background-size: 4px 4px; margin-bottom: 20px; }
@media screen and (max-width: 768px) { #PRODUCTION h3 { font-size: 16px; line-height: 20px; } }
#PRODUCTION ul { margin-bottom: 50px; }
#PRODUCTION ul li { padding: 10px; border-radius: 5px; background: linear-gradient(-45deg, #f2f2f2 25%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 50%, #f2f2f2 50%, #f2f2f2 75%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.7)); background-size: 4px 4px; }
#PRODUCTION ul li span { font-size: 14px; font-weight: bold; margin-right: 10px; font-family: "hiragino kaku gothic pro"; letter-spacing: 2px; display: inline-block; }
#PRODUCTION ul li p { margin: 10px 0 10px 5px; }
#PRODUCTION #prodSpan { font-size: 14px; color: #b9005c; display: block; margin-bottom: 50px; }
#PRODUCTION #proList { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#PRODUCTION #proList li { margin-right: 10px; }

#ARTIST dl { text-align: center; }
#ARTIST dl dt { min-width: 375px; padding: 10px 15px; font-size: 14px; background: linear-gradient(-45deg, #d9d9d9 25%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 50%, #d9d9d9 50%, #d9d9d9 75%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.7)); background-size: 4px 4px; display: inline-block; margin-bottom: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#ARTIST dl dd { font-size: 18px; margin-bottom: 80px; }
#ARTIST dl dd span { font-size: 12px; }
#ARTIST dl dd a { background: white; color: black; line-height: normal; text-align: center; margin: 0 auto; padding: 0; display: block; max-width: 375px; }
#ARTIST dl dd a:hover { background: black; color: white; }

#profile { font-size: 14px; font-family: "hiragino kaku gothic pro", 'meiryo'; }
#profile h2 { text-align: center; }
#profile dl:not(.smalldl) { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: distribute; justify-content: space-around; }
#profile dl:not(.smalldl) dt, #profile dl:not(.smalldl) dd { margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #d9d9d9; }
#profile dl:not(.smalldl) dt { width: 100px; }
#profile dl:not(.smalldl) dd { width: calc(100% - 120px); }
#profile dl.smalldl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 10px; margin-bottom: 50px; }
#profile dl.smalldl dt { display: block; width: 100%; border-bottom: 1px solid #c1c1c1; padding-bottom: 5px; margin-bottom: 15px; }
#profile dl.smalldl dd { display: inline-block; margin-right: 10px; margin-bottom: 15px; background: linear-gradient(-45deg, #f2f2f2 25%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 50%, #f2f2f2 50%, #f2f2f2 75%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.7)); background-size: 4px 4px; }
#profile .job { font-size: 18px; }
#profile h3 { font-size: 18px; padding: 5px 10px; margin: 30px 0; background: linear-gradient(-45deg, #f2f2f2 25%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.7) 50%, #f2f2f2 50%, #f2f2f2 75%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0.7)); background-size: 4px 4px; }
#profile p { font-size: 12px; margin-bottom: 15px; }
#profile p span { font-size: 14px; padding-bottom: 5px; border-bottom: 1px solid #d9d9d9; margin-bottom: 0px; display: block; font-weight: bold; }

footer { height: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 12px; }

.bMenu { position: fixed; right: 10px; top: 18px; z-index: 15000; }
@media screen and (max-width: 768px) { .bMenu { top: 13px; } }
.bMenu .menu-trigger, .bMenu .menu-trigger span { display: inline-block; -webkit-transition: all .7s; transition: all .7s; -webkit-box-sizing: border-box; box-sizing: border-box; }
.bMenu .menu-trigger { position: relative; width: 50px; height: 22px; }
.bMenu .menu-trigger span { position: absolute; left: 0; width: 80%; height: 2px; background-color: #000; /*	border-radius: 4px;*/ }
.bMenu .menu-trigger span:nth-of-type(1) { top: 0; }
.bMenu .menu-trigger span:nth-of-type(2) { top: 10px; }
.bMenu .menu-trigger span:nth-of-type(3) { bottom: 0px; }
.bMenu .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(10px) rotate(-315deg); transform: translateY(10px) rotate(-315deg); }
.bMenu .menu-trigger.active span:nth-of-type(2) { opacity: 0; }
.bMenu .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-10px) rotate(315deg); transform: translateY(-10px) rotate(315deg); }