@charset "UTF-8";
/*--------------------*/
/*------ top ------*/
/*--------------------*/
:root {
	--border-color: #CCC3AB;
}
html {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	background-color: #474747;
}
body {
	/*max-width: 1280px;*/
	margin: 0 auto;
	background-color: #474747;
	font-size: 14px;
	position: relative;
    letter-spacing: 0.5px;
}
a {
	color: #B4A47B;
	text-decoration: none;
}
a:hover {
	opacity: .8;
    transition: .7s;
}
header {
	position: fixed;
	z-index: 9999;
}
header nav {
	position: fixed;
	width: 178px;
	background-color: #474747;
	z-index: 1;
}
header .sns_wrap {
	padding: 48px 20px 30px;
}
header a {
	color: #fff;
}
header ul li {
	width: 100%;
}
header ul.nav1 li a {
    display: block;
    padding: 9px 0;
	padding-left: 20px;
    font-size: 13px;
	letter-spacing: 1.5px;
}
@media all and (-ms-high-contrast: none){
	header ul.nav1 li a {
		display: inline-flex;
	}
}
@supports (-ms-ime-align: auto) {
	header ul.nav1 li a {
		display: inline-flex;
	}
}
header ul.nav1 li a span {
	position: relative;
}
header ul.nav1 li a:hover {
	background-color: #404040;
}
header ul.nav1 .menu_new {
	position: absolute;
    font-size: 12px;
    padding: 0 4px;
    background-color: #B4A47B;
    color: #fff;
    display: inline;
    margin-left: 8px;
}
header ul.nav2 li a {
    display: block;
	padding: 9px;
	text-align: center;
    font-size: 13px;
	background-color: #B4A47B;
}
header .logo_icon {
	width: 22px;
	margin-right: 15px;
}
.key_visual {
	text-align: right;
	line-height: 0;
	max-width: 1200px;
}
.key_visual img {
	max-width: 100%;
}
/* bg color */
.bg_beige {
	background-color: #EAE8E4;
	color: #000;
}
.bg_beige a {
	color: #000;
}
.bg_white {
	background-color: #FFF;
	color: #000;
}
.bg_white a {
	color: #000;
}
.bg_gray {
	background-color: #474747;
	color: #fff;
}
.bg_gray a {
	color: #fff;
}
/* main */
main {
	display: block;
}
main::after {
	content: "";
	height: 47px;
	display: block;
}
main section .section--div {
    margin: 0 auto;
    padding: 35px 13% 15px;
	line-height: 1.7em;
}
main section .section--div .contents_list li {
	padding: 12px 0;
}
main section h2,
main .sns_wrap h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 17px;
    display: inline;
	font-weight: bold;
    padding-bottom: 1px;
    letter-spacing: 1px;
}
main .contents_list a {
	display: block;
}
/* information */
main section.infomation_wrap h2 {
    border-bottom: 1.5px solid #CCC3AB;
}
main section.infomation_wrap .contents_list li + li {
	border-top: 1px solid #CCC3AB;
}
/* ticket */
main section.ticket_wrap h2 {
    border-top: 1.5px solid #CCC3AB;
    border-bottom: 1.5px solid #CCC3AB;
    padding-top: 3px;
}
main section.ticket_wrap .contents_list li + li {
	border-top: 1px solid #CCC3AB;
}
/* present */
main section.present_wrap {
    margin-top: -16px;
}
main section.present_wrap h2 {
    border-top: 4px double #CCC3AB;
    border-bottom: 4px double #CCC3AB;
    padding-top: 3px;
}
main section.present_wrap .contents_list p {
	display: flex;
}
main section.present_wrap img {
	max-height: 53px;
    margin-right: 10px;
	padding-top: 4px;
}
/* contents */
main section.contents_wrap h2 {
	color: #AE9F78;
}
main section.contents_wrap .contents_list p {
	display: flex;
}
main section.contents_wrap img {
	max-height: 53px;
    margin-right: 10px;
}
/* sns */
main .sns_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding-top: 35px;
}
main .twitter_wrap {
	width: 500px;
	margin-right: 50px;
}
main .sns_wrap h2 {
    border-bottom: 1.5px solid #000;
}
main .twitter_wrap .section--div {
	width: 100%;
	text-align: center;
}
main .instagram_wrap {
	width: 500px;
}
main .instagram_wrap .section--div {
	width: 100%;
	text-align: center;
}
main #instagram {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
main #instagram a {
	display: block;
    margin: 5px;
    border: 0;
    line-height: 0;
}
main #instagram img {
	height: 140px;
    width: 140px;
}
main #instagram iframe {
    max-width: 140px;
    max-height: 140px;
    margin: 5px;
    border: 0;
}
main #instagram .object-fit{
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
main .sns_wrap .sns_twitter {
    margin: 1em 0;
}
main .sns_wrap .sns_follow a {
	color: #474747;
	font-size: 13px;
}
main .sns_wrap .sns_welbo {
    width: 100%;
    text-align: center;
	margin-top: 30px;
}
main .sns_wrap .sns_welbo img {
	height: 18px;
	margin-left: 3px;
    margin-bottom: -3px;
}
/* more btn */
main .more_btn {
	text-align: right;
	margin-top: -5px;
}
main .more_btn a {
	display: inline-block;
}
main .more_btn img {
	height: 15px;
}

main .link_shop {
	padding: 55px 0;
	text-align: center;
	background-color: #fff;
}
main .link_shop a {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 18px;
	color: #B4A47B;
    border: 1px solid #B4A47B;
    padding: 5px 24px;
    letter-spacing: 1px;
	display: inline-block;
}
main .link_shop a:hover {
	background-color: rgba(180, 164, 123, .2);
}
main .link_shop img {
    width: 18px;
    margin-left: 17px;
    margin-bottom: -2px;
}
main .banner {
	padding-bottom: 44px;
	background-color: #fff;
    text-align: center;
}
main .banner a {
	display: inline-block;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
}
main .banner img {
	width: 235px;
	height: 122px;
}
main .banner ul li {
	display: inline;
}
footer {
    text-align: center;
	position: absolute;
    bottom: 0;
    width: 100%;
}
footer .copylight {
	background-color: #474747;
	line-height: 1;
    padding: 10px 0 5px;
}
footer .copylight img {
	height: 30px;
	margin-left: 78px;
}
/* back to top */
#top_btn_wrap {
    position: fixed;
    right: 30px;
    bottom: 75px;
    transition: right 0.3s;
    z-index: 200;
}
#top_btn_wrap img {
	width: 37px;
}
/* /back to top */
/* new icon */
main img.new_icon {
    height: 14px !important;
}
.nav1 img.new_icon {
    height: 14px;
    margin-left: 8px;
    position: absolute;
    top: 1px;
	display: none;
}
.nav1 .new_ok {
	display: inline-flex !important;
}
/* /new icon */
/* PC */
@media screen and (min-width: 768px) {
	header .sp_logo {
		display: none;
	}

	header .logo_wrap a {
	    padding: 30px 20px;
	    display: block;
	}
	header .logo_wrap img {
		width: 138px;
	}
	#menu #menuBtn,
	#menu #menuClose {
		display: none;
	}
	header nav {
		height: 100%;
	}
	header ul.nav2 {
		background-color: #fff
	}
	header ul.nav2 li + li {
		border-top: 1px solid #474747;
	}
	main {
		padding-left: 178px;
	}
	main section {
		padding-right: 80px;
	}
	main .banner ul li + li {
		margin-left: 5px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	header .pc_logo {
		display: none;
	}
	header .logo_wrap a.logo1 {
	    padding-top: 15px;
	    padding-left: 15px;
	    position: absolute;
	}
	header .logo_wrap a.logo1 img {
		width: 152px;
	}
	header .logo_wrap a.logo2 {
		position: absolute;
	    right: 48px;
	    top: 14px;
	}
	header .logo_wrap a.logo2 img {
		height: 10px;
	}
	/* sp menu */
	#menu #menuBtn,
	#menu #menuClose {
	    width: 25px;
	    position: fixed;
	    top: 13px;
	    right: 12px;
		z-index: 999;
		opacity: .7;
	}
	#menu #menuClose {
		display: none;
	}
	#menu.open #menuBtn {
		display: none;
	}
	#menu.open #menuClose {
		display: block;
	}
	#menu .nav1,
	#menu .sns_wrap,
	#menu .nav2 {
		display: none;
	}
	#menu.open .nav1,
	#menu.open .sns_wrap {
		display: block;
	}
	#menu.open .nav2 {
		display: flex;
	}
	#menu.open .nav1,
	#menu.open .sns_wrap,
	#menu.open .nav2 {
	    animation: fadeIn .7s ease 0s 1 normal;
	    -webkit-animation: fadeIn .7s ease 0s 1 normal;
	}
	@keyframes fadeIn {
	    0% {opacity: 0}
	    100% {opacity: 1}
	}
	@-webkit-keyframes fadeIn {
	    0% {opacity: 0}
	    100% {opacity: 1}
	}
	/* /sp menu */
	body {
		font-size: 14px;
	}
	header nav {
		width: 100%;
		opacity: .95;
		min-height: 52px;
	}
	header ul.nav1 {
		text-align: center;
		margin-top: 82px;
	}
	header ul.nav1 li a {
		padding-left: 0;
		font-size: 15px;
		padding: 14px 0;
	}
	header .sns_wrap {
		text-align: center;
		padding: 23px 20px 20px;
	}
	header .sns_wrap a + a {
		padding-left: 40px;
	}
	header .sns_wrap .logo_icon {
		margin-right: 0;
		width: 26px;
	}
	header ul.nav2 {
		display: flex;
	}
	header ul.nav2 li {
		width: 50%;
	}
	header ul.nav2 li + li {
		margin-left: 1px;
	}
	main .key_visual {
		padding-top: 52px;
	}
	main section .section--div {
		width: 90%;
		text-align: center;
    	padding: 35px 0 15px;
	}
	main section .contents_list {
		text-align: left;
	}
	main .twitter_wrap *,
	main .sns_wrap,
	.timeline-Widget {
		max-width: 100% !important;
	}
	main .twitter_wrap {
		width: 95%;
		margin-right: 0;
		max-width: 100%;
	}
	main .instagram_wrap {
		width: 100%;
		padding-top: 35px;
	}
	main #instagram a {
		margin:2px;
	}
	main #instagram img {
		width: 100px;
		height: 100px;
	}
	main #instagram iframe {
	    max-width: 100px;
	    max-height: 100px;
	    margin: 2px;
	}
	main .link_shop {
		padding: 45px 0 55px;
	}
	main .banner a {
	    margin: 10px;
	}
	main .banner img {
	    width: 100%;
		height: auto;
	}
	footer .copylight img {
		height: auto;
	    width: 40%;
		margin-left: 0;
	}
	/* back to top */
	#top_btn_wrap {
	    bottom: 60px;
	}
}


/*--------------------*/
/*------ detail ------*/
/*--------------------*/
main.detail {
	min-height: 100vh;
}
main.detail h2 {
	margin-top: 45px;
	display: inline-block;
	border-bottom: 1.5px solid #CCC3AB;
	margin-bottom: 40px;
	font-weight: bold;
}
/* info_menu */
main.detail ul.info_menu {
	width: 470px;
	margin-bottom: 13px;
}
main.detail ul.info_menu li {
	display: inline-block;
	margin: 0 7px 10px 0;
	vertical-align: top;
	background-color: #fff;
}
main.detail ul.info_menu li.carrent a {
	background-color: #393939;
	pointer-events: none;
}
main.detail ul.info_menu a.noitem {
	background-color: #C8C8C8;
	pointer-events: none;
}
/* /info_menu */
/* cont_menu */
main.detail ul.cont_menu {
	width: 100%;
	margin-bottom: 27px;
	display: flex;
	flex-wrap: wrap;
    justify-content: left;
}
main.detail ul.cont_menu li {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	background-color: #fff;
}
main.detail ul.cont_menu li + li,
main.detail ul.cont_menu li:nth-child(1) {
	margin-right: 10px;
}
main.detail ul.cont_menu li.carrent a {
	background-color: #393939;
	pointer-events: none;
}
main.detail ul.cont_menu a {
	background-color: #B4A47B;
	color: #FFF;
	font-size: 13px;
	display: block;
	width: 88px;
	text-align: center;
}
/*
main.detail ul.cont_menu li:nth-child(5) > a {
	font-size: 11px;
    white-space: nowrap;
	letter-spacing: -0.5px;
}
*/
/* /cont_menu */

/* movie list */
main span.new_icon {
    font-size: 11px;
    padding: 1px 5px;
    background-color: #B4A47B;
    color: #fff;
    display: inline;
    margin-left: 8px;
}
/* /movie list */

main.detail .info_list .contents_list li + li {
	border-top: 1px solid #CCC3AB;
}
main.detail .info_list .contents_list a {
	padding-right: 30px;
	position: relative;
}
main.detail .info_list .contents_list a::after {
    content: "";
    width: 11px;
    height: 11px;
    border-top: 2px solid #B4A47B;
    border-right: 2px solid #B4A47B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    vertical-align: middle;
}

/* old_link*/
main.detail #old_link_wrap {
	display: flex;
    padding: 10px 0;
}
main.detail #old_link_wrap a {
	color: #B4A47B;
	width: 161px;
    border: 1px solid #B4A47B;
	text-align: center;
	display: block;
}
main.detail #old_link_wrap > div + div {
	margin-left: 9px;
}
main.detail #old_link_wrap .carrent a {
	background-color: #393939;
	color: #fff;
    border: 1px solid #393939;
    pointer-events: none;
}
/* /old_link */

main.detail .cont_list_wrap .contents_list a {
	display: flex;
}
main.detail .cont_list_wrap .contents_list a img.list_img {
    width: 55px;
	height: auto;
    margin: 7px 15px 0 0;
	display: none;
}
main.detail .cont_list_wrap ul.special_list {
	max-width: 680px;
    min-width: 612px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main.detail .cont_list_wrap ul.special_list li {
    margin-bottom: 50px;
}
main.detail .cont_list_wrap ul.special_list li a {
	display: table-caption;
    text-align: center;
	font-size: 15px;
}
main.detail .cont_list_wrap ul.special_list li a img {
    max-width: 300px;
    width: auto;
    height: auto;
}
main.detail .cont_list_wrap ul.special_list li a h3 {
    padding-bottom: 1px;
    display: inline;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 3px;
}
main.detail .cont_list_wrap ul.special_list li a span {
	font-size: .8em;
    line-height: 1.5em;
    display: inline-block;
    margin-top: 5px;
}

/* pager */
main.detail .pager_wrap {
	padding-bottom: 65px;
}
main.detail #pager {
    background-color: unset;
    width: auto;
    text-align: center;
    margin-top: 65px;
}
main.detail #pager div,
main.detail #pager a {
	display: inline-block;
	padding: 4px 6px;
    margin: 0 3px;
}
main.detail #pager div {
    color: #000;
}
main.detail #pager a {
	color: #B4A47B;
}
main.detail #pager a:hover {
	background-color: #f1e3ca;
}
main.detail #pager .current {
    color: #fff;
	pointer-events: none;
}
main.detail .cont_list_wrap #pager a:hover {
    background-color: #5d5446;
}
main.detail .cont_list_wrap #pager div {
	color: #fff;
}
/* /pager */

/* lity */
.lity {
	background: none !important;
}
.lity-container {
	max-width: 96% !important;
	max-height: 92% !important;
	border: solid 1px #DED6BF !important;
	background-color: rgba(255,255,255,0.95) !important;
	overflow-y: auto !important;
}
.lity-content:after {
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}
.lity-close {
	position: absolute !important;
	right: 10px !important;
	top: 10px !important;
	color: #D1C6A6 !important;
	text-shadow: none !important;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif !important;
}
.lity-iframe .lity-container {
	width: 766px !important;
    margin-left: 88px !important;
    opacity: .95 !important;
}
.lity-iframe-container iframe {
	background: #fff !important;
}
/* /lity */

/* regi */
main.detail .regi_btn_wrap {
	margin: 32px 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
main.detail .regi_wrap .regi_des_img {
	width: 100%;
    padding-top: 5px;
	padding-bottom: 10px;
    text-align: center;
}
main.detail .regi_wrap .regi_des_img img {
	width: 92%;
}
main.detail .regi_wrap .regi_footer_img {
	width: 100%;
    text-align: center;
	margin-top: 25px;
	margin-bottom: 40px;
}
main.detail .regi_wrap .regi_footer_img img {
	width: 325px;
}
.btn_gold,
.btn_silver {
    color: #fff !important;
    font-size: 16px;
    display: inline-block;
    padding: 8px 0;
    width: 310px;
    text-align: center;
}
.btn_gold {
	background-color: #B4A47B;
	border-top: 2px solid #cec2aa;
	border-left: 2px solid #cec2aa;
	border-right: 2px solid #92825e;
	border-bottom: 2px solid #92825e;
}
.btn_silver {
	background-color: #B9B1A2;
	border-top: 2px solid #d6cfc2;
	border-left: 2px solid #d6cfc2;
	border-right: 2px solid #8e8779;
	border-bottom: 2px solid #8e8779;
}
/* regi */
/* profile */
main.detail .profile_wrap #profile_def {
	display: none;
}
main.detail .profile_wrap .profile_img {
	text-align: center;
}
main.detail .profile_wrap .profile_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 500px;
}
main.detail .profile_wrap #profile {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	text-align: left;
    margin: 40px 0;
}
main.detail .profile_wrap #profile > div {
	min-width: 342px;
	width: 48%;
}
main.detail .profile_wrap #profile > div > div > p:nth-child(1) {
	color: #B4A47B;
    border-bottom: 1px solid #B4A47B;
}
main.detail .profile_wrap #profile > div > div > p:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 17px;
}
main.detail .link_gold {
	text-align: center;
}
main.detail .link_gold a {
	font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho", serif;
    color: #B4A47B;
    border: 1px solid #B4A47B;
    padding: 5px 24px;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1em;
    margin: 53px 0;
}
main.detail .link_gold a span {
    font-size: .7em;
}
/* /profile */

/* kiji */
main.detail section.kiji_wrap:nth-child(1) .section--div::before {
	content: "";
    height: 45px;
    width: 100%;
    display: block;
}
main.detail .kiji_wrap time {
    display: block;
    color: #B4A47B;
    font-size: 13px;
}
main.detail .kiji_wrap h2 {
	margin-top: 3px;
	padding: 0;
	width: 100%;
}
main.detail .kiji_wrap img {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
}
main.detail .kiji_wrap .section--div {
	text-align: left;
}
/* /kiji */

/* PC */
@media screen and (min-width: 768px) {
	/* info_menu */
	main.detail ul.info_menu a {
		background-color: #B4A47B;
		color: #FFF;
		font-size: 13px;
		display: block;
		width: 65px;
		height: 22px;
		text-align: center;
		line-height: 1.8em;
	}
	main.detail ul.info_menu li:nth-child(5) > a {
		font-size: 11px;
		letter-spacing: -2px;
		line-height: 2em;
	}
	/* /info_menu */
	/* regi */
	main.detail .regi_btn_wrap {
		margin: 16px 0;
	}
	main.detail .regi_btn_wrap > a {
		margin: 15px;
	}
	/* /regi */
	/* kiji */
	main.detail .kiji_wrap .loginnot_bg {
	    position: absolute;
	    background: linear-gradient(to top, rgba(255,255,255,1) 80%,rgba(255,255,255,0.9) 90%, rgba(255,255,255,0));
	    width: 100%;
	    height: 100%;
	    top: 19%;
		z-index: 999;
	}
	main.detail .kiji_wrap .loginnot_bg--div {
		width: 730px;
		margin: 40px auto 0 auto;
		font-size: 14px;
		line-height: 1.5em;
	}
	/* /kiji */
}

/* SP */
@media screen and (max-width: 768px) {
	main section .section--div {
		width: 92%;
	}
	main.detail h2 {
		margin-top: 75px;
		font-size: 18px;
	}
	/* info_menu */
	main.detail ul.info_menu {
		width: 100%;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	}
	main.detail ul.info_menu a {
		background-color: #B4A47B;
		color: #FFF;
		font-size: 15px;
		display: block;
		width: 75px;
		text-align: center;
	}
	main.detail ul.info_menu li:nth-child(5) > a {
		font-size: 12px;
		letter-spacing: -2px;
	}
	main.detail ul.info_menu li {
    	margin: 5px 2px;
	}
	/* cont_menu */
	main.detail ul.cont_menu {
    	justify-content: space-evenly;
	}
	main.detail ul.cont_menu li {
    	margin: 7px 0px;
	}
	main.detail ul.cont_menu a {
		font-size: 14px;
		width: 104px;
	}
/*
	main.detail ul.cont_menu li:nth-child(5) > a {
		font-size: 12px;
	}
*/

	main.detail ul.contents_list li a > div {
		/*margin: auto 0;*/
	}
	main.detail ul.contents_list li img {
		height: 65px;
	}

	main.detail #old_link_wrap > div {
		width: 50%;
	}
	main.detail #old_link_wrap a {
		width: 100%;
	}

	main.detail #pager {
	    margin-top: 35px;
	}
	main.detail .pager_wrap {
		padding-bottom: 35px;
	}

	/* image_list */
	main.detail ul.image_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	main.detail ul.image_list li {
		width: 47%;
	}
	main.detail ul.image_list a {
		display: block !important;
		width: 100%;
	}
	main.detail ul.image_list a > div:nth-child(1) {
		text-align: center;
	}
	main.detail ul.image_list img {
		width: 100%;
    	height: auto !important;
	}
	/* /image_list */

	/* special_list */
	main.detail .cont_list_wrap ul.special_list {
		max-width: 100%;
	    min-width: auto;
	    justify-content: center;
	}
	main.detail .cont_list_wrap ul.special_list li a {
		display: block;
	}
	main.detail .cont_list_wrap ul.special_list li a img {
		max-width: unset;
		width: 100%;
	}
	/* /special_list */

	/* lity */
	.lity-wrap {
		padding-left: 3px;
	}
	.lity-iframe .lity-container {
		width: 100% !important;
	    margin-left: 0 !important;
	}
	.lity-iframe-container,
	.lity-iframe-container iframe {
		height: 400px !important;
	}
	/* /lity */

	/* regi */
	main.detail .regi_wrap .regi_description {
		text-align: left;
	}
	main.detail .regi_wrap .regi_description span {
		text-decoration: underline;
	}
	main.detail .regi_btn_wrap > a {
		width: 82%;
	}
	main.detail .regi_btn_wrap > a + a {
		margin-top: 17px;
	}
	main.detail .regi_wrap .regi_des_img img {
		width: 95%;
	}
	main.detail .regi_wrap .regi_footer_img img {
		width: 87%;
	}
	/* /regi */

	/* profile */
	main.detail .profile_wrap #profile > div {
		width: 100%;
	}
	/* /profile */

	/* kiji */
	main.detail section.kiji_wrap:nth-child(1) .section--div::before {
	    height: 75px;
	}
	main.detail .kiji_wrap .loginnot_bg {
	    position: absolute;
	    background: linear-gradient(to top, rgba(255, 255, 255, 1) 70%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0));
		width: 100%;
	    padding-top: 40px;
	    height: 350px;
	    overflow: hidden;
	    transition: all 1s ease-out;
	    zoom: 0.9;
	    top: 0%;
		z-index: 999;
	}
	main.detail .kiji_wrap .loginnot_bg--div {
		width: 100%;
	}
	/* /kiji */

	/* new icon */
	.nav1 img.new_icon {
	    top: 2px;
	}
	/* /new icon */

	main.detail .link_gold a {
		margin: 43px 0;
	}
}
