@charset "utf-8";
.origin_modal_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 110vh;
		background: rgba(0, 0, 0, 0.8);
		display: none;
}
.origin_modal_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 9999;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		display: none;
		padding-top: 10vh;
}
.origin_modal_wrap {
		width: 900px;
		margin: 0 auto;
		background: #310140;
		border: 2px solid #d000df;
		box-sizing: border-box;
		padding: 50px 20px 60px 50px;
		position: relative;
		z-index: 10;
}
@media(max-height: 1000px) and (min-width: 1195px) {
		.origin_modal_container {
				padding-top: 0;
		}
		.origin_modal_wrap {
				border-top: none;
				border-bottom: none;
				height: 100vh;
		}
		.origin_scroll_cont {
				height: calc(100vh - 120px);
				overflow: auto;
		}
}
.origin_modal_hd {
		margin-bottom: 40px;
}
.origin_modal_hd_en {
		font-family: 'Rajdhani', sans-serif;
		font-size: 32px;
		font-weight: 400;
		letter-spacing: 0.02em;
		margin: 0;
}
.origin_modal_hd_jp {
		font-size: 14px;
}
.origin_modal_wrap .modal_close {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 18px;
		right: 18px;
		cursor: pointer;
		z-index: 10;
}
.modal_close::before, .modal_close::after {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		width: 20px;
		height: 1px;
		background: #fff;
		pointer-events: none;
}
.modal_close::before {
		transform: rotate(45deg)
}
.modal_close::after {
		transform: rotate(-45deg)
}
@media (hover: hover) {
		.modal_close:hover::before, .modal_close:hover::after {
				background: #ffde00;
		}
}
.origin_modal_cont {
		width: 100%;
		overflow: auto;
		padding-bottom: 30px;
		position: relative;
}
.origin_modal_cont p {
		line-height: 2.0;
		margin: 0 0 1em;
}
.origin_lead {
		font-size: 24px;
		font-weight: 600;
		padding-bottom: 10px;
		margin: 0 0 35px;
		border-bottom: 1px solid #d000df;
}
.origin_flex {
		display: flex;
}
.origin_left {
		margin-right: 45px;
		width: 400px;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
}
.origin_right {
		flex: 1;
}
.origin_right img {
		width: 100%;
		height: auto;
}
.origin_figure {
		margin-bottom: 30px;
		padding: 10px;
		position: relative;
		border: 1px solid #d000df;
		box-sizing: border-box;
}
.origin_right .origin_figure:last-child {
		margin-bottom: 0;
}
.origin_figure .frame_top, .origin_figure .frame_bottom, .origin_left_btn a .frame_top, .origin_left_btn a .frame_bottom {
		position: absolute;
		left: 0;
		width: 100%;
}
.frame_top::before, .frame_top::after, .frame_bottom::before, .frame_bottom::after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		position: absolute;
		z-index: 5;
}
.origin_figure .frame_top, .origin_left_btn a .frame_top {
		top: 0;
}
.origin_figure .frame_bottom, .origin_left_btn a .frame_bottom {
		bottom: 0;
}
.frame_top::before {
		top: -1px;
		left: -1px;
		border-top: 1px solid #FFDE00;
		border-left: 1px solid #FFDE00;
}
a .frame_top::before {
		top: 0px;
		left: 0px;
}
.frame_top::after {
		top: -1px;
		right: -1px;
		border-top: 1px solid #FFDE00;
		border-right: 1px solid #FFDE00;
}
a .frame_top::after {
		top: 0px;
		right: 0px;
}
.frame_bottom::before {
		bottom: -1px;
		left: -1px;
		border-bottom: 1px solid #FFDE00;
		border-left: 1px solid #FFDE00;
}
a .frame_bottom::before {
		bottom: 0px;
		left: 0px;
}
.frame_bottom::after {
		bottom: -1px;
		right: -1px;
		border-bottom: 1px solid #FFDE00;
		border-right: 1px solid #FFDE00;
}
a .frame_bottom::after {
		bottom: 0px;
		right: 0px;
}
.origin_left_btn {
		width: 350px;
}
.origin_left_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		height: 44px;
		font-weight: 400;
		position: relative;
		font-size: 15px;
}
.origin_left_btn a::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #51035f;
		transition: opacity 0.5s;
}
@media (hover: hover) {
		.origin_left_btn a:hover {
				color: #ffde00;
		}
}
.origin_left_btn a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 3px);
		right: 18px;
		width: 5px;
		height: 11px;
		background: url(../images/item_arrow_right.svg) no-repeat 0 0;
		background-size: 5px;
}
.origin_left_btn a span {
		position: relative;
		z-index: 5;
}
.origin_lead {
		margin-right: 20px !important;
}
.origin_flex {
		padding-right: 20px;
		padding-bottom: 60px;
}
@media(max-height: 1000px) and (min-width: 1195px) {
		.origin_flex {
				padding-bottom: 60px;
		}
}
@media(max-width: 1200px) {
		.origin_modal_wrap {
				width: calc(100% - 80px);
		}
		.origin_left {
				margin-right: 30px;
				width: 50%;
		}
		.origin_left_btn {
				width: 100%;
				max-width: 350px;
		}
		.origin_modal_container {
				padding-top: 0;
		}
		.origin_modal_wrap {
				border-top: none;
				border-bottom: none;
				border-left: 2px solid #d000df;
				border-right: 2px solid #d000df;
				padding: 50px 40px 80px 50px;
		}
		.origin_scroll_cont {
				overflow: auto;
				height: calc(100vh - 50px)
		}
		.origin_flex {
				padding-bottom: 150px;
		}
}
@media(max-width: 840px) {
		.origin_flex {
				display: block;
		}
		.origin_left {
				margin-right: 0;
				width: 100%;
				margin-bottom: 40px;
		}
		.origin_left_btn {
				margin-top: 30px;
		}
		.origin_modal_container {
				padding-top: 0;
		}
		.origin_modal_wrap {
				border-left: 2px solid #d000df;
				border-right: 2px solid #d000df;
				padding: 50px 20px 60px 50px;
		}
}
@media(max-width: 767px) {
		.origin_modal_wrap {
				width: calc(100% - 30px);
		}
		.origin_modal_wrap {
				padding: 50px 0 40px 20px;
		}
		.origin_lead {
				font-size: 20px;
				padding-bottom: 8px;
				margin: 0 0 20px;
		}
}