@charset "utf-8";
@import "reset.css";

* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	min-width: 300px;
}

body {
	width: 100%;
	min-width: 300px;
	min-height: 100%;
	color: #333332;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #f7f7f7;
}

header {
	width: 100%;
	position: relative;
	/*	padding-top: 0;*/
}
@media screen and (max-width:580px) {
	header {
		box-shadow: 0 0 1px rgba(0, 0, 0, .15);
	}
}

main {
	position: relative;
	width: 100%;
	min-height: 400px;
}

section {
	margin: 2em 0;
}

footer {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	background-color: #000;
	color: #f7f7f7;
	font-size: 13px;
}

.footer-box {
	margin-bottom: 10px;
	color: #fff
}
.footer-box ul {
	margin-left: 0
}
.footer-box .title {
	margin-bottom: 10px;
	padding-top: 11px;
	color: #f7f7f7;
	text-indent: 2px;
	font-weight: bolder;
	font-size: 17px;
}
.footer-box:first-child .title {
	margin-right: -15%
}


.footer_bottom {
	padding: 15px 0 10px;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #000;
}
.footer_bottom .tm_notice {
	width: 100%;
}
.tm_notice {
	margin: 0 auto;
	text-align: center;
}
.tm_notice .tm_logo {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.tm_notice .tm_logo img.ps4 {
	height: 30px;
	margin: 15px;
}
.tm_notice .tm_logo img.dualshock4 {
	height: 20px;
	margin: 15px 0;
}
.tm_notice .tm_txt {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.tm_notice .tm_txt span {
	font-size: 12px;
	vertical-align: baseline;
}
.tm_notice .tm_txt img {
	height: 12px;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.footer_bottom .company_logo {
	display: block;
	width: 100%;
}
.footer_bottom .company_logo a {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

.footer_bottom .company_logo img.cyan {
	height: 50px;
	min-height: 50px;
}
.footer_bottom .company_logo img.sunsoft {
	height: 50px;
	min-height: 50px;
}
.footer_bottom .company_logo img.nightmare {
	height: 50px;
	min-height: 50px;
}


.footer-bottom .social-profiles {
	display: none;
	margin: 0 3.06%;
}
.footer-bottom .copyright {
	margin: 0 auto 10px;
	color: #b3b3b1;
	letter-spacing: 2px;
	font-size: 10px;
}




@media screen and (max-width:1000px) {
	/*　フッター　-------------------------*/
	footer {
		position: relative;
		display: block;
		overflow: hidden;
		height: auto;
		background-color: #252525;
		color: #f7f7f7;
		font-size: 13px;
	}

	.footer-box {
		margin-bottom: 10px;
		color: #fff
	}
	.footer-box ul {
		margin-left: 0
	}
	.footer-box .title {
		margin-bottom: 10px;
		padding-top: 11px;
		color: #f7f7f7;
		text-indent: 2px;
		font-weight: bolder;
		font-size: 17px;
	}
	.footer-box:first-child .title {
		margin-right: -15%
	}

	.copyright {
		line-height: 1.7em;
		font-size: 12px;
	}
}

.width_dsp_content {
	max-width: 1000px;
	margin: 0 auto;
}

.hidden_scroll {
	overflow: scroll
}

/* 　===========================*/
h1, h2, h3, h4, h5, h6 {
	padding: 10px 0;
	line-height: 1.7;
}
h1 {font-size: 30px;}
h2 {font-size: 25px;}
h3 {font-size: 22px;}
h4 {font-size: 19px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}

p {
	padding: 0.5em;
}

@media screen and (max-width:580px) {
	h1, h2, h3, h4, h5, h6 {
		padding: 8px 0;
		line-height: 1.5;
	}
	h1 {font-size: 25px;}
	h2 {font-size: 22px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	h6 {font-size: 14px;}

	p {
		padding: 0.8em 0;
	}
}

/*  フレックスボックス　===========================*/
.flex_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.flex_container .flex_item {
	position: relative;
	display: inline-block;
	margin-bottom: 2vw;
}
/* PC時に4つ並び：item_4 */
.flex_container.item_4 .flex_item {
	width: 45%;
}
.flex_container.item_4 .flex_item:not(:nth-child(even)) {
	margin-right: 10%;
}
@media screen and (min-width: 769px) {
	.flex_container .flex_item {
		margin-bottom: 1vw;
	}
	.flex_container.item_4 .flex_item {
		width: 23.5%;
	}
	.flex_container.item_4 .flex_item:not(:nth-child(4n)) {
		margin-right: 2%;
	}
}
@media screen and (min-width: 1000px) {
	.flex_container .flex_item {
		margin-bottom: 1rem;
	}
}

/*　動画 　===================*/
#video {
	position: relative;
	width: 80%;
	margin: .8em auto;
	padding: 0;
}
.video_wrap {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video_wrap > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/*  リンク　===========================*/
a {
	color: #00f;
	text-decoration: underline;
}
a:focus {
	outline: 0;
	outline-width: 0;
	outline-style: none;
	outline-color: transparent
}
a:hover {
	color: #775b8f;
}

/*  画像　===========================*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}
.image_box {
	width: 92%;
	margin: .8rem auto;
}
.image_box > img {
	width: 80%;
}
img.top_img {
	width: auto;
}
img.small_img {
	width: 35%;
}
@media screen and (max-width:580px) {
	img.small_img {
		width: 50%;
	}
}
@media screen and (max-width:400px) {
	img.small_img {
		width: 60%;
	}
}

.qr_code {
	width: 150px;
}

/*  水平線　===========================*/
hr {
	margin: 24px 0;
	margin-bottom: 1em;
	height: 1px;
	border: 0;
	background-color: #b3b3b1
}

/*  テキスト　===========================*/

.text {
	padding: 7px;
	text-indent: 1em;
	text-align: left;
}

.bold {
	font-weight: bolder;
}

.line_u {
	text-decoration: underline;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.black {
	color: #000;
}
.gray {
	color: #777;
}
.dark_gray {
	color: #333332;
}
.red {
	color: #f00;
}
.yellow_green {
	color: #00B050;
}
.blue {
	color: #00f;
}
.dull_orange {
	color: #c60;
}

.size_ss {
	font-size:70%;
}
.size_s {
	font-size:85%;
}
.size_l {
	font-size:115%;
}
.size_ll {
	font-size:130%;
}


/*　固定ヘッダー　---------*/
#fixed_header,
.header_box {
    transition: all .3s ease;
}

#fixed_header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    top: 0;
    background: 0 0;
    z-index: 500;
}
#fixed_header .header_box {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 20px 5%;
}

.left_box {
    float: left;
}
.right_box {
    float: right;
}

.logo {
    margin-top: 3px;
}
.logo a {
    display: block;
}
.logo img {
    height: 40px;
}

.page_scroll #fixed_header {
	padding-top: 7px;
	padding-bottom: 7px;
}

.page_scroll #fixed_header {
	background-color: #f5f6f6;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15);
}

.page_scroll #fixed_header .header_box {
	padding-top: 0;
	padding-bottom: 0;
}

.page_scroll #fixed_header .logo {
	margin-top: 3px;
}

.page_scroll #fixed_header .logo img {
	width: auto;
	max-height: 40px;
}

@media screen and (max-width:580px) {
	#fixed_header .logo.log_sunsoft {
		padding-top: 1.5%;
	}
}


/*　コンテンツ　-------------------------*/
.contents_box {
	position: relative;
	width: 92%;
	margin: 70px auto 20px;
	background-color: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15);
	padding: 4%;
	min-height: 400px;
	overflow: hidden;
}
#headline {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #333332;
    font-weight: bolder;
}

#headline .title {
    font-size: 20px;
}

.subheading {
    width: 100%;
	margin: 8px 0;
    font-size: 18px;
    color: #333332;
    font-weight: bolder;
}

.caption {
	padding-bottom: 0;
	font-size: 85%;
    font-weight: bolder;
}

/* リスト */
ul {
    width: 95%;
    margin: 0 auto;
    text-align: left;
}
ul.dot li {
    margin: 0 1em;
	padding: 0.2em 0;
    text-indent: -1em;
	line-height: 1.5;
}
ul.dot li::before {
    content: '・';
	font-weight: bolder;
}

ul.star li {
    margin: 0 1em;
	padding: 0.2em 0;
    text-indent: -1em;
	line-height: 1.5;
}
ul.star li::before {
    content: '☆';
	font-weight: bold;
}

ul.square_w li {
    margin: 0 1em;
	padding: 0.2em 0;
    text-indent: -1em;
	line-height: 1.5;
}
ul.square_w li::before {
    content: '◇';
	font-weight: bold;
}

ul.kome li {
    margin: 0 1em;
	padding: 0.2em 0;
    text-indent: -1em;
	line-height: 1.5;
}
ul.kome li::before {
    content: '※';
	font-weight: bold;
}

@media screen and (max-width:580px) {
	ul li {
		padding: 0.3em 0;
		line-height: 1.3;
	}
}

/*  リスト２　====*/
p.list_kome {
	padding: 0;
	margin-left: 1.5em !important;
	text-indent: 0.2em;
}
p.list_kome::before {
	margin-left: -1.5em !important;
	content: "※ ";
}

/* テーブル */
.tbl {
	position: relative;
	display: table;
	width: auto;
	margin: .5em;
	padding: 0;
	text-align: left;
	border: solid 1px #555;
	border-collapse:collapse;
}
.tbl > .tbl_row {
	position: relative;
	display: table-row;
	width: 100%;
	margin: 0;
	padding: 0;
}
.tbl > .tbl_row > .th,
.tbl > .tbl_row > .td {
	position: relative;
	display: table-cell;
	padding: .2em;
	vertical-align: top;
	border: solid 1px #555;
}
.tbl > .tbl_row > .th {
	font-weight: bolder;
	color: #1f331f;
	background-color: #90ee90;
}
.tbl > .tbl_row > .th.item_name {
	width: 125px;
	min-width: 125px;
}
.tbl > .tbl_row > .td {
	width: 225px;
	min-width: 225px;
}


div.tm {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #333332;
}

@media screen and (max-width:580px) {
    #fixed_header {
        position: relative;
    }

    #fixed_header .header_box {
        width: 90%;
        padding: 8px 5%;
    }

    .logo {
        max-height: 40px;
        max-width: 40%;
        margin-top: 0;
    }
    .logo img {
        max-width: 100%;
        max-height: 40px;
        width: auto;
        height: auto;
    }

    #headline .title {
        font-size: 18px;
        line-height: 1.2;
    }

    .subheading {
        font-size: 14px;
    }

    .contents_box {
		margin: 0;
		padding: 4%;
        width: 100%;
		min-height: 320px;
	}

    #guide .col, 
    .product_info .col {
        width: 90%;
    }
    #guide .col:not(:first-child) {
        padding-top: 30px;
    }

    .spec_content {
        margin: 0 auto;
    }
    .spec_content .item:last-child p {
        border-bottom: none;
    }
    .spec_content.mob_border_b .item:last-child p {
        border-bottom: 1px solid #444;
    }

    .footer-box {
        margin-bottom: 0;
    }
    .footer-box .title {
        margin: 0;
        padding: 0;
    }

}

/* 個別 設定 ----------*/
#vtube .dialogue {
	position: relative;
	width: 90%;
	padding: .8em .5em;
	margin: 2.5rem auto;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border: solid 3px #555;
	background-color: #fff;
}
#vtube .dialogue::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 70%;
	left: calc(70% - 1.75px);
	transform: translateX(-50%) skew(-30deg);
	width: 0;
	height: 0;
	border: 17px solid transparent;
	border-top-color: #555;
	border-left-color: #555;
}
#vtube .dialogue::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 70%;
	transform: translateX(-50%) skew(-30deg);
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #fff;
	border-left-color: #fff;
}
#vtube .flex_container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#vtube .flex_container .flex_item.chara_img {
	width: 100%;
	max-width: 250px;
}
#vtube .flex_container .flex_item.chara_name {
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 769px) {
	#vtube .dialogue {
		width: 90%;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
		border: solid 3px #555;
		background-color: #fff;
	}
	#vtube .dialogue::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		left: calc(25% - 1.75px);
		transform: translateX(-50%) skew(-30deg);
		width: 0;
		height: 0;
		border: 17px solid transparent;
		border-top-color: #555;
		border-left-color: #555;
	}
	#vtube .dialogue::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 25%;
		transform: translateX(-50%) skew(-30deg);
		width: 0;
		height: 0;
		border: 12px solid transparent;
		border-top-color: #fff;
		border-left-color: #fff;
	}
	#vtube .flex_container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#vtube .flex_container .flex_item.chara_img {
		width: auto;
	}
	#vtube .flex_container .flex_item.chara_name {
		width: auto;
	}
}


#vtube dl {
	position: relative;
	display: block;
	width: 100%;
	margin: 2rem auto;
	padding: 0;
}
#vtube dl > dt {
	position: relative;
	display: block;
	width: 100%;
	margin: 1rem auto 0;
	padding: 0 .5em;
	font-size: 1.1rem;
	font-weight: bolder;
}
#vtube dl > dd {
	position: relative;
	display: block;
	width: 95%;
	margin: 0 auto;
	margin-left: 1.5rem;
	padding: .5em;
}
#vtube dl > dd dl {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#vtube dl > dd dl > dt {
	position: relative;
	display: block;
	width: 100%;
	margin: 1rem auto 0;
	padding: 0 .5em;
	font-size: 1rem;
	font-weight: bolder;
}
#vtube dl > dd dl > dd {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	margin-left: 1.5rem;
}
@media screen and (max-width:580px) {
	#vtube dl > dt {
		padding: 0;
	}
	#vtube dl > dd {
		width: 100%;
		margin-left: 1.5rem;
		padding: 0;
	}
	#vtube dl > dd dl > dt {
		padding: 0;
	}
	#vtube dl > dd dl > dd {
		margin-left: 0;
	}
}

