@charset "UTF-8";

/* ================================================================================ */
/*                                                                                  */
/*      スタイル                                                                    */
/*                                                                                  */
/* ================================================================================ */

/* reset
----------------------------------------------- */

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,
th{
	text-align:left;
}

a{
	text-decoration:underline;
	color:#666;
}

a:hover{
	text-decoration:none;
}

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
}

/* clearfix
----------------------------------------------- */

.clearfix:after{
	content:'';
	display:block;
	clear:both;
}

/* ベース
----------------------------------------------- */

*{
	box-sizing:border-box;
}

@font-face {
  	font-family: 'BR Candor'; /* 自分で設定するフォント名 */
  	src: url('../font/BRCandor-Regular-BF65519844306f6.otf'); /* フォントファイルへのパスと形式 */
}

body{
	line-height:1.5;
	color:#fff;
	font-size:14px;
	font-family: 'BR Candor','Noto Sans JP',"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	letter-spacing: 2px;
}

/* 汎用
----------------------------------------------- */

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}

.att{
	color:#ee3344;
}

textarea[name=message]{
	padding:5px;
	line-height:1.4;
}


/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */


.wrapper {
	background: #000;	
	width: 100%;
	position: relative;
}

.topInner {
	margin: 0 auto;
	padding: 50px 30px 80px;
	text-align: center;
    max-width: 600px;
}

.logoTitle {
	padding: 50px 0;
}

.logoTitle img {
	width: 560px;	
}

.descriptionTxt {
    padding: 60px 0 50px;
}

.descriptionTxt p {
	line-height: 24px;
}

.snsLink {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.snsLink a img {
	width: 40px;
}	

.mainImgArea {	
	padding: 90px 120px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.mainImgArea__left {
		
}

.mainImgArea__left img {
	width: 130px;
    vertical-align: bottom;
}

.mainImgArea__right {
		
}

.mainImgArea__right p {
	padding: 20px 0 10px;	
}

.mainImgArea__right img {
	width: 120px;
}

.streamingSpace {
    padding: 10px 0 30px;
}

.streamingLink {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.streamingLink a {
	
}

.streamingLink a img {
	width: 100%;	
}

.contactLink {
	text-align: center;	
	padding: 60px 0 20px;
}

.contactLink a {
	color: #aaa;
	text-decoration: underline;
}


@media screen and (max-width:768px) {
	
	.topInner {
		margin: 0 auto;
		padding: 50px 30px 80px;
		text-align: center;
		max-width: 600px;
	}
	
	.logoTitle {
		padding: 50px 20px;
	}
	
	.logoTitle img {
		width: 100%;	
	}
	
	.mainImgArea {
		padding: 90px 20px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	
	.mainImgArea__left img {
		width: 120px;
		vertical-align: bottom;
	}
	
	.mainImgArea__right {
			
	}
	
	.mainImgArea__right p {
		padding: 20px 0 10px;	
		font-size: 10px;
	}
	
	.mainImgArea__right img {
		width: 110px;
}

	
	
}