/*CSS　reset
********************************************/
* {font-family:'Lucida Grande', Meiryo, sans-serif,myfont; }
* {margin:0;padding:0;border: 0 none;position: relative;box-sizing: border-box;}
*,*:before,*:after {box-sizing: border-box;}
li { list-style:none; }
table{border-collapse:collapse;border-spacing:0;}
a:link, a:visited, a:hover {text-decoration:none; color:none;}
img {margin: 0 0 -4px 0; padding:0;}
.pconly{display: block;}/*レスポンシブ用*/
.sponly{display: none;}/*レスポンシブ用*/

body {
	min-height: 100%;
}

/*ページヘッダ*/
#kx-top_menu{
	width:100%;
	height:40px;
	background:#fff;
	position: relative;
	top:0;
	border-bottom:1px #c0c0c0 solid;
	z-index:10;
}

/*menu for PC*/
#kx-main,.kx-mid{
	position: relative;
	width:100%;
	max-width: 1024px;
	margin:auto;
	margin-top: 40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.kx-pc_menus {
	position: relative;
	width:100%;
	margin:auto;
	margin-top:5px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.kx-pc_menus li{
	/* flex: 3; */
	position: relative;
	text-align: center;
	line-height: 30px;
	white-space: nowrap;
	width: 100px;
	/* border-left:1px solid #aaa; */
	font-size: 0.7rem;
	margin:0px 0.2vw 0px 0px ;
	display: block;
}

.kx-pc_menus li.kx-username {
	/* position: absolute; */
	/* text-align: right; */
	/* top: 14px; */
	/* right: 64px; */
	/* width: 124px; */
	text-align: right;
	width: auto;
	color: #ff0000;
	font-size: 1rem;
}

.kx-pc_menus li img{
	margin: 0 2px -4px auto;
	height: auto;
	max-width: 21px;
	max-height: 21px;
}
.kx-li_blank{
	flex:4;
}
.kx-li_bt{
	width:140px;
}
.kx-logo{
	position: absolute;
	top:0;
	left:0;
	border-left:none;
	font-size:24px;
	font-weight: bold;
	line-height: 2px;
	padding-left:20px;
}

.kx-logo img {
	height: 30px;
}

.kx-tags {
	width: 100%;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	top: 40px;
	justify-content: flex-end;
}

.kx-tags li {
	position: relative;
	display: block;
}

.kx-tags img {
	height: auto;
	max-width: 124px;
	display: block;
}

/*メインセクションパーツ*/
.kx-left_box{
	width:70%;
	max-width:700px;
	/* //border:1px #000 solid; */
	padding:10px;
}
.kx-right_box{
	width:30%;
	max-width:324px;
	height:100%;
	/* //border:1px #000 solid; */
	padding:10px;
}
.kx-sect_inner{
	background:#fff;
	border-radius: 8px;
	padding:10px;
	margin-bottom:16px;
}
.kx-midflex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*旗型見出し*/
.kx-flag {
	margin:4px 0 12px 0;
	background:#f00;
	height: 0;
	border: 20px solid rgba(0, 0, 0, 0);
	border-right: 22px solid #fff;
	line-height: 0px;
	width:50%;
	min-width:260px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.kx-flag span{
	color:#fff;
	font-size:1.1em;
}
.kx-flag h3{
	color:#fff;
	font-size:0.8em;
	margin-left:16px;
	font-weight: 100;
}

.kx-up {
	width:100%;
	max-width:1024px;
	line-height: 48px;
	background:#f00;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding:10px 14px 0 14px;
	color:#fff;
	margin:0 auto;
}
.kx-up span{
	color:#fff;
	font-size:1.6em;
}
.kx-up h3{
	color:#fff;
	font-size:1em;
	margin-left:16px;
	font-weight: 100;
}

.kx-headword{/*小見出し*/
	width:100%;
	font-size:1.5em;
	text-align: center;
	margin:16px 0;
}


.kx-pict_box{/*写真+黒背景Caption*/
	width:100%;
	border:1px #000 solid;
	background:#555;
}
.kx-pict_box h2{
	color:#fff;
	text-align: center;
	line-height: 26px;
	font-size: 0.8em;
	font-weight: 100;
}

.kx-pict_box2{/*写真+白背景Caption*/
	width:50%;
	padding: 1%;
}
.kx-pict_box2 h2{
	color:#555;
	text-align: center;
	line-height: 26px;
	font-size: 0.8em;
	font-weight: 100;

}
.kx-pict_box img,.kx-pict_box2 img{
	width:100%;
}

/*footer*/
#kx-footer{
	margin: auto auto 0 auto;
	border-top:1px solid #555;
	padding:10px 0;
	position: relative;
	width: 100%;
	background:#fff;
}
.kx-footer_menu{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin:10px auto;
	width: 100%;
	/* max-width:1024px; */
	background: #ebae40;
}
.kx-footer_menu li{
	flex:1;
	text-align: center;
	font-size:15px;
	line-height: 44px;
	vertical-align: middle;
}
.kx-footer_menu li a {
	position: relative;
	margin: auto;
}
.kx-copyrights{
	padding:24xp 0 0 0;
	width:100%;
	text-align: center;
	font-size:1.2vw;
	line-height: 36px;
}

.no-bg {
	background: #ffffff;
}

.kx-footer_logo {
	display: inline-block;
	margin: auto;
	width: 8vw;
}

/*ボタン類*/
.kx-btn_a{
	width:100%;
	text-align: center;
	line-height: 60px;
	background:#ccc;
	border-radius: 8px;
	margin:0px auto 24px auto;
}
.kx-btn_a:after {
	display: block;
	content: '>>';
	position: absolute;
	top: 0%;
	right: 10px;
	width: 20px;
	height: 40px;
	line-height: 60px;
	font-weight: bold;
	pointer-events: none;
}
.kx-btn_b{
	width:50%;
	text-align: center;
	line-height: 66px;
	background:#fd7723;
	border-radius: 8px;
	margin: 24px auto;
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
}
.kx-btn_c{
	padding: 0 20px;
	width:100%;
	text-align: center;
	line-height: 36px;
	background:#fd7723;
	border-radius: 8px;
	margin:5px 0;
	color:#fff;
	font-size: 0.9em;
	font-weight: bold;
}

/*スライダー*/
.slider{
	margin:16px 0;
}

.b_red {
	background: #ff0000;
}

.b_ol {
	background: #fd7723;
}

.slick-prev:before,
.slick-next:before {/*左右の矢印の色を変える*/
	color: #000;
	font-weight: bold;
}

.slick-next {/*左右の矢印の位置を変える*/
	right: 0px;
	z-index: 8;
}
.slick-prev {
	 left: 0px;
	z-index: 9;
}

.slick-dots li.slick-active button:before {
	color: #000;
}
.slick-dots li button:before {/*スライド数のドットの色を変える*/
	color: #000;

}

.slider img {/*スライド画像の横幅可変*/
	width:100%;
}

/*detileparts*/
#kx-detail_main{
	position: relative;
	width:100%;
	max-width: 1024px;
	margin:auto;
	margin-top:50px;
	border-radius: 8px;
	padding:16px;
	margin-bottom:16px;
}
#kx-detail_lineup{
	position: relative;
	width:100%;
	max-width: 1024px;
	margin:0 auto;
	border-radius: 8px;
	padding:16px;
	margin-bottom:16px;
}

.kx-toppict img {
	width:100%;
}

.kx-datalist{
	position: relative;
	width:100%;
	max-width: 800px;
	margin:auto;
	margin-top:10px;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding:10px 20px;
}
.kx-datalist li{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.kx-datalist_title{
	flex:2;
}
.kx-datalist_text{
	flex:5;
}

.kx-select{
	position: relative;
	width:100%;
	max-width: 800px;
	margin:20px auto;
	margin-top:10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.kx-select label{
	font-size: 26px;
	line-height: 60px;
	float:left;
}

.select-box02 {
	flex:1.5;
	padding:0 10px;
}
.select-box02 select {
	flex:1.5;
	margin:10px;
	position: relative;
	width: 60%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);
}

.select-box02 vel {
	position: relative;
}

.select-box02 vel:after {
	display: block;
	content: '▼';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -12px;

	pointer-events: none;
}

.kx-form_main{
	position: relative;
	width:100%;
	max-width: 1024px;
	margin:auto;
	margin-top:10px;
}
.form-section {
	width:70%;
	margin:0px 15% 20px 15%;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	background:rgba(255,255,255,1);
	overflow:hidden;
	padding:30px;

}
.kx-form-title{
	width:70%;
	line-height: 46px;
	background:#fff;
	padding-left:20px;
	color: #000;
	font-weight: 400;
	font-size: 1.4em;
	margin:0px 15% ;
	margin-bottom:0px;
	border-left:#ff7700 solid 12px;
	border-bottom:#ff7700 solid 1px;
	border-top:#ccc solid 2px;
	border-right:#ccc solid 2px;
	border-top-left-radius: 18px;
	border-top-right-radius:18px;
}

@media screen and (max-width: 1024px) {
	.kx-pc_menus li{
		flex: 3;
	}
}

/** 追加 **/
.external-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.external-link {
	display: flex;
	width: 100%;
	max-width: 512px;
	margin: 30px;
}

.detail-external-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.detail-external-link {
	display: flex;
	width: 100%;
	max-width: 1024px;
	margin: 30px;
	justify-content: center;
}

.group_wrapper {
	min-height: 100%;
	overflow: hidden !important;
	width: 100%;
	max-width: 100vw;
	flex:1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
	flex-direction: column;
}

.kx-groupmain {
	position: relative;
	margin: 24px auto 0px auto;
	padding-bottom: 24px;
	background-color: #ee8632;
}

.kx-title_box {
	max-height: 500px;
}

.kx-main_titles {
	min-width: 88vw;
}

.kx-notice {
	display: flex;
	padding-top: 50px;
	padding-left: 300px;
	max-width: calc(100% - 10vw + 30px);
	justify-content: center;
	flex-direction: column;
}

.kx-notice-row01 {
	display: flex;
}

.kx-notice-row02 {
	display: flex;
	width: 100%;
}

.kx-notice-col01 {
	flex: 0 0 50%;
	max-width: 50%;
}

.kx-notice-col02 {
	top: 10px;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
	color: blue;
	text-decoration-line: underline;
}

.kx-notice-col-list {
	padding-bottom: 20px;
	font-size: 12px;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.kx-li-group {
	border: #555;
	padding-bottom: 1rem;
}

.notice_image {
	margin: 1rem auto;
	width:80%;
	max-width: 1024px;
}

.notice_image .image {
	margin: auto;
	width: 100%;
}

.notices-article {
	padding: inherit;
}

.notices-article.disc li {
	list-style: disc;
}

.notices-article li a {
	color: #3273dc;
	cursor: pointer;
	text-decoration: underline;
}

.kx-notice-section {
	position: relative;
	margin: 24px auto 0px auto;
	padding-bottom: 24px;
	width: 95%;
	/* background-color: #af4242; */
}

.kx-notice-content {
	flex:1;
	display: flex;
	flex-direction: column;
	margin-top: 50px;
	padding-bottom: 30px;
	overflow: hidden !important;
	max-width: 100vw;
}

.kx-detail-notice-contener {
	flex:1;
	display: flex;
	flex-direction: column;
	margin-top: 50px;
	padding-bottom: 30px;
	overflow: hidden !important;
	max-width: 100%;
	align-items: center;
}

.kx-detail-notice-header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 60vw;
	justify-content: space-between;
	padding-bottom: 10px;
}

.kx-detail-notice-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: x-large;
}

.kx-detail-notice-content {
	display: flex;
	border-top: ridge;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 60vw;
	justify-content: center;
	font-size: larger;
	flex-direction: column;
}

.kx-detail-notice-footer {
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	justify-content: center;
	font-size: larger;
	color: blue;
	text-decoration: underline;
}

.kx-li-header {
	display: flex;
	align-items: center;
}

.sns-contents {
	display: flex;
    justify-content: center;
    white-space-collapse: preserve;
    padding-top: 10px;
}

#count-down {
	color: red;
	font-size: x-large;
}

.kx-modal {
	display: none;
	position: fixed;
    z-index: 4;
    width: 700px;
    height: 20%;
    min-height: 255px;
    background-color: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 13px;
}

.kx-modal-content {
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 20%;
    min-height: 255px;
    border-radius: 13px;
    overflow: hidden;
}

.kx-modal-header-area {
	border-left: #ff7700 solid 12px;
    border-bottom: #ff7700 solid 1px;
    border-top: #ccc solid 2px;
    border-top-left-radius: 12px;
	font-size: xx-large;
	text-align: center;
}

.kx-modal-text-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding-top: 40px;
}

.kx-modal-text {
	font-size: x-large;
}

#kx-modal-close {
    margin: 0;
}

.kx-modal-button-area {
    text-align: center;
    margin: 25px;
}

.kx-modal-close-button {
	width: 170px;
	height: 56px;
	background: #FFFFFF;
	color: #1A1A1C;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	border: 3px solid #1A1A1C;
	border-radius: 130px;
	margin-right: 34px;
}

#kx-modal-hide-mask {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 3;
}

/** ============================================================================
   レスポンシブSp用
============================================================================ **/
@media screen and (max-width: 767px) {
	.pconly{display: none;}/*レスポンシブ表示*/
	.sponly{display: block;}/*レスポンシブ表示*/

	#kx-top_menu{
		height: 50px;
		position: fixed;
	}

	body {
		padding-top: 50px;
	}

	#kx-main,#kx-footer{
		width:100%;
		min-width: 320px;
		display: block;
	}
	.kx-logo img {
		height: 40px;
	}
	.kx-left_box,.kx-right_box{
		width:100%;
		max-width:100%;
		min-width: 320px;
		padding:0 0;
	}

	.kx-btn_a{
		width:90%;
		margin:0px 5% 16px 5%;
	}
	.kx-btn_b{
		width: 80%;
		line-height: 44px;
	}
	.kx-up{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column; /* Safari */
		flex-direction:		 column;
		line-height: 20px;
	}
	.kx-up span{
		font-size: 1em;
	}
	.kx-up h3{
		font-size: 0.7em;
		margin-left:0px;
	}
	.kx-datalist{
		padding:0px;
	}
	#kx-detail_lineup{
		width:100%;
		padding:0px;
		border-radius: 0px;
	}

	#kx-detail_main{
		margin-top: 88px;
		padding: 1px;
		border-radius: 0;
	}

	.kx-footer_menu {
		padding: 8px;
	}

	.kx-footer_menu li{
		/* width:100%; */
		text-align: center;
		font-size:10px;
		line-height: 20px;
	}
	.kx-copyrights{
		padding:16xp 0 0 0;
		width:100%;
		text-align: center;
		font-size:2vw;
		line-height: 18px;
	}
	.kx-midflex{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column; /* Safari */
		flex-direction:		 column;
	}
	.kx-pict_box2{/*写真+白背景Caption*/
		width:100%;
	}

	.kx-sect_inner {
		padding:5px;
		padding-bottom: 10px;
		border-radius: 0px;
	}

	/*menu for SP*/
	#menu_btns{
		position: fixed;
		z-index: 100;
		top: 8px;
		right: 0px;
		width:64px;
		height:40px;
	}
	.kx-sp_menus{
		border-radius: 10px;
		/* background:#fff; */
	}
	.kx-sp_menus li{
		text-align: left;
		line-height: 40px;
		border-bottom:1px solid #aaa;
		width:100%;
		font-size: 1em;
		padding:10px;
		color: #ffffff;
	}
	.kx-sp_menus li img{
		float:left;
		margin:6px 10px;
		max-width: 30px;
	}
	.kx-username {
		position: absolute;
		text-align: right;
		top: 14px;
		right: 64px;
		color: #ff0000;
		font-size: 14px;
	}
	#c3,#c4,#c5{
		width:32px;
		height:4px;
		background: #fd7723;
		z-index:2001;
		border-radius:2px;
		margin:5px 0 0 24px;
	}
	#c4,#c5{
		margin:6px 0 0 24px;
	}

	#c6{
		position: fixed;
		z-index: 99;
		width:100%;
		height:1000px;
		background:rgba(0,0,0,0.9);
		padding:60px 0px 0 0px;
	}
	.move_on3{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 10px) scale(1) rotate(45deg);
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 10px) scale(1) rotate(45deg);
		opacity:1;
	}
	.move_off3{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 0px) scale(1) ;
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 0px) scale(1) ;
		opacity:1;
	}
	.move_on4{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 10px) scale(1) rotate(45deg);
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 10px) scale(1) rotate(45deg);
		opacity:0;
	}
	.move_off4{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 0px) scale(1) ;
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 0px) scale(1) ;
		opacity:1;
	}
	.move_on5{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, -11px) scale(1) rotate(-45deg);
		transition: all 0.2s ease-in-out;
		transform: translate(0px, -11px) scale(1) rotate(-45deg);
		opacity:1;
	}
	.move_off5{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0px, 0px) scale(1) ;
		transition: all 0.2s ease-in-out;
		transform: translate(0px, 0px) scale(1) ;
		opacity:1;
	}
	.move_on6{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(0%, 0%) ;
		transition: all 0.2s ease-in-out;
		transform: translate(0%, 0%) ;
		opacity:1;
	}
	.move_off6{
		-webkit-transition: all 0.2s ease-in-out;
		-webkit-transform: translate(100%, 0%);
		transition: all 0.2s ease-in-out;
		transform: translate(100%, 0%);
		opacity:1;
	}

	/*slide sp**************/
	.kx-slidebox{
		width:120px;
		height:133px;
	}
	.slider img {/*スライド画像の横幅可変*/
		width:100%;
	}

	/*detail*/
	.kx-datalist{
		padding:10px 10px;
	}

	.kx-datalist li{
		font-size:0.8em;
	}
	.kx-datalist_text{
		flex:3.5;
	}
	.kx-select{
		position: relative;
		width:100%;
		max-width: 800px;
		margin:20px auto;
		margin-top:10px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column; /* Safari */
		flex-direction:		 column;
	}

	.form-section {
		width:100%;
		margin:0px 0;
		border:0px solid #ccc;
		border-radius: 0px;
	}
	.kx-form-title {
		width:100%;
		margin:0px;
		border-top:#ccc solid 0px;
		border-right:#ccc solid 0px;
		border-top-left-radius: 0px;
		border-top-right-radius:0px;
	}

	.kx-tags {
		width: 100%;
		position: fixed;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		top: 49px;
		justify-content: flex-end;
	}

	.kx-footer_logo {
		position: relative;
		display: block;
		margin: auto;
		width: 8vw;
	}

	.external-links {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	.external-link {
		display: flex;
		width: 100%;
		max-width: 350px;
		margin: 20px 10px 20px 10px;
	}

	.detail-external-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.detail-external-link {
		display: flex;
		width: 100%;
		max-width: 350px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.notice_image {
		width: 100%;
	}

	.kx-notice {
		padding-top: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.kx-notice-section {
		margin: 24px 10px 0px 10px;
	}

	.kx-detail-notice-header {
		display: flex;
		flex-direction: column;
		width: 100vw;
		padding-bottom: 10px;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.kx-detail-notice-date {
		text-align: right;
		padding-right: 10px;
	}

	.kx-detail-notice-content {
		width: 100vw;
		padding-left: 10px;
		padding-right: 10px;
	}

	.kx-modal {
		width: 360px;
	  }
	
	.kx-modal-content {
		width: 360px;
	}
	
	.kx-modal-header-area {
		border-top: #ccc solid 0px;
		font-size: x-large;
	}
	
	.kx-modal-text-area {
		padding-left: 10px;
	}
		
	#kx-modal-hide-mask {
		display: none;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: #00000061;
		z-index: 3;
	}
}

.kx-address-modal {
	display: none;
	position: fixed;
    z-index: 11;
    width: 700px;
    height: 50%;
    min-height: 255px;
    background-color: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 13px;
}

.kx-address-modal-content {
    display: flex;
    flex-direction: column;
    background-color: #fefefe;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 100%;
    min-height: 255px;
    border-radius: 13px;
    overflow: hidden;
}

#kx-address-modal-hide-mask {
    display: none;
    position: fixed;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 10;
}

.kx-modal-text-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	padding-top: 40px;
	height: auto;
	max-height: 320px;
	padding-top: 10px;
	padding-right: 10px;
	overflow-y: scroll;
}

.kx-address1 {
	font-size: x-large;
}

.kx-address2-list {
	width: 100%;
	font-size: x-large;
	padding-left: 30px;
}

.kx-address2-ul {
	color: blue;
	cursor: pointer;
}

.kx-postal-code-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.kx-postal-code-button {
	padding-left: 30px;
}

.kx-address-button {
	border: outset;
	width: 100px;
    font-size: larger;
	cursor: pointer;
	background-color: #f03a5f;
    border-color: transparent;
    color: #fff;
	border-radius: 20px;
}
.kx-address-button:focus {
	box-shadow: 0 0 0 0.125em rgba(241,70,104,0.25);
}

@media screen and (max-width: 767px) {
	.kx-address-modal {
		width: 360px;
	}
	
	.kx-address-modal-content {
		width: 360px;
	}

	.kx-address2-list {
		width: 100%;
		font-size: x-large;
		padding-left: 0px;
	}
	
	.kx-postal-code-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.kx-postal-code-input {
		width: 100%;
	}
	
	.kx-postal-code-button {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.kx-sns {
	display: flex;
    justify-content: center;
	padding: 10px;
    background-color: #ebae40;
	gap: 30px;
}

.kx-footer_menu {
	margin: 0px;
}

.kx-guide-content {
	position: absolute;
    width: 57%;
    top: 8%;
    right: 0;
}

.kx-guide-bg {
	height: 595px;
}

.kx-guide-title {
	min-width: 300px;
	max-width: 18vw;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 70px;
	z-index: 2;
	top: -43px;
}

.kx-guide {
	position: absolute;
    margin: 0px auto auto 280px;
    width: 56%;
    max-width: 1320px;
    top: 0px;
}

.kx-guide-panels {
	position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    flex-direction: column;
}

.kx-link-gmo-button {
	margin: 1rem 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.kx-guide-content {
		position: relative;
		top: 0px;
		right: 0;
		height: auto;
		margin-top: 30px;
		width: 100%;
	}

	.kx-guide-title {
		min-width: 300px;
		max-width: 18vw;
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		height: 70px;
		z-index: 2;
		top: -43px;
	}

	.kx-guide {
		position: relative;
		margin: 0px auto 20px 0px;
		width: 100%;
		max-width: 760px;
		top: 20px;
	}

	.kx-guide-panels {
		position: relative;
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
		flex-direction: column;
	}

	.kx-postal-code-button {
		padding-left: 0px;
	}

	.kx-link-gmo-button {
		font-size: larger !important;
	}
}

.restricted-item-container {
	display: flex;
	background-color: #ffffff !important;
	color: #4A4A4A !important;
	align-items: center;
}

.remaining-item-left {
	margin-right: auto;
	width: 560px;
	text-align: left;
}

.restricted-item-right {
	margin-left: auto;
	width: 240px;
}

@media screen and (max-width: 767px) {
	.remaining-item-left {
		margin-right: auto;
		width: 280px;
		text-align: left;
	}

	.restricted-item-right {
		margin-left: auto;
		width: 120px;
	}
}