<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
		overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}

h1, h2, h3, h4, h5, h6,
strong,
b,
th {
		font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
		display: block;
}

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

blockquote, q {
		quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
		content: '';
		content: none;
}

a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}

ins {
		background-color: #ff9;
		color: #000;
		text-decoration: none;
}

mark {
		background-color: #ff9;
		color: #000;
		font-style: italic;
		font-weight: bold;
}

del {
		text-decoration: line-through;
}

abbr[title], dfn[title] {
		border-bottom: 1px dotted;
		cursor: help;
}

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

input, select {
		vertical-align: middle;
}

img,
object,
embed {
		vertical-align: top;
}

*,
*::before,
*::after {
		box-sizing: border-box;
}

html {
		font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "Noto Sans CJK JP", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 14px;
		text-size-adjust: 100%;
}

html[lang="en"] {
		font-family: Helvetica, sans-serif;
}

html.is-no-scroll {
		height: 100%;
		overflow: hidden;
}

body {
		position: relative;
		min-width: 320px;
		background: #ffffff;
		line-height: 1.57143;
		color: #111111;
		overflow-x: hidden;
		-webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 721px) {
		body {
				min-width: 1020px;
				overflow-x: visible;
				font-size: 1.07143rem;
				line-height: 1.6;
		}
}

body.is-no-scroll {
		overflow: hidden;
		height: 100%;
}


input, textarea, button {
		font-family: inherit;
		font-size: inherit;
}

input:focus, textarea:focus, button:focus {
		outline: none;
}

a {
		color: #111111;
		text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

a[href^="tel:"] {
		cursor: default !important;
		text-decoration: none !important;
}

a[href^="tel:"]:hover {
		text-decoration: none !important;
}

a[href^="tel:"]:focus {
		outline: none;
}

html:not(.js-sp) a[href^="tel:"] {
		pointer-events: none;
}

img {
		max-width: 100%;
}

hr {
		height: 1px;
		margin: 0;
		padding: 0;
		border: none;
		background: #cccccc;
		line-height: 0;
}

em {
		color: #ff9900;
		font-style: normal;
}

strong {
		font-weight: bold;
}

html.is-pc.js-tablet .js-pc, html.is-pc.js-sp .js-pc {
		display: none !important;
}

html.is-pc .is-tablet,
html.is-pc .is-sp {
		display: none !important;
}

html.is-sp.js-tablet .js-sp, html.is-sp.js-pc .js-sp {
		display: none !important;
}

html.is-sp .is-pc-tablet,
html.is-sp .is-tablet,
html.is-sp .is-pc {
		display: none !important;
}

html.is-tablet .is-pc,
html.is-tablet .is-sp {
		display: none !important;
}

html.js-pc .js-pc {
		display: block !important;
}

html.js-pc .js-tablet,
html.js-pc .js-sp {
		display: none !important;
}

html.js-sp .js-sp {
		display: block !important;
}

html.js-sp .js-tablet,
html.js-sp .js-pc {
		display: none !important;
}

html.js-tablet .js-tablet {
		display: block !important;
}

html.js-tablet .js-pc,
html.js-tablet .js-sp {
		display: none !important;
}

.link-unit {
		/*display: flex;*/
		/*justify-content: center;*/
		display: block;
		margin-right: auto;
		margin-left: auto;
}

@media screen and (max-width: 720px){
 .link-unit-top {
    margin-bottom: 20px;
	}
}


.link-unit--vertical {
		display: block;
}

.link-unit--vertical .btn-link + .btn-link {
		margin-top: 6px;
}

.l-box-inner .link-unit {
		margin-top: 20px;
}

.link-unit.mt20 {
		margin-top: 20px;
}

.link-arrow {
		padding-right: 24px;
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 7.5px 8.6605px;
}

.link-arrow--red {
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/link_arrow_red.svg);
}

.btn-link {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 500px;
		width: 69.44444%;
		min-width: 250px;
		min-height: 50px;
		padding: 0 22.5px;
		margin: 0 auto;
		border-radius: 25px;
		border: 1px solid transparent;
		background-repeat: no-repeat;
		background-position: right 15px center;
		background-size: 7.5px 8.6605px;
		line-height: 1.35;
		font-weight: bold;
		font-size: 1.07143rem;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.btn-link {
				width: 250px;
		}
}

.ie .btn-link {
		height: 50px;
}

.btn-link--colored {
		border-color: #ff9900;
    background-color: #ffeacb;
    background-image: url(/wr_assets/images/karaokeatdam/firetv/link_arrow_or.svg);
    color: #ff9900;
}

.btn-link--gradation {
		border: none;
		background-size: auto;
		background: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
		box-shadow: 0 10px 25px 0 rgba(175, 102, 232, 0.7);
		color: #ffffff;
		position: relative;
}

.btn-link--gradation:after {
		content: "";
		display: block;
		width: 7.5px;
		height: 8.6605px;
		background: url(/wr_assets/images/karaokeatdam/spkdam/link_arrow_wh.svg) no-repeat center;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
}

.btn-link--wide {
		min-height: 60px;
		border-radius: 30px;
}

@media screen and (min-width: 721px) {
		.btn-link--wide {
				width: 330px;
				min-height: 50px;
		}
}

.btn-link--xwide {
		min-height: 60px;
		border-radius: 30px;
}

@media screen and (min-width: 721px) {
		.btn-link--xwide {
				width: 400px;
				min-height: 50px;
		}
}

.btn-link--contact {
		flex-direction: column;
		text-align: center;
		max-width: 330px;
		min-width: 0;
		margin: 0;
		width: 48.52941%;
		min-height: 50px;
		line-height: 1.2;
}

.btn-link--contact + .btn-link--contact {
		margin-left: 10px;
}

@media screen and (min-width: 721px) {
		.btn-link--contact {
				flex-direction: row;
				max-width: 250px;
		}
		.btn-link--contact + .btn-link--contact {
				margin-left: 15px;
		}
}

.btn-link--faq {
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
		min-height: 40px;
}

@media screen and (min-width: 721px) {
		.btn-link--faq {
				max-width: 275px;
				margin-left: 0;
		}
}

.btn-link &gt; span {
		display: inline-block;
		font-weight: normal;
}

.link-text {
		color: #ff9900;
}

.list-indent {
		padding-left: 1em;
}

.dot-list &gt; .list-item {
		position: relative;
		padding-left: 1em;
}

.dot-list &gt; .list-item::before {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		content: "・";
}

.decimal-list {
		counter-reset: number;
}

.decimal-list &gt; * {
		padding-left: 2em;
		text-indent: -1.75em;
		counter-increment: number;
}

.decimal-list &gt; *::before {
		margin-right: 0.5em;
}

.decimal-list &gt; *:nth-of-type(-n+9)::before {
		content: " " counter(number) ".";
}

.decimal-list &gt; *:nth-of-type(n+10)::before {
		content: counter(number) ".";
}

.decimal-list &gt; * &gt; * {
		text-indent: 0;
}

.decimal-list &gt; * &gt; *:first-child.link-list &gt; *:first-child {
		margin-top: 1em;
}

.notes-list &gt; .list-item {
		position: relative;
		padding-left: 1em;
}

.notes-list &gt; .list-item::before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		content: "※";
}

html[lang="en"] .notes-list &gt; .list-item {
		padding-left: 0.7em;
}

html[lang="en"] .notes-list &gt; .list-item::before {
		content: "*";
}

.data-attr-list &gt; .list-item {
		position: relative;
}

.data-attr-list &gt; .list-item::before {
		position: absolute;
		left: 0;
		top: 0;
		content: attr(data-num);
}

.data-attr-list.num &gt; .list-item {
		padding-left: 1.5em;
}

.data-attr-list.num &gt; .list-item::before {
		width: 1.5em;
}

.data-attr-list.num &gt; .list-item.is-no-data {
		padding-left: 0;
}

.data-attr-list.num &gt; .list-item.is-no-data::before {
		width: 0;
}

.data-attr-list.circle-num &gt; .list-item {
		padding-left: 20px;
}

.data-attr-list.circle-num &gt; .list-item::before {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		text-align: center;
}

.num-list {
		counter-reset: number;
}

.num-list &gt; .list-item {
		position: relative;
		padding-left: 1.2em;
		counter-increment: number;
}

.num-list &gt; .list-item::before {
		position: absolute;
		left: 0;
		top: 0;
		content: counter(number) ".";
}

.circle-num-list {
		counter-reset: number;
}

.circle-num-list &gt; .list-item {
		position: relative;
		padding-left: 25px;
		counter-increment: number;
}

@media screen and (min-width: 721px) {
		.circle-num-list &gt; .list-item {
				padding-left: 30px;
				margin-bottom: 5px;
		}
}

.circle-num-list &gt; .list-item::before {
		display: block;
		position: absolute;
		left: 0;
		top: 2px;
		width: 19px;
		height: 19px;
		border-radius: 100%;
		color: #ffffff;
		font-size: 0.78571rem;
		text-align: center;
		line-height: 19px;
		font-weight: bold;
		background: #ff9900;
		content: counter(number);
}

@media screen and (min-width: 721px) {
		.circle-num-list &gt; .list-item::before {
				top: 1px;
				width: 22px;
				height: 22px;
				font-size: 0.92857rem;
				line-height: 22px;
		}
}

.card-list {
		display: block;
}

@media screen and (min-width: 721px) {
		.card-list {
				display: flex;
				justify-content: space-between;
		}
}

.card-unit {
		margin-right: auto;
		margin-left: auto;
}

.card-unit + .card-unit {
		margin-top: 30px;
}

.faq-list &gt; li {
		border-bottom: 1px solid rgba(17, 17, 17, 0.25);
}

.faq-list &gt; li:first-child {
		border-top: 1px solid rgba(17, 17, 17, 0.25);
}

.faq-unit {
		padding: 0 3px;
}

.faq-unit .faq-question {
		position: relative;
		font-size: 1.07143rem;
		line-height: 1.46667;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-question {
				font-size: 1.28571rem;
		}
}

.faq-unit .faq-question::before {
		display: inline-block;
		position: absolute;
		top: 9px;
		left: 0;
		font-size: 1.57143rem;
		font-weight: bold;
		color: #ff9900;
		content: 'Q.';
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-question::before {
				top: 8px;
				left: 10px;
				font-size: 1.85714rem;
		}
}

.faq-unit .faq-question-button {
		display: block;
		width: 100%;
		padding: 13px 25px 13px 33px;
		border: none;
		outline: none;
		line-height: inherit;
		background: transparent;
		text-align: left;
		cursor: pointer;
		appearance: none;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-question-button {
				padding: 17px 40px 17px 50px;
		}
}

.faq-unit .faq-question-button::before, .faq-unit .faq-question-button::after {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 14px;
		height: 2px;
		background: #ff9900;
		transition: all .2s ease-in-out;
		content: '';
}

.faq-unit .faq-question-button::before {
		transform: rotate(-90deg);
}

.faq-unit .faq-question-button.is-opened::before {
		transform: rotate(0);
}

.faq-unit .faq-answer {
		display: none;
		position: relative;
		margin-top: 5px;
		font-size: 1.07143rem;
		line-height: 1.53333;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer {
				margin-top: 0;
				padding-left: 50px;
				font-size: 1.14286rem;
		}
}

.faq-unit .faq-answer ul li,
.faq-unit .faq-answer ol li {
		font-size: 0;
}

.faq-unit .faq-answer ul li &gt; span,
.faq-unit .faq-answer ol li &gt; span {
		font-size: 1.07143rem;
}

.faq-unit .faq-answer .dot-list &gt; .list-item {
		padding-left: 15px;
}

.faq-unit .faq-answer .dot-list &gt; .list-item::before {
		font-size: 1.07143rem;
}

.faq-unit .faq-answer .num-list &gt; .list-item {
		padding-left: 15px;
}

.faq-unit .faq-answer .num-list &gt; .list-item::before {
		font-size: 1.07143rem;
}

.faq-unit .faq-answer .list-indent {
		padding-left: 15px;
}

.faq-unit .faq-answer .img-indent {
		padding-left: 30px;
}

.faq-unit .faq-answer-bg {
		border-radius: 3px;
		background: #ffffff;
}

.faq-unit .faq-answer .faq-img-mike {
		display: block;
		width: 143px;
		margin-top: 10px;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer .faq-img-mike {
				width: 190px;
		}
}

.faq-unit .faq-answer::before {
		display: inline-block;
		position: absolute;
		top: 9px;
		left: 10px;
		font-size: 1.57143rem;
		font-weight: bold;
		color: #666666;
		content: 'A.';
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer::before {
				top: 12px;
				left: 70px;
				font-size: 1.85714rem;
		}
}

.faq-unit .faq-answer-inner {
		margin-bottom: 39px;
		padding: 14px 10px 22px 46px;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer-inner {
				margin-bottom: 35px;
				padding: 20px 24px 27px 66px;
				font-size: 1.14286rem;
				line-height: 1.5;
		}
}

.faq-unit .faq-answer-box-wrap {
		margin-bottom: 29px;
		padding: 45px 12px 30px 25px;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer-box-wrap {
				margin-bottom: 35px;
				padding: 62px 24px 33px 49px;
		}
}

.faq-unit .faq-answer-box-wrap .faq-answer-box + .faq-answer-box {
		margin-top: 13px;
}

.faq-unit .faq-answer-box {
		padding: 5px 8px 12px;
		border: 1px solid #ff9900;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer-box {
				padding: 12px 16px 15px;
		}
}

.faq-unit .faq-answer-box-lead {
		margin: -32px 0 12px;
		padding-left: 21px;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer-box-lead {
				margin: -42px 0 20px;
				padding-left: 17px;
		}
}

.faq-unit .faq-answer-box-head {
		padding: 2px 3px;
		border-bottom: 1px solid #ff9900;
		font-weight: bold;
		color: #ff9900;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer-box-head {
				padding: 1px 8px;
		}
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer-box-head {
				font-size: 1.42857rem;
		}
}

.faq-unit .faq-answer-box-body {
		padding: 12px 3px;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer-box-body {
				padding: 16px 8px;
				font-size: 1.28571rem;
				line-height: 1.5;
		}
		.faq-unit .faq-answer-box-body ul li &gt; span,
		.faq-unit .faq-answer-box-body ol li &gt; span {
				font-size: 1.28571rem;
		}
		.faq-unit .faq-answer-box-body .dot-list &gt; .list-item {
				padding-left: 18px;
		}
		.faq-unit .faq-answer-box-body .dot-list &gt; .list-item::before {
				font-size: 1.28571rem;
		}
		.faq-unit .faq-answer-box-body .num-list &gt; .list-item {
				padding-left: 21px;
		}
		.faq-unit .faq-answer-box-body .num-list &gt; .list-item::before {
				font-size: 1.28571rem;
		}
		.faq-unit .faq-answer-box-body .list-indent {
				padding-left: 18px;
		}
		.faq-unit .faq-answer-box-body .img-indent {
				padding-left: 36px;
		}
}

.faq-unit .faq-answer p:not(:first-child),
.faq-unit .faq-answer .mt1em {
		margin-top: 15px;
}

@media screen and (min-width: 721px) {
		.faq-unit .faq-answer p:not(:first-child),
		.faq-unit .faq-answer .mt1em {
				margin-top: 18px;
		}
}

.faq-unit .faq-answer p.faq-answer-line {
		margin-top: 0;
}

.faq-unit .faq-answer .faq-answer-label {
		display: inline-block;
		width: 7em;
}

.faq-unit .faq-answer .notes + .notes {
		margin-top: 0;
}

.faq-unit .link-unit {
		margin-top: 15px;
}

.faq-note-box {
		margin-top: 10px;
		padding: 15px;
		background: #eeeeee;
}

@media screen and (min-width: 721px) {
		.faq-note-box {
				padding: 20px;
		}
}

.faq-note-title {
		margin-bottom: 10px;
		font-size: 1.07143rem;
		font-weight: bold;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.faq-note-title {
				margin-bottom: 20px;
				font-size: 1.28571rem;
		}
}

.faq-note-unit {
		display: flex;
		align-items: flex-start;
}

.faq-note-unit + .faq-note-unit {
		margin-top: 15px;
}

@media screen and (min-width: 721px) {
		.faq-note-unit {
				flex: 1 0 0px;
				padding-right: 35px;
		}
		.faq-note-unit + .faq-note-unit {
				margin-top: 0;
		}
}

@media screen and (min-width: 721px) {
		.faq-note-inner {
				display: flex;
		}
}

.faq-note-text {
		flex: 1 0 0px;
		padding: 5px 0 0 7px;
		margin-top: 0 !important;
		font-size: 0.92857rem;
}

@media screen and (min-width: 721px) {
		.faq-note-text {
				padding: 0 0 0 15px;
				font-size: 1.07143rem;
		}
}

.faq-note-icon {
		display: block;
		width: 70px;
		height: 70px;
}

@media screen and (min-width: 721px) {
		.faq-note-icon {
				width: 105px;
				height: 105px;
		}
}

.l-section {
		margin-right: auto;
		margin-left: auto;
}

.page-ttl {
		font-weight: bold;
		text-align: center;
		font-size: 1.5rem;
}

@media screen and (min-width: 721px) {
		.page-ttl {
				font-size: 2.14286rem;
		}
}

.section-ttl {
		font-weight: bold;
		text-align: center;
}

.section-subttl {
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #ff9900;
		background-color: #ffffff;
		color: #ff9900;
		font-weight: bold;
		text-align: center;
		font-size: 1.07143rem;
		line-height: 1.33333;
}

@media screen and (min-width: 721px) {
		.section-subttl {
				margin-bottom: 25px;
				font-size: 1.42857rem;
		}
}

.section-capture {
		display: block;
		text-align: center;
}

.box-footer {
		padding: 19px 0 16px;
		background: #e6d3f1;
}

.section-point {
		padding: 30px 0;
}

@media screen and (min-width: 721px) {
		.section-point {
				padding: 54px 0 70px;
		}
}

.section-point .section-box {
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_section_box.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: 100% auto;
		overflow: hidden;
}

@media screen and (min-width: 721px) {
		.section-point .section-box {
				background-position-x: left;
		}
		.section-point .section-box--01 {
				background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_section_box_01_pc.png);
		}
		.section-point .section-box--02 {
				background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_section_box_02_pc.png);
		}
}

.section-point .section-box + .section-box {
		margin-top: 30px;
}

@media screen and (min-width: 721px) {
		.section-point .section-box + .section-box {
				margin-top: 40px;
		}
}

.section-point .section-contents {
		padding: 0 10px 25px;
}

@media screen and (min-width: 721px) {
		.section-point .section-contents {
				padding: 0 40px 45px;
		}
}

.section-point .section-ttl {
		text-align: left;
}

.section-point .section-ttl .ttl-img {
		display: block;
}

.section-point .section-subttl {
		background: transparent;
		margin: 20px 0 10px;
}

@media screen and (min-width: 721px) {
		.section-point .section-subttl {
				margin: 50px 0 25px;
		}
}

.section-point .section-lead {
		margin: 0 auto 10px;
		font-weight: bold;
		text-align: center;
		font-size: 1.28571rem;
		line-height: 1.27778;
}

@media screen and (min-width: 721px) {
		.section-point .section-lead {
				margin: -60px auto 30px;
				line-height: 1.5;
		}
		.section-point .section-lead + .section-subttl {
				margin-top: 0;
		}
}

.section-point .section-capture {
		margin-bottom: 10px;
}

@media screen and (min-width: 721px) {
		.section-point .section-capture {
				margin-bottom: 0;
		}
}

.point-capture-wrap {
		position: relative;
}

@media screen and (min-width: 721px) {
		.point-capture-wrap {
				flex-basis: 480px;
				width: 480px;
		}
}

.point-capture-wrap .secion-capture {
		position: relative;
}

.point-caption {
		margin-top: 8px;
		text-align: center;
		font-size: 0.85714rem;
}

@media screen and (min-width: 721px) {
		.point-caption {
				font-size: 0.92857rem;
		}
}

.point-summary {
		margin-top: 10px;
		line-height: 1.57143;
}

@media screen and (min-width: 721px) {
		.point-summary {
				flex: 1;
				margin-top: 0;
				padding-left: 30px;
				font-size: 1rem;
				line-height: 1.57143;
		}
		.l-flex-pc--reverse .point-summary {
				padding-left: 0;
				padding-right: 30px;
		}
}

.point-summary .notes {
		margin-top: 1em;
}

.point-banner {
		width: 100%;
		margin: 5px auto 0;
}

@media screen and (min-width: 721px) {
		.point-banner {
				width: 333px;
				margin-top: 15px;
		}
}

.section-info {
		padding: 30px 0 45px;
}

@media screen and (min-width: 721px) {
		.section-info {
				padding: 54px 0 70px;
		}
}

.section-info .section-ttl {
		padding: 8px;
		border-bottom: 6px solid;
		border-image: linear-gradient(to right, #ffb543 0%, #ffd119 50%, #034e87 100%);
		border-image-slice: 1;
		background-color: #ffffff;
		color: #ffffff;
		font-size: 1.42857rem;
		line-height: 1.3;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
}

@media screen and (min-width: 721px) {
		.section-info .section-ttl {
				padding: 24px 20px 21px;
				border-bottom-width: 5px;
				font-size: 2.14286rem;
				line-height: 1.53333;
				border-top-left-radius: 16px;
				border-top-right-radius: 16px;
		}
}

.section-info .section-subttl {
		margin-bottom: 10px;
}

@media screen and (min-width: 721px) {
		.section-info .section-subttl {
				margin-bottom: 25px;
		}
}

.section-info .connect-fig {
		position: relative;
}

@media screen and (min-width: 721px) {
		.section-info .connect-fig {
				width: 900px;
				margin: 0 auto;
		}
}

.section-info .connect-img {
		position: relative;
		display: block;
		text-align: center;
}

.section-info .connect-caption {
		position: absolute;
		left: 0;
		top: 0;
		padding: 6px 10px;
		background-color: #ff9900;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.07143rem;
		line-height: 1.33333;
}

.section-flow {
		overflow: hidden;
}

.section-trial {
		padding: 0 0 30px;
}

.section-trial .section-subttl {
		margin-bottom: 10px;
}

@media screen and (min-width: 721px) {
		.section-trial .section-subttl {
				margin-bottom: 25px;
		}
}

.section-trial .section-subcontents {
		line-height: 1.57143;
}

@media screen and (min-width: 721px) {
		.section-trial .section-subcontents {
				font-size: 1.07143rem;
				line-height: 1.66667;
		}
}

.section-trial .section-capture {
		margin-top: 10px;
}

@media screen and (min-width: 721px) {
		.section-trial .section-capture {
				width: 475px;
		}
}

.section-trial .section-notes {
		margin-top: 1em;
		font-size: 0.85714rem;
		line-height: 1.5;
}

@media screen and (min-width: 721px) {
		.section-trial .section-notes {
				font-size: 1rem;
				line-height: 1.42857;
		}
}

.trial-list.circle-num &gt; .list-item {
		margin-top: 1em;
		padding-left: 25px;
}

.trial-list.circle-num &gt; .list-item::before {
		background: #ff9900;
		color: #ffffff;
		font-weight: bold;
		line-height: 20px;
		font-size: 0.78571rem;
}

@media screen and (min-width: 721px) {
		.trial-list.circle-num &gt; .list-item::before {
				top: 0.2em;
				font-size: 0.85714rem;
		}
}

.trial-list .decimal-list {
		margin-left: -0.5em;
}

.trial-list .decimal-list &gt; .list-item {
		margin-top: 0.3em;
}

.section-service .section-subcontents {
		margin-bottom: 30px;
		line-height: 1.57143;
}

@media screen and (min-width: 721px) {
		.section-service .section-subcontents {
				margin-bottom: 50px;
				overflow: hidden;
		}
}

.section-service .section-img {
		padding: 60px 0 40px;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.service-card {
				flex-wrap: wrap;
				justify-content: center;
				margin-top: -40px;
		}
		.service-card &gt; :nth-child(1).card-unit::before,
		.service-card &gt; :nth-child(4).card-unit::before {
				display: none;
		}
}

@media screen and (min-width: 721px) {
		.service-card .card-unit {
				position: relative;
				width: 250px;
				margin: 40px 25px 0;
		}
		.service-card .card-unit::before {
				left: -25px;
				top: 0;
				width: 1px;
				height: 100%;
				border-left: 1px solid #cccccc;
				display: block;
				position: absolute;
				content: "";
		}
}

.service-card .card-ttl {
		padding: 5px 5px 3px;
		background: #1e5396;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		line-height: 1.57143;
}

@media screen and (min-width: 721px) {
		.service-card .card-ttl {
				font-size: 1.14286rem;
				line-height: 1.5;
		}
}

.service-card .card-contents {
		padding: 0 9.67742%;
}

@media screen and (min-width: 721px) {
		.service-card .card-contents {
				padding: 0;
				font-size: 1.07143rem;
				line-height: 1.6;
		}
}

.service-card .card-img {
		margin: 0 auto;
		padding: 30px 0 40px;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.service-card .card-img {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 195px;
				padding: 0;
		}
		.service-card .card-img img {
				width: 100%;
		}
}

.service-card .card-img.card-img01 {
		width: 43.54839%;
}

@media screen and (min-width: 721px) {
		.service-card .card-img.card-img01 {
				width: 178px;
		}
}

.service-card .card-img.card-img02 {
		width: 87.09677%;
}

@media screen and (min-width: 721px) {
		.service-card .card-img.card-img02 {
				width: 270px;
		}
}

.service-card .card-img.card-img03 {
		width: 53.54839%;
}

@media screen and (min-width: 721px) {
		.service-card .card-img.card-img03 {
				width: 166px;
		}
}

.service-card .card-img.card-img04 {
		width: 35.48387%;
}

@media screen and (min-width: 721px) {
		.service-card .card-img.card-img04 {
				width: 110px;
		}
}

.service-card .card-alt {
		text-align: center;
}

.service-card .card-alt .text-amzon-account {
		display: table;
		width: auto;
		margin: 0 auto;
		padding: 50px 0 45px;
		font-weight: bold;
		font-size: 1.67857rem;
		line-height: 1.65957;
}

.service-card .btn-link {
		margin-top: 15px;
}

.section-mic .section-subcontents {
		margin-bottom: 30px;
		line-height: 1.57143;
}

.section-mic .section-img {
		margin: 0 auto;
		width: 38.70968%;
		padding: 30px 0 20px;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.section-mic .section-img {
				padding: 0;
				width: auto;
		}
		.section-mic .section-img img {
				width: 60%;
		}
}

.section-mic .section-img-caption {
		text-align: center;
}

@media screen and (min-width: 721px) {
		.section-mic .section-text {
				font-size: 1.07143rem;
				line-height: 1.6;
		}
}

.section-mic .section-notes {
		margin-top: 10px;
		color: #666666;
		font-size: 0.85714rem;
		line-height: 1.5;
}

@media screen and (min-width: 721px) {
		.section-mic .section-notes {
				margin-top: 15px;
				font-size: 1rem;
				line-height: 1.42857;
		}
}

@media screen and (min-width: 721px) {
		.section-mic .section-img-wrap {
				width: 20%;
		}
}

@media screen and (min-width: 721px) {
		.section-mic .mic-row {
				flex-direction: row-reverse;
		}
}

.section-about {
		overflow: hidden;
		margin-top: 27px;
}

@media screen and (min-width: 721px) {
		.section-about .section-row {
				flex-direction: row-reverse;
		}
}

.section-about .section-img-wrap {
		width: 43.54839%;
}

@media screen and (min-width: 721px) {
		.section-about .section-img-wrap {
				width: 170px;
		}
}

.section-about .section-img {
		margin-left: -10%;
}

@media screen and (min-width: 721px) {
		.section-about .section-img {
				margin-left: 0;
		}
}

.section-about .section-caption {
		margin-top: 10px;
		font-weight: bold;
		text-align: center;
		font-size: 1rem;
}

.section-about .section-summary {
		flex: 1;
}

@media screen and (min-width: 721px) {
		.section-about .section-summary {
				padding-right: 25px;
				font-size: 1.07143rem;
				line-height: 1.6;
		}
}

.section-about .section-summary p + p {
		margin-top: 1em;
}

.section-about .section-notes {
		margin-top: 10px;
		color: #666666;
		font-size: 0.85714rem;
		line-height: 1.5;
}

@media screen and (min-width: 721px) {
		.section-about .section-notes {
				margin-top: 15px;
				font-size: 1rem;
				line-height: 1.42857;
		}
}

.section-about .l-box .l-box-inner {
		padding-bottom: 0;
}

.section-news {
		padding: 16px 0;
}

@media screen and (min-width: 721px) {
		.section-news {
				padding: 40px 0;
		}
}

.section-news .section-ttl {
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 1.57143rem;
		line-height: 1.09091;
}

.section-news .link-unit {
		margin-top: 20px;
}

@media screen and (min-width: 721px) {
		.section-news .link-unit {
				margin-top: 26px;
		}
}

.news-list .list-item {
		background-color: #f4f4f4;
}

.js-pc .news-list .list-item:hover {
		background-color: #ede1f4;
}

.news-list .list-item + .list-item {
		margin-top: 3px;
}

@media screen and (min-width: 721px) {
		.news-list .list-item + .list-item {
				margin-top: 6px;
		}
}

.js-pc .news-list a:hover {
		text-decoration: none;
}

.news-link {
		display: block;
		padding: 5px 10px;
}

@media screen and (min-width: 721px) {
		.news-link {
				display: flex;
				padding: 12px 30px;
		}
}

.news-text {
		display: block;
		margin-top: 2px;
		font-size: 0.92857rem;
		line-height: 1.38462;
}

@media screen and (min-width: 721px) {
		.news-text {
				flex: 1 0 0px;
				margin-top: 0;
				font-size: 1.28571rem;
		}
}

.news-date {
		display: flex;
		align-items: center;
}

@media screen and (min-width: 721px) {
		.news-date {
				width: 190px;
				padding-right: 10px;
				justify-content: space-between;
		}
}

.news-time {
		font-weight: bold;
		font-size: 0.85714rem;
}

@media screen and (min-width: 721px) {
		.news-time {
				font-size: 1.28571rem;
		}
}

.news-label {
		display: block;
		margin-left: 5px;
		padding: 3px 5px;
		background-color: #cc0000;
		color: #ffffff;
		font-weight: bold;
		line-height: 1;
		font-size: 0.78571rem;
}

@media screen and (min-width: 721px) {
		.news-label {
				font-size: 0.92857rem;
		}
}

.hero-picture img {
		width: 100%;
}

.l-banner .banner-inner {
		margin: 0 auto;
		padding: 4.2735% 5.55556%;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.l-banner .banner-inner {
				padding: 40px 20px;
		}
}

.l-section .l-banner .banner-inner {
		padding-bottom: 0;
}

@media screen and (min-width: 721px) {
		.l-section .l-banner .banner-inner {
				padding-bottom: 40px;
		}
}

.l-section .l-box-inner .l-banner .banner-inner {
		padding-bottom: 0;
}

.l-banner + .l-section .section-contents:first-child {
		padding-top: 0;
}

.l-catch {
		position: relative;
		margin-top: 45px;
		background: url(/wr_assets/images/karaokeatdam/spkdam/bg_catch.png) no-repeat center top;
		background-size: cover;
}

@media screen and (min-width: 721px) {
		.l-catch {
				margin-top: 0px;
				background: url(/wr_assets/images/karaokeatdam/spkdam/bg_catch_pc.png) no-repeat center top;
		}
}

.l-catch .download-item--appstore {
		width: 40%;
}

@media screen and (min-width: 721px) {
		.l-catch .download-item--appstore {
				width: 214px;
		}
}

.l-catch .download-item--googleplay {
		width: 48.88889%;
}

@media screen and (min-width: 721px) {
		.l-catch .download-item--googleplay {
				width: 262px;
		}
}

.catch-ttl {
		width: 85.69444%;
		margin: 0 auto 9px;
}

@media screen and (min-width: 721px) {
		.catch-ttl {
				margin-bottom: 15px;
				width: 494px;
		}
}

.l-movie {
		padding: 10px 0 25px;
}

@media screen and (min-width: 721px) {
		.l-movie {
				padding: 35px 0;
		}
}

.l-movie .l-box {
		background: #e9c7ff;
}

.l-movie .l-box-inner {
		padding-bottom: 10px;
}

@media screen and (min-width: 721px) {
		.l-movie .l-box-inner {
				padding: 35px 20px 20px;
		}
}

.movie-ttl {
		margin-bottom: 10px;
		color: #ff9900;
		text-align: center;
		font-size: 1.42857rem;
		font-weight: bold;
		line-height: 1.2;
}

@media screen and (min-width: 721px) {
		.movie-ttl {
				margin-bottom: 20px;
				font-size: 2.28571rem;
				line-height: 1.21875;
		}
}

.l-contact .link-arrow {
		font-weight: bold;
		font-size: 1.07143rem;
		line-height: 1.53333;
}

.contact-row1 {
		padding-top: 20px;
		padding-bottom: 20px;
}

@media screen and (min-width: 721px) {
		.contact-row1 {
				padding-top: 35px;
				padding-bottom: 35px;
		}
}

.contact-row2 {
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.contact-row2 {
				padding-top: 45px;
				padding-bottom: 40px;
		}
}

.l-purchase {
		overflow: hidden;
		margin: 10px -4% 0;
		padding: 19px 3% 16px;
		background: #ffcf8a;
}

@media screen and (min-width: 721px) {
		.l-purchase {
				margin: 40px -20px 0;
				padding: 18px 20px;
		}
}

.l-purchase-alt {
		margin-top: 10px;
		padding-bottom: 20px;
}

@media screen and (min-width: 721px) {
		.l-purchase-alt {
				margin-top: 40px;
				padding-bottom: 25px;
		}
}

.l-new-lineup {
		background-image: url(/wr_assets/images/karaokeatdam/firetv/bg_section_box.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: contain;
		overflow: hidden;
    background-size: 60% auto;
}

@media screen and (min-width: 721px) {
		.l-new-lineup {
      background-image: url(/wr_assets/images/karaokeatdam/firetv/bg_section_box.png);
      background-position-y: 0px;
      background-size: 30% auto;
		}
}

.l-new-lineup .l-bg-multi-colored {
		padding-bottom: 0;
}

.l-new-lineup .topic-path {
		padding: 5px 0;
}

.l-new-lineup .topic-path-link {
		display: flex;
		font-size: 0.78571rem;
		line-height: 1.18182;
}

@media screen and (min-width: 721px) {
		.l-new-lineup .topic-path-link {
				font-size: 1rem;
		}
}

.l-new-lineup .topic-path-link &gt; * {
		color: #787878;
}

.l-new-lineup .topic-path-link &gt; *:not(:first-child) {
		position: relative;
		padding-left: 1em;
}

.l-new-lineup .topic-path-link &gt; *:not(:first-child)::before {
		position: absolute;
		left: 0;
		top: -0.15em;
		width: 0.5em;
		height: 1em;
		content: "\03e";
}

.l-new-lineup .topic-path-link &gt; *:not(:last-child) {
		margin-right: 0.5em;
}

.l-new-lineup .page-header {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 90px;
}

@media screen and (min-width: 721px) {
		.l-new-lineup .page-header {
				height: 110px;
		}
}

.l-new-lineup .page-ttl-type2 {
		font-weight: bold;
		font-size: 1.92857rem;
}

@media screen and (min-width: 721px) {
		.l-new-lineup .page-ttl-type2 {
				font-size: 3.07143rem;
		}
}

.l-new-lineup .page-ttl-type2 .fz-s {
		font-size: 1.42857rem;
}

@media screen and (min-width: 721px) {
		.l-new-lineup .page-ttl-type2 .fz-s {
				font-size: 2.07143rem;
		}
}

.section-new-lineup {
		padding-bottom: 60px;
}

.l-new-lineup--other .section-new-lineup {
		padding-bottom: 0;
}

.l-new-lineup--other .section-new-lineup .section-contents {
		padding-bottom: 25px;
}

@media screen and (min-width: 721px) {
		.section-new-lineup {
				padding-bottom: 60px;
		}
}

.section-new-lineup .l-colored {
		padding-bottom: 40px;
}

@media screen and (min-width: 721px) {
		.section-new-lineup .l-colored {
				padding-bottom: 30px;
		}
}

.section-new-lineup .l-box {
		overflow: hidden;
}

.section-new-lineup .pickup-header {
		padding: 20px 0;
		/*		display: flex;
		justify-content: center;
		align-items: center;*/
		width: 100%;
		/*height: 87px;*/
}

.section-new-lineup .pickup-ttl {
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		font-size: 1.42857rem;
		line-height: 1.3;
}

@media screen and (min-width: 721px) {
		.section-new-lineup .pickup-ttl {
				font-size: 1.71429rem;
		}
}

.section-new-lineup .pickup-lead {
		margin-top: 20px;
		padding: 10px;
		background: rgba(225, 225, 225, 0.6);
}

@media screen and (min-width: 721px) {
		.section-new-lineup .pickup-lead {
				padding: 20px 40px;
		}
}

@media screen and (min-width: 721px) {
		.section-new-lineup .pickup-lead.col2 {
				display: flex;
				justify-content: space-between;
		}
}

@media screen and (min-width: 721px) {
		.section-new-lineup .pickup-lead.col2 .col-left {
				max-width: 500px;
		}
}

.section-new-lineup .pickup-lead .pickup-text {
		font-size: 1rem;
}

@media screen and (min-width: 721px) {
		.section-new-lineup .pickup-lead .pickup-text {
				font-size: 1.21429rem;
				font-weight: bold;
		}
}

.section-new-lineup .pickup-lead .pickup-text + .pickup-text {
		margin-top: 5px;
}

.section-new-lineup .pickup-lead .pickup-img {
		max-width: 100%;
}

@media screen and (min-width: 721px) {
		.section-new-lineup .pickup-lead .pickup-img {
				max-width: 335px;
		}
}

.section-new-lineup .section-contents {
		padding: 20px 0 5px;
}

@media screen and (min-width: 721px) {
		.section-new-lineup .section-contents {
				padding: 20px 0 45px;
		}
}

@media screen and (min-width: 721px) {
		.section-new-lineup .section-contents .col2 {
				display: flex;
				justify-content: space-between;
		}
}

.section-new-lineup .section-contents .col2 .col2-item img {
		display: block;
		margin: 0 auto;
}

.section-new-lineup .section-contents .col2 .col2-item.col2-item {
		margin-top: 20px;
}

@media screen and (min-width: 721px) {
		.section-new-lineup .section-contents .col2 .col2-item {
				width: 480px;
				margin: 0;
		}
		.section-new-lineup .section-contents .col2 .col2-item.col2-item-auto.section-lead, .section-new-lineup .section-contents .col2 .col2-item.col2-item-auto:first-child {
				width: 370px;
		}
}

.section-new-lineup .section-ttl {
		display: flex;
		min-height: 60px;
		justify-content: center;
		align-items: center;
		padding: 8px;
		border-bottom: 6px solid;
		border-image: linear-gradient(to right, #ffb543 0%, #ffd119 50%, #034e87 100%);
		border-image-slice: 1;
		background-color: #000000;
		color: #ffffff;
		font-size: 1.42857rem;
		line-height: 1.3;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
}

@media screen and (min-width: 721px) {
		.section-new-lineup .section-ttl {
				padding: 24px 20px 21px;
				border-bottom-width: 5px;
				font-size: 2.14286rem;
				line-height: 1.53333;
				border-top-left-radius: 16px;
				border-top-right-radius: 16px;
		}
}

.section-new-lineup .section-ttl.type-icon {
		position: relative;
}

@media screen and (min-width: 721px) {
		.section-new-lineup .section-ttl.type-icon {
				font-size: 1.71429rem;
				line-height: 1.45833;
		}
}

.section-new-lineup .section-ttl.type-icon:before {
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
}

@media screen and (min-width: 721px) {
		.section-new-lineup .section-ttl.type-icon:before {
				width: 50px;
				height: 50px;
		}
}

.section-new-lineup .section-ttl.icon-week:before {
		background: transparent url(/wr_assets/images/karaokeatdam/spkdam/free/icon_week.png) center no-repeat;
		background-size: contain;
}

.section-new-lineup .section-ttl.icon-month:before {
		background: transparent url(/wr_assets/images/karaokeatdam/spkdam/free/icon_month.png) center no-repeat;
		background-size: contain;
}

.new-lineup-list &gt; *:not(:first-child).list-item {
		border-top: 1px solid #cccccc;
}

.new-lineup-list .list-item {
		background-size: 7.5px 8.6605px;
}

.new-lineup-list .list-item.is-disabled {
		background-image: none;
}

.new-lineup-list .list-item.is-disabled .link-item {
		pointer-events: none;
}

.new-lineup-list .link-item {
		display: flex;
		flex-direction: column-reverse;
		padding: 10px 30px 10px 13px;
}

.new-lineup-list .artist-name {
		font-size: 0.92857rem;
		line-height: 1.53846;
}

.new-lineup-list .song-title {
		color: #ff9900;
		font-weight: bold;
		font-size: 1.21429rem;
		line-height: 1.29412;
}

.section-caption {
		text-align: center;
		margin-top: 1em;
		font-size: 0.85714rem;
}

@media screen and (min-width: 721px) {
		.section-caption {
				font-size: 0.92857rem;
		}
}

.section-lead .section-paragraph {
		font-size: 1.07143rem;
		font-weight: bold;
		line-height: 1.46667;
}

@media screen and (min-width: 721px) {
		.section-lead .section-paragraph {
				font-size: 1.21429rem;
				line-height: 1.41176;
		}
}

.section-paragraph + .section-paragraph,
.section-paragraph + ul,
.section-paragraph + ol {
		margin-top: 1.4em;
}

ul + .section-paragraph,
ol + .section-paragraph {
		margin-top: 1.4em;
}

.section-img-center {
		text-align: center;
		margin-top: 20px;
}

@media screen and (min-width: 721px) {
		.section-img-center {
				margin-top: 40px;
		}
}

.text-em {
		color: #ff9900;
}

@media screen and (min-width: 721px) {
		.banner-s {
				max-width: 310px;
		}
}

.section-sub {
		margin-top: 20px;
}

@media screen and (min-width: 721px) {
		.section-sub {
				margin-top: 50px;
		}
}

.section-sub.mt0 {
		margin-top: 0;
}

@media screen and (min-width: 721px) {
		.about-nav-inner {
				width: 1020px;
				margin-right: auto;
				margin-left: auto;
				padding-right: 20px;
				padding-left: 20px;
		}
}

@media screen and (min-width: 721px) {
		.about-nav-list {
				display: flex;
				padding: 40px 0;
		}
}

.about-nav-list &gt; li:not(:last-child) {
		border-bottom: 1px solid #ffffff;
}

@media screen and (min-width: 721px) {
		.about-nav-list &gt; li:not(:last-child) {
				width: 316px;
				margin-right: 20px;
				border-bottom: none;
				border-right: 1px solid #ffffff;
		}
		.about-nav-list &gt; li:last-child {
				width: 308px;
		}
}

.about-nav-list .about-nav-item {
		display: block;
		padding: 12px 24px 12px 20px;
		font-size: 1.14286rem;
		font-weight: bold;
		color: #ffffff;
		background: url(/wr_assets/images/karaokeatdam/spkdam/link_arrow_wh.svg) no-repeat right 4.16667% center;
		background-size: 7.5px 8.6605px;
}

@media screen and (min-width: 721px) {
		.about-nav-list .about-nav-item {
				padding: 10px 24px 10px 0px;
				font-size: 1.28571rem;
				background-position: right 20px center;
		}
}

.section-ticket {
		margin: 20px 0;
}

@media screen and (min-width: 721px) {
		.section-ticket {
				display: flex;
				justify-content: space-between;
		}
}

.section-ticket .ticket-unit {
		font-size: 1.07143rem;
		border: 1px solid #ff9900;
		padding: 5px 8px 30px;
}

.section-ticket .ticket-unit + .ticket-unit {
		margin-top: 20px;
}

@media screen and (min-width: 721px) {
		.section-ticket .ticket-unit + .ticket-unit {
				margin-top: 0;
		}
}

@media screen and (min-width: 721px) {
		.section-ticket .ticket-unit {
				width: 48%;
		}
}

.section-ticket .ticket-unit-ttl {
		color: #ff9900;
		font-weight: bold;
		padding-bottom: 0.5em;
		border-bottom: 1px solid #ff9900;
		margin-bottom: 15px;
}

.section-ticket .ticket-unit-img {
		margin-top: 10px;
}

.l-faq {
		padding: 18px 0 35px;
}

.l-faq--page {
		padding-bottom: 58px;
}

@media screen and (min-width: 721px) {
		.l-faq--page {
				padding-bottom: 60px;
		}
}

@media screen and (min-width: 721px) {
		.l-faq {
				padding-top: 51px;
		}
}

.l-faq .section-ttl {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 1.57143rem;
		color: #ff9900;
}

@media screen and (min-width: 721px) {
		.l-faq .section-ttl {
				margin-bottom: 35px;
				font-size: 2.28571rem;
		}
}

.l-faq .link-unit {
		margin-top: 20px;
}

.l-service {
		padding: 18px 0 35px;
}

.l-service--page {
		padding-bottom: 58px;
}

@media screen and (min-width: 721px) {
		.l-service--page {
				padding-bottom: 60px;
		}
}

@media screen and (min-width: 721px) {
		.l-service {
				padding-top: 51px;
		}
}

.l-service .section-ttl {
		margin-bottom: 15px;
		font-weight: bold;
		font-size: 1.57143rem;
		color: #ff9900;
}

@media screen and (min-width: 721px) {
		.l-service .section-ttl {
				margin-bottom: 35px;
				font-size: 2.28571rem;
		}
}

.service-box {
		height: 100%;
		margin-bottom: 10px;
		padding: 23px 15px;
		border: 1px solid #ccc1d3;
		background: #fff;
}

@media screen and (min-width: 721px) {
		.service-box {
				padding: 20px 16px 15px;
		}
}

@media screen and (min-width: 721px) {
		.service-box-flex {
				display: flex;
				align-items: center;
				padding-bottom: 30px;
		}
		.service-box-flex .service-box-img {
				margin-bottom: 0;
				margin-right: 35px;
		}
		.service-box-flex .service-text {
				flex: 1 0 0px;
		}
}

@media screen and (min-width: 721px) {
		.service-box-row {
				display: flex;
				margin: 0 -5px 10px;
		}
}

@media screen and (min-width: 721px) {
		.service-box-col {
				padding: 0 5px;
				flex: 1 0 0px;
		}
}

.service-box-img {
		margin: 0 auto 22px;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.service-box-img {
				display: flex;
				align-items: center;
				justify-content: center;
				height: 128px;
		}
}

.service-img-phone {
		width: 45px;
}

@media screen and (min-width: 721px) {
		.service-img-phone {
				width: 62px;
		}
}

.service-img-app {
		width: 77px;
}

@media screen and (min-width: 721px) {
		.service-img-app {
				width: 103px;
		}
}

.service-img-ticket {
		width: 295px;
}

@media screen and (min-width: 721px) {
		.service-img-ticket {
				width: 280px;
		}
}

.service-img-mike {
		width: 231px;
}

@media screen and (min-width: 721px) {
		.service-img-mike {
				width: 285px;
		}
}

.service-text dt {
		font-weight: bold;
}

.service-text-head {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 1.07143rem;
}

@media screen and (min-width: 721px) {
		.service-text-head {
				font-size: 1.28571rem;
		}
}

@media screen and (min-width: 721px) {
		.service-text-body {
				font-size: 1.14286rem;
		}
}

.service-text .notes {
		margin-top: 5px;
		font-size: 0.92857rem;
}

.service-text dl dd {
		padding-left: 1em;
}

@media screen and (min-width: 721px) {
		.l-cv {
				padding: 46px 0 54px;
				background: url(/wr_assets/images/karaokeatdam/spkdam/bg_cv_pc.png) no-repeat center top, url(/wr_assets/images/karaokeatdam/spkdam/bg_cv2_pc.png) no-repeat center top;
				background-size: cover, contain;
		}
}

.l-cv .download-item--appstore {
		width: 38.19444%;
}

@media screen and (min-width: 721px) {
		.l-cv .download-item--appstore {
				width: 207px;
		}
}

.l-cv .download-item--googleplay {
		width: 46.94444%;
		margin-left: 6px;
}

@media screen and (min-width: 721px) {
		.l-cv .download-item--googleplay {
				width: 254px;
				margin-left: 8px;
		}
}

.cv-img {
		text-align: center;
}

.download-box {
		position: relative;
		margin-top: 30px;
}

@media screen and (min-width: 721px) {
		.download-box {
				margin-top: 40px;
				background: url(/wr_assets/images/karaokeatdam/spkdam/bg_dlbox_pc.png) no-repeat center top;
		}
}

.download-box .download-box-inner {
		padding: 13px 0 11px;
}

@media screen and (min-width: 721px) {
		.download-box .download-box-inner {
				padding: 45px 0 34px;
		}
}

.download-box .download-box-title {
		width: 65.27778%;
		margin: 0 auto 9px;
}

@media screen and (min-width: 721px) {
		.download-box .download-box-title {
				margin-bottom: 15px;
				width: 351px;
		}
}

.download-list {
		display: flex;
		justify-content: center;
		align-items: center;
}

.download-box-balloon {
		position: absolute;
		top: -30px;
		left: 0;
		width: 100%;
		height: 30px;
		background: #e9c7ff;
}

@media screen and (min-width: 721px) {
		.download-box-balloon {
				top: -22px;
				left: 50%;
				width: 540px;
				height: 40px;
				margin-left: -270px;
		}
}

.download-box-balloon p {
		position: relative;
		padding: 5px;
		font-size: 0.92857rem;
		font-weight: bold;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.download-box-balloon p {
				font-size: 1.28571rem;
		}
}

.download-box-balloon p b {
		font-weight: bold;
		color: #e02222;
}

.download-box-balloon p::before {
		display: block;
		position: absolute;
		bottom: -9px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -8px;
		border-style: solid;
		border-width: 9px 8px 0 8px;
		border-color: #e9c7ff transparent transparent transparent;
		content: '';
}

@media screen and (min-width: 721px) {
		.download-box-balloon p::before {
				bottom: -14px;
				margin-left: -12px;
				border-width: 14px 12px 0 12px;
		}
}

.l-lineup {
		padding: 25px 0 22px;
}

@media screen and (min-width: 721px) {
		.l-lineup {
				padding: 60px 0 50px;
		}
}

.lineup-banner {
		padding-top: 8px;
		border: 7px solid #e9c7ff;
		border-radius: 5px;
		background: url(/wr_assets/images/karaokeatdam/spkdam/bg_check.png) repeat left top;
}

@media screen and (min-width: 721px) {
		.lineup-banner {
				padding-top: 16px;
		}
}

.lineup-banner-inner {
		text-align: center;
}

.lineup-banner-title {
		display: table;
		margin: 0 auto;
		padding-left: 22px;
		background: url(/wr_assets/images/karaokeatdam/spkdam/icon_lineup.png) no-repeat left top;
		background-size: 19px 22px;
		font-size: 1.07143rem;
		font-weight: bold;
}

@media screen and (min-width: 721px) {
		.lineup-banner-title {
				font-size: 1.42857rem;
				background-size: 20px 24px;
		}
}

.l-bg-upper-line {
		padding-top: 29px;
}

.l-bg-upper-line:before {
		content: "";
		display: block;
		width: 100%;
		height: 29px;
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/line.png);
		background-repeat: repeat-x;
		background-position: center;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 0;
}

.section-operation-method {
		padding-bottom: 15px;
}

@media screen and (min-width: 721px) {
		.section-operation-method--index {
				padding-bottom: 60px;
		}
}

.section-operation-method .l-box-inner {
		padding-top: 10px;
		padding-bottom: 20px;
}

@media screen and (min-width: 721px) {
		.section-operation-method .l-box-inner {
				padding: 30px 10px 40px;
		}
}

.section-operation-method .section-contents {
		padding-bottom: 10px;
}

.operation-nav.nav-list {
		margin-bottom: 0;
}

@media screen and (min-width: 721px) {
		.operation-nav.nav-list &gt; li {
				width: 310px;
		}
		.operation-nav.nav-list &gt; li:not(:nth-child(3n+1)) {
				margin-left: 10px;
		}
}

.operation-unit {
		display: flex;
		justify-content: center;
		max-width: 780px;
		margin: 0 auto;
}

.operation-unit .operation-img {
		width: 33.33333%;
}

@media screen and (min-width: 721px) {
		.operation-unit .operation-img {
				width: 210px;
		}
}

.operation-unit .operation-text {
		flex: 1 0 0px;
		padding-left: 12px;
}

@media screen and (min-width: 721px) {
		.operation-unit .operation-text {
				padding-left: 40px;
		}
}

.operation-unit .notes {
		font-size: 0.85714rem;
}

@media screen and (min-width: 721px) {
		.operation-unit .notes {
				font-size: 1rem;
		}
}

.l-float-banner {
		position: fixed;
		bottom: -22px;
		left: 0;
		width: 100%;
		transition: all .3s ease-in-out;
		transform: translateY(100%);
}

.l-float-banner.is-visible {
		transform: translateY(0);
		bottom: 0;
}

@media screen and (min-width: 721px) {
		.l-float-banner {
				min-width: 1020px;
		}
}

.l-float-banner.is-hidden {
		bottom: -22px;
		transform: translateY(100%);
}

.float-banner {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 49px;
		padding: 5px;
		border-top: 4px solid;
		border-image: linear-gradient(to right, #ffb543 0%, #ffd119 50%, #034e87 100%);
		border-image-slice: 1;
		background: url(/wr_assets/images/karaokeatdam/spkdam/bg_float_banner.png) no-repeat center top #fff;
		background-size: cover;
}

@media screen and (min-width: 721px) {
		.float-banner {
				height: 84px;
		}
}

.float-banner-text {
		max-width: 146px;
		margin-bottom: 3px;
		width: 41.71429%;
}

@media screen and (min-width: 721px) {
		.float-banner-text {
				width: 537px;
				max-width: 100%;
		}
}

.float-banner-button {
		position: absolute;
		top: -22px;
		right: 0;
}

.float-banner-button button {
		display: block;
		position: relative;
		background: #53d5ff;
		border: none;
		cursor: pointer;
		line-height: 22px;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		font-size: rem(15);
		outline: none;
		appearance: none;
		width: 22px;
		height: 22px;
		padding: 0;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
}

.float-banner-button button::before, .float-banner-button button::after {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 14px;
		height: 2px;
		background: #ffffff;
		content: '';
}

.float-banner-button button::before {
		transform: translate(-50%, -50%) rotate(45deg);
}

.float-banner-button button::after {
		transform: translate(-50%, -50%) rotate(-45deg);
}

.float-download-list {
		display: flex;
		align-items: center;
		margin-left: 2px;
}

@media screen and (min-width: 721px) {
		.float-download-list {
				margin-left: 11px;
		}
}

.float-download-list .float-download-item--appstore {
		max-width: 90px;
		width: 44.77612%;
}

@media screen and (min-width: 721px) {
		.float-download-list .float-download-item--appstore {
				width: 139px;
				max-width: 100%;
		}
}

.float-download-list .float-download-item--googleplay {
		max-width: 110px;
		width: 54.72637%;
		margin-left: 2px;
}

@media screen and (min-width: 721px) {
		.float-download-list .float-download-item--googleplay {
				width: 170px;
				max-width: 100%;
				margin-left: 6px;
		}
}

.l-information {
		padding: 18px 0 35px;
}

@media screen and (min-width: 721px) {
		.l-information {
				padding: 35px 0 67px;
		}
}

.archive-nav {
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		margin-bottom: 10px;
		font-size: 0.92857rem;
		line-height: 1.38462;
}

@media screen and (min-width: 721px) {
		.archive-nav {
				font-size: 1.07143rem;
		}
}

.archive-nav .archive-item {
		margin-bottom: 10px;
		padding: 0 11px;
		color: #7d7d7d;
		border-left: 1px solid #111;
}

.archive-nav .archive-item:last-child {
		border-right: 1px solid #111;
}

.archive-nav a {
		color: #0d448a;
}

@media screen and (max-width: 720px) {
		.is-pc-show {
				display: none !important;
		}
  
  .fixed-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 50px;
    padding-right: 2.77778%;
    padding-left: 2.77778%;
    background: rgba(0, 0, 0, .7);
    text-align: center;
  }
}

@media screen and (min-width: 721px) {
		.is-sp-show {
				display: none !important;
		}
}

.no-display {
		display: inline;
		position: absolute;
		width: 1px;
		height: 1px;
		clip: rect(1px, 1px, 1px, 1px);
		overflow: hidden;
		z-index: -9999;
		font-size: 0;
}

.text-inline-block {
		display: inline-block;
}

.text-word-break {
		word-break: break-all;
}

.text-break-pre::before {
		content: "\A";
		white-space: pre;
}

.text-break-next::after {
		content: "\A";
		white-space: pre;
}

.text-brackets-indent {
		text-indent: -0.5em;
}

.l-header {
		position: relative;
		height: 50px;
		z-index: 10;
		height: 50px;
}

@media screen and (min-width: 721px) {
		.l-header {
				height: 80px;
		}
}

.fixed-header {
		display: flex;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		width: 100%;
		padding-right: 2.77778%;
		padding-left: 2.77778%;
		background: rgba(0, 0, 0, .7);
}

@media screen and (min-width: 721px) {
		.fixed-header {
				width: 1020px;
				margin-right: auto;
				margin-left: auto;
				padding-right: 20px;
				padding-left: 20px;
		}
}

@media screen and (min-width: 721px) {
		.fixed-header {
				max-width: none;
				width: 100%;
				min-width: 1020px;
				padding: 0 25px;
				height: 80px;
		}
}

.header-logo {
		width: 76.52778%;
		text-align: center;
}

@media screen and (min-width: 721px) {
		.header-logo {
				width: 366px;
				text-align: left;
		}
}

.header-nav {
		position: absolute;
		right: 0;
		top: 0;
}

.l-footer {
		color: #ffffff;
}

.footer-inner {
		padding: 20px 0 10px;
		background: #292929;
}

@media screen and (min-width: 721px) {
		.footer-inner {
				padding: 25px 0 25px;
		}
}

@media screen and (min-width: 721px) {
		.footer-nav {
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				padding: 25px 0 40px;
		}
}

.footer-nav .nav-item {
		margin-top: 15px;
		font-size: 0.92857rem;
}

@media screen and (min-width: 721px) {
		.footer-nav .nav-item {
				position: relative;
				margin-right: 19px;
				margin-left: 19px;
				white-space: nowrap;
		}
}

@media screen and (min-width: 721px) {
		.footer-nav .nav-item + .nav-item::before {
				display: block;
				left: -20px;
				top: 0.3em;
				width: 1px;
				height: 1em;
				border-left: 1px solid #ffffff;
				display: block;
				position: absolute;
				content: "";
		}
}

@media screen and (min-width: 721px) {
		.footer-nav .nav-item + .nav-item.nav-item--break::before {
				display: none;
		}
}

.footer-nav a {
		color: #ffffff;
}

.footer-notes {
		margin-top: 22px;
		color: #111111;
		font-size: 0.78571rem;
		line-height: 1.45455;
}

@media screen and (min-width: 721px) {
		/*.footer-notes {
				margin-top: 0;
		}*/
}

.footer-notes .list-item::before {
		content: "＊";
}

@media screen and (min-width: 721px) {
		.footer-notes .list-item {
				display: table;
				width: auto;
				margin: 0 auto;
		}
}

.l-copyright {
		padding: 8px 0;
		background: #111111;
		color: #cccccc;
		text-align: center;
		font-size: 0.71429rem;
}

.nav-button {
		display: block;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		background: #111111;
		border: none;
		cursor: pointer;
		outline: none;
		appearance: none;
}

@media screen and (min-width: 721px) {
		.nav-button {
				width: 80px;
				height: 80px;
				padding: 29px 25px;
		}
}

.nav-button[aria-expanded] {
		transition: transform .2s ease-in-out;
}

.nav-button-inner {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
}

.nav-button-inner span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #ffffff;
		transition: all .25s ease-in-out;
}

.nav-button-inner span:nth-child(1) {
		top: 0;
}

.nav-button-inner span:nth-child(2) {
		top: 6px;
}

@media screen and (min-width: 721px) {
		.nav-button-inner span:nth-child(2) {
				top: 10px;
		}
}

.nav-button-inner span:nth-child(3) {
		bottom: 0;
}

.nav-button[aria-expanded="true"] .nav-button-inner span:nth-child(1) {
		transform: translateY(6px) rotate(-45deg);
}

@media screen and (min-width: 721px) {
		.nav-button[aria-expanded="true"] .nav-button-inner span:nth-child(1) {
				transform: translateY(10px) rotate(-45deg);
		}
}

.nav-button[aria-expanded="true"] .nav-button-inner span:nth-child(2) {
		opacity: 0;
}

.nav-button[aria-expanded="true"] .nav-button-inner span:nth-child(3) {
		transform: translateY(-6px) rotate(45deg);
}

@media screen and (min-width: 721px) {
		.nav-button[aria-expanded="true"] .nav-button-inner span:nth-child(3) {
				transform: translateY(-10px) rotate(45deg);
		}
}

.l-nav {
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 9;
		width: 100%;
		background: #f2f2f2;
}

@media screen and (min-width: 721px) {
		.l-nav {
				top: 80px;
		}
}

.nav-inner {
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 30px;
}

@media screen and (min-width: 721px) {
		.nav-inner {
				padding-top: 55px;
				padding-bottom: 50px;
		}
}

.nav-list {
		margin-bottom: 21px;
}

@media screen and (min-width: 721px) {
		.nav-list {
				display: flex;
				flex-wrap: wrap;
				margin-bottom: 35px;
		}
}

.nav-list &gt; li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 721px) {
		.nav-list &gt; li {
				width: 300px;
		}
		.nav-list &gt; li:not(:nth-child(3n+1)) {
				margin-left: 40px;
		}
}

.nav-list .nav-item {
		display: block;
		padding: 8px 24px 8px 10px;
		font-weight: bold;
		background: url(/wr_assets/images/karaokeatdam/firetv/link_arrow_or.svg) no-repeat right 5px center;
		background-size: 7.5px 8.6605px;
}

.l-inner {
		width: 100%;
		padding-right: 2.77778%;
		padding-left: 2.77778%;
}

@media screen and (min-width: 721px) {
		.l-inner {
				width: 1020px;
				margin-right: auto;
				margin-left: auto;
				padding-right: 20px;
				padding-left: 20px;
		}
}

@media screen and (min-width: 721px){
	.l-inner-btm {
		display: flex;
		justify-content: space-between;
		
		}
}

.l-box {
		margin-right: auto;
		margin-left: auto;
		border-radius: 8px;
		background-color: #ffffff;
}

@media screen and (min-width: 721px) {
		.l-box {
				border-radius: 16px;
		}
}

.l-box-inner {
		padding: 15px 2.94118% 25px;
}

@media screen and (min-width: 721px) {
		.l-box-inner {
				padding: 38px 40px 60px;
		}
}

.l-colored {
		background-color: #ffeacb;
}

.l-bg-alpha {
		background-color: rgba(255, 255, 255, 0.8);
}

.l-bg-alpha06 {
		background-color: rgba(255, 255, 255, 0.6);
}

.l-bg-dotted {
		background-image: url(/wr_assets/images/karaokeatdam/firetv/bg_dot.png);
}

@media screen and (min-width: 721px) {
		.l-bg-dotted--pc {
				background-image: url(/wr_assets/images/karaokeatdam/firetv/bg_dot.png);
		}
}

.l-bg-dotted--sp {
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_dot.png);
}

@media screen and (min-width: 721px) {
		.l-bg-dotted--sp {
				background-image: none;
		}
}

.l-bg-grid {
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_grid.png);
}

.l-bg-gradient {
		background-image: linear-gradient(to right, #ffb543 0%, #ffd119 50%, #034e87 100%);
}

.l-bg-gradient--sp {
		background-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
}

@media screen and (min-width: 721px) {
		.l-bg-gradient--sp {
				background-image: none;
		}
}

.l-bg-multi-colored {
		position: relative;
		padding: 14px 0;
}

.l-bg-multi-colored::before, .l-bg-multi-colored::after {
		left: 0;
		width: 100%;
		height: 14px;
		display: block;
		position: absolute;
		content: "";
}

.l-bg-multi-colored::before {
		top: 0;
		background-image: linear-gradient(to bottom, #ffb543 0%, #ffb543 42.85714%, #ffd119 0%, #ffd119 71.42857%, #034e87 0%, #034e87 100%);
}

.l-bg-multi-colored::after {
		bottom: 0;
		background-image: linear-gradient(to top, #ff9900 0%, #ff9900 42.85714%, #52b8fd 0%, #52b8fd 71.42857%, #fdff2f 0%, #fdff2f 100%);
		display: block;
		position: absolute;
		content: "";
}

.l-new-lineup--other .l-bg-multi-colored::after {
		display: none;
}

.l-bg-multi-colored.l-bg-multi-colored-upper::after {
		display: none;
}

@media screen and (min-width: 721px) {
		.l-bg-point {
				background-repeat: no-repeat;
				background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_point_right.png), url(/wr_assets/images/karaokeatdam/spkdam/bg_point_left.png);
				background-position: right 0 top -10px, -34px bottom;
		}
}

.l-flex {
		display: flex;
}

@media screen and (min-width: 721px) {
		.l-flex-pc {
				display: flex;
		}
		.l-flex-pc--reverse {
				flex-direction: row-reverse;
		}
}

.movie-frame {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;
		overflow: hidden;
}

.movie-frame .movie-source {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
}

.movie-wrap {
		max-width: 638px;
		margin-right: auto;
		margin-left: auto;
}

@media screen and (min-width: 721px) {
		.movie-wrap {
				max-width: 940px;
		}
}

/*# sourceMappingURL=maps/style.css.map */
.catch-logo {
    padding: 5px 0;
    background-color: #485769;
    text-align: center;
}

@media screen and (min-width: 721px) {
.catch-logo {
    padding: 10px 0;
  }
  
  .catch-logo img {
    width: 395px;
  }
}

.catch-banner {
    display: block;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    text-align: center;
}

/* sample-period */
.sample-period {
	margin: 12px 13px 15px;
}

.sample-period + .new-lineup-list {
	border-top: 1px solid #cccccc;
}

.sample-period-ttl {
	margin-bottom: 9px;
	padding: 3px 5px 2px;
	border-radius: 24px;
	background: #d61518;
	text-align: center;
	font-size: 0.857rem;
	font-weight: bold;
	color: #fff;
}

.sample-period-ttl:not(:first-child) {
	margin-top: 10px;
}

.sample-period-date {
	margin-bottom: 4px;
	line-height: 1;
	font-size: 1.143rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-align: center;
}

.sample-period-dash {
	display: inline-block;
	margin: 0 0.0625em;
	color: #999999;
}</pre></body></html>