@charset "UTF-8";

/* ----------------------------------
======[ base ] ======================
---------------------------------- */
body{
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fafafa;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 , a{
    font-weight: 600; 
	font-family: "Noto Sans JP" , "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
button[disabled], html input[disabled] {
    opacity: 0.5;
}
img{
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	max-height: 100%;
}
.note {
	font-size: 11px !important;
}
main {
	padding-bottom: 0px;
}

strong{
	color: #F00000;
}

#h1-container {
	background-color: #333333;
	padding-top: 1em;
	padding-bottom: 1em;
}
#h1-container h1 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#h1-container h1.small-ttl{	
	font-size: 18px;
}
.btn-primary{
	color: #FFFFFF !important;
	background-color: #0366cc;
	text-shadow: 0px 0px;
	background-image: url(../special/cplus/image/white-arrow.png);
	background-position: 8% 50%;
	background-size: 7px auto;
	background-repeat: no-repeat;
	min-width: 80px;
}
.btn-primary:hover{
	color: #0366cc !important;
	background-color: #FFFFFF;
	background-image: url(../special/cplus/image/blue-arrow.png);
	text-shadow: 0px 0px;
}
.btn-primary:active{
	color: #0366cc !important;
	background-color: #FFFFFF !important;
	background-image: url(../special/cplus/image/blue-arrow.png)  !important;
	text-shadow: 0px 0px !important;
	box-shadow: 0px 0px !important;
}
a:hover{
	text-decoration: none;
}

a:focus{
	text-decoration: none;
	color: inherit !important;
}
/* ----------------------------------
======[ cometヘッダ ] ====================
---------------------------------- */
#header {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	background-color: #000;
	height: 60px;
	-moz-background-size: auto 2px;
	-webkit-background-size: auto 2px;
	-o-background-size: auto 2px;
	-ms-background-size: auto 2px;
	background-size: auto 2px;
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center 51px;
	padding-top: 8px;
}

.comet-logo {
	width: 130px;
	height: 40px;
	margin-left: 4px;
}
/* ----------------------------------
======[ studioヘッダ ] ====================
---------------------------------- */
.navbar {
    min-height: 40px;
}
.navbar {
	border-radius: 0px;
	border: 0px;
	margin-bottom: 0px;
}
.navbar-nav {
    margin: 0px -15px;
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid #ffffff;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	background-color: #ffffff;
}

/* ======[ sub-navi ] ===== */
.navbar-brand {
	float: left;
	width: 168px;
	height: 33.6px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.sub-navi {
	background-color: #0366cc;
	margin-bottom: 0px;
    width: 100%;
	z-index: 100;
}

.header-stickey .navbar-brand {
	width: 168px;
    height: 33.6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sub-navi a{
	color: #FFFFFF;
}
.sub-nav a:hover , .sub-nav a:active , .sub-nav a:focus {
	background-color: #EEEEEEE ;
	color: #0366cc;
}

/* ======[ gloval-nav ] ===== */
.gloval-nav {
	min-height: 40px;
	background-color: #FFF;
    transition: .3s;
	z-index: 999;
    width: 100%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.30);
}
.gloval-nav a {
	color: #000;
}
.gloval-nav .navbar-nav li a  {
	height: 40px;
	font-size: 13px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 40px;
	color: #000;
	border-bottom: 1px solid #ccc;
	text-indent: 1em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
	border-bottom: 3px solid #f00000;
}
.gloval-nav .navbar-nav li a img  {
	float: left;
	margin-right: 5px;
}
.gloval-nav .navbar-nav li a p  {
	float: left;
	padding-top: 0px;
	line-height: 40px;
	padding-bottom: 0px;
	margin: 0px;
}
.navbar-nav > li > a {
    line-height: 14px;
}


.header-stickey .navbar-brand {
	width: 168px;
    height: 33.6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000;
	background-color: #FFF;
	border-bottom: 3px solid #f00000;
}

.navbar-right li {
	background-color: #f00000;
	margin-bottom: 10px;
	margin-top: 10px;
}

.gloval-nav .navbar-right li a {
	color: #FFF;
}
.navbar-default  .navbar-right > li > a:hover, .navbar-default  .navbar-right > li > a:focus {
	color: #EEE !important;
}
/* ----------------------------------
======[ section ] ====================
---------------------------------- */

section{
	margin-bottom: 50px;
}
section h2 {
	font-size: 20px;
	border-bottom: 2px solid rgba(0,0,0,0.10);
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-weight: bolder;
	position: relative;
	text-align: center;
}
h2.catch-text {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px;
	border-bottom: 0px;
}
section h3 {
	font-size: 20px;
	border-bottom: 2px none rgba(0,0,0,0.10);
	margin-bottom: 20px;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
}
section h4 {
	border-bottom: 1px solid rgba(0,0,0,0.10);
	margin-bottom: 8px;
	padding-bottom: 1px;
	margin-top: 30px;
	position: relative;
	font-size: 16px;
}
.ttl span {
	border-bottom: 2px solid  #F00000;
	display: inline-block;
	padding-bottom: 12px;
	position: relative;
	top: 2px;
}
section h4.ttl span  {
	border-bottom: 1px solid  #F00000;
	padding-bottom: 8px;
	top: 2px;
}
.ttl .small {
	color: #0366cc;
	padding-bottom: 4px;
	border-bottom: 2px solid  #F00000;
	font-weight: bolder;
}
section ul{
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 1.25em;
	padding-bottom: 0em;
	list-style-position: outside;
	list-style-type: none;
}
section ul li{
	position: relative;
}

section ul li:before{
	top: 0em;
	left: -1.25em;
	position: absolute;
	content:'●';
	color: #F00000;
}


/* ----------------------------------
======[ main-visual ] ====================
---------------------------------- */
#main-visual {
	padding-top: 0px;
	width: 100%;
	height: 760px;
	background-image: url(../special/studio/img/studio-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
#main-visual .container{
	height: 760px;
	position: relative;
}
#title-box {
	background-color: rgba(0,0,0,0.50);
	height: 760px;
	z-index: 0;
	position: absolute;
}

#main-visual-opt {
	width: 100%;
	height: 30px;
	z-index: 500;
	position: absolute;
	background: linear-gradient(180deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
	left: 0px;
	bottom: 0px;
}
#title-box h1{
	color: rgba(255,255,255,1.00);
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 4px solid rgba(255,255,255,1.00);
	font-size: 34px;
	line-height: 52px;
}
#main-visual p{
	color: rgba(255,255,255,1.00);
	margin-left: 15px;
	margin-right: 15px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.read{
	background-color: rgba(255,255,255,1.0);
	height: 100px;
	border-radius: 50% 50%;
	width: 100px;
	text-align: center;
	color: rgba(0,0,0,1.00);
    font-weight: 600; 
	font-family: "Noto Sans JP" , "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	padding-top: 30px;
	line-height: 20px;
	position: absolute;
	right: -50px;
	top: 20px;
}
.read strong{
	font-size: 24px;
}
.read span{
	position: absolute;
	font-size: 8px;
	right:15px;
	bottom:15px;
    font-weight: 600; 
}
.read span a{
	color: #F00000 !important;
}
#title-box a{
	color: #F00000 !important;
}
.eye-catch {
	position: absolute;
	width: 95%;
	left: 5%;
	bottom: 0px;
	z-index: 600;
}

.eye-catch-box{
	height: 180px;
	background-repeat: no-repeat;
	background-position: 50% 20%;
	background-size: cover;
	background-color: #FFF;
	margin-bottom: 10px;
    opacity: 0.5;
    transform: translateX(-200%);
}
.eye-catch-box.visible{
    opacity: 1.0;
    transform: translateX(0%);
}

.broadcast.visible{
    transition: 0.5s;
}
.seminar.visible{
    transition: 1.0s;
}

.shop.visible{
    transition: 1.5s;
}
.eye-catch-box.seminar{
	background-image: url(../special/studio/img/studio-catch-b.jpg);
}
.eye-catch-box.broadcast{
	background-image: url(../special/studio/img/studio-catch-a.jpg);
}
.eye-catch-box.shop{
	background-image: url(../special/studio/img/studio-catch-c.jpg);
}
.eye-catch div h3{
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#evidence .note{
	text-align: center;
	margin-top: -10px;
}

/* ----------------------------------
======[ cta ] ====================
---------------------------------- */
.cta-box{
	margin-bottom: 40px;
}
.cta-box h3{
	text-align: center;
	font-size: 20px;
}
.cta{
	background-color: #000;
	width: 16em;
	height:5em;
	border-radius: 3em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	font-size: 16px;
}

.cta a{
	text-align: center;
	color: #fff;
	display: block;
	width: 15em;
	height: 4em;
	border-radius: 2em;
	border: 1px solid #F00000;
	padding-top: 0.25em;
	font-size: 16px;
	background-image: url(../special/studio/img/contact-arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 2em;
	background-size: 20px auto;
}

.cta a:hover{
	background-color: #F00000;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	background-image: url(../special/studio/img/contact-arrow-hover.png);
}

/* ----------------------------------
======[ point ] ====================
---------------------------------- */

.point{
	background-color: #EEEEEE;
	position: relative;
	margin-bottom: 70px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.point h3{
	border-bottom: 2px solid rgba(0,0,0,0.10);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.point-box{
	background-image: url(../special/studio/img/one-stop.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 50% 18vw;
}
.point-first{
	margin-top: 100vw;
}
.point p{
	text-align: center;
	margin-bottom: 10px;
}

.point-number{
	width: 7em;
	height: 1.6em;
	line-height: 1.6em;	
	background-color: #F00000;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px !important;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top:20px;
	left:-10px;
}

.point:after{
    padding-right: 15px;
    padding-left: 15px;
	width: 100%;
	height: 50px;
	left: 0px;
	bottom: -50px;
  content: "";
    background:
      linear-gradient(to top right, rgba(238,238,238,0) 50%, #EEEEEE 50.5%) no-repeat top left/50.5% 100%,
      linear-gradient(to top left, rgba(238,238,238,0) 50%, #EEEEEE 50.5%) no-repeat top right/50.5% 100%;
  position: absolute;
}

/* ----------------------------------
======[ product ] ====================
---------------------------------- */
.studio-video{
	width: 100%;
	height: 100%;
	
}
.video-row div+div{
	margin-top: 20px;	
}
.video-row div{
	position: relative;
    transform:translate3d(0,0,0);
}
p.point-read{
	background-color: #000000;
	position: absolute;	
	text-align: center;
	width: 7em;
	height: 7em;
	border-radius: 3.5em;
	font-size: 16px;	
	font-family: "Noto Sans JP" , "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 1.25em;
	color: #FFF;
	top:-20px;
	right: 40px;
	z-index: 500;
	
}
p.point-read:after{
	width: 30%;
	height: 30px;
	left: 35%;
	bottom: -15px;
  content: "";
    background:
      linear-gradient(to top right, rgba(0,0,0,0) 50%, #000 50.5%) no-repeat top left/50.5% 100%,
      linear-gradient(to top left, rgba(0,0,0,0) 50%, #000 50.5%) no-repeat top right/50.5% 100%;
  position: absolute;
	
}
p.product{
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ccc;
}
#section-third h3{
	text-align: left;
	font-size: 18px;
	margin-bottom: 8px;	
	margin-top: 30px;
}
.product-link {
  display: flex;
  justify-content: flex-end;
}
.product-link a{
	text-align: center;
	display: block;
	width: 7em;
	height: 2em;
	border-radius: 0.5em;
	color: #fff;
	font-weight: 400;
	padding-left: 1em;
	line-height: 2em;
	background-color: #f00000;
	background-image: url(../special/studio/img/arrow-white.png);
	background-position: 0.5em 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
	margin-left: 1em;
}

.product-link a:hover{
	color: #f00000;
	background-color: #000;
	background-image: url(../special/studio/img/arrow-white-hover.png);
}


/* ----------------------------------
======[ cometフッター ] ====================
---------------------------------- */
footer {
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
}
footer h3{
	color: #fff;
	margin-bottom: 40px;
}
footer dl{
    width: 100%;
	text-align: left;
}
footer dt{
    width: 100%;
	margin-bottom: 4px;
}
footer dd{
    width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #666666;
}
footer .confilm-mail{
	border-bottom: 0px solid #666666;
	margin-bottom: 6px;
}
footer input{
    width: 100%;
	color: #000;
}
footer .area input{
	width: 1em;
	color: #fff;
}
footer .area label{
	margin-right: 1em;
}
footer select{
	color: #000;
}
footer textarea{
    width: 100%;
	color: #000;
}
.form-text{
  display: flex;
	margin-right: 1em;	
}
.mail-form p{
	width: 100%;
	margin-bottom: 8px;
	text-align: left;
}
.form-text input{ 
	width: 10em;
	height: 2.5em;
	color: #fff;
	background-color: #666;
	margin-bottom: 10px;
	border-radius: 0.5em;
	
}
.form-text input+input{ 
	margin-left: 1em;	
	width: 8em;
}

.form-footer{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	justify-content: space-between;
}
address{	
	border-top: 1px solid #666666;
	padding-top: 20px;
	    margin-bottom: 10px;
}
#mail-studio .error{
	border: 2px solid #F00000;
}

form span{
	color: #f00000;
}
form span.alert{
    padding: 0px;
    margin-top: 4px;
    margin-bottom: 10px;
	display: block;
}


/* ----------------------------------
======[ thanks ] ====================
---------------------------------- */
body.thanks{
	background-image: url(../special/studio/img/studio-bg.jpg);
	background-repeat: no-repeat;
	  background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
}
.thanks-main{
	background-color: rgba(0,0,0,0.60);
	padding: 0px !important;
	margin: 0px !important;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.thanks-main .col-xs-12{	
	padding: 50px;
}
.thanks section , .thanks .container{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.thanks-main h2{
	color: #fff !important;
	text-align: left;
	font-size: 36px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid #FFFFFF;
}
.thanks-main p{
	text-align: left;
	font-size: 16px;
	color: #fff !important;
}
.thanks-main p:last-child{
	border-top: 1px solid #ccc;
	margin-top: 40px;
	padding-top: 10px;
	text-align: right;
}
.thanks-main a{
	color: #f00000 !important;
}
/* ----------------------------------
======[ @media screen ] ============
---------------------------------- */

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

}
@media screen and (min-width : 543px){
.point-box{
	background-position: 50% 16vw;
}
}
@media screen and (min-width : 768px){
	.navbar-nav {
    margin: 0px 0px;
}
	#h1-container h1 {
		font-size: 38px;
		line-height: 60px;
		height: 60px;
	}

	#h1-container h1.small-ttl{	
		font-size: 38px;
	}

section{
	margin-bottom: 20px;
}
section h2 {
	font-size: 28px;
	border-bottom: 2px solid rgba(0,0,0,0.10);
	margin-bottom: 20px;
}
h2.catch-text {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
	margin-top: 40px;
}
	.comet-logo {
		width: 150px;
		height: 40px;
		margin-left: 0px;
	}
	.sub-navi-scrolled .navbar-brand {
		width: 140px;
		height: 28px;
		margin-bottom: 5px !important;
		margin-top: 10px !important;
	}
	.sub-navi-scrolled .navbar-brand {
		width: 140px;
		height: 28px;
		margin-bottom: 5px !important;
		margin-top: 10px !important;
	}
	.sub-nav {
		margin-top: 16px;
		margin-bottom: 10px;
	}
	.sub-navi-scrolled .sub-nav {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.sub-nav.nav  > li > a {
		padding-top: 10px;
		padding-right: 8px;
		padding-left: 8px;
		padding-bottom: 10px;
		font-size: 12px;
	}
	.text-right{
		text-align: right;
	}
	.sub-navi-scrolled {
		top: 0px;
		width: 100%;
		position: fixed;
		transition: .5s;
	}
	.sub-navi.navi-hide{
		top: -60px;
	}
	.gloval-fixed {
		position: fixed;
		top: 0px;
	}
	.gloval-nav .navbar-nav li a {
		height: 40px;
		font-size: 12px;
		padding-right: 15px;
	border-bottom: 0px solid #ccc;
	}

	.gloval-nav .navbar-nav li a p  {
		padding-top: 2px;
		padding-bottom: 5px;
	}
	.gloval-nav .navbar-nav .navi-softbox a p{		
		padding-top: 10px;
		}
	
#main-visual {
	height: 700px;
	overflow:visible;
}
#main-visual .container{
	height: 700px;
}
#title-box {
	height: 700px;
}
	
#title-box h1{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 52px;
	line-height: 70px;
}
#main-visual p{
	margin-left: 30px;
	margin-right: 30px;
	font-size: 16px;
}
.read{
	height: 140px;
	border-radius: 50% 50%;
	width: 140px;
	top:30px;
	font-size: 18px;
	padding-top: 40px;
	line-height: 26px;
}
.read strong{
	font-size: 26px;
}
.read span{
	font-size: 10px;
	right:25px;
	bottom:22px;
}
.eye-catch {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	left: 0%;
	bottom: -20px;	
}

.eye-catch-box{
	height:430px;
	background-position: 50% 50%;
	margin-bottom: 0px;
    transform: translateX(-500%);
}
.eye-catch div h3{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.point-box{
	background-size: 45% auto;
	background-position: 15px 150px;
}
.point-first{
	margin-top: 0px;
}
.video-row div+div{
	margin-top: 0px;	
}
#section-third h3{
	margin-top: 20px;
	font-size: 24px;
}
footer textarea{
    width: 100%;
	color: #000;
}
.form-text input{ 
	margin-bottom: 50px;
}
.form-text input+input{ 
	width: 5.5em;
}
.gloval-nav .navbar-nav li a {
	text-indent: 0em;
}
.navbar-right li {
	margin-bottom: 0px;
	margin-top: 0px;
}.gloval-nav .container{
	padding-left: 0px;
	padding-right: 0px;
}
.cta-box{
	margin-bottom: 0px;
}
}

@media screen and (min-width : 992px){
	.gloval-nav .navbar-nav li a {
		font-size: 13px;
	}

	.sub-nav {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.sub-nav.nav  > li > a {
		padding-top: 10px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.navbar-brand {
		width: 280px;
		height: 56px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.navbar-brand {
		margin-bottom: 20px;
		margin-right: 30px;
	}
.read{
	right: -70px;
}
}
@media screen and (min-width : 1024px){
	section{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (min-width : 1280px){
#title-box h1{
	font-size: 60px;
	line-height: 78px;
}
#main-visual p{
	font-size: 18px;
}

.read{
	right: -50px;
}
}

@media screen and (min-width : 1440px){
}

@media screen and (min-width : 1600px){
}
