@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
a {
	cursor: pointer;
}
.noscroll {
	width: 100%;
	position: fixed;
	overflow-y: scroll;
}
.noscroll.scrollauto {
	overflow-y: auto;
}
:placeholder-shown{
    text-overflow: ellipsis;
}
/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
.modal-active {
	overflow: hidden;
}

#js-modal{
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999992;
	overflow-y: hidden;
}

#js-modal * {
	box-sizing: border-box;
}

#modal-bg {
	display: none;
	z-index: 9999997;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
}

#modal-frame {
	display: none;
	height: 100%;
	text-align: center;

	z-index: 9999998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
	overflow-y: auto;
}
#modal-frame::before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.modal-container {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*padding: 44px;*/
	position: relative;
	text-align: left;
	vertical-align: middle;
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding: 19px 10px 20px;
	margin: 0 auto;
	width: 280px;
	color: #32373C;
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	text-align: center;
	border-radius: 40px;
	box-sizing: border-box;
	background: #fff;
}
.comLink a:before {
	margin-top: -5px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 6px;
	height: 10px;
	content: "";
	background: url("/static/img/common/icon08.svg") no-repeat;
	background-size: 6px auto;
}
@media all and (min-width: 1001px) {
	.comLink a:hover {
		background: #e9eaec;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
	position: relative;
	font-size: 5.2rem;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	background: #fff;
}
.headLine01:before {
	position: absolute;
	left: -9999px;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #32373C;
	content: "";
}
/*------------------------------------------------------------
	comTime
------------------------------------------------------------*/
.comTime {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 1px 10px 3px;
	display: block;
	min-width: 60px;
	color: #fff;
	font-weight: 700;
	font-size: 1.3rem;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.8);
	border-radius: 30px;
	z-index: 100;
	box-sizing: border-box;
	word-break: break-all;
}
.comTime img {
	width: 12px;
	display: inline-block !important;
	vertical-align: middle;
	margin: -3px 2px 0 0;
}
.comTime .infoTxt {
	margin-left: 18px;
	font-weight: 400;
}
/*------------------------------------------------------------
	comUlBox
------------------------------------------------------------*/
.comUlBox {
	margin: 0 15px;
	padding: 0 15px;
	height: 300px;
	overflow: hidden;
}
.sec02 .comUlBox {
	display: none;
}
.comUlBox .slick-list {
	overflow: visible;
}
.comUl {
	margin-bottom: 40px;
}
.comUl li {
	margin-right: 24px;
	width: 320px;
	float: left;
}
.comUl li a {
	position: relative;
	padding-bottom: 16px;
	display: block;
	background: #e9eaec;
	border-radius: 10px;
}
.comUl li .imgSpe {
	margin: -31px 0 0 19px;
	width: 38px;
	position: relative;
	display: block;
	z-index: 100;
	will-change: transform;
}
.comUl li .comTime {
	will-change: transform;
}
.comUl li .txt {
	padding: 9px 20px 0;
	display: block;
	font-weight: 700;
	font-size: 1.5rem;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.comUl li .date {
	display: block;
	padding: 3px 20px 0;
	font-size: 1.3rem;
}
.comUl li .date .time {
	margin-left: 7px;
	display: inline-block;
	color: #333;
	font-size: 1.4rem;
}
.comUl li .pho {
	display: block;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background: #e9eaec;
	will-change: transform;
	z-index: 10;
	/*
	min-height: 162px;
	*/
}
/*.comUl li .pho img {
	display: block;
	-webkit-transform: scale(1.01) rotate(0.1deg);
	transform: scale(1.01) rotate(0.1deg);
}
@media all and (min-width: 1001px) {
	.comUl li a:hover .pho img {
		opacity: 0.5;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}*/
.comUlBox .slick-prev,
.comUlBox .slick-next {
    position: absolute;
    top: 30%;
    display: block;
    width: 14px;
    height: 25px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.comUlBox .slick-prev {
	left: 50%;
	margin-left: -103px;
    margin-top: 174px;
	background-size: 14px 25px;
	background: url("/static/img/common/prev.png") no-repeat;
    filter: invert(1);
	z-index: 100;
}
.comUlBox .slick-next {
	right: 50%;
	margin-right: -73px;
    margin-top: 174px;
    background-size: 14px 25px;
	background: url("/static/img/common/next.png") no-repeat;
    filter: invert(1);
	z-index: 100;
}
.comUlBox .slick-prev.slick-disabled {
	cursor: inherit;
    filter: invert(0.3);
}
.comUlBox .slick-next.slick-disabled {
	cursor: inherit;
    filter: invert(0.3);
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	padding: 14px 10px 13px;
	color: #fff;
	position: relative;
	font-size: 1.4rem;
	margin: 0 auto;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	width: 160px;
	box-sizing: border-box;
	text-align: center;
	background: #000;
	border-radius: 30px;
}
.comBtn a:before {
	margin-top: -5px;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 6px;
	height: 10px;
	content: "";
	background: url("/static/img/common/icon01.svg") no-repeat;
	background-size: 6px auto;
}
@media all and (min-width: 1001px) {
	.comBtn a:hover {
		background: #3C4146;
	}
}
@media all and (min-width: 751px) and (max-width: 1000px) {
	.comTime {
		padding: 0 10px 2px;
	}
	.comTime img {
		 margin: 1px 2px 0 0;
	}
	.headLine01 {
		text-align: center;
	}
	.content {
		margin: 0 15px;
		padding: 0;
		max-width: inherit;
	}
	.comUlBox {
		padding: 0;
		height: 280px;
		margin: 0 0 0 40px;
	}
	.comUlBox .slick-prev,
	.comUlBox .slick-next {
	    top: 35%;
	}
	.comUl {
		margin-bottom: 30px;
	}
	.comUl li {
		width: 288px;
		margin-right: 16px;
	}
	.comUl li .txt {
		font-size: 1.34rem;
	}
	.comUlBox .slick-next {
		margin-right: -72px;
		margin-top: 155px;
	}
	.comUlBox .slick-prev {
		margin-left: -115px;
		margin-top: 155px;
	}
}
@media all and (max-width: 750px) {
	.comTime {
		padding: 0 10px 2px;
	}
	.content {
		padding: 0 20px;
		max-width: inherit;
	}
	.headLine01 {
		margin: 0 0 10px;
		padding: 0;
		background: none;
		text-align: center;
	}
	.headLine01:before {
		display: none;
	}
	.comUlBox {
		padding: 0;
		height: 250px;
		margin: 0 0 0 15px;
		max-width: inherit;
	}
	.comUlBox .slick-prev,
	.comUlBox .slick-next {
	    top: 45%;
	}
	.comUlBox .slick-next {
		margin-right: -30px;
		margin-top: 132px;
	}
	.comUlBox .slick-prev {
		margin-left: -60px;
		margin-top: 132px;
	}
	.comUlBox .child-arrows {
		margin-bottom: 35px;
	}
	.comUl li {
		margin-right: 16px;
		width: 287px;
	}
}
/*------------------------------------------------------------
	liveList
------------------------------------------------------------*/
.liveList {
	display: block;
}
.liveList li {
	margin-bottom: 24px;
	width: 100%;
}
.liveList li a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	background: #535456;
	min-height: 300px;
}
.liveList li .pho {
	position: relative;
	display: block;
	width: 60%;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	background: #e9eaec;
	will-change: transform;
}
.liveList li .pho img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: scale(1.01) rotate(0.1deg);
	transform: scale(1.01) rotate(0.1deg);
}
/*@media all and (min-width: 1001px) {*/
	.liveList li a:hover .pho img {
		opacity: 0.7;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
/*}*/
.liveList li .txtBox {
	color: #fff;
	width: 40%;
	padding: 0 40px;
	box-sizing: border-box;
}
.liveList li .txtBox .title {
	margin-bottom: 37px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.liveList li .txtBox .title .imgSec {
	width: 57px;
}
.liveList li .txtBox .title .imgSec img {
	width: 100%;
}
.liveList li .txtBox .txtSpan {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
	overflow: hidden;
}
.liveList li .txtBox .txtSpan p  {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
.liveList li .txtBox .txt {
	color: #DDD;
	display: block;
	line-height: 2;
	overflow: hidden;
}
.liveList li .txtBox .txt hr {
	display: none !important;
}
.liveList li .txtBox .txt > *:not(:first-child) {
	display: none;
}
.liveList li .txtBox .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	overflow: hidden;
	word-break: break-word;

}
.liveList li .txtBox .txt object a {
	display: contents;
	pointer-events: none;
}
.liveList li .txtBox iframe {
	--liveListEmbedPlayerWidth: calc((1200px - 30px) * 0.4 - 80px);
	max-width: var(--liveListEmbedPlayerWidth);
	max-height: calc(var(--liveListEmbedPlayerWidth) * 0.5625);
}
.liveList01 li {
	width: 49%;
}
.liveList01 li .pho {
	width: 100%;
	border-radius: 10px;
}
.liveList01 li .txtBox {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 100px 20px 19px;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	background: url("/static/img/common/shadow02.png") no-repeat left bottom;
	background-size: 100% 100%;
}
.liveList01 li .txtBox .title {
	margin-bottom: 0;
}
.liveList01 li .txtBox .title .imgSec {
	width: 38px;
}
.liveList01 li .txtBox .txtSpan {
	width: calc(100% - 48px);
	font-size: 1.5rem;
}
.liveList02 li {
	width: 32%;
}
@media all and (min-width: 1001px) and (max-width: 1215px) {
	.liveList li .txtBox iframe {
		--liveListEmbedPlayerWidth: calc((100vw - var(--browserScrollbarWidthPx) - 30px) * 0.4 - 80px);
	}
}
@media all and (min-width: 751px) and (max-width: 1000px) {
	.liveList {
		margin-bottom: 16px;
	}
	.liveList li .txtBox {
		padding: 0 30px;
	}
	.liveList li .txtBox .title {
		margin-bottom: 7px;
		display: block;
	}
	.liveList li .txtBox .title .imgSec {
		width: 42px;
		margin-bottom: 8px;
		display: block;
	}
	.liveList li .txtBox .txt{
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.liveList li .txtBox iframe {
		--liveListEmbedPlayerWidth: calc((100vw - var(--browserScrollbarWidthPx) - 30px) * 0.4 - 60px);
	}
	.liveList01 li .txtBox {
		padding: 50px 18px 19px;
	}
	.liveList01 li .txtBox .title {
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.liveList01 li .txtBox .title .imgSec {
		margin: 0;
		width: 38px;
	}
	.liveList01 li .txtBox .txtSpan {
		width: calc(100% - 48px);
	}
	.liveList02 li .txtBox {
		padding: 50px 12px 12px;
	}
	.liveList02 li .txtBox .title .imgSec {
		margin: 0;
		width: 30px;
	}
	.liveList02 li .txtBox .txtSpan {
		width: calc(100% - 35px);
		font-size: 1.3rem;
	}
}
@media all and (max-width: 750px) {
	.liveList li a {
		display: block;
		border-radius: 0;
	}
	.liveList li .pho {
		width: 100%;
		border-radius: 0;
		background: none;
	}
	.liveList li .txtBox {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 50px 20px 20px;
		box-sizing: border-box;
		background: url("/static/img/common/shadow.png") no-repeat left bottom;
		background-size: 100% 100%;
	}
	.liveList li .txtBox .title {
		margin-bottom: 0;
		margin-left: 12px;
		margin-right: 12px;
	}
	.liveList li .txtBox .title .imgSec {
		width: 38px;
	}
	.liveList li .txtBox .title .imgSec img {
		width: 100%;
	}
	.liveList li .txtBox .txtSpan {
		width: calc(100% - 47px);
		font-size: 1.5rem;
		line-height: 1.5;
		padding-top: 2px;
	}
	.liveList li .txtBox .txt {
		display: none;
	}
	.liveList01 li {
		width: 100%;
	}
	.liveList01 li .txtBox {
		border-radius: 0;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.bgMain {
	padding: 46px 0 126px;
	background: url("/static/img/common/main_bg.jpg") no-repeat center center;
	background-size: cover;
}
.comBox {
	color: #333;
	max-width: 376px;
	padding: 33px 20px 40px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 12px;
	box-sizing: border-box;
}
.comBox h2 {
	margin-bottom: 17px;
	font-size: 2rem;
}
.comBox .listUl {
	margin-bottom: 20px;
}
.comBox .listUl li {
	margin-bottom: 20px;
	width: 100%;
}
.comBox .listUl li:last-child {
	margin-bottom: 0;
}
.comBox .listUl li input {
	padding: 6px 18px;
	width: 100%;
	height: 50px;
	font-size: 1.5rem;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input::-ms-clear,
input::-ms-reveal {
	display: none;
}
.comBox .listUl.error li input {
	background: #FFDDDD;
}
.comBox .button {
	margin-bottom: 16px;
	position: relative;
	display: block;
	padding: 0px;
}
.comBox .button input {
	cursor: pointer;
	color: #fff;
	height: 50px;
	width: 100%;
	font-size: 1.5rem;
	font-weight: 700;
	border: none;
	background: #000;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.comBox .button input:hover {
	opacity: 0.7;
  transition: .3s;
	-webkit-transition: .3s;
}
.comBox .button:before {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url("/static/img/common/default.png") no-repeat left top;
	background-size: 24px auto;
	content: "";
	z-index: 100;
}
.comBox .linkBtn a {
	padding: 14px 30px;
	color: #fff;
	position: relative;
	display: block;
	font-weight: 700;
	text-align: center;
	background: #000;
	border-radius: 10px;
}
.comBox .linkBtn a:before {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	width: 6px;
	height: 10px;
	background: url("/static/img/common/icon01.svg") no-repeat left top;
	background-size: 6px auto;
	content: "";
}
.comBox .linkBtn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 751px) and (max-width: 1000px) {
}
@media all and (max-width: 750px) {
	.bgMain {
		padding: 0;
		background: none;
	}
	.comBox {
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comContent
------------------------------------------------------------*/
.comContent {
	max-width: 680px;
	margin: 0px auto 0;
	padding: 0 15px;
}
@media all and (min-width: 751px) and (max-width: 1000px) {
	.comContent {
		padding: 15px 15px 0;
		max-width: 690px;
	}
}
@media all and (max-width: 750px) {
	.comContent {
		margin: 0px 0 0;
		max-width: inherit;
		padding: 0 20px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.avatarShop02 .headLine02 {
	color: #000;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 2.4rem;
	text-align: center;
}
.avatarShop03 .headLine02 {
	color: #000;
	padding-top: 40px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 2.4rem;
	text-align: center;
}
.headLine02 {
	color: #000;
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 2.4rem;
}
@media all and (max-width: 750px) {
	.headLine02 {
		margin-bottom: 37px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	color: #000;
	margin-bottom: 4px;
}
@media all and (max-width: 750px) {
	.headLine03 {
		margin-bottom: 0;
		line-height: 2;
	}
}
/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
.comTxtList {
	margin-bottom: 27px;
	padding-bottom: 23px;
	border-bottom: 1px solid #E9EAEB;
}
.comTxtList li {
	margin: 0 -10px;
	padding-left: 40px;
	position: relative;
	color: #333;
	line-height: 2;
}
.comTxtList li .num {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 43px;
}
.comTxtList01 li {
	padding-left: 48px;
}
.comTxtList02, .comTxtList03 {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.comTxtList03 li {
    margin: 0 15px;
}
@media all and (max-width: 750px) {
	.comTxtList {
		margin: 0 0 13px;
		padding-bottom: 12px;
	}
	.comTxtList li {
		margin: 0 0 0 -10px;
	}
	.comTxtList03 li {
		margin: 0 0 0 15px;
	}
	.comTxtList02, .comTxtList03 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 21px 0;
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #D0D5DA;
}
.comTable td input[type="text"],
.comTable td input[type="email"],
.comTable td input[type="tel"],
.comTable td select,
.comTable td textarea {
	width: 89%;
	font-size: 1.5rem;
	padding: 8px 22px;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 8px;
	-webkit-appearance: none;
}

.comTable td .notes {
	padding-left: 1.2em;
	font-weight: 400;
	color: #333;
	display: block;
	font-size: 1.4rem;
	text-indent: -1.2em;
}
.comTable td .notes01 {
	margin-top: 17px;
}

.comTable td select {
	padding: 5px 15px;
	font-weight: 400;
	background: url("/static/img/common/icon09.svg") no-repeat right 22px center;
	background-size: 10px 6px;
}
.comTable td .inputSupportText {
	font-size: 1.2rem;
	color: #6b6b6b;
	font-weight: 100;
}
select::-ms-expand { display: none; }
.comTable td textarea {
	padding: 8px 18px;
	height: 160px;
	font-weight: 400;
	line-height: 2;
	resize: vertical;
}
.comTable th {
	padding-top: 35px;
	font-size: 1.4rem;
	font-weight: 400;
	width: 24.4%;
	line-height: 1.4;
}
.comTable th.vMid {
	padding-top: 20px;
	vertical-align: middle;
}
.comTable .must::before {
	content: "* ";
	color: red;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5;
}
.comTable .must {
	padding: 1px 0 3px;
	display: block;
	width: max-content;
	color: red;
	font-weight: 400;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}
.errMes {
	padding-left: 25px;
	color: #E60000;
	font-size: 1.4rem;
	margin-top: 10px;
	display: block;
	font-weight: 400;
	background: url("/static/img/common/icon07.png") no-repeat left top 4px;
	background-size: 15px auto;
}
.greenTxt {
	padding-left: 25px;
	color: #00A000;
	font-size: 1.4rem;
	margin-top: 12px;
	display: block;
	font-weight: 400;
	background: url("/static/img/common/icon29.png") no-repeat left top 3px;
	background-size: 15px auto;
	line-height: 1.4;
}
.comTable .error input[type="text"],
.comTable .error input[type="email"],
.comTable .error input[type="tel"],
.comTable .error select {
	background-color: #FFDDDD;
}
.confirmTab th,
.confirmTab td {
	padding: 26px 0;
	line-height: 2;
}
.confirmTab th {
	padding-top: 29px !important;
	line-height: 1.45;
}
.submit {
	text-align: center;
}
.submit li {
	margin: 0 9px;
	display: inline-block;
	vertical-align: top;
}
.submit li input {
	cursor: pointer;
	padding: 19px 10px;
	width: 316px;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	border: none;
	border-radius: 30px;
	-webkit-appearance: none;
	background: #000 url("/static/img/common/icon10.svg") no-repeat left 25px center;
	background-size: 12px 8px;
	box-sizing: border-box;
}
.submit li input:hover {
	opacity: 0.7;
}
.submit .back input,
.submit .next input {
	width: 147px;
	background: #6E7378;
}
.submit .next input {
	background: #000;
}
.userAddress .userName div {
	display: flex;
}
.userAddress .userName div input[type="text"] {
	width: 110px;
}
.userAddress .userPostalCode input[type="text"] {
	width: auto;
}
.userAddress .trStyle .readOnly {
	background-color: #e4e4e4;
}
.userAddress .comLink {
	margin-top: 10px;
	padding-bottom: 20px;
}
@media all and (min-width: 751px) and (max-width: 1000px) {
	.submit li input:hover {
		opacity: 1;
	}
}
@media all and (max-width: 750px) {
	.comTable th,
	.comTable td {
		padding: 0;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.comTable th {
		padding: 16px 0 0;
		border-bottom: none;
	}
	.comTable td {
		position: relative;
		padding: 16px 0 18px;
	}
	.comTable .must {
		float: none;
		position: absolute;
		top: -20px;
		right: 0;
	}
	.comTable td input[type="text"],
	.comTable td input[type="email"],
	.comTable td input[type="tel"],
	.comTable td select,
	.comTable td textarea {
		padding: 5px 17px;
		width: 100%;
	}
	.comTable td select {
		padding: 5px 13px;
		background-position: right 18px center;
	}
	.comTable td textarea {
		padding: 5px 10px;
	}
	.errMes {
		margin-top: 14px;
		padding-left: 21px;
	}
	.submit {
		max-width: 316px;
		margin: 0 auto;
	}
	.submit li {
		margin: 0;
		width: 100%;
	}
	.submit li input {
		width: 100%;
	}
	.submit li input:hover {
		opacity: 1;
	}
	.submit01 {
		margin: 0 -30px;
		max-width: inherit;
	}
	.submit01 li {
		width: auto;
		margin: 0 10px;
	}
}
@media all and (max-width: 374px) {
	.submit01 li {
		margin: 0 5px;
	}
	.submit .back input, .submit .next input {
		width: 137px;
	}
}
@media all and (max-width: 270px) {
	.userAddress .userName div {
		display: block;
	}
}
/*------------------------------------------------------------
	newsList
------------------------------------------------------------*/
#main .newsList {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .newsList li {
	border-bottom: 1px dotted #CCC;
}
#main .newsList li:nth-child(1) {
	border-top: 1px dotted #CCC;
}
#main .newsList li a {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
#main .newsList li .pho {
	width: 160px;
	background: #e9eaec;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	will-change: transform;
}
#main .newsList li .pho img {
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: scale(1.01) rotate(0.1deg);
	transform: scale(1.01) rotate(0.1deg);
}
@media all and (min-width: 1001px) {
	#main .newsList li a:hover .pho img {
		opacity: 0.5;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
#main .newsList li a:hover .txtBox {
	opacity: 0.7;
}
#main .newsList li .txtBox {
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	word-break: break-word;
}
#main .newsList li .txtBox .date {
	display: block;
	font-size: 1em;
}
#main .newsList li .txtBox .txt {
	display: block;
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 545px;
}
#main .newsList li .txtBox .txt p {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media all and (min-width: 751px) and (max-width: 1000px) {
	#main .newsList {
		margin-bottom: 30px;
	}
	#main .newsList li {
		width: 100%;
	}
	#main .newsList li:nth-child(2) {
		border-top: none;
	}
}
@media all and (max-width: 750px) {
	#main .newsList {
		margin-bottom: 40px;
		display: block;
	}
	#main .newsList li {
		width: 100%;
	}
	#main .newsList li:nth-child(2) {
		border-top: none;
	}
	#main .newsList li a {
		color: #333;
		align-items: flex-start;
		padding: 15px 0;
	}
	#main .newsList li .pho {
		width: 132px;
	}
	#main .newsList li .txtBox {
		line-height: 2;
	}

	#main .newsList li .txtBox .txt {
		white-space: normal;
	}
}

/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	color: #000;
	display: flex;
	justify-content: space-between;
}
.comTopBox .subBox {
	padding: 69px 20px 69px;
	display: flex;
	justify-content: center;
}
.comTopBox .lBox {
	width: 122px;
	text-align: center;
}
.comTopBox .lBox .img {
	margin: 0 auto 22px;
	width: 122px;
}
.comTopBox .lBox .button a {
	display: block;
	margin: 0 auto;
	padding: 6px 10px 8px;
	width: 120px;
	color: #FFF;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 16px;
	background-color: #000;
}
.comTopBox .lBox .button a:hover {
	opacity: 0.7;
}
.comTopBox .rBox {
	margin: 43px 0 0 40px;
}
.comTopBox .rBox p {
	margin-bottom: 43px;
	font-size: 2.4rem;
	font-weight: 700;
}
.comTopBox .rBox .button a {
	padding: 16px 20px;
	display: block;
	position: relative;
	width: 300px;
	color: #000;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
	background-color: #E6EBF0;
}
.comTopBox .rBox .button a:hover {
	opacity: 0.7;
}
.comTopBox .rBox .button a:before {
	margin-top: -10px;
	position: absolute;
	left: 16px;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url("/static/img/common/icon12.svg") no-repeat top center / 20px 17px;
	content: "";
}
.comTopBox .comPage {
	width: 61.25%;
	background-color: #FFF;
}
.comTopBox .comBuy {
	padding: 84px 20px;
	background-color: #E6EBF0;
	width: 38.75%;
	text-align: center;
	box-sizing: border-box;
}
.comTopBox p {
	margin-bottom: 10px;
	font-weight: 500;
}
.comTopBox .txtP {
	color: #333;
	font-size: 3.2rem;
	font-weight: 700;
}
.comTopBox .txtP embed {
	margin-right: 2px;
	width: 22px;
	height: 22px;
}
.comTopBox .txtP .small {
	font-size: 2.4rem;
}
.comTopBox .comLink a {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 40px;
	width: 295px;
	color: #FFF;
	font-size: 1.5rem;
	background: #000;
}
.comTopBox .comLink a:hover {
	opacity: 0.7;
}
.comTopBox .comLink a:before {
	margin-top: -11px;
	right: auto;
	left: 20px;
	width: 21px;
	height: 21px;
	background: url("/static/img/common/icon03.svg") no-repeat center / 21px 21px;
}
.comTopBox .comLink.serial a:before {
	width: 39px;
	background: url("/static/img/common/codeIcon.png") no-repeat center / 39px 21px;
}

@media all and (min-width: 751px) /*and (max-width: 1000px)*/ {
	.comTopBox {
		display: none;
	}
}
@media all and (max-width: 750px) {
	.comTopBox {
		display: none;
	}
}
/*------------------------------------------------------------
	comDetailBox
------------------------------------------------------------*/
.comDetailBox {
	padding-top: 20px;
	padding-bottom: 0px;
	/* background: #F6F8FA; */
}
.comDetailBox .content {
	display: flex;
	justify-content: space-between;
}
.comDetailBox .lBox {
	width: 21.6%;
}
.comDetailBox .lBox .sNavi li embed {
	width: 20px;
	height: 22px;
}
.comDetailBox .lBox .sNavi li a {
	padding: 18px 10px 18px 60px;
	display: block;
	color: #000;
	font-size: 1.3rem;
	font-weight: 500;
	background-color: #E6EBF0;
	border-bottom: 1px solid #fff;
}
.comDetailBox .lBox .sNavi li:last-child a {
	border-bottom: 0;
}
.comDetailBox .lBox .sNavi li embed {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 3px 0 0;
}
.comDetailBox .lBox .sNavi li a:before {
}
.comDetailBox .lBox .sNavi li.on a {
	color: #fff;
	background-color: #64696E;
}
.comDetailBox .lBox .sNavi .nav01 a {
	background: #E6EBF0 url("/static/img/common/icon18.png") no-repeat left 17px center;
	background-size: 20px 24px;
	border-radius: 5px 5px 0 0;
}
.comDetailBox .lBox .sNavi .nav02 a {
	background: #E6EBF0 url("/static/img/common/gaibu.svg") no-repeat left 17px center;
	background-size: 22px 20px;
}
.comDetailBox .lBox .sNavi .nav03 a {
	background: #E6EBF0 url("/static/img/common/icon20.png") no-repeat left 17px center;
	background-size: 22px 22px;
}
.comDetailBox .lBox .sNavi .nav04 a {
	border-radius: 0 0 5px 5px;
	background: #E6EBF0 url("/static/img/common/icon21.png") no-repeat left 19px center;
	background-size: 20px 22px;
}
.comDetailBox .lBox .sNavi .nav05 a {
	background: #E6EBF0 url("/static/img/common/icon30.png") no-repeat left 19px center;
	background-size: 18px 18px;
}
.comDetailBox .lBox .sNavi .nav01.on a {
	background-image: url("/static/img/common/icon18_on.png");
}
.comDetailBox .lBox .sNavi .nav02.on a {
	background-image: url("/static/img/common/gaibu_on.png");
}
.comDetailBox .lBox .sNavi .nav03.on a {
	background-image: url("/static/img/common/icon20_on.png");
}
.comDetailBox .lBox .sNavi .nav04.on a {
	background-image: url("/static/img/common/icon21_on.png");
}
.comDetailBox .lBox .sNavi .nav05.on a {
	background-image: url("/static/img/common/icon30_on.png");
}
/*@media all and (min-width: 1001px){*/
	.comDetailBox .lBox .sNavi .nav01 a:hover {
		color: #fff;
		background-color: #64696E;
		background-image: url("/static/img/common/icon18_on.png");
	}
	.comDetailBox .lBox .sNavi .nav02 a:hover {
		color: #fff;
		background-color: #64696E;
		background-image: url("/static/img/common/gaibu_on.svg");
	}
	.comDetailBox .lBox .sNavi .nav03 a:hover {
		color: #fff;
		background-color: #64696E;
		background-image: url("/static/img/common/icon20_on.png");
	}
	.comDetailBox .lBox .sNavi .nav04 a:hover {
		color: #fff;
		background-color: #64696E;
		background-image: url("/static/img/common/icon21_on.png");
	}
	.comDetailBox .lBox .sNavi .nav05 a:hover {
		color: #fff;
		background-color: #64696E;
		background-image: url("/static/img/common/icon30_on.png");
	}
/*}*/
.comDetailBox .rBox {
	width: 75%;
}
.comDetailBox .rBox .ttlBox {
	margin: 0px 0 18px;
}
.comDetailBox .rBox .ttlBox .headLine02 {
	margin: 0;
	padding-left: 19px;
	font-size: 2rem;
	float: left;
	position: relative;
}
.comDetailBox .rBox .ttlBox .headLine02:before {
	position: absolute;
	left: 0;
	top: 6px;
	bottom: 3px;
	width: 8px;
	background: #000;
	content: "";
}
.comDetailBox .rBox .ttlBox .timeBox {
	float: right;
	padding-right: 19px;
	font-weight: 700;
}
.comDetailBox .rBox .ttlBox .timeBox select {
	margin: 0 1px;
	width: 86px;
	height: 36px;
	font-size: 1.5rem;
	padding: 5px 8px;
	border-radius: 8px;
	-webkit-appearance: none;
	border: 1px solid #CCC;
	background: #fff url("/static/img/common/icon09.svg") no-repeat right 16px center;
	background-size: 10px 6px;
	box-sizing: border-box;
}
.comDetailBox .rBox .ttlBox .timeBox .month01 {
	width: 68px !important;
}

.comDetailBox .rBox .ttlBox .typeSelectBox {
	float: right;
	padding-right: 19px;
	font-weight: 700;
	border-bottom: solid 1px white;
}
.comDetailBox .rBox .ttlBox .typeSelectBox select {
	margin: 0 1px;
	width: 206px;
	height: 36px;
	font-size: 1.5rem;
	padding: 5px 8px;
	border-radius: 8px;
	-webkit-appearance: none;
	border: 1px solid #CCC;
	background: #fff url("/static/img/common/icon09.svg") no-repeat right 16px center;
	background-size: 10px 6px;
	box-sizing: border-box;
}
.comDetailBox .rBox .tabUl li {
	float: left;
	width: 33.3333%;
}
.comDetailBox .rBox .tabUl li a {
	padding: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-weight: 700;
	background: #E6EBF0;
	text-align: center;
}
.comDetailBox .rBox .tabUl li:not(:last-child) a {
	border-right: 1px solid #D0D5DA;
}
.comDetailBox .rBox .tabUl li.on a,
.comDetailBox .rBox .tabUl li a:hover {
	color: #fff;
	background: #64696E;
}
.comDetailBox .rBox .twoColumn li {
	width: 50%;
}
.comDetailBox .rBox .twoColumn li:last-child a {
	border-right: none;
}
.comDetailBox .rBox .oneColumn {
	display: none;
}
.comDetailBox .rBox .oneColumn li {
	width: 100%;
}
.comDetailBox .rBox .tabPanel {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 30px;
}
.comDetailBox .rBox .linkBox {
	padding: 10px;
}
.comDetailBox .rBox .linkBox .rLink {
	float: right;
}
.comDetailBox .rBox .linkBox .lLink {
	float: left;
}
.comDetailBox .rBox .comLink a {
	color: #fff;
	width: auto;
	padding: 5px 17px 6px;
	font-size: 1.5rem;
	min-width: 74px;
	background: #000;
	border-radius: 30px;
}
.comDetailBox .rBox .comLink a:before {
	display: none;
}
.comDetailBox .rBox .comLink a:hover {
	opacity: 0.7;
}
.comDetailBox .rBox .txtList {
	clear: both;
}
.couponDetailBox .rBox .txtList li {
	flex-direction: column;
	justify-content: center;
	padding: 17px 20px 17px 30px;
	background: #fff;
	border-top: 1px solid #E9EAEB;
}
.comDetailBox .rBox .txtList li a,
.comDetailBox .rBox .txtList li div
{
	display: flex;
	padding: 17px 20px 17px 30px;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #E9EAEB;
	background: #fff;
	box-sizing: border-box;
}
.otherDetailBox .rBox .txtList li a {
	cursor: auto;
}
.couponDetailBox .rBox .txtList li div {
	justify-content: space-between;
	padding: 0;
	border-top: unset;
	width: 100%;
}
.couponDetailBox .rBox .txtList .listRow {
	display: flex;
	flex-direction: row;
}
.couponDetailBox .rBox .txtList .couponImage {
	max-width: 100px;
	max-height: 250px;
	margin-right: 25px;
}
.couponDetailBox .rBox .txtList .listItemContainer {
	display: flex;
	flex-direction: column;
}
.couponDetailBox .rBox .txtList li .rTxt {
	margin-right: 20px;
	margin-left: 3px;
}
.comDetailBox .rBox .txtList li .date {
	width: 11%;
	color: #000;
	font-size: 1.2rem;
}
.comDetailBox .rBox .txtList li .price {
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 2px;
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	min-width: 84px;
	background: #F0F2F4;
	border-radius: 30px;
	box-sizing: border-box;
	text-align: right;
}
.comDetailBox .rBox .txtList li .price .small {
	font-size: 1.2rem;
	font-weight: 400;
}
.comDetailBox .rBox .txtList li .cashAndPoint {
	line-height: 25px;
	float: right;
}
.comDetailBox .rBox .txtList li .ttl {
	color: #333;
	font-weight: 700;
	height: 43px;
	width: 45.5%;
}
.comDetailBox .rBox .txtList li .ttl .top {
	margin-bottom: 1px;
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
}
.comDetailBox .rBox .txtList li .button > span {
	padding: 11px 20px 11px 12px;
	min-width: 124px;
	display: block;
	color: #000;
	font-size: 1.2rem;
	text-align: left;
	border-radius: 5px;
	background: #E6EBF0 url("/static/img/common/icon24.svg") no-repeat right 12px center;
	background-size: 6px 10px;
	box-sizing: border-box;
}
.comDetailBox .rBox .txtList li .status {
	width: 10%;
}
.comDetailBox .rBox .txtList li .serialButton,
.comDetailBox .rBox .txtList li .pendingButton {
	border-radius: 5px;
	text-align: center;
	background: black;
	margin-left: 8px;
	display: block;
}
.comDetailBox .rBox .txtList li .serialButton > span,
.comDetailBox .rBox .txtList li .pendingButton > span {
	min-width: 80px;
	padding: 11px 10px;
	color: #fff;
	font-size: 1.2rem;
	display: block;
}
.comDetailBox .rBox .txtList li .usedSerial {
	border-radius: 5px;
	text-align: center;
	background: lightgray;
	margin-left: 8px;
	display: block;
}
.comDetailBox .rBox .txtList li .usedSerial > span {
	min-width: 80px;
	padding: 11px 10px;
	color: #fff;
	font-size: 1.2rem;
	display: block;
}
.comDetailBox .rBox .txtList li a:hover {
	opacity: 0.7;
}
.comDetailBox .rBox .txtList01 li {
	border-top: 1px solid #E9EAEB;
}
.comDetailBox .rBox .txtList01 li input[type="checkbox"] {
	display: none;
}
.comDetailBox .rBox .txtList01 li input[type="checkbox"] + label {
	padding: 17px 20px 17px 112px;
	display: flex;
	cursor: pointer;
	justify-content: flex-start;
	align-items: center;
	background: #fff url("/static/img/common/icon22.svg") no-repeat left 40px center;
	background-size: 15px 15px;
	box-sizing: border-box;
}
.comDetailBox .rBox .txtList01 li input[type="checkbox"]:checked + label {
	background: #F3F4F6 url("/static/img/common/icon23.svg") no-repeat left 40px center;
	background-size: 15px 15px;
}
.comDetailBox .rBox .jspHorizontalBar{
	display: none;
}
.comDetailBox .rBox .txtList01 li .ttl {
	width: 51%;
}
.comDetailBox .rBox .txtListSpe li .ttl {
	width: 60%;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.comDetailBox .rBox .txtListSpe li .ttl p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.comDetailBox .rBox .txtListSpe li:first-child a {
	border-top: none;
}
.comDetailBox .rBox .txtListSpe01 li .date,
.comDetailBox .rBox .txtListSpe01 li .payMethod {
	font-size: 1.5rem;
	width: 15%;
}
.comDetailBox .rBox .txtList li .cashAndPoint {
	min-width: fit-content;
}

.comDetailBox .rBox .txtListSpe01 li .status {
	min-width: 100px;
	margin-right: 10px;
}

.comDetailBox .rBox .txtListSpe01 li a {
	padding: 14px 20px 14px 40px;
}
.comDetailBox .rBox .txtListSpe01 li  div a {
	padding: 10px 40px;
}
.comDetailBox .rBox .txtListSpe01 li:first-child a {
	border-top: none;
}
.comDetailBox .rBox .txtListSpe01 li .button p {
	text-align: center;
	color: white;
}
.comDetailBox .rBox .txtListSpe01 li .price .small {
	font-size: 1.5rem;
}

.comDetailBox .rBox .txtListSpe02 li a {
	cursor: auto;
	position: relative;
}
.comDetailBox .rBox .txtListSpe02 li .serviceIcon {
	width: 38px;
	height: 38px;
	fill: #999;
	margin-right: 40px;
}
.comDetailBox .rBox .txtListSpe02 li.on .serviceIcon {
	fill: none;
}
.comDetailBox .rBox .txtListSpe02 li .serviceName {
	font-size: 1.7rem;
	font-weight: 300;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.comDetailBox .rBox .txtListSpe02 li .linkBtn {
	margin-left:auto;
	position: relative;
	cursor: pointer;
	padding: 7px 20px 7px 12px;
	min-width: 124px;
	color: #000;
	font-size: 1.6rem;
	text-align: right;
	border-radius: 5px;
	background: #E6EBF0;
	background-size: 6px 10px;
	box-sizing: border-box;
}
.comDetailBox .rBox .txtListSpe02 li.on .linkBtn {
	background: #696969;
	color: #fff;
}
.comDetailBox .rBox .txtListSpe02 li .linkBtn:hover {
	opacity: 0.7;
}
.comDetailBox .rBox .txtListSpe02 li .linkBtn:before {
	position: absolute;
	left: 14px;
	margin-top: -6px;
	top: 50%;
	width: 15px;
	height: 15px;
	content: "";
	background: url(/static/img/common/icon25.svg) no-repeat;
	background-size: 15px auto;
}

.comDetailBox .rBox .txtListSpe02 li.on .linkBtn:before {
	background: url(/static/img/common/icon23.svg) no-repeat;
}

.comDetailBox .rBox .txtListSpe02 li a:hover {
	opacity: initial;
}

.comDetailBox .comBtn01,
.comDetailBox .comBtn02 {
	margin-top: 0;
}
.comDetailBox .comBtn01 a,
.comDetailBox .comBtn02 a {
	padding: 8px 10px 11px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.comDetailBox .comBtn01 a:before {
	left: 20px;
	right: auto;
	background-image: url("/static/img/common/icon14.svg");
}
.comDetailBox .comBtn02 a:before {
	background-image: none;
}
.comDetailBox .comBtn01 a:hover,
.comDetailBox .comBtn02 a:hover {
	opacity: 0.7;
}
@media all and (min-width: 1001px) {
	.comBtn01 {
		display: none;
	}

	.lBox .comBtn01{
		display: block;
	}
}
@media all and (min-width: 751px) /*and (max-width: 1000px)*/ {
	.comDetailBox {
		background: none;
		max-width: 1025px;
		margin-left: auto;
		margin-right: auto;
	}
	.couponDetailBox {
		max-width: 725px;
	}
	.comDetailBox .content {
		display: block;
		padding: 0;
		margin: 0;
	}
	.comDetailBox .lBox {
		display: none;
	}
	.comDetailBox .rBox {
		width: 100%;
	}
	.comDetailBox .rBox .ttlBox {
		margin: 0px 0 0;
	}
	.comDetailBox .rBox .ttlBox .headLine02 {
		padding: 0;
		float: none;
		font-size: 2.4rem;
		margin-bottom: 23px;
		text-align: center;
	}
	.comDetailBox .rBox .ttlBox .headLine02:before {
		display: none;
	}
	.comDetailBox .rBox .ttlBox .timeBox,
	.comDetailBox .rBox .ttlBox .typeSelectBox
	{
		padding: 10px 40px;
		float: none;
		background: #F3F4F6;
		text-align: center;
	}
	.comDetailBox .rBox .txtList li .date {
		width: 13%;
	}
	.comDetailBox .rBox .txtList li .ttl {
		width: 54%;
	}
	.comDetailBox .rBox .txtList01 li .button {
		display: none;
	}
	.comDetailBox .rBox .txtList01 li .ttl {
		width: 70%;
	}
	.comDetailBox .rBox .txtList01 li input[type="checkbox"] + label {
		padding-left: 100px;
	}
	.comDetailBox .rBox .txtList01 li .date {
		width: 14.5%;
	}
	.comDetailBox .rBox .tabUl li a:hover {
		color: #000;
		background: #E6EBF0;
	}
	.comDetailBox .rBox .tabUl li.on a:hover {
		color: #fff;
		background: #64696E;
	}
}
@media all and (max-width: 750px) {
	.comDetailBox {
		background: none;
	}
	.comDetailBox .content {
		display: block;
		padding: 0;
	}
	.comDetailBox .lBox {
		display: none;
	}
	.comDetailBox .rBox {
		width: 100%;
	}
	.comDetailBox .rBox .ttlBox {
		margin: 0px 0 0;
	}
	.comDetailBox .rBox .ttlBox .headLine02 {
		float: none;
		padding: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.comDetailBox .rBox .ttlBox .headLine02:before {
		display: none;
	}
	.comDetailBox .rBox .ttlBox .timeBox,
	.comDetailBox .rBox .ttlBox .typeSelectBox {
		padding: 10px 10px;
		float: none;
		background: #F3F4F6;
	}
	.comDetailBox .rBox .tabUl li a {
		font-size: 1.3rem;
		padding: 10px;
	}
	.comDetailBox .rBox .tabUl li a:hover {
		color: #000;
		background: #E6EBF0;
	}
	.comDetailBox .rBox .tabUl li.on a:hover {
		color: #fff;
		background: #64696E;
	}
	.comDetailBox .rBox .txtList li a,
	.comDetailBox .rBox .txtList li div {
		padding: 12px 28px 15px 20px;
		display: block;
		position: relative;
	}
	.couponDetailBox .rBox .txtList li div {
		padding: unset;
		display: flex;
		position: relative;
	}
	.comDetailBox .rBox .txtList li a:before {
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -5px;
		background: url("/static/img/common/icon04.svg") no-repeat left top;
		background-size: 6px 10px;
		width: 6px;
		height: 10px;
		content: "";
	}
	.comDetailBox .rBox .txtList li .button {
		display: none;
	}
	.comDetailBox .rBox .txtList .serialButton {
		margin-top: 8px;
		display: block;
	}
	.comDetailBox .rBox .txtList .usedSerial {
		margin-top: 8px;
		display: block;
	}
	.comDetailBox .rBox .txtList li .price {
		margin-bottom: -3px;
		float: right;
	}
	.comDetailBox .rBox .linkBox {
		padding: 6px;
	}
	.comDetailBox .rBox .txtList li .date {
		display: block;
		margin-top: -3px;
		width: auto;
		float: left;
	}
	.comDetailBox .rBox .txtList li .cashAndPoint {
		margin-top: -3px;
	}
	.comDetailBox .rBox .txtList li .cashAndPoint .price {
		margin-right: 5px;
		float: unset;
	}
	.comDetailBox .rBox .txtList li .ttl {
		clear: both;
		display: block;
		width: auto;
	}
	.couponDetailBox .rBox .txtList li .ttl {
		display: flex;
	}
	.comDetailBox .rBox .txtListSpe li .ttl {
		width: auto;
	}
	.comDetailBox .rBox .txtList01 li a:before {
		display: none;
	}
	.comDetailBox .rBox .txtList01 li input[type="checkbox"] + label {
		display: block;
		padding: 12px 18px 15px 50px;
		background-position: left 20px center !important;
	}
	.comDetailBox .rBox .txtList01 li .price {
		margin: 0 0 -3px;
	}
	.comDetailBox .rBox .txtListSpe01 li a {
		padding: 20px 20px;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.comDetailBox .rBox .txtListSpe01 li div a {
		padding: 10px 40px;
	}
	.comDetailBox .rBox .txtListSpe01 li .date {
		font-size: 1.5rem;
		float: none;
	}
	.comDetailBox .rBox .txtListSpe01 li a:before {
		display: none;
	}
	.comDetailBox .rBox .txtListSpe01 li .price {
		margin: 0;
		padding: 1px 10px;
		font-size: 1.5rem;
		min-width: 82px;
	}
	.comDetailBox .rBox .txtListSpe01 li .price .small {
		font-size: 1.2rem;
	}
	.comDetailBox .rBox .txtListSpe01 li .status {
		margin-top: 4px;
		margin-left: auto;
		margin-right: auto;
	}

	.comDetailBox .rBox .txtListSpe02 li a {
		display: flex;
	}
	.comDetailBox .rBox .txtListSpe02 li a:before {
		display: none;
	}
	.comDetailBox .rBox .txtListSpe02 li .serviceIcon {
		margin-right: 10px;
	}
	.comDetailBox .rBox .txtListSpe02 li .serviceName p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

}
@media all and (max-width: 440px) {

	.comDetailBox .rBox .txtListSpe01 li .date {
		min-width: fit-content;
		margin-bottom: auto;
		margin-top: -10px;
	}

	.comDetailBox .rBox .txtListSpe01 li .payMethod{
		padding-left: 10px;
		margin-left: -140px;
		margin-top: 10px;
		width: 100px;
	}

	.comDetailBox .rBox .txtListSpe01 li .price {
		margin-top: 10px;
		margin-left: auto;
	}

	.comDetailBox .rBox .txtListSpe01 .boxBorder {
		border-bottom: 1px solid #ccc;
	}

	.boxDetail .analog {
		background-color: #1a1aff;
	}
}
/*------------------------------------------------------------
	comComplete
------------------------------------------------------------*/
/* #main .comComplete {
	padding-bottom: 0;
} */
#main .comComplete .h2Ttl02 {
	margin: -40px 0 22px;
	padding-top: 81px;
	font-size: 2.4rem;
	text-align: center;
	background: url("/static/img/common/icon17.svg") no-repeat center top;
	background-size: 40px 40px;
}
#main .comComplete .txtP {
	margin-bottom: 70px;
	text-align: center;
	line-height: 2;
}
#main .comComplete .comLink02 a {
	padding: 14px 15px 13px;
	font-weight: 500;
	width: 160px;
	color: #fff;
	font-size: 1.4rem;
	background: #000 url("/static/img/common/icon14.svg") no-repeat left 20px center;
	background-size: 6px 10px;
}
#main .comComplete .comLink02.noIcon a {
	background: #000;
}
#main .comComplete .comLink02 a:before {
	display: none;
}
#main .comComplete .comLink02 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 750px) {
	#main .comComplete .h2Ttl02 {
		margin: -43px 0 10px;
		padding-top: 45px;
		font-size: 2rem;
		text-align: center;
		background: url("/static/img/common/icon17.svg") no-repeat center top;
		background-size: 31px 31px;
	}
	#main .comComplete .txtP {
		margin: 0 12px 25px;
		text-align: left;
		line-height: 2;
	}
}
/*------------------------------------------------------------
	popSec
------------------------------------------------------------*/
.popSec {
	display: none;
	background: none;
	padding: 0;
}
.popSec .infoPop {
	overflow-x: hidden;
	margin: 0 auto;
	padding: 30px 0 20px;
	position: relative;
	width: 485px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
}
.popSec .infoPop02,
.popSec .infoPop03,
.popSec .infoPop04,
.popSec .infoPopError {
	display: none;
}
.popSec .infoPop .title {
	font-size: 2rem;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.popSec .infoPop .small {
	display: block;
	font-weight: 400;
	font-size: 2rem;
	text-align: center;
}
.popSec .infoPop .warn {
	color: red;
	font-size: 1.0rem;
	margin: 10px 0;
}
.popSec .infoPop .pho {
	padding: 0 33px;
	text-align: center;
	box-sizing: border-box;
}
.popSec .infoPop .pho-shadow{
	background-color:rgba(0,0,0,0.4);
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.popSec .infoPop .upload {
	margin: 30px auto;
	padding: 0;
	position: relative;
	width: 200px;
	height: 200px;
	background:url(../../img/common/icon31.png) no-repeat center center;
	background-size: cover;
	border-radius: 50%;
}
.popSec .infoPop .upload:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 30px;
	background: url(../../img/common/icon32.png) no-repeat center center;
	background-size: cover;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content:'';
	pointer-events: none;
}
.popSec .infoPop .demo {
	margin-bottom: 30px;
	height: 320px;
}
.popSec .infoPop #upload {
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 50%;
	cursor: pointer;
}
.popSec .croppie-container .cr-viewport, .croppie-container .cr-resizer {
	border: 2px solid #000;
	box-shadow: 0 0 2000px 2000px rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
}
.popSec .croppie-container .cr-slider-wrap {
	position: relative;
	margin: 40px auto 0;
	z-index: 10;
}
.popSec .infoPop01 .title p {
	width: 100%;
	padding-top: 15px;
	margin-bottom: 15px;
}
.popSec .cr-slider-wrap .left {
	position: absolute;
	left: -20px;
	width: 12px;
	top: 6px;
	cursor: pointer;
}
.popSec .cr-slider-wrap .right {
	margin-top: 10px;
	position: absolute;
	right: -31px;
	top: -9px;
	width: 22px;
	cursor: pointer;
}
.popSec .infoPop .pho01 {
	margin-bottom: 60px;
}
.popSec .infoPop .pho01 img {
	width: 200px;
}
.popSec .infoPop .linkUl {
	padding: 20px 0 0px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #D0D5DA;
}
.popSec .infoPop02 .linkUl {
	padding-top: 50px;
}
.popSec .infoPop .linkUl li {
	display: inline-block;
	padding: 10px 20px;
}
.popSec .infoPop .linkUl li a {
	min-width: 143px;
	display: block;
	color: #fff;
	padding: 12px 10px 14px;
	box-sizing: border-box;
	font-weight: 700;
	border-radius: 30px;
	background: #5C5C5C;
}
.popSec .infoPop .linkUl li a:hover {
	opacity: 0.7;
}
.popSec .infoPop01 .linkUl li.confirm a {
	background: #000;
}
.popSec .infoPop01 .linkUl .disable{
	background: #CCC;
	cursor: default;
}
.popSec .infoPop01 .linkUl .disable:hover {
	opacity: 1;
}
.popSec .closeBtn {
	right: 10px;
	top: 10px;
	position: absolute;
	width: 35px;
	height: 35px;
}
.popSec .closeBtn a:hover {
	opacity: 0.7;
}

.popSec .infoPop04,
.popSec .infoPopError {
	padding: 73px 20px 18px;
	width: 335px;
}
.popSec .infoPop04 .resultText,
.popSec .infoPopError .text{
	margin-bottom: 85px;
	padding-top: 46px;
	font-size: 2rem;
	text-align: center;
	background: url("/static/img/common/icon17.svg") no-repeat center top / 31px 31px;
}
.popSec .infoPop04 .errorText,
.popSec .infoPopError .text{
	background: url("/static/img/common/icon28.svg") no-repeat center top / 31px 31px;
}

.popSec .infoPopError .text{
	font-size: 1.9rem;
}

#commonMessage .infoPop .message {
	margin-bottom: 85px;
	padding-top: 46px;
	font-size: 2rem;
	color: #32373C;
	text-align: center;
	background: url("/static/img/common/icon17.svg") no-repeat center top / 31px 31px;
}

#commonMessage .error .message {
	background-image: url("/static/img/common/icon28.svg");
}

#commonMessage .infoPop,
#commonButtonMessage .infoPop
{
	padding: 63px 20px 0;
	width: auto;
	max-width: 550px;
	min-width: 250px;
}

#commonButtonMessage .infoPop .message {
	margin: 35px 0 45px 0;
	font-size: 2rem;
	color: #32373C;
	text-align: center;
}
#commonButtonMessage .infoPop .linkUl {
	padding: 0;
	margin-bottom: 20px;
	border-top: none;
}

#commonButtonMessage .infoPop .linkUl li.confirm a {
	background: #000;
}

.fancybox-slide--html .fancybox-close-small {
	display: none;
}
.popSec .cr-slider {
	width: 100%;
}

.popSec .categoryZone {
	height: 160px;
	margin: 0;
	padding: 0;
}
.popSec .categoryNameLabel {
	margin-bottom: 1px;
	font-size: 2rem;
	background: #E6EBF0;
	color: #000000;
	font-weight: 700;
	text-align: center;
	margin: 0;
}
.popSec .sliderArea {
	padding-top: 0px;
	padding-bottom: 0px;
}
.popSec .categoryZone .sliderArea ul{
	position: relative;
	bottom: 0px;
}
.popSec .categoryZone .sliderArea li {
	display: block;
	height: 130px;
	margin: auto;
	position: relative;
	bottom: 0;
}
.popSec .categoryZone .sliderArea div{
	margin: auto;
}
.popSec .categoryZone .sliderArea .slick-center .currentUploadImage div {
	width: 120px;
	height: 120px;
	position: relative;
	margin-top: 5px;
}
.popSec .categoryZone .sliderArea :not(slick-center) .currentUploadImage div {
	width: 60px;
	height: 60px;
	position: relative;
	margin-top: 65px;
}
.popSec .categoryZone .sliderArea .slick-center .customImage {
	width: 120px;
	height: 120px;
	margin-top: 5px;
	position: relative;
}
.popSec .categoryZone .sliderArea :not(slick-center) .customImage {
	width: 60px;
	height: 60px;
	margin-top: 65px;
	position: relative;
}
.popSec .infoPop01 .categoryZone .sliderArea .slick-center .commonFrame {
	border-radius: 10% 10% 10% 10%;
	border:solid 1px black;
	width: 100%;
	height: 100%;
	position: absolute;
}
.popSec .infoPop01 .categoryZone .sliderArea :not(slick-center) .commonFrame {
	border-radius: 10% 10% 10% 10%;
	border:solid 1px black;
	width: 100%;
	height: 100%;
	position: absolute;
}
.popSec .infoPop01 .categoryZone .sliderArea :not(slick-center) .frameImage,
.popSec .infoPop01 .categoryZone .sliderArea .slick-center .frameImage {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: fill;
}
.popSec .infoPop01 .categoryZone .sliderArea .slick-center .partsImage {
	border-radius: 10% 10% 10% 10%;
	width: 118px;
	height: 118px;
	position: absolute;
	top: 1px;
	left: 1px;
	object-fit: fill;
}
.popSec .infoPop01 .categoryZone .sliderArea :not(slick-center) .partsImage {
	border-radius: 10% 10% 10% 10%;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 1px;
	left: 1px;
	object-fit: fill;
}
.popSec .categoryZone .customImage .frameImage img{
	display: block;
	margin: 0 auto;
	align-self: end;
	border-radius: initial;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: fill;
}
.popSec .categoryZone .customImage .partsImage img{
	display: block;
	margin: 0 auto;
	align-self: end;
	border-radius: 10% 10% 10% 10%;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: fill;
}
.avatarShopBox .categoryZone .customImage .isFrame,
.popSec .categoryZone .sliderArea :not(slick-center) .customImage .isFrame,
.popSec .categoryZone .sliderArea .slick-center .customImage .isFrame {
	border-radius:0;
	border:none;
}
.categoryZone .slick-prev,
.categoryZone .slick-next {
	position: absolute;
	display: block;
	width: 14px;
	height: 25px;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
}
.categoryZone .slick-prev {
	top: 10%;
	left: 5%;
	background-size: 14px 25px;
	background: url("/static/img/common/prev.png") no-repeat;
	filter: invert(1);
	z-index: 100;
}
.categoryZone .slick-next {
	top: 10%;
	right: 5%;
	background-size: 14px 25px;
	background: url("/static/img/common/next.png") no-repeat;
	filter: invert(1);
	z-index: 100;
}
.popSec .borderLine {
	margin: 0;
	padding: 0;
	border-bottom: thin solid #5a6268;
}
.popSec .partsLabelArea {
	margin-bottom: 1px;
	font-size: 2rem;
	background: #E6EBF0;
	color: #000000;
	font-weight: 700;
	text-indent: 0.1in;
	display: flex;
}
.popSec .partsLabelArea p{
	padding-top: 5px;
	font-size: 1.5rem;
}
.popSec .partsCategoryZone {
	height: 400px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0;
	padding: 0;
}
.popSec .partsLabelArea .totalPartsPrice {
	font-size: 1.5rem;
	color: #313131;
}
.popSec .partsCategoryZone ul{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0 0 5px 0;
}
.iconPartsButton {
	display: none;
}
.popSec  .partsCategoryZone li{
	display: inline-block;
	margin: 0 5px;
	width: 60px;
}
.partsCategoryZone .choicePartsArea li :checked + div {
	border: solid 1px #ff661f;
	width: 100%;
	width: 60px;
	height: 60px;
}
.partsCategoryZone .choicePartsArea li div {
	border-radius: 10% 10% 10% 10%;
	border:solid 1px black;
	width: 60px;
	height: 60px;
}

.partsCategoryZone .choicePartsArea.frame li div {
	border-radius: initial;
	border: solid 1px transparent;
}

.partsCategoryZone .choicePartsArea.frame li :checked + div {
	border: solid 1px #ff661f;
}

.avatarShopBox .categoryZone .customImage {
	width: 120px;
	height: 120px;
	position: relative;
	margin: 5px auto;
}
.avatarShopBox .categoryZone .commonFrame {
	border-radius: 10% 10% 10% 10%;
	border:solid 1px black;
	width: 120px;
	height: 120px;
	position: absolute;
}
.avatarShopBox .categoryZone .frameImage {
	width: 120px;
	height: 120px;
	position: absolute;
}
.avatarShopBox .categoryZone .partsImage {
	border-radius: 10% 10% 10% 10%;
	width: 118px;
	height: 118px;
	position: absolute;
	top: 1px;
	left: 1px;
}
.avatarShopBox .categoryZone .frameImage img,
.avatarShopBox .categoryZone .partsImage img{
	border-radius: 10% 10% 10% 10%;
	height: 100%;
	object-fit: fill;
}
.avatarShop .partsAlreadyBoughttrue {
	opacity: 0.5;
}
.popSec .partsCategoryZone li p{
	text-align: center;
	line-height: 25px;
	font-size: 1.3rem;
}
.popSec .partsCategoryZone li img{
	object-fit: fill;
	height: 58px;
	width: 58px;
	border-radius: 10% 10% 10% 10%;
}
.popSec .partsCategoryZone .frame li img{
	border-radius: initial;
}
.popSec .partsCategoryZone .noPurchased {
	opacity: 0.7;
}
.popSec .partsCategoryZone .uploadImageArea {
	height: 400px;
	overflow-y: hidden;
}
.popSec .IconImage {
	padding: 9px 0;
	height: 100%;
}

.popSec .cashRegister {
	border-top: 2px solid #494949;
	width: 100%;
	height: 70px;
	background: #dbdbdb;
	display: flex;
	position: relative;
}
.popSec .cashRegister .pointType{
	width: 50%;
}
.popSec .cashRegister div {
	text-align: right;
	margin: auto 0;
}
.popSec .cashRegister p{
	margin: 0 10px;
	color: black;
}
.popSec .setSales {
	background: #dbdbdb;
	text-align: right;
}
.popSec .setSales p {
	margin: 0 10px;
	color: #ffa04d;
}
.popSec .viewBtn {
	width: 60%;
	position: relative;
	text-align: center;
	background: black;
	margin: 10px auto;
}
.popSec .viewBtn a {
	padding: 13px 30px 14px;
	margin-left: 15px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	display: block;
	background: url("/static/img/common/icon13.svg") no-repeat left 2px center;
	background-size: 18px 18px;
}

@media all and (min-width: 751px) and (max-width: 1000px) {
	/*.popSec .infoPop {*/
	/*	width: 340px;*/
	/*}*/
	.popSec .infoPop .title {
		margin-bottom: 30px;
	}
	.popSec .infoPop .upload {
		margin-bottom: 30px;
	}
	.popSec .infoPop .linkUl li {
		margin: 0 5px;
	}
	.popSec .infoPop .pho01 {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 750px) {
	.popSec .infoPop {
		width: calc(100vw - 40px);
	}
	/*.popSec .infoPop .demo {
		height: 195px;
	}*/
	.popSec .infoPop .title {
		margin-bottom: 30px;
	}
	.popSec .infoPop .upload {
		margin-bottom: 30px;
	}
	.popSec .infoPop01 .linkUl li {
		margin: 0 6px 6px;
	}
	.popSec .infoPop .pho01 {
		margin-bottom: 40px;
	}
	.popSec .cr-slider {
		padding-top: 0;
		padding-bottom: 0;
	}
	.popSec .cr-slider-wrap .left {
		top: 10px;
	}
	.popSec .cr-slider-wrap .right {
		top: -6px;
	}
}
@media all and (max-width: 350px) {
	.popSec .infoPop .linkUl li.back01 {
		transform: translateY(-10px);
	}
	.popSec .infoPop02 .linkUl li.confirm {
		transform: translateY(-5px);
	}

	.popSec .infoPop .linkUl li.back02 {
		transform: translateY(-3px);
	}
	.popSec .infoPop03 .linkUl li.confirm {
		transform: translateY(3px);
	}
}

@media all and (max-height: 500px) {
	.popSec .infoPop{
		overflow-x: hidden;
	}
	.popSec .infoPop .pho-shadow {
		width: 100px;
		height: 100px;
	}
	.popSec .infoPop .title {
		margin-bottom: 20px;
	}
	.popSec .infoPop .demo {
		height: 230px;
	}
	.popSec .infoPop .upload {
		margin-bottom: 20px;
		width: 100px;
		height: 100px;
	}
	.popSec .infoPop .pho01 {
		margin-bottom: 20px;
	}
}
/*------------------------------------------------------------
	popInner
------------------------------------------------------------*/
.popInner {
	display: none;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
	position: relative;
}
.comTicket {
	padding: 30px 0 40px;
	margin: 0 auto;
	width: 440px;
	position: relative;
	border-radius: 10px;
	background-color: #FFF;
	box-sizing: border-box;
	color: #000;
}
.avatarShop .closeBtn,
.comTicket .closeBtn {
	right: 10px;
	top: 20px;
	position: absolute;
	/*width: 35px;*/
	/*height: 35px;*/
}
.avatarShop .closeBtn a,
.comTicket .closeBtn a {
	display: flex;
	width: 45px;
	height: 45px;
	align-items: center;
	justify-content: center;
}
.avatarShop .closeBtn a:hover,
.comTicket .closeBtn a:hover {
	opacity: 0.7;
}
.avatarShop .closeBtn img,
.comTicket .closeBtn img {
	display: block;
	width: 35px;
	height: 35px;
}
.comTicket .title {
	margin-bottom: 16px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
.comTicket .bgTxt {
	margin-bottom: 10px;
	padding: 7px 15px 8px 0;
	background-color: #E6EBF0;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
}
.comTicket .bgTxt .num {
	margin-left: 10px;
	display: inline-block;
	font-size: 2.3rem;
}
.comTicket .bgTxt .small {
	font-size: 1.4rem;
}
.comTicket .formBox {
	margin: 0 auto;
	width: 360px;
}
.comTicket .timeBox {
	margin-bottom: 18px;
	padding: 6px 60px 0 0;
	position: relative;
}
.comTicket .timeBox .live {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	width: 60px;
	height: 20px;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	background-color: #000;
}
.comTicket .timeBox dl {
	display: flex;
	/* flex-wrap: wrap; */
	font-size: 1.2rem;
	line-height: 1.5;
}
.comTicket .timeBox dt {
	width: 72px;
}
.comTicket .timeBox dd {
	font-weight: 700;
	width: 242px;
}
.comTicket .timeBox span {
	display: inline-block;
}
.comTicket select,
.comTicket input {
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border: none;
}
.comTicket select {
	margin-bottom: 10px;
	padding: 5px 20px;
	height: 48px;
	font-size: 1.5rem;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	box-sizing: border-box;
	background: url("/static/img/common/icon09.svg") no-repeat right 20px center / 10px 10px;
}
.comTicket .buySpace {
	margin: 10px -20px 20px;
	text-align: center;
}
.avatarShop .noSomePartsText,
.avatarShop .noAllPartsText,
.avatarShop .notEnoughText,
.avatarShop .notSupportText,
.avatarShop .allPartsDetachText,
.avatarShop .notisPurchasedText {
	margin: 10px 15px 15px;
	color: #E60000;
	font-size: 1.9rem;
	font-weight: 700;
	text-align: center;
}
.comTicket .notEnoughText,
.comTicket .notSupportText {
	margin: 10px 15px 15px;
	color: #E60000;
	font-size: 1.9rem;
	font-weight: 700;
}
.comTicket .notEnoughButton {
	margin: 20px 20px;
}
.comTicket select::-ms-expand { display: none; }
.comTicket .linkUl li {
	margin: 0 6px;
	display: inline-block;
	vertical-align: top;
}
.avatarShop .linkUl li a,
.comTicket .linkUl li a {
	min-width: 174px;
	display: block;
	color: #fff;
	padding: 12px 10px 14px;
	box-sizing: border-box;
	font-weight: 700;
	border-radius: 30px;
	background: #5C5C5C;
}
.avatarShop .linkUl li a:hover,
.comTicket .linkUl li a:hover {
	opacity: 0.7;
}
.comTicket .linkUl li.confirm a {
	background: #000;
}
.avatarShop .linkUl li.disable a,
.comTicket .linkUl li.disable a {
	background: #CCC;
	cursor: default;
}
.avatarShop .linkUl li.disable a:hover,
.comTicket .linkUl li.disable a:hover {
	opacity: 1;
}
.comTicket .button a,
.comTicket .button input {
	padding: 13px;
	font-size: 1.5rem;
	border-radius: 6px;
	color: #FFF;
	font-weight: 700;
	transition: .3s;
	cursor: pointer;
	background: #000 url("/static/img/common/icon03.svg") no-repeat left 20px center / 21px 21px;
}
.comTicket .button a:hover,
.comTicket .button input:hover {
	opacity: 0.7;
}
.comTicket .button a {
	width: 100%;
	padding: 19px;
	display: flex;
	color: #FFF;
	align-items: center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 30px;
	background-image: url("/static/img/common/icon15.svg");
	background-size: 20px 20px;
}
.comTicket .purBtn a {
	padding: 13px;
	font-size: 1.5rem;
	border-radius: 6px;
	color: #FFF;
	font-weight: 700;
	transition: .3s;
	cursor: pointer;
	background: #000 url("/static/img/common/icon03.svg") no-repeat left 20px center / 21px 21px;
}
.comTicket .notEnoughButton a {
	padding-left: 50px;
}
.comTicket02 .timeBox {
	margin-bottom: 16px;
	padding: 16px 0 18px;
	border-top: 1px solid #D0D5DA;
	border-bottom: 1px solid #D0D5DA;
}
.comTicket02 .timeBox .live {
	top: 12px;
}
.comTicket02 .txtBox {
	margin-bottom: 13px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.56;
}
.comTicket02 .txtBox .ttl {
	margin-bottom: 2px;
	font-size: 1.2rem;
}
.comTicket .bgBox {
	margin-bottom: 20px;
	padding: 7px 13px 8px;
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: space-between;
	background-color: #E6EBF0;
}
.comTicket .bgBox .lTxt {
	font-size: 1.5rem;
}
.comTicket .bgBox .rTxt {
	font-size: 1.7rem;
}
.comTicket .bgBox .rTxt .small {
	font-size: 1.2rem;
}
.avatarShop02,
.comTicket03,
.comTicket04 {
	padding: 73px 20px 18px;
	width: 335px;
}
.comTicket .headLine02 {
	margin-bottom: 85px;
	padding-top: 46px;
	font-size: 2rem;
	text-align: center;
	background: url("/static/img/common/icon17.svg") no-repeat center top / 31px 31px;
}
.avatarShop03 .headLine02,
.comTicket04 .headLine02 {
	background: url("/static/img/common/icon28.svg") no-repeat center top / 31px 31px;
}

.comCoupon .couponImage {
	margin: 0 20px 20px 20px;
	text-align: center;
}

.comCoupon .couponImage img {
	max-height: 350px;
}

.comCoupon .timeBox {
	padding: 6px 0 0 0;
}
.comTicket .timeBox dd {
	width: 280px;
}
.comTicket01 {
	padding: 25px 0 10px;
	width: 640px;
}
.comTicket01 .bgTxt {
	font-size: unset;
	padding: 7px 70px 8px;
}
.comTicket01 .formBox {
	width: unset;
}
.comTicket01 .timeBox {
	padding: 0 100px;
	margin-bottom: 8px;
}
.comTicket01 .timeBox dl {
	font-size: unset;
}
.comTicket01 .timeBox dt {
	width: 140px;
	padding-top: 11px;
}
.comTicket01 .divideLine {
	margin: 0px auto 10px;
	border-bottom: 1px solid;
	opacity: 0.4;
}
.comTicket01 .divideSubLine {
	margin: 0px 0px 5px;
	border-bottom: 1px solid;
	opacity: 0.2;
}
.comTicket01 .payPatternListBox {
	margin: 0 auto 10px;
	padding: 0 40px;
}
.comTicket01 .payPatternListBox .payPatternRow {
	padding: 10px 0px 10px 65px;
	width: 100%;
}
.comTicket01 .payPatternListBox .payPatternRow:hover {
	background-color: #E6EBF0;
	cursor: pointer;
}
.comTicket01 .payPatternListBox input[type=radio] {
	transform: scale(2.0);
	margin: 0 8px 0 0;
}
.comTicket01 .payPatternListBox .payPatternRow .notes {
	margin: 10px;
	font-size: 0.8em;
}
.comTicket01 .priceFrameBox {
	margin: 0 40px;
	padding: 20px 40px 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.comTicket01 .priceBox .priceRow {
	display: flex;
	justify-content: space-between;
	padding: 0 15px 0;
	margin-bottom: 5px;
}
.comTicket01 .remainPointBox {
	padding: 10px 12px 10px 15px;
	background-color: #E6EBF0;
}
.comTicket01 .remainPointBox .usePointRow {
	margin-left: 15px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
}
.comTicket01 .remainPointBox .remainPointRow {
	margin-left: 15px;
	margin-bottom: 8px;
}
.comTicket01 .remainPointBox input[type=checkbox] {
	transform: scale(1.6);
	margin: 0 5px 0 5px;
}
.comTicket01 .priceFinalSumBox {
	padding: 0 15px 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
.comTicket01 .priceFinalSumBox .priceFinalSumRow {
	display: flex;
	justify-content: space-between;
	font-size: 2.0rem;
	font-weight: 500;
}
.comTicket01 .buySpace {
	margin: 30px auto 0;
}
.comTicket01 .buySpace .buyTicketNoticeBox {
	margin-top: 30px;
	padding: 10px 100px 10px;
	text-align: left;
	font-size: 0.8em;
	background-color: #E6EBF0;
}
@media all and (max-width: 750px) {
	.comTicket {
		padding: 30px 0 20px;
		width: calc(100vw - 40px);
	}
	.comTicket .closeBtn a:hover {
		opacity: 1;
	}
	.comTicket .button a:hover,
	.comTicket .button input:hover {
		opacity: 1;
	}
	.comTicket .formBox {
		margin: 0 20px;
		width: auto;
	}
	.comTicket .bgTxt {
		padding-bottom: 7px;
	}
	.comTicket .timeBox {
		margin-bottom: 18px;
		padding: 6px 0 0;
	}
	.comTicket .timeBox dd {
		margin-right: -10px;
		font-weight: 700;
		width: calc(100% - 48px);
	}
	.comTicket select {
		margin-bottom: 10px;
		padding: 5px 15px;
	}
	.comTicket .linkUl {
		margin: 10px -20px 30px;
	}
	.comTicket .linkUl li a {
		min-width: 140px;
	}
	.comTicket .linkUl li a:hover {
		opacity: 1;
	}
	.comTicket02 .timeBox {
		margin-bottom: 16px;
		padding: 16px 0 18px;
	}
	.comTicket02 .timeBox .live {
		top: 10px;
	}
	.comTicket .bgBox {
		margin-bottom: 35px;
	}
	.avatarShop02,
	.comTicket03,
	.comTicket04 {
		padding: 62px 0 20px;
	}

	.comTicket .notEnoughButton a {
		font-size: 1.3rem;
	}

	.comTicket01 {
		padding: 25px 0 10px;
		width: calc(100vw - 2px);
		margin-top: 5px;
	}
	.comTicket01 .formBox {
		margin: 0 auto;
		width: unset;
	}
	.comTicket01 .timeBox {
		margin-bottom: 5px;
		padding: 0 40px;
	}
	.comTicket01 .timeBox dl {
		display: unset;
	}
	.comTicket01 .timeBox dt {
		width: unset;
		padding-top: unset;
	}
	.comTicket01 .payPatternListBox {
		margin: 20px 20px 10px;
		padding: 0;
	}
	.comTicket01 .payPatternListBox .payPatternRow {
		padding: 15px 30px;
	}
	.comTicket01 .payPatternListBox .payPatternRow.first {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border: 1px solid #999;
	}
	.comTicket01 .payPatternListBox .payPatternRow.last {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	.comTicket01 .priceFrameBox {
		margin: 0;
		padding: 20px 20px 10px;
		border-radius: unset;
		border: unset;
	}
	.comTicket01 .buySpace .buyTicketNoticeBox {
		margin-top: 30px;
		padding: 10px 20px 10px;
		text-align: left;
		font-size: 0.8em;
		background-color: #E6EBF0;
	}
}
@media all and (max-width: 374px) {
	.comTicket .linkUl li a {
		min-width: 120px;
	}
	.comTicket .notEnoughButton a {
		font-size: 1.0rem;
	}
}
@media all and (-ms-high-contrast:none){
	.popSec .cr-slider-wrap .left {
		top: 10px;
	}
	.popSec .cr-slider-wrap .right {
		top: -5px;
	}
}
/*------------------------------------------------------------
	デジタルMD獲得メッセージ
------------------------------------------------------------*/
#degitalMD_2 {
	font-size: 2rem;
	text-align: center;
	background-color: #E6EBF0;
}
#degitalMD_1,
#degitalMD_3 {
	text-align: center;
}
#degitalMD_4 {
	/* クーポン用(CommonMessage で表示するため下部に余白を設ける) */
	text-align: center;
	padding-bottom: 20px;
}
/*------------------------------------------------------------
	boxResult
------------------------------------------------------------*/
#detail .sec01 .comContent.boxResult {
	max-width: 1200px;
}
.resultTitle {
	height: 45px;
	margin-bottom: 15px;
	font-size: 3rem;
	color: #6c757d;
	min-width: 180px;
}
.text-divider {
	display: flex;
	align-items: center;
	--text-divider-gap: 2rem;
	--text-divider-gap-edge: 1rem;
}
.text-divider::before,
.text-divider::after {
	content: '';
	height: 1px;
	background-color: #6c757d;
	flex-grow: 1;
}
.text-divider::before {
	margin-right: var(--text-divider-gap);
	margin-left: var(--text-divider-gap-edge);
}
.text-divider::after {
	margin-right: var(--text-divider-gap-edge);
	margin-left: var(--text-divider-gap);
}
.userBoxResultItems {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0px auto 10px auto;
}
.userBoxResultItems li {
	width: 270px;
	margin: 0px auto 15px auto;
	display: block;
	flex-wrap: wrap;
	padding: 10px;
	border: 1px solid #cccccc;
}
.userBoxResultItems li:nth-child(3n+1):last-child {
	margin-left: calc((100% - 270px * 3) / 6);
}
.userBoxResultItems li .prizeImage {
	height: 180px;
	width: 180px;
	object-fit: fill;
	margin: auto;
}
.userBoxResultItems li .prizeImage img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.userBoxResultItems li .prizeName {
	word-break: break-word;
	margin: 5px auto;
	height: calc(100% - 220px);
	max-height: 72px;
	font-size: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: left;
}
.userBoxResultItems li .resultPrizeInfo {
	display: flex;
}
.userBoxResultItems li p {
	font-size: 1.3rem;
	word-break: break-word;
}
.userBoxResultItems li .downloadRemainNum {
	text-align: center;
	width: 50%;
	font-size: 2.0rem;
}
.userBoxResultItems li .prizeDownloadButton {
	width: 50%;
}
.userBoxResultItems li .prizeDownloadButton.isUnlimited {
	margin: auto;
}
.userBoxResultItems li .prizeDownloadButton a {
	background: #656565;
	display: block;
	border-radius: 10px;
	text-align: center;
	padding: 5px;
	color: white;
}
.userBoxResultItems li .prizeDownloadButton .disabled{
	pointer-events:none;
	background-color: #b3b3b3;
}
.userBoxResultItems li .itemCountText {
	text-align: center;
	font-size: 2.0rem;
	margin: 5px auto;
}
.orderIdText {
	word-break: break-word;
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 50px;
}
.userHaveTotalPoint {
	display: flex;
	text-align: center;
	background-color: #dcdcdc;
	height: 60px;
	line-height: 80px;
	width: 80%;
	max-width: 600px;
	margin: 0px auto;
}
.userHaveTotalPoint .pointText {
	margin-left: 10px;
	line-height: 64px;
	font-size: 4.0rem;
}
.userHaveTotalPoint span {
	color: #868686;
}
.resultButtonArea {
	margin-top: 50px;
	padding-bottom: 40px;
	display: grid;
}
.resultButtonArea a {
	color: #868686;
	background-color: white;
	border: 1px solid #7d7d7d;
	line-height: 40px;
	height: 40px;
	width: 30%;
	min-width: 155px;
	max-width: 200px;
	margin: 5px auto;
	font-size: 2.0rem;
	text-align: center;
}
.resultButtonArea .morePlay {
	background-color: #1d1d1d;
}
.resultButtonArea .morePlay {
	color: white;
}
.resultButtonArea .morePlay:hover {
	background-color: #494949;
	color: white;
}
.resultButtonArea a:hover {
	background-color: #ececec;
}
@media all and (min-width: 930px) {
	.userBoxResultItems li:nth-child(3n+2):last-child {
		margin-right: calc((270px + ((100% - 270px * 3) / 1)) - ((100% - 270px * 3) / 2));
		margin-left: calc((100% - 270px * 3) / 4);
	}
}
@media all and (max-width: 929px) {
	.userBoxResultItems li:nth-child(2n+1):last-child {
		margin-left: calc((100% - 270px * 2) / 4);
	}
	.userBoxResultItems li:nth-child(3n+1):last-child {
		margin-left: calc((100% - 270px * 2) / 4);
	}
	.userBoxResultItems li:nth-child(3n+2):last-child {
		margin-left: calc((100% - 270px * 2) / 4);
	}
}
@media all and (max-width: 629px) {
	.userBoxResultItems li:nth-child(2n+1):last-child {
		margin-left: auto;
	}
	.userBoxResultItems li:nth-child(3n+1):last-child {
		margin-left: auto;
	}
	.userBoxResultItems li:nth-child(3n+2):last-child {
		margin-right: auto;
		margin-left: auto;
	}
}
@media all and (max-width: 430px) {
	.resultHr span {
		width: 20%;
	}
	.userHaveTotalPoint {
		width: 100%;
		min-width: 155px;
	}
	.userHaveTotalPoint span {
		font-size: 1.0rem;
	}
	.userHaveTotalPoint .pointText {
		font-size: 2.5rem;
		line-height: 70px;
	}
}
@media all and (max-width: 309px) {
	.userBoxResultItems li .prizeName {
		width: auto;
		min-width: 115px;
		margin-bottom: 5px;
	}
	.userBoxResultItems li .itemCountText {
		margin: auto;
	}
}

@media all and (max-width: 270px) {
	.resultHr .hrText {
		font-size: 2.0rem;
		line-height: 50px;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	padding: 0;
	display: none;
	border-radius: 10px;
}
.popBox .innerBox {
	padding: 27px 70px 35px;
	width: 540px;
	position: relative;
}
.popBox .innerBox .closeBtn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	display: block;
}
.popBox .innerBox .closeBtn a:hover {
	opacity: 0.7;
}
.popBox .innerBox .warning {
	margin-bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
}
.popBox .innerBox .warning a {
    border-bottom: 1px solid #000;
}
.popBox .ttlBox {
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.popBox .ttlBox.addressModal {
	display: block;
	text-align: center;
}
.popBox .ttlBox .ttl {
	padding-bottom: 5px;
	font-size: 2rem;
	font-weight: 700;
	color: #000;
}
.popBox .ttlBox .rBox {
	font-size: 1.2rem;
	text-align: right;
	font-weight: 500;
	color: #000;
}
.popBox .ttlBox .rBox embed {
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
.popBox .ttlBox .rBox .txt {
	color: #333;
	font-size: 2rem;
	font-weight: 700;
}
.popBox .ttlBox .rBox .txt .small {
	font-size: 1.2rem;
}
.popBox .listUl {
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
}
.popBox .listUl li:not(:last-child) {
	margin-bottom: 1px;
}
.popBox .listUl li input {
	display: none;
}
.popBox .listUl li label {
	padding: 5px 30px 5px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 50px;
	background: #E6EBF0 url("/static/img/common/icon22.svg") no-repeat left 30px center / 15px 15px;
	box-sizing: border-box;
	cursor: pointer;
}
.popBox .listUl li input:checked + label {
	background-color: #B4B9BE;
	background-image: url("/static/img/common/icon23.svg");
}

.popBox .listUl li .lTxt {
	font-size: 2rem;
	font-weight: 700;
	text-align: right;
	color: #333;
	min-width: 29%;
}
.popBox .listUl li .lTxt .small {
	font-size: 1.5rem;
}
.popBox .listUl li .rTxt {
	color: #333;
	font-size: 1.5rem;
	font-weight: 700;
}
.popBox .listUl li .rTxt .small {
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
}
.popBox .listUl li .rTxt .small .tax {
	display: inline-block;
	transform: scale(0.833);
}
.popBox .button input {
	padding: 0;
	cursor: pointer;
	margin: 0 auto;
	min-width: 250px;
	min-height: 60px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 1.5rem;
	border: none;
	color: #FFF;
	display: block;
	background: #000 url("/static/img/common/icon10.svg") no-repeat left 24px center/ 12px 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.popBox .button input:hover {
	opacity: 0.7;
}


.popBox .button.disable input {
	cursor: default;
	pointer-events: none;
	background-color: #ccc;
}
.popBox .button.disable input:hover {
	opacity: 1;
}


.popBox .back {
	margin-top: 30px;
	display: none;
}
.popBox .back a {
	padding: 10px;
	color: #fff;
	font-size: 1.4rem;
	width: 140px;
	background: #000 url("/static/img/common/icon14.svg") no-repeat left 15px center;
	background-size: 6px 10px;
}
.popBox .back a:before {
	display: none;
}
#purchase .innerBox {
	color: #000;
}
#purchase .innerBox .warning,
#replenishment .innerBox .warning {
	text-align: center;
	font-size: 1.3rem;
}
#purchase .innerBox .warning span,
#replenishment .innerBox .warning span {
	display: inline-block;
}
.popBox .button {
	display: block;
}
.popBox .button input:hover {
	opacity: 0.7;
}
.popBox .back:hover {
	opacity: 0.7;
}
.popBox .innerBox.serialCode {
	padding: 30px 0 40px;
	margin: 0 auto;
	width: 440px;
}
.popBox .innerBox.serialCode .title {
	margin-bottom: 16px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
.popBox .innerBox.serialCode .formBox {
	margin: 0;
	width: 100%;
}
.popBox .innerBox.serialCode .bgBox {
	margin-bottom: 43px;
	padding: 20px 15px;
	font-weight: bold;
	text-align: center;
	background-color: #E6EBF0;
}

.popBox .innerBox.serialCode .bgBox p {
	margin: 10px;
}
.popBox .innerBox.serialCode .inputFieldSerial {
	margin: 20px 50px;
}
.popBox .innerBox.serialCode input {
	padding: 10px 15px;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border: none;
}
.popBox .innerBox.serialCode .serialFailure {
	margin-left: 50px;
	text-align: left;
}
.popBox .innerBox.serialCode .formBox .button {
	margin: 0 20%;
}
.popBox .innerBox.serialCode .button a {
	width: 100%;
	font-size: 1.5rem;
	padding: 19px;
	display: flex;
	color: #FFF;
	align-items: center;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 30px;
	font-weight: 700;
	transition: .3s;
	cursor: pointer;
	background: #000 url(/static/img/common/icon10.svg) no-repeat left 20px center / 21px 21px;
}

.popBox .innerBox.showSerialCode {
	padding: 30px 0 40px;
	margin: 0 auto;
	width: 440px;
}
.popBox .innerBox.showSerialCode .title {
	margin-bottom: 16px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
.popBox .innerBox.showSerialCode .detail p {
	margin-bottom: 16px;
	text-align: center;
	font-weight: bold;
}
.popBox .innerBox.showSerialCode .bgBox {
	padding: 20px 15px;
	font-weight: bold;
	text-align: center;
	background-color: #E6EBF0;
}
.popBox .innerBox.showSerialCode .bgBox p {
	margin-top: 0px;
	margin-bottom: 20px;
}
.popBox .innerBox.showSerialCode .bgBox .txtBox {
	padding: 10px 15px;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border: none;
	background-color: white;
}
.popBox .innerBox.showSerialCode #serialCodeText {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.popBox .innerBox.showSerialCode .error {
	margin-top: 30px;
	width: 100%;
	text-align: center;
	padding: 10px 20px;
}
.popBox .innerBox.showSerialCode .error .text {
	font-weight: bold;
}

.couponPopBox .ttlBox {
	justify-content: center;
}

.couponPopBox .errorText {
	display: none;
	text-align: center;
	margin-bottom: 30px;
}
.couponPopBox .errorText p {
	color: #E60000;
	font-size: 1.9rem;
	font-weight: 700;
}

.couponPopBox .listUl li .lTxt {
	text-align: left;
	font-size: unset;
}

.couponPopBox .innerBox {
	width: 640px;
}
.couponPopBox .listUl li .lTxt span {
	font-size: 1.8rem;
}
.couponPopBox .listUl li .lTxt .small {
	font-size: 1.5rem;
}
.couponPopBox .listUl li .rTxt {
	font-weight: unset;
}

.couponPopBox .listUl li label {
	flex-direction: column;
	justify-content: center;
	align-items: unset;
}
.couponPopBox .listUl .rowBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.couponPopBox .listUl .lTxt {
	padding: 0 30px;
}

.couponPopBox .couponImage {
	max-width: 100px;
	max-height: 250px;
	margin-left: 10px;
}

.couponPopBox .listItemContainer {
	width: 100%;
}

@media all and (max-width: 490px) {
	.popBox .innerBox.serialCode,
	.popBox .innerBox.showSerialCode
	{
		width: 100%;
	}
}

/*
@media all and (max-width: 1000px) {
	.popBox {
		width: 100% !important;
		border-radius: 0;
	}
	.popBox .innerBox {
		padding: 80px 0;
		width: auto;
		border-radius: 0;
	}
	.popBox .ttlBox {
		margin-bottom: 40px;
		display: block;
		text-align: center;
	}
	.popBox .ttlBox .ttl {
		padding: 0 0 24px;
		font-size: 2.4rem;
		font-weight: 700;
		color: #000;
	}
	.popBox .ttlBox .rBox {
		padding: 19px 10px 14px;
		font-size: 1.5rem;
		text-align: center;
		background-color: #E6EBF0;
	}
	.popBox .ttlBox .rBox embed {
		margin-right: 6px;
		width: 22px;
		height: 22px;
	}
	.popBox .ttlBox .rBox .txt {
		font-size: 3.2rem;
		line-height: 1.4;
	}
	.popBox .ttlBox .rBox .txt .small {
		font-size: 2.4rem;
	}
	.popBox .listUl {
		margin: 0 auto 39px;
		max-width: 400px;
		border-radius: 6px;
	}
	.popBox .listUl li label {
		padding: 5px 30px 5px 50px;
		min-height: 60px;
	}
	.popBox .comBtn a {
		padding: 18px 10px 19px;
		min-width: 295px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 700;
		font-size: 1.5rem;
	}
	.popBox .comBtn a:before {
		margin-top: -4px;
		left: 24px;
		right: auto;
		width: 12px;
		height: 8px;
		background: url("/static/img/common/icon10.svg") no-repeat center / 12px 8px;
	}
	.popBox .innerBox .closeBtn {
		display: none;
	}
	.popBox .button input:hover {
		opacity: 0.7;
	}
	.popBox .back {
		display: block;
	}
}
*/
@media all and (max-width: 750px) {
	.popBox {
		/*width: 100% !important;*/
		width: calc(100% - 28px);
		border-radius: 10px;
	  margin: 0px 14px;
	}
	.popBox .innerBox {
		padding: 60px 0;
		width: auto;
		border-radius: 0;
	}
	.popBox .ttlBox {
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}
	.popBox .ttlBox .ttl {
		padding: 0 0 16px;
		font-size: 2rem;
		font-weight: 700;
		color: #000;
	}
	.popBox .ttlBox .rBox {
		font-size: 1.5rem;
		background-color: #E6EBF0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 30px 15px 20px;
		text-align: left;
		line-height: 1.33;
	}
	.popBox .ttlBox .rBox .txt {
		line-height: 1.4;
		font-size: 2.4rem;
		border-left: 1px solid #D0D5DA;
		text-align: right;
		width: 60.3%;
	}
	.popBox .ttlBox .rBox .txt .small {
		font-size: 1.6rem;
	}
	.popBox .listUl {
		margin: 0 20px 20px;
		max-width: inherit;
		border-radius: 6px;
	}
	.popBox .listUl li label {
		padding: 5px 10px 5px 35px;
		min-height: 60px;
		background-position: left 16px center;
	}
	.popBox .listUl li .lTxt {
		min-width: 35%;
	}
	.popBox .comBtn a {
		padding: 18px 10px 19px;
		min-width: 295px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 700;
		font-size: 1.5rem;
	}
	.popBox .comBtn a:before {
		margin-top: -4px;
		left: 24px;
		right: auto;
		width: 12px;
		height: 8px;
		background: url("/static/img/common/icon10.svg") no-repeat center / 12px 8px;
	}
	.popBox .button input:hover {
		opacity: 0.7;
	}
	.popBox .back {
		display: block;
	}
}
@media all and (max-width: 340px) {
	.popBox .ttlBox .rBox .txt {
		font-size: 2.2rem;
	}
	.popBox .listUl li .lTxt {
		font-size: 1.8rem;
	}
}
@media all and (-ms-high-contrast:none){
	.popBox .listUl li label {
		background-position: left 30px top 15px;
	}
}

.loadingLayer {
	display: none;
	z-index: 10000;
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.modal-container .loadingLayer {
	border-radius: 10px;
}

.loadingShow {
	display: flex;
	align-items: center;
}

.loadingLayer .loader {
	margin: 10px auto;
	/* margin: 100px auto; */
	/* font-size: 25px; */
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}
@keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}


/*------------------------------------------------------------
	boxRule
------------------------------------------------------------*/
.popBox .innerBox .ruleScroll {
	overflow-y: auto;
	width: 95%;
	height: 350px;
	margin: 0px auto;
	border: 1px solid #525252;
}
.popBox .innerBox .ruleCheckBox {
	margin: 10px;
}
.popBox .innerBox .boxButtonArea {
	border-top: 1px solid #D0D5DA;
	display: flex;
}
.popBox .innerBox .boxButtonArea a {
	display: block;
	margin: 10px auto 0px auto;
	width: 150px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #5C5C5C;
	color: white;
	border-radius: 50px;
}
.popBox .innerBox .boxButtonArea a:hover {
	opacity: 0.7;
}
.popBox .innerBox .boxButtonArea .nextButton {
	background-color: #5C5C5C;
	opacity: 1.0;
}
.popBox .innerBox .boxButtonArea .nextButton.disable {
	background-color: #a0a0a0;
	cursor: default;
	pointer-events: none;
}
@media all and (max-width: 370px) {
	.popBox .innerBox .boxButtonArea {
		border-top: 1px solid #D0D5DA;
		display: flex;
		flex-flow: column;
	}
}

/*------------------------------------------------------------
	purchaseFirstView/purchaseSecondView
------------------------------------------------------------*/
#purchaseSecondView .bgTxt {
    margin: 0px -70px 0px;
    padding: 10px 0px 10px;
	background-color: #E6EBF0;
    text-align: center;
	font-size: unset;
    font-weight: 700;
}
#purchaseSecondView .divideLine {
	margin: 0px -70px 10px;
	border-bottom: 1px solid;
	opacity: 0.4;
}
#purchaseSecondView .divideSubLine {
	margin: 0px 0px 5px;
	border-bottom: 1px solid;
	opacity: 0.2;
}
#purchaseSecondView .payPatternListBox {
	margin: 0 auto 10px;
	padding: 0 0;
}
#purchaseSecondView .payPatternListBox .payPatternRow {
	padding: 10px 0px 10px 65px;
	width: 100%;
}
#purchaseSecondView .payPatternListBox .payPatternRow:hover {
	background-color: #E6EBF0;
	cursor: pointer;
}
#purchaseSecondView .payPatternListBox input[type=radio] {
	transform: scale(2.0);
	margin: 0 8px 0 0;
}
#purchaseSecondView .priceFrameBox {
	margin: 0 0;
	padding: 20px 40px 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
#purchaseSecondView .priceBox .priceRow {
	display: flex;
	justify-content: space-between;
	padding: 0 15px 0;
	margin-bottom: 5px;
}
#purchaseSecondView .priceFinalSumBox {
	padding: 0 15px 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
#purchaseSecondView .priceFinalSumBox .priceFinalSumRow {
	display: flex;
	justify-content: space-between;
	font-size: 2.0rem;
	font-weight: 500;
}
#purchaseSecondView .buySpace {
	margin: 30px auto 0;
}
#purchaseSecondView .buySpace .buySpaceNoticeBox {
	margin: 30px -70px -35px;
    padding: 10px 80px 10px;
	text-align: left;
	font-size: 0.8em;
	background-color: #E6EBF0;
}
#purchaseSecondView .linkUl li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
#purchaseSecondView .linkUl li a {
    min-width: 174px;
    display: block;
    color: #fff;
    padding: 12px 10px 14px;
    box-sizing: border-box;
    font-weight: 700;
    border-radius: 30px;
    background: #5C5C5C;
    text-align: center;
}
#purchaseSecondView .linkUl li.confirm a {
    background: #000;
}

@media all and (max-width: 750px) {
	#purchaseSecondView .bgTxt {
		margin: 0px 0px 0px;
	}
	#purchaseSecondView .divideLine {
		margin: 0px 0px 10px;
	}
	#purchaseSecondView .payPatternListBox {
		margin: 20px 15px 10px;
		padding: 0;
	}
	#purchaseSecondView .payPatternListBox .payPatternRow {
		padding: 15px 0px 15px 20px;
	}
	#purchaseSecondView .payPatternListBox .payPatternRow.first {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border: 1px solid #999;
	}
	#purchaseSecondView .payPatternListBox .payPatternRow.last {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	#purchaseSecondView .priceFrameBox {
		margin: 0;
		padding: 20px 20px 10px;
		border-radius: unset;
		border: unset;
	}
	#purchaseSecondView .buySpace .buySpaceNoticeBox {
		margin: 30px 0 -60px;
		padding: 10px 20px 10px;
	}
}

/*------------------------------------------------------------
	selectPaymentService
------------------------------------------------------------*/
#selectPaymentService .innerBox .title {
	margin-top: 12px;
	margin-bottom: 16px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: black;
}
#selectPaymentService .innerBox .serviceBox {
	/* padding: 20px 30px 20px 30px; */
	margin-top: 20px;
	background-color: #E6EBF0;
	border-radius: 6px;
	color: black;
}
#selectPaymentService .innerBox .serviceBox a {
	padding: 20px 30px 20px 30px;
	display: block;
	color: black;
}
#selectPaymentService .innerBox .serviceBox .serviceName {
	margin-bottom: 16px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: black;
}
#selectPaymentService .innerBox .serviceBox .methodBox {
	padding: 10px 10px 10px 10px;
	background-color: white;
	border-radius: 6px;
	font-size: 1.3rem;
	color: black;
}

/*------------------------------------------------------------
	VRChat Modal
------------------------------------------------------------*/
#vrChat input {
	width: 100%;
	font-size: 1.5rem;
	padding: 8px 22px;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 8px;
	-webkit-appearance: none;
}

#vrChat input {
	margin-bottom: 10px;
}

#vrChat dd {
	line-height: 1.75;
}

#vrChat .thumb {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

#vrChat .thumb img {
	width: 400px;
	cursor: pointer;
}

@media all and (max-width: 750px) {
	#vrChat .input {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#vrChat input {
		width: 90%;
	}

	#vrChat .thumb img {
		width: 90%;
	}
}

#vrChat3  {
	z-index: 9999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
}

#vrChat3 img {
	width: 80%;
	cursor: pointer;
}