@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;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
}

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;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

ins {
	background-color: #ffff99;
	color: #000000;
	text-decoration: none;
}

mark {
	background-color: #ffff99;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

input,
select {
	vertical-align: middle;
}

img,
object,
embed {
	vertical-align: top;
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-weight: 900;
	font-style: normal;

	src: url('/wr_assets/fonts/karaokeatdam/spkdam/NotoSansCJKjp-Black.woff2') format('woff2'), url('/wr_assets/fonts/karaokeatdam/spkdam/NotoSansCJKjp-Black.woff') format('woff'), url('/wr_assets/fonts/karaokeatdam/spkdam/NotoSansCJKjp-Black.ttf') format('truetype'), url('/wr_assets/fonts/karaokeatdam/spkdam/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}

*,
*::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;

	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

html[lang='en'] {
	font-family: Helvetica, sans-serif;
}

html.is-no-scroll {
	overflow: hidden;
	height: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
	min-width: 320px;
	background: #ffffff;
	color: #111111;
	line-height: 1.57143;

	-webkit-text-size-adjust: 100%;
}

body.is-no-scroll {
	overflow: hidden;
	height: 100%;
}

body.is-float-active {
	padding-bottom: 49px;
}

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:'] {
	text-decoration: none !important;
	cursor: default !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: #8023ba;
	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;
}

.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;
	width: 80%;
	min-width: 250px;
	max-width: 500px;
	min-height: 50px;
	padding: 0 22.5px;
	border: 1px solid transparent;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 7.5px 8.6605px;
	font-size: 1.07143rem;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
}

.ie .btn-link {
	height: 50px;
}

.btn-link--colored {
	border-color: #8023ba;
	background-color: #ede1f4;
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/link_arrow_pp.svg);
	color: #8023ba;
}

.btn-link--gradation {
	position: relative;
	border: none;
	box-shadow: 0 10px 25px 0 rgba(175, 102, 232, .7);
	background: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
	background-size: auto;
  color: #ffffff;
  padding: 10px 0;
}

.btn-link--gradation:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 7.5px;
	height: 8.6605px;
	background: url(/wr_assets/images/karaokeatdam/spkdam/link_arrow_wh.svg) no-repeat center;
	background-size: contain;
	content: '';
}

.btn-link--wide {
	min-height: 60px;
	border-radius: 30px;
}

.btn-link--xwide {
	min-height: 60px;
	border-radius: 30px;
}

.btn-link--contact {
	flex-direction: column;
	width: 48.52941%;
	min-width: 0;
	max-width: 330px;
	min-height: 50px;
	margin: 0;
	line-height: 1.2;
	text-align: center;
}

.btn-link--contact + .btn-link--contact {
	margin-left: 10px;
}

.btn-link--faq {
	justify-content: flex-start;
	width: 100%;
	min-width: 0;
	min-height: 40px;
}

.btn-link > span {
	display: inline-block;
	font-weight: normal;
}

.link-text {
	color: #8023ba;
}

.list-indent {
	padding-left: 1em;
}

.dot-list > .list-item {
	position: relative;
	padding-left: 1em;
}

.dot-list > .list-item::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}

.decimal-list {
	counter-reset: number;
}

.decimal-list > * {
	padding-left: 2em;
	text-indent: -1.75em;
	counter-increment: number;
}

.decimal-list > *::before {
	margin-right: .5em;
}

.decimal-list > *:nth-of-type(-n+9)::before {
	content: ' ' counter(number) '.';
}

.decimal-list > *:nth-of-type(n+10)::before {
	content: counter(number) '.';
}

.decimal-list > * > * {
	text-indent: 0;
}

.decimal-list > * > *:first-child.link-list > *:first-child {
	margin-top: 1em;
}

.notes-list > .list-item {
	position: relative;
	padding-left: 1em;
}

.notes-list > .list-item::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '※';
}

html[lang='en'] .notes-list > .list-item {
	padding-left: .7em;
}

html[lang='en'] .notes-list > .list-item::before {
	content: '*';
}

.data-attr-list > .list-item {
	position: relative;
}

.data-attr-list > .list-item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-num);
}

.data-attr-list.num > .list-item {
	padding-left: 1.5em;
}

.data-attr-list.num > .list-item::before {
	width: 1.5em;
}

.data-attr-list.num > .list-item.is-no-data {
	padding-left: 0;
}

.data-attr-list.num > .list-item.is-no-data::before {
	width: 0;
}

.data-attr-list.circle-num > .list-item {
	padding-left: 20px;
}

.data-attr-list.circle-num > .list-item::before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
}

.num-list {
	counter-reset: number;
}

.num-list > .list-item {
	position: relative;
	padding-left: 1.2em;
	counter-increment: number;
}

.num-list > .list-item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(number) '.';
}

.circle-num-list {
	counter-reset: number;
}

.circle-num-list > .list-item {
	position: relative;
	padding-left: 25px;
	counter-increment: number;
}

.circle-num-list > .list-item::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	background: #8023ba;
	color: #ffffff;
	font-size: .78571rem;
	font-weight: bold;
	line-height: 19px;
	text-align: center;
	content: counter(number);
}

.card-list {
	display: block;
}

.card-unit {
	margin-right: auto;
	margin-left: auto;
}

.card-unit + .card-unit {
	margin-top: 30px;
}

.faq-list > li {
	border-bottom: 1px solid rgba(17, 17, 17, .25);
}

.faq-list > li:first-child {
	border-top: 1px solid rgba(17, 17, 17, .25);
}

.faq-unit {
	padding: 0 3px;
}

.faq-unit .faq-question {
	position: relative;
	font-size: 1.07143rem;
	line-height: 1.46667;
}

.faq-unit .faq-question::before {
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	color: #8023ba;
	font-size: 1.57143rem;
	font-weight: bold;
	content: 'Q.';
}

.faq-unit .faq-question-button {
  display: block;
  width: 100%;
  padding: 13px 25px 13px 33px;
  border: none;
  background: transparent;
  line-height: inherit;
  text-align: left;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.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: #8023ba;
	content: '';
	transition: all .2s ease-in-out;
}

.faq-unit .faq-question-button::before {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.faq-unit .faq-question-button.is-opened::before {
-webkit-transform: rotate(0);
transform: rotate(0);
}

.faq-unit .faq-answer {
	display: none;
	position: relative;
	margin-top: 5px;
	font-size: 1.07143rem;
	line-height: 1.53333;
}

.faq-unit .faq-answer ul li,
.faq-unit .faq-answer ol li {
	font-size: 0;
}

.faq-unit .faq-answer ul li > span,
.faq-unit .faq-answer ol li > span {
	font-size: 1.07143rem;
}

.faq-unit .faq-answer .dot-list > .list-item {
	padding-left: 15px;
}

.faq-unit .faq-answer .dot-list > .list-item::before {
	font-size: 1.07143rem;
}

.faq-unit .faq-answer .num-list > .list-item {
	padding-left: 15px;
}

.faq-unit .faq-answer .num-list > .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;
}

.faq-unit .faq-answer::before {
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 10px;
	color: #666666;
	font-size: 1.57143rem;
	font-weight: bold;
	content: 'A.';
}

.faq-unit .faq-answer-inner {
	margin-bottom: 39px;
	padding: 14px 10px 22px 46px;
}

.faq-unit .faq-answer-box-wrap {
	margin-bottom: 29px;
	padding: 45px 12px 30px 25px;
}

.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 #8023ba;
}

.faq-unit .faq-answer-box-lead {
	margin: -32px 0 12px;
	padding-left: 21px;
}

.faq-unit .faq-answer-box-head {
	padding: 2px 3px;
	border-bottom: 1px solid #8023ba;
	color: #8023ba;
	font-weight: bold;
}

.faq-unit .faq-answer-box-body {
	padding: 12px 3px;
}

.faq-unit .faq-answer p:not(:first-child),
.faq-unit .faq-answer .mt1em {
	margin-top: 15px;
}

.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;
}

.faq-note-title {
	margin-bottom: 10px;
	font-size: 1.07143rem;
	font-weight: bold;
	text-align: center;
}

.faq-note-unit {
	display: flex;
	align-items: flex-start;
}

.faq-note-unit + .faq-note-unit {
	margin-top: 15px;
}

.faq-note-text {
	flex: 1 0 0px;
	margin-top: 0 !important;
	padding: 5px 0 0 7px;
	font-size: .92857rem;
}

.faq-note-icon {
	display: block;
	width: 70px;
	height: 70px;
}

.l-section {
	margin-right: auto;
	margin-left: auto;
}

.page-ttl {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.section-ttl {
	font-weight: bold;
	text-align: center;
}

.section-subttl {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #8023ba;
	background-color: #ffffff;
	color: #8023ba;
	font-size: 1.07143rem;
	font-weight: bold;
	line-height: 1.33333;
	text-align: center;
}

.section-capture {
	display: block;
	text-align: center;
}

.box-footer {
	padding: 19px 0 16px;
	background: #e6d3f1;
}

.section-point {
	padding: 30px 0;
}

.section-point .section-box {
	overflow: hidden;
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_section_box.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
}

.section-point .section-box + .section-box {
	margin-top: 30px;
}

.section-point .section-contents {
	padding: 0 10px 25px;
}

.section-point .section-ttl {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 88px;
	padding-top: 15px;
	padding-left: 40px;
	line-height: 1.15;
}

.section-point .section-ttl .ttl-img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 23.53%;
	max-width: 80px;
}

.section-point .section-subttl {
	margin: 20px 0 10px;
	background: transparent;
}

.section-point .section-lead {
	margin: 0 auto 10px;
	font-size: 1.28571rem;
	font-weight: bold;
	line-height: 1.27778;
	text-align: center;
}

.section-point .section-capture {
	margin-bottom: 10px;
}

.section-point .point-ttl {
	font-family: 'Noto Sans Japanese';
	font-size: 1.57143rem;
	font-weight: 900;
	letter-spacing: -.02em;
}

.section-point .point-ttl-strong {
	font-size: 1.85714rem;
	letter-spacing: -.02em;
}

.section-point .point-ttl-accent {
	color: #8023ba;
}

.section-point .point-ttl-mark {
	margin-left: -.15em;
}

.point-capture-wrap {
	position: relative;
}

.point-capture-wrap .secion-capture {
	position: relative;
}

.point-caption {
	margin-top: 8px;
	font-size: .85714rem;
	text-align: center;
}

.point-summary {
	margin-top: 10px;
	line-height: 1.57143;
}

.point-summary .notes {
	margin-top: 1em;
}

.point-banner {
	width: 100%;
	margin: 5px auto 0;
}

.section-info {
	padding: 30px 0 45px;
}

.section-info .section-ttl {
	padding: 8px;
	border-bottom: 6px solid;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-o-border-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
	   border-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
	border-image-slice: 1;
	background-color: #ffffff;
	color: #ffffff;
	font-size: 1.42857rem;
	line-height: 1.3;
}

.section-info .section-subttl {
	margin-bottom: 10px;
}

.section-info .connect-fig {
	position: relative;
}

.section-info .connect-img {
	display: block;
	position: relative;
	text-align: center;
}

.section-info .connect-caption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 10px;
	background-color: #8023ba;
	color: #ffffff;
	font-size: 1.07143rem;
	font-weight: bold;
	line-height: 1.33333;
}

.section-flow {
	overflow: hidden;
}

.section-trial {
	padding: 0 0 30px;
}

.section-trial .section-subttl {
	margin-bottom: 10px;
}

.section-trial .section-subcontents {
	line-height: 1.57143;
}

.section-trial .section-capture {
	margin-top: 10px;
}

.section-trial .section-notes {
	margin-top: 1em;
	font-size: .85714rem;
	line-height: 1.5;
}

.trial-list.circle-num > .list-item {
	margin-top: 1em;
	padding-left: 25px;
}

.trial-list.circle-num > .list-item::before {
	background: #8023ba;
	color: #ffffff;
	font-size: .78571rem;
	font-weight: bold;
	line-height: 20px;
}

.trial-list .decimal-list {
	margin-left: -.5em;
}

.trial-list .decimal-list > .list-item {
	margin-top: .3em;
}

.section-service .section-subcontents {
	margin-bottom: 30px;
	line-height: 1.57143;
}

.section-service .section-img {
	padding: 60px 0 40px;
	text-align: center;
}

.service-card .card-ttl {
	padding: 5px 5px 3px;
	background: #1e5396;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.57143;
	text-align: center;
}

.service-card .card-contents {
	padding: 0 9.67742%;
}

.service-card .card-img {
	margin: 0 auto;
	padding: 30px 0 40px;
	text-align: center;
}

.service-card .card-img.card-img01 {
	width: 43.54839%;
}

.service-card .card-img.card-img02 {
	width: 87.09677%;
}

.service-card .card-img.card-img03 {
	width: 53.54839%;
}

.service-card .card-img.card-img04 {
	width: 35.48387%;
}

.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-size: 1.67857rem;
	font-weight: bold;
	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 {
	width: 38.70968%;
	margin: 0 auto;
	padding: 30px 0 20px;
	text-align: center;
}

.section-mic .section-img-caption {
	text-align: center;
}

.section-mic .section-notes {
	margin-top: 10px;
	color: #666666;
	font-size: .85714rem;
	line-height: 1.5;
}

.section-about {
	overflow: hidden;
	margin-top: 27px;
}

.section-about .section-img-wrap {
	width: 43.54839%;
}

.section-about .section-img {
	margin-left: -10%;
}

.section-about .section-caption {
	margin-top: 10px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.section-about .section-summary {
	flex: 1;
}

.section-about .section-summary p + p {
	margin-top: 1em;
}

.section-about .section-notes {
	margin-top: 10px;
	color: #666666;
	font-size: .85714rem;
	line-height: 1.5;
}

.section-about .l-box .l-box-inner {
	padding-bottom: 0;
}

.section-news {
	padding: 16px 0;
}

.section-news .section-ttl {
	margin-bottom: 20px;
	font-size: 1.57143rem;
	font-weight: bold;
	line-height: 1.09091;
}

.section-news .link-unit {
	margin-top: 20px;
}

.news-list .list-item {
	background-color: #f4f4f4;
}

.js-pc .news-list .news-link:not(.is-text):hover {
	background-color: #ede1f4;
}

.news-list .list-item + .list-item {
	margin-top: 3px;
}

.js-pc .news-list a:hover {
	text-decoration: none;
}

.news-link {
	display: block;
	padding: 5px 10px;
}

.news-link:not(.is-text) {
	cursor: pointer;
}

.news-text {
	display: block;
	margin-top: 2px;
	font-size: .92857rem;
	line-height: 1.38462;
}

.news-date {
	display: flex;
	align-items: center;
}

.news-time {
	font-size: .85714rem;
	font-weight: bold;
}

.news-label {
	display: block;
	margin-left: 5px;
	padding: 3px 5px;
	background-color: #cc0000;
	color: #ffffff;
	font-size: .78571rem;
	font-weight: bold;
	line-height: 1;
}

/* モーダル */
.news-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.news-popup.is-show {
	opacity: 1;
	visibility: visible;
}
.news-popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	max-width: 600px;
	padding: 50px;
	background-color: #fff;
	z-index: 2;
	transform: translate(-50%,-50%);
}
.news-popup-inner img {
	width: 100%;
}
.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.close-btn i {
	color: #333;
	font-size: 20px;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}

.news-show-popup {
	width: 100%;
  border: none;
	background-color: transparent;
	text-align: left;
}

.hero-picture img {
	width: 100%;
}

.l-banner .banner-inner {
	margin: 0 auto;
	padding: 4.2735% 5.55556%;
	text-align: center;
}

.l-section .l-banner .banner-inner {
	padding-bottom: 0;
}

.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;
	padding: 22px 0 20px;
	border-top: 1px solid #daaeea;
	border-bottom: 1px solid #daaeea;
	background: url(/wr_assets/images/karaokeatdam/spkdam/bg_catch.png) no-repeat center top;
	background-size: cover;
}

.catch-wrap-l-catch {
  position: relative;
  margin-top: 40px;
  padding: 20px 0 20px;
  border-top: 1px solid #daaeea;
  border-bottom: 1px solid #daaeea;
  background-size: cover;
  background: url(/wr_assets/images/karaokeatdam/spkdam/bg_catch_pc.png) no-repeat center top;
}

.catch-mv-download-list {
  position: relative;
  top: 12px;
}

.l-catch .download-item--appstore {
	width: 40%;
}

.l-catch .download-item--googleplay {
	width: 48.88889%;
}

.catch-ttl {
	width: 85.69444%;
	margin: 0 auto 9px;
}

.l-movie {
	padding: 10px 0 25px;
}

.l-movie .l-box {
	background: #e9c7ff;
}

.l-movie .l-box-inner {
	padding-bottom: 10px;
}

.movie-ttl {
	margin-bottom: 10px;
	color: #8023ba;
	font-size: 1.42857rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.link-unit-text {
	font-size: 1.07143rem;
	font-weight: bold;
	line-height: 1.53333;
}

.contact-row1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact-row2 {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.l-purchase {
	overflow: hidden;
	margin: 10px -4% 0;
	padding: 19px 3% 16px;
	background: #ffcf8a;
}

.l-purchase-alt {
	margin-top: 10px;
	padding-bottom: 20px;
}

.l-new-lineup {
	overflow: hidden;
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_page_header.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

.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: .78571rem;
	line-height: 1.18182;
}

.l-new-lineup .topic-path-link > * {
	color: #787878;
}

.l-new-lineup .topic-path-link > *:not(:first-child) {
	position: relative;
	padding-left: 1em;
}

.l-new-lineup .topic-path-link > *:not(:first-child)::before {
	position: absolute;
	top: -.15em;
	left: 0;
	width: .5em;
	height: 1em;
	content: '\03e';
}

.l-new-lineup .topic-path-link > *:not(:last-child) {
	margin-right: .5em;
}

.l-new-lineup .page-header {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 90px;
}

.l-new-lineup .page-ttl-type2 {
	font-size: 1.92857rem;
	font-weight: bold;
	text-align: center;
}

.l-new-lineup .page-ttl-type2 .fz-s {
	font-size: 1.42857rem;
}

.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;
}

.section-new-lineup .l-colored {
	padding-bottom: 40px;
}

.section-new-lineup .l-box {
	overflow: hidden;
}

.section-new-lineup .pickup-header {
	/*		display: flex;
		justify-content: center;
		align-items: center;*/
	width: 100%;
	padding: 20px 0;
	/*height: 87px;*/
}

.section-new-lineup .pickup-ttl {
	color: #ffffff;
	font-size: 1.42857rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.section-new-lineup .pickup-lead {
	margin-top: 20px;
	padding: 10px;
	background: rgba(225, 225, 225, .6);
}

.section-new-lineup .pickup-lead .pickup-text {
	font-size: 1rem;
}

.section-new-lineup .pickup-lead .pickup-text + .pickup-text {
	margin-top: 5px;
}

.section-new-lineup .pickup-lead .pickup-img {
	max-width: 100%;
}

.section-new-lineup .section-contents {
	padding: 20px 0 5px;
}

.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;
}

.section-new-lineup .section-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	padding: 8px;
	border-bottom: 6px solid;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-o-border-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
	   border-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
	border-image-slice: 1;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.42857rem;
	line-height: 1.3;
}

.section-new-lineup .section-ttl.type-icon {
	position: relative;
}

.section-new-lineup .section-ttl.type-icon:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 40px;
	height: 40px;
	content: '';
}

.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 > *:not(:first-child).list-item {
	border-top: 1px solid #cccccc;
}

.new-lineup-list .list-item {
	background: url(/wr_assets/images/karaokeatdam/spkdam/link_arrow_pp.svg) no-repeat right 10px center;
	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: .92857rem;
	line-height: 1.53846;
}

.new-lineup-list .song-title {
	color: #8023ba;
	font-size: 1.21429rem;
	font-weight: bold;
	line-height: 1.29412;
}

.section-caption {
	margin-top: 1em;
	font-size: .85714rem;
	text-align: center;
}

.section-lead .section-paragraph {
	font-size: 1.07143rem;
	font-weight: bold;
	line-height: 1.46667;
}

.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 {
	margin-top: 20px;
	text-align: center;
}

.text-em {
	color: #8023ba;
}

.section-sub {
	margin-top: 20px;
}

.section-sub.mt0 {
	margin-top: 0;
}

.about-nav-list > li:not(:last-child) {
	border-bottom: 1px solid #ffffff;
}

.about-nav-list .about-nav-item {
	display: block;
	padding: 12px 24px 12px 20px;
	background: url(/wr_assets/images/karaokeatdam/spkdam/link_arrow_wh.svg) no-repeat right 4.16667% center;
	background-size: 7.5px 8.6605px;
	color: #ffffff;
	font-size: 1.14286rem;
	font-weight: bold;
}

.section-ticket {
	margin: 20px 0;
}

.section-ticket .ticket-unit {
	padding: 5px 8px 30px;
	border: 1px solid #8023ba;
	font-size: 1.07143rem;
}

.section-ticket .ticket-unit + .ticket-unit {
	margin-top: 20px;
}

.section-ticket .ticket-unit-ttl {
	margin-bottom: 15px;
	padding-bottom: .5em;
	border-bottom: 1px solid #8023ba;
	color: #8023ba;
	font-weight: bold;
}

.section-ticket .ticket-unit-img {
	margin-top: 10px;
}

.l-faq {
	padding: 18px 0 35px;
}

.l-faq--page {
	padding-bottom: 58px;
}

.l-faq .section-ttl {
	margin-bottom: 15px;
	color: #8023ba;
	font-size: 1.57143rem;
	font-weight: bold;
}

.l-faq .faq-category-ttl {
	position: relative;
	margin-bottom: 10px;
	padding-left: 18px;
	color: #8023ba;
	font-size: 1.28571rem;
	font-weight: bold;
}

.l-faq .faq-category-ttl::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 28px;
	background: #8023ba;
	content: '';
}

.l-faq .faq-list + .faq-category-ttl {
	margin-top: 30px;
}

.l-faq .link-unit {
	margin-top: 20px;
}

.l-service {
	padding: 18px 0 35px;
}

.l-service--page {
	padding-bottom: 58px;
}

.l-service .section-ttl {
	margin-bottom: 15px;
	color: #8023ba;
	font-size: 1.57143rem;
	font-weight: bold;
}

.service-box {
	height: 100%;
	margin-bottom: 10px;
	padding: 23px 15px;
	border: 1px solid #ccc1d3;
	background: #ffffff;
}

.service-box-img {
	margin: 0 auto 22px;
	text-align: center;
}

.service-img-phone {
	width: 45px;
}

.service-img-app {
	width: 77px;
}

.service-img-room {
	width: 140px;
}

.service-img-ticket {
	width: 295px;
}

.service-img-mike {
	width: 231px;
}

.service-text dt {
	font-weight: bold;
}

.service-text-head {
	margin-bottom: 10px;
	font-size: 1.07143rem;
	font-weight: bold;
}

.service-text .notes {
	margin-top: 5px;
	font-size: .92857rem;
}

.service-text dl dd {
	padding-left: 1em;
}

.l-cv .download-item--appstore {
	width: 38.19444%;
}

.l-cv .download-item--googleplay {
	width: 46.94444%;
	margin-left: 6px;
}

.cv-img {
	text-align: center;
}

.download-box {
	position: relative;
	margin-top: 30px;
}

.download-box .download-box-inner {
	padding: 13px 0 11px;
}

.download-box .download-box-title {
	width: 65.27778%;
	margin: 0 auto 9px;
}

.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;
}

.download-box-balloon p {
	position: relative;
	padding: 5px;
	font-size: .92857rem;
	font-weight: bold;
	text-align: center;
}

.download-box-balloon p b {
	color: #e02222;
	font-weight: bold;
}

.download-box-balloon p::before {
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-width: 9px 8px 0 8px;
	border-style: solid;
	border-color: #e9c7ff transparent transparent transparent;
	content: '';
}

.l-lineup {
	padding: 25px 0 22px;
}

.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;
}

.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;
}

.l-bg-upper-line {
	padding-top: 29px;
}

.l-bg-upper-line:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 29px;
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/line.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	content: '';
}

.section-operation-method .l-box-inner,
.section-operation-index .l-box-inner {
	padding-top: 10px;
	padding-bottom: 20px;
}

.section-operation-method .section-contents,
.section-operation-index .section-contents {
	padding-bottom: 10px;
}

.section-operation-method {
	padding-bottom: 20px;
}

.section-operation-index {
	padding-bottom: 10px;
}

.section-operation-index .l-box-inner {
	padding-right: 10px;
	padding-left: 10px;
}

.section-operation-nav {
	padding-bottom: 5px;
}

.section-operation-nav .section-contents {
	padding-top: 5px;
	padding-bottom: 0;
}

.operation-nav.nav-list {
	margin-bottom: 0;
}

.operation-unit {
	display: flex;
	justify-content: center;
	max-width: 780px;
	margin: 0 auto;
}

.operation-unit .operation-img {
	width: 33.33333%;
}

.operation-unit .operation-text {
	flex: 1 0 0px;
	padding-left: 12px;
}

.operation-unit .notes {
	font-size: .85714rem;
}

.operation-index .l-box + .l-box {
	margin-top: 20px;
}

.operation-index .l-box-inner {
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/operation/bg_box.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

.operation-index .operation-card-img {
	margin-bottom: 16px;
	text-align: center;
}

.operation-index .operation-card-img img {
	max-width: 308px;
	max-height: 228px;
}

.operation-index .btn-link {
	min-height: 60px;
	border-radius: 30px;
}

.l-float-banner {
	position: fixed;
	bottom: -22px;
	left: 0;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	width: 100%;
	transition: all .3s ease-in-out;
}

.l-float-banner.is-visible {
	bottom: 0;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.l-float-banner.is-hidden {
	bottom: -22px;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

.float-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 49px;
	padding: 5px;
	border-top: 4px solid;
	-o-border-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
	   border-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
	border-image-slice: 1;
	background: url(/wr_assets/images/karaokeatdam/spkdam/bg_float_banner.png) no-repeat center top #ffffff;
	background-size: cover;
}

.float-banner-text {
	width: 41.71429%;
	max-width: 146px;
	margin-bottom: 3px;
}

.float-banner-button {
	position: absolute;
	top: -22px;
	right: 0;
}

.float-banner-button button {
	display: block;
	position: relative;
	overflow: hidden;
	width: 22px;
	height: 22px;
	padding: 0;
	border: none;
	background: #53d5ff;
	color: #ffffff;
	font-size: rem(15);
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
	text-indent: 100%;
	cursor: pointer;
	outline: none;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.float-banner-button button::before,
.float-banner-button button::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	background: #ffffff;
	content: '';
}

.float-banner-button button::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.float-banner-button button::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.float-download-list {
	display: flex;
	align-items: center;
	margin-left: 2px;
}

.float-download-list .float-download-item--appstore {
	width: 44.77612%;
	max-width: 90px;
}

.float-download-list .float-download-item--googleplay {
	width: 54.72637%;
	max-width: 110px;
	margin-left: 2px;
}

.l-information {
	padding: 18px 0 35px;
}

.archive-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 10px;
	font-size: .92857rem;
	line-height: 1.38462;
}

.archive-nav .archive-item {
	margin-bottom: 10px;
	padding: 0 11px;
	border-left: 1px solid #111111;
	color: #7d7d7d;
}

.archive-nav .archive-item:last-child {
	border-right: 1px solid #111111;
}

.archive-nav a {
	color: #0d448a;
}

.no-display {
	display: inline;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	z-index: -9999;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
}

.text-inline-block {
	display: inline-block;
}

.text-word-break {
	word-break: break-all;
}

.text-break-pre::before {
	white-space: pre;
	content: '\A';
}

.text-break-next::after {
	white-space: pre;
	content: '\A';
}

.text-brackets-indent {
	text-indent: -.5em;
}

.text-red {
	color: #e02222;
}

.l-header {
	position: relative;
	z-index: 10;
	height: 50px;
	height: 50px;
}

.fixed-header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width: 100%;
	height: 50px;
	padding-right: 2.77778%;
	padding-left: 2.77778%;
	background: rgba(255, 255, 255, .7);
}

.header-logo {
	width: 78.33333%;
	text-align: center;
}

.header-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.l-footer {
	color: #ffffff;
}

.footer-inner {
	padding: 20px 0 10px;
	background: #292929;
}

.footer-nav .nav-item {
	margin-top: 15px;
	font-size: .92857rem;
}

.footer-nav a {
	color: #ffffff;
}

.footer-notes {
	margin-top: 22px;
	color: #111111;
	font-size: .78571rem;
	line-height: 1.45455;
}

.footer-notes .list-item::before {
	content: '＊';
}

.l-copyright {
	padding: 8px 0;
	background: #111111;
	color: #cccccc;
	font-size: .71429rem;
	text-align: center;
}

.nav-button {
	display: block;
	width: 50px;
	height: 50px;
	padding: 18px 15px;
	border: none;
	background: #111111;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.nav-button[aria-expanded] {
	transition: -webkit-transform .2s ease-in-out;
	transition:         transform .2s ease-in-out;
	transition:         transform .2s ease-in-out, -webkit-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;
}

.nav-button-inner span:nth-child(3) {
	bottom: 0;
}

.nav-button[aria-expanded='true'] .nav-button-inner span:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	        transform: translateY(6px) 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) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	        transform: translateY(-6px) rotate(45deg);
}

.l-nav {
	display: none;
	position: fixed;
	z-index: 9;
	top: 50px;
	left: 0;
	width: 100%;
	background: #f2f2f2;
}

.nav-inner {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

.nav-list {
	margin-bottom: 21px;
}

.nav-list > li {
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.nav-list .nav-item {
	display: block;
	padding: 8px 24px 8px 10px;
	background: url(/wr_assets/images/karaokeatdam/spkdam/link_arrow_pp.svg) no-repeat right 5px center;
	background-size: 7.5px 8.6605px;
	font-weight: bold;
}

.l-inner {
	width: 100%;
	padding-right: 2.77778%;
	padding-left: 2.77778%;
}

.l-box {
	margin-right: auto;
	margin-left: auto;
	border-radius: 8px;
	background-color: #ffffff;
}

.l-box-inner {
	padding: 15px 2.94118% 25px;
}

.l-colored {
	background-color: #ede1f4;
}

.l-bg-alpha {
	background-color: rgba(255, 255, 255, .8);
}

.l-bg-alpha06 {
	background-color: rgba(255, 255, 255, .6);
}

.l-bg-dotted {
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_dot.png);
}

.l-bg-dotted--sp {
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_dot.png);
}

.l-bg-grid {
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_grid.png);
}

.l-bg-gradient {
	background-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
}

.l-bg-gradient--sp {
	background-image: linear-gradient(to right, #872ebf 0%, #53d5ff 100%);
}

.l-bg-multi-colored {
	position: relative;
	padding: 14px 0;
}

.l-bg-multi-colored::before,
.l-bg-multi-colored::after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 14px;
	content: '';
}

.l-bg-multi-colored::before {
	top: 0;
	background-image: linear-gradient(to bottom, #8023ba 0%, #8023ba 42.85714%, #52b8fd 0%, #52b8fd 71.42857%, #fdff2f 0%, #fdff2f 100%);
}

.l-bg-multi-colored::after {
	display: block;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to top, #8023ba 0%, #8023ba 42.85714%, #52b8fd 0%, #52b8fd 71.42857%, #fdff2f 0%, #fdff2f 100%);
	content: '';
}

.l-new-lineup--other .l-bg-multi-colored::after {
	display: none;
}

.l-bg-multi-colored.l-bg-multi-colored-upper::after {
	display: none;
}

.l-bg-multi-colored.l-bg-multi-colored-pc::after {
	display: none;
}

.l-flex {
	display: flex;
}

.movie-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.movie-frame .movie-source {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie-wrap {
	max-width: 638px;
	margin-right: auto;
	margin-left: auto;
}

.operation-item {
font-size: 16px;
line-height: 1.5;
padding-left: 30px;
position: relative;
}

.operation-block {
  list-style-type: my-counter;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.operation-item:before {
content: counter(my-counter);
counter-increment: my-counter;
background-color: #8023ba;
border: 1px solid;
border-radius: 50%;
font-size: 12px!important;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
height: 25px;
width: 25px;
color: #ffffff;
line-height: 1;
position: absolute;
top: 0;
left: 0;
}

.section-paragraph.operation-item {
margin-top: 0;
}

.section-main-note-item {
padding-left: 1em;
text-indent: -1em;
font-weight: bold;
}

.section-main-note {
  margin-bottom: 20px;
}

.operation-wrap.start {
  margin-bottom: 80px;
}

.section-paragraph.operation-item-ttl {
  color: #8023ba;
  margin-bottom: 10px;
  font-size: 20px;
}

.operation-content {
  margin-bottom: 60px;
}

.section-paragraph.operation-item.mb {
  margin-bottom: 20px;
}

.section-paragraph.operation-item {
  font-size: 15px;
}

.section-paragraph.note {
  font-size: 15px;
}

.section-paragraph.note {
  padding-left: 1em;
  text-indent: -1em;
}

.section-paragraph.operation-item.bonusticket {
  margin-bottom: 20px;
}

.section-paragraph.note.mt {
  margin-top: 0px;
}

.section-paragraph-red {
	color: red;
}

.section-important {
	padding-top: 20px;
}

.important-box {
	padding: 15px 15px 20px;
	border: 2px solid #b80009;
}

.important-box .section-ttl {
	margin-bottom: 10px;
	font-size: 1.286rem;
}

.important-box p {
	margin-top: 1em;
}

.important-box dl {
	display: table;
	margin: 1em auto 0;
	padding-left: 1em;
}

.l-top-space {
	margin-top: 20px;
}

.mic-list .list-item {
	display: grid;
	align-items: center;
	position: relative;
	min-height: 90px;
	padding-left: 90px;
}

.mic-list .list-item::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background: center center;
	background-size: contain;
	content: "";
}

.mic-list .list-item.mic01::before {
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/icon_mic1.png);
}

.mic-list .list-item.mic02::before {
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/icon_mic2.png);
}

.mic-list .list-item.mic03::before {
	background-image: url(/wr_assets/images/karaokeatdam/spkdam/icon_mic3.png);
}

.mic-list .list-item-content b {
	color: #e02222;
	font-weight: inherit;
}

@media screen and (min-width: 721px) {
	body {
		overflow-x: visible;
		min-width: 1020px;
		font-size: 1.07143rem;
		line-height: 1.6;
	}

	body.is-float-active {
		padding-bottom: 84px;
	}

	.btn-link {
		width: 250px;
		border-width: 2px;
	}

	.btn-link--wide {
		width: 330px;
		min-height: 50px;
	}

	.btn-link--xwide {
		width: 400px;
		min-height: 50px;
	}

	.btn-link--contact {
		flex-direction: row;
		max-width: 250px;
	}

	.btn-link--contact + .btn-link--contact {
		margin-left: 15px;
	}

	.btn-link--faq {
		max-width: 275px;
		margin-left: 0;
	}

	.circle-num-list > .list-item {
		margin-bottom: 5px;
		padding-left: 30px;
	}

	.circle-num-list > .list-item::before {
		top: 1px;
		width: 22px;
		height: 22px;
		font-size: .92857rem;
		line-height: 22px;
	}

	.card-list {
		display: flex;
		justify-content: space-between;
	}

	.faq-unit .faq-question {
		font-size: 1.28571rem;
	}

	.faq-unit .faq-question::before {
		top: 8px;
		left: 10px;
		font-size: 1.85714rem;
	}

	.faq-unit .faq-question-button {
		padding: 17px 40px 17px 50px;
	}

	.faq-unit .faq-answer {
		margin-top: 0;
		padding-left: 50px;
		font-size: 1.14286rem;
	}

	.faq-unit .faq-answer .faq-img-mike {
		width: 190px;
	}

	.faq-unit .faq-answer::before {
		top: 12px;
		left: 70px;
		font-size: 1.85714rem;
	}

	.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: 35px;
		padding: 62px 24px 33px 49px;
	}

	.faq-unit .faq-answer-box {
		padding: 12px 16px 15px;
	}

	.faq-unit .faq-answer-box-lead {
		margin: -42px 0 20px;
		padding-left: 17px;
	}

	.faq-unit .faq-answer-box-head {
		padding: 1px 8px;
	}

	.faq-unit .faq-answer-box-head {
		font-size: 1.42857rem;
	}

	.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 > span,
	.faq-unit .faq-answer-box-body ol li > span {
		font-size: 1.28571rem;
	}

	.faq-unit .faq-answer-box-body .dot-list > .list-item {
		padding-left: 18px;
	}

	.faq-unit .faq-answer-box-body .dot-list > .list-item::before {
		font-size: 1.28571rem;
	}

	.faq-unit .faq-answer-box-body .num-list > .list-item {
		padding-left: 21px;
	}

	.faq-unit .faq-answer-box-body .num-list > .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: 18px;
	}

	.faq-note-box {
		padding: 20px;
	}

	.faq-note-title {
		margin-bottom: 20px;
		font-size: 1.28571rem;
	}

	.faq-note-unit {
		flex: 1 0 0px;
		padding-right: 35px;
	}

	.faq-note-unit + .faq-note-unit {
		margin-top: 0;
	}

	.faq-note-inner {
		display: flex;
	}

	.faq-note-text {
		padding: 0 0 0 15px;
		font-size: 1.07143rem;
	}

	.faq-note-icon {
		width: 105px;
		height: 105px;
	}

	.page-ttl {
		font-size: 2.14286rem;
	}

	.section-subttl {
		margin-bottom: 25px;
		font-size: 1.42857rem;
	}

	.section-point {
		padding: 54px 0 70px;
	}

	.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: 40px;
	}

	.section-point .section-contents {
		padding: 0 40px 45px;
	}

	.section-point .section-ttl {
		height: 160px;
		padding-top: 40px;
		padding-left: 0;
	}

	.section-point .section-ttl .ttl-img {
		width: auto;
		max-width: none;
	}

	.section-point .section-subttl {
		margin: 50px 0 25px;
	}

	.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: 0;
	}

	.section-point .point-ttl {
		font-size: 2.4rem;
		letter-spacing: normal;
	}

	.section-point .point-ttl-strong {
		font-size: 3rem;
		letter-spacing: normal;
	}

	.point-capture-wrap {
		flex-basis: 480px;
		width: 480px;
	}

	.point-caption {
		font-size: .92857rem;
	}

	.point-summary {
		flex: 1;
		margin-top: 0;
		padding-left: 30px;
		font-size: 1rem;
		line-height: 1.57143;
	}

	.l-flex-pc--reverse .point-summary {
		padding-right: 30px;
		padding-left: 0;
	}

	.point-banner {
		width: 333px;
		margin-top: 15px;
	}

	.section-info {
		padding: 54px 0 70px;
	}

	.section-info .section-ttl {
		padding: 24px 20px 21px;
		border-bottom-width: 5px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		font-size: 2.14286rem;
		line-height: 1.53333;
	}

	.section-info .section-subttl {
		margin-bottom: 25px;
	}

	.section-info .connect-fig {
		width: 900px;
		margin: 0 auto;
	}

	.section-trial .section-subttl {
		margin-bottom: 25px;
	}

	.section-trial .section-subcontents {
		font-size: 1.07143rem;
		line-height: 1.66667;
	}

	.section-trial .section-capture {
		width: 475px;
	}

	.section-trial .section-notes {
		font-size: 1rem;
		line-height: 1.42857;
	}

	.trial-list.circle-num > .list-item::before {
		top: .2em;
		font-size: .85714rem;
	}

	.section-service .section-subcontents {
		overflow: hidden;
		margin-bottom: 50px;
	}

	.service-card {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: -40px;
	}

	.service-card > :nth-child(1).card-unit::before,
	.service-card > :nth-child(4).card-unit::before {
		display: none;
	}

	.service-card .card-unit {
		position: relative;
		width: 250px;
		margin: 40px 25px 0;
	}

	.service-card .card-unit::before {
		display: block;
		position: absolute;
		top: 0;
		left: -25px;
		width: 1px;
		height: 100%;
		border-left: 1px solid #cccccc;
		content: '';
	}

	.service-card .card-ttl {
		font-size: 1.14286rem;
		line-height: 1.5;
	}

	.service-card .card-contents {
		padding: 0;
		font-size: 1.07143rem;
		line-height: 1.6;
	}

	.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: 178px;
	}

	.service-card .card-img.card-img02 {
		width: 270px;
	}

	.service-card .card-img.card-img03 {
		width: 166px;
	}

	.service-card .card-img.card-img04 {
		width: 110px;
	}

	.section-mic .section-img {
		width: auto;
		padding: 0;
	}

	.section-mic .section-img img {
		width: 60%;
	}

	.section-mic .section-text {
		font-size: 1.07143rem;
		line-height: 1.6;
	}

	.section-mic .section-notes {
		margin-top: 15px;
		font-size: 1rem;
		line-height: 1.42857;
	}

	.section-mic .section-img-wrap {
		width: 20%;
	}

	.section-mic .mic-row {
		flex-direction: row-reverse;
	}

	.section-about .section-row {
		flex-direction: row-reverse;
	}

	.section-about .section-img-wrap {
		width: 170px;
	}

	.section-about .section-img {
		margin-left: 0;
	}

	.section-about .section-summary {
		padding-right: 25px;
		font-size: 1.07143rem;
		line-height: 1.6;
	}

	.section-about .section-notes {
		margin-top: 15px;
		font-size: 1rem;
		line-height: 1.42857;
	}

	.section-news {
		padding: 40px 0;
	}

	.section-news .link-unit {
		margin-top: 26px;
	}

	.news-list .list-item + .list-item {
		margin-top: 6px;
	}

	.news-link {
		display: flex;
		padding: 12px 30px;
	}

	.news-text {
		flex: 1 0 0px;
		margin-top: 0;
		font-size: 1.28571rem;
	}

	.news-date {
		justify-content: space-between;
		width: 190px;
		padding-right: 10px;
	}

	.news-time {
		font-size: 1.28571rem;
	}

	.news-label {
		font-size: .92857rem;
	}

	.l-banner .banner-inner {
		padding: 40px 20px;
	}

	.l-section .l-banner .banner-inner {
		padding-bottom: 40px;
	}

	.l-catch {
		margin-top: 60px;
		padding: 50px 0;
		background: url(/wr_assets/images/karaokeatdam/spkdam/bg_catch_pc.png) no-repeat center top;
	}

	.l-catch .download-item--appstore {
		width: 214px;
	}

	.l-catch .download-item--googleplay {
		width: 262px;
	}

	.catch-ttl {
		width: 494px;
		margin-bottom: 15px;
	}

	.l-movie {
		padding: 35px 0;
	}

	.l-movie .l-box-inner {
		padding: 35px 20px 20px;
	}

	.movie-ttl {
		margin-bottom: 20px;
		font-size: 2.28571rem;
		line-height: 1.21875;
	}

	.contact-row1 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.contact-row2 {
		padding-top: 45px;
		padding-bottom: 40px;
	}

	.l-purchase {
		margin: 40px -20px 0;
		padding: 18px 20px;
	}

	.l-purchase-alt {
		margin-top: 40px;
		padding-bottom: 25px;
	}

	.l-new-lineup {
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_page_header_pc.png);
	}

	.l-new-lineup .topic-path-link {
		font-size: 1rem;
	}

	.l-new-lineup .page-header {
		height: 110px;
	}

	.l-new-lineup .page-ttl-type2 {
		font-size: 3.07143rem;
	}

	.l-new-lineup .page-ttl-type2 .fz-s {
		font-size: 2.07143rem;
	}

	.section-new-lineup {
		padding-bottom: 60px;
	}

	.section-new-lineup .l-colored {
		padding-bottom: 30px;
	}

	.section-new-lineup .pickup-ttl {
		font-size: 1.71429rem;
	}

	.section-new-lineup .pickup-lead {
		padding: 20px 40px;
	}

	.section-new-lineup .pickup-lead.col2 {
		display: flex;
		justify-content: space-between;
	}

	.section-new-lineup .pickup-lead.col2 .col-left {
		max-width: 500px;
	}

	.section-new-lineup .pickup-lead .pickup-text {
		font-size: 1.21429rem;
		font-weight: bold;
	}

	.section-new-lineup .pickup-lead .pickup-img {
		max-width: 335px;
	}

	.section-new-lineup .section-contents {
		padding: 20px 0 45px;
	}

	.section-new-lineup .section-contents .col2 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.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 {
		padding: 24px 20px 21px;
		border-bottom-width: 5px;
		border-top-left-radius: 16px;
		border-top-right-radius: 16px;
		font-size: 2.14286rem;
		line-height: 1.53333;
  }

  .section-contents.operation06 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .l-section.section-new-lineup.section-operation-nav.operation06 {
      padding-bottom: 0;
  }

	.section-new-lineup .section-ttl.type-icon {
		font-size: 1.71429rem;
		line-height: 1.45833;
	}

	.section-new-lineup .section-ttl.type-icon:before {
		width: 50px;
		height: 50px;
	}

	.section-caption {
		font-size: .92857rem;
	}

	.section-lead .section-paragraph {
		font-size: 1.21429rem;
		line-height: 1.41176;
	}

	.section-img-center {
		margin-top: 40px;
	}

	.banner-s {
		max-width: 310px;
	}

	.section-sub {
		margin-top: 50px;
	}

	.about-nav-inner {
		width: 1020px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	.about-nav-list {
		display: flex;
		padding: 40px 0;
	}

	.about-nav-list > li:not(:last-child) {
		width: 316px;
		margin-right: 20px;
		border-right: 1px solid #ffffff;
		border-bottom: none;
	}

	.about-nav-list > li:last-child {
		width: 308px;
	}

	.about-nav-list .about-nav-item {
		padding: 10px 24px 10px 0px;
		background-position: right 20px center;
		font-size: 1.28571rem;
	}

	.section-ticket {
		display: flex;
		justify-content: space-between;
	}

	.section-ticket .ticket-unit + .ticket-unit {
		margin-top: 0;
	}

	.section-ticket .ticket-unit {
		width: 48%;
	}

	.l-faq--page {
		padding-bottom: 60px;
	}

	.l-faq {
		padding-top: 51px;
	}

	.l-faq .section-ttl {
		margin-bottom: 35px;
		font-size: 2.28571rem;
	}

	.l-faq .faq-category-ttl {
		margin-bottom: 15px;
		font-size: 1.42857rem;
	}

	.l-faq .faq-category-ttl::before {
		height: 32px;
	}

	.l-faq .faq-list + .faq-category-ttl {
		margin-top: 50px;
	}

	.l-service--page {
		padding-bottom: 60px;
	}

	.l-service {
		padding-top: 51px;
	}

	.l-service .section-ttl {
		margin-bottom: 35px;
		font-size: 2.28571rem;
	}

	.service-box {
		padding: 20px 16px 15px;
	}

	.service-box-flex {
		display: flex;
		align-items: center;
		padding-bottom: 30px;
	}

	.service-box-flex .service-box-img {
		margin-right: 35px;
		margin-bottom: 0;
	}

	.service-box-flex .service-text {
		flex: 1 0 0px;
	}

	.service-box-row {
		display: flex;
		margin: 0 -5px 10px;
	}

	.service-box-col {
		flex: 1 0 0px;
		padding: 0 5px;
	}

	.service-box-img {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 128px;
	}

	.service-img-phone {
		width: 62px;
	}

	.service-img-app {
		width: 103px;
	}

	.service-img-room {
		width: 150px;
	}

	.service-img-ticket {
		width: 280px;
	}

	.service-img-mike {
		width: 285px;
	}

	.service-text-head {
		font-size: 1.28571rem;
	}

	.service-text-body {
		font-size: 1.14286rem;
	}

	.service-text .small {
		font-size: 1rem;
	}

	.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: 207px;
	}

	.l-cv .download-item--googleplay {
		width: 254px;
		margin-left: 8px;
	}

	.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: 45px 0 34px;
	}

	.download-box .download-box-title {
		width: 351px;
		margin-bottom: 15px;
	}

	.download-box-balloon {
		top: -22px;
		left: 50%;
		width: 540px;
		height: 40px;
		margin-left: -270px;
	}

	.download-box-balloon p {
		font-size: 1.28571rem;
	}

	.download-box-balloon p::before {
		bottom: -14px;
		margin-left: -12px;
		border-width: 14px 12px 0 12px;
	}

	.l-lineup {
		padding: 60px 0 50px;
	}

	.lineup-banner {
		padding-top: 16px;
	}

	.lineup-banner-title {
		background-size: 20px 24px;
		font-size: 1.42857rem;
	}

	.section-operation-method .l-box-inner,
	.section-operation-index .l-box-inner {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.l-new-lineup--other .section-operation-method {
		padding-bottom: 90px;
	}

	.l-new-lineup--other .section-operation-method .section-contents {
		padding-top: 60px;
	}

	.section-operation-index {
		padding-bottom: 100px;
	}

	.section-operation-index .section-contents {
		padding-top: 30px;
	}

	.section-operation-nav .l-box-inner {
		padding: 50px 0 60px;
	}

	.section-operation-nav .l-box-inner .link-unit {
		margin-top: 30px;
	}

	.operation-nav.nav-list > li {
		width: 304px;
	}

	.operation-nav.nav-list > li:not(:nth-child(3n+1)) {
		margin-left: 34px;
	}

	.operation-unit .operation-img {
		width: 210px;
	}

	.operation-unit .operation-text {
		padding-left: 40px;
	}

	.operation-unit .notes {
		font-size: 1rem;
	}

	.operation-index {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -11px;
	}

	.operation-index .l-box {
		width: 312px;
		margin: 30px 11px 0;
		border-radius: 10px;
	}

	.operation-index .l-box + .l-box {
		margin-top: 30px;
	}

	.operation-index .l-box-inner {
		padding: 12px 10px 25px;
	}

	.operation-index .operation-card-img {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.operation-index .operation-card-img img {
		max-width: 288px;
		max-height: 210px;
	}

	.operation-index .operation-card-text {
		padding: 0 10px;
		font-size: 1.21429rem;
	}

	.operation-index .box-footer {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.operation-index .section-ttl {
		padding-top: 15px;
		padding-bottom: 15px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		font-size: 18px;
	}

	.operation-index .btn-link {
		width: 86.53846%;
		font-size: 14px;
	}

	.l-float-banner {
		min-width: 1020px;
	}

	.float-banner {
		height: 84px;
	}

	.float-banner-text {
		width: 537px;
		max-width: 100%;
	}

	.float-download-list {
		margin-left: 11px;
	}

	.float-download-list .float-download-item--appstore {
		width: 139px;
		max-width: 100%;
	}

	.float-download-list .float-download-item--googleplay {
		width: 170px;
		max-width: 100%;
		margin-left: 6px;
	}

	.l-information {
		padding: 35px 0 67px;
	}

	.archive-nav {
		font-size: 1.07143rem;
	}

	.is-sp-show {
		display: none !important;
	}

	.l-header {
		height: 80px;
	}

	.fixed-header {
		width: 1020px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	.fixed-header {
		width: 100%;
		min-width: 1020px;
		max-width: none;
		height: 80px;
		padding: 0 25px;
	}

	.header-logo {
		width: 390px;
		text-align: left;
	}

	.footer-inner {
		padding: 25px 0 25px;
	}

	.footer-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 25px 0 40px;
	}

	.footer-nav .nav-item {
		position: relative;
		margin-right: 19px;
		margin-left: 19px;
		white-space: nowrap;
	}

	.footer-nav .nav-item + .nav-item::before {
		display: block;
		display: block;
		position: absolute;
		top: .3em;
		left: -20px;
		width: 1px;
		height: 1em;
		border-left: 1px solid #ffffff;
		content: '';
	}

	.footer-nav .nav-item + .nav-item.nav-item--break::before {
		display: none;
	}


	.footer-notes .list-item {
		display: table;
		width: auto;
		margin: 0 auto;
	}

	.nav-button {
		width: 80px;
		height: 80px;
		padding: 29px 25px;
	}

	.nav-button-inner span:nth-child(2) {
		top: 10px;
	}

	.nav-button[aria-expanded='true'] .nav-button-inner span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
	}

	.nav-button[aria-expanded='true'] .nav-button-inner span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
	}

	.l-nav {
		top: 80px;
	}

	.nav-inner {
		padding-top: 55px;
		padding-bottom: 50px;
	}

	.nav-list {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}

	.nav-list > li {
		width: 300px;
	}

	.nav-list > li:not(:nth-child(3n+1)) {
		margin-left: 40px;
	}

	.l-inner {
		width: 1020px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}

	.l-box {
		border-radius: 16px;
	}

	.l-box-inner {
		padding: 38px 40px 60px;
	}

	.l-bg-dotted--pc {
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_dot.png);
	}

	.l-bg-dotted--sp {
		background-image: none;
	}

	.l-bg-gradient--sp {
		background-image: none;
	}

	.l-bg-multi-colored.l-bg-multi-colored-pc::after {
		display: block;
	}

	.l-bg-point {
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/bg_point_right.png), url(/wr_assets/images/karaokeatdam/spkdam/bg_point_left.png);
		background-repeat: no-repeat;
		background-position: right 0 top -10px, -34px bottom;
	}

	.l-bg-operation {
		background-image: url(/wr_assets/images/karaokeatdam/spkdam/operation/bg_operation.png);
		background-repeat: no-repeat;
		background-position: right 0 top 0;
	}

	.l-flex-pc {
		display: flex;
	}

	.l-flex-pc--reverse {
		flex-direction: row-reverse;
	}

	.movie-wrap {
		max-width: 940px;
  }

  .catch-mv {
  text-align: center;
  }

  .btn-link.btn-link--gradation.friend {
  width: 370px;
  }

  .btn-link.btn-link--gradation.talk {
  width: 450px;
  }

  .col2-item.col2-item-auto.section-lead.everyone {
  width: 530px!important;
  }

  .operation-block {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }

	.section-important {
		padding-top: 40px;
	}

	.important-box {
		padding: 20px 30px;
		border-width: 3px;
	}

	.important-box .section-ttl {
		margin-bottom: 10px;
		font-size: 1.714rem;
	}

	.important-box p {
		margin-top: 1em;
	}

	.important-box .center {
		text-align: center;
	}

	.important-box p:first-child {
		margin-top: 0;
	}

	.important-box .heading {
		width: 36.417em;
	}

	.important-box dl {
		max-width: 700px;
		text-align: center;
	}

	.important-box dt {
		display: inline-flex;
		width: 19.75em;
		justify-content: space-between;
	}

	.important-box dd {
		display: inline-block;
		width: 16.667em;
	}
}

@media screen and (max-width: 720px) {
  .is-pc-show {
  display: none !important;
  }

  .text-sp-center {
  text-align: center;
  }

  .catch-mv {
  text-align: center;
  margin: 0px 10px 0px;
  }

  .download-list {
  width: 80%;
  margin: 0 auto;
  }

  .catch-wrap-l-catch {
  position: relative;
  margin-top: 10px;
  border-top: 1px solid #daaeea;
  border-bottom: 1px solid #daaeea;
  background: url(/wr_assets/images/karaokeatdam/spkdam/bg_catch.png) no-repeat center top;
  background-size: cover;
  }

	.section-ttl.sinkinou {
	margin-bottom: 20px;
  }

  .btn-link--gradation {
  padding: 10px 0;
  font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
	.l-new-lineup .page-ttl-type2 {
    font-size: 20px;
	}
}

@media screen and (max-width: 360px) {
	.section-point .section-ttl .ttl-img {
		width: 20%;
	}
}

/* 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: 15px;
}

.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;
}
