/* CSS Document */


/* ==========================================================================
	common
	========================================================================== */

.disnon {
    display: none!important;
}

.pc-none {
	display: none;
}

.section-inner_sss {
	width: 455px;
	margin: 0 auto;
}

.section-inner_ss {
	width: 720px;
	margin: 0 auto;
}

.section-inner_s {
	width: 860px;
	margin: 0 auto;
}

.section-inner_m {
	width: 1080px;
	margin: 0 auto;
}

.section-inner_l {
	width: 88%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.section-back-g {
    background: #EDEDED;
}


.clm-2 li {
    width: 45%;
    margin-right: 3.2%;
    margin-bottom: 32px;
    display: inline-block;
}

.clm-2 li:nth-child(2n) {
    margin-right: 0;
}


.clm-3 {
    
}

.clm-3 li {
    width: 30.9%;
    padding-right: 3.2%;
    margin-bottom: 48px;
    display: inline-block;
	vertical-align: top;
}

.clm-3 li:nth-child(3n) {
    padding: 0;
}


.clm-4 {
    margin: 60px auto 40px auto;
}

.clm-4 li {
    width: 22.5%;
    padding-right: 32px;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
}

.clm-4 li:nth-child(4n) {
    padding: 0;
}

.clm-4 .list-sm {
    margin-bottom: 0;
}


.clm-5 {
    margin: 28px auto 30px auto;
}

.clm-5 li {
    width: 172px;
    padding-right: 31px;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
}

.clm-5 li:nth-child(5n) {
    padding: 0;
}

.clm-5 .list-title  {
    font-size: 1.3rem;
}


.list-sm {
    margin-bottom: 10px;
}

.list-sm img {
    width: 100%;
}

.btn-mask {
    position: relative;
}


.btn-mask::after {
    position: absolute;
    content: " ";
    width: 85%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background:  url("../img/common/btn-mask.png") no-repeat;
    background-size: cover;
}



/*  main-under
	========================================================================== */

main {
    margin-top: 110px;
}

.main-under .section-title {
    margin: 48px auto;
    text-align: center;
}

.main-under .section-title h1 {
    color: #FFF;
    font-size: 4rem;
    padding: 40px 0 60px 0;
	font-weight: bold;
	text-shadow: 3.214px 3.83px 3.7px rgba(0, 0, 0, 0.81);
}

.main-under .section-title p {
    color: #FFF;
    font-size: 5rem;
    padding: 0px 0 60px 0;
    line-height: 68px;
    margin-top: -40px;
	font-weight: bold;
	text-shadow: 3.214px 3.83px 3.7px rgba(0, 0, 0, 0.81);
}



/* ==========================================================================
	header
	========================================================================== */

.header-bar {
    background: #100d0a;
    padding: 8px 0;
}

.header-bar-logo {
    width: 180px;
    padding-left: 12px;
}

.header-bar-language {
    position: absolute;
    right: 24px;
    top: 4px;
    color: #FFF;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: bold;
}

.header-bar-language span {
    display: inline-block;
    padding: 0 32px;
    vertical-align: middle;
}

.header-bar-language form {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
}

header {
	width: 100%;
	height: 118px;
    background: url("../img/header/nav-background.png") repeat-x;
    background-size: contain;
    background-position: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

header::after {
	width: 319px;
	height: 72px;
    background: url("../img/header/nav-background-after.png") no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 13px;
    z-index: 1;
    content: " ";
}

header::before {
	width: 319px;
	height: 72px;
    background: url("../img/header/nav-background-before.png") no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    left: 0;
    bottom: 13px;
    z-index: 1;
    content: " ";
}






/*  header-nav
	========================================================================== */

.header-nav {
	display: inline-block;
	vertical-align: middle;
	height: 74px;
	padding: 15px 0; 
	box-sizing: border-box;
    z-index: 10;
    position: relative;
}

.header-nav li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 74px 0 0;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    position: relative;
}

.header-nav li a {
    color: #FFF;
}

.header-nav li span {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

.header-nav li .header-nav-lock {
    color: #989490;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    position: relative;
}

.header-nav li .header-nav-lock::after {
    position: absolute;
    content: " ";
    background: url("../img/header/nav-lock.png");
    width: 10px;
    height: 12px;
    top: 16px;
    left: 50%;
    margin-left: -6px;
}


.header-nav li::after {
    content: " ";
    width: 1px;
    height: 24px;
    background: #4d4641;
    position: absolute;
    right: 32px;
    top: 12px;
}

.header-nav li:last-child {
    padding: 0;
}

.header-nav li:last-child::after {
    content: none;
}
    


/* ==========================================================================
	top
	========================================================================== */


/*  section-main_visual
	========================================================================== */


.section-main_visual {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.section-main_visual-img {
    width: 100%;
    height: 100%;
    background: url("../img/top/main_visual.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
    animation: grow 60s  linear 10ms infinite;
}

.section-main_visual-img::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.1);
}

@keyframes grow{
  0% { transform:scale(1)}
  50% { transform:scale(1.2)}
}

.section-main_visual-logo {
    position: absolute;
    top: 3vh;
    left: 4vw;
}

.section-main_visual-caption {
    position: absolute;
    bottom: 180px;
    left: 4vw;
}

.section-main_visual-sns-list {
    position: absolute;
    right: 4vw;
    top: 56px;
}

.section-main_visual-sns-list li {
    display: inline-block;
    padding:  0 4px;
}

.section-main_visual-sns-list li:last-child {
    padding-right: 0;
}

.section-main_visual-banner-list {
    position: absolute;
    right: 4vw;
    top: 80px;
}

.section-main_visual-banner-list li {
    width: 22vw;
    margin: 20px 0;
}

.section-main_visual-banner-list li img {
    box-shadow: 0px 0px 11.57px 1.43px rgba(21, 21, 21, 0.7);
}


/*  section-news
	========================================================================== */

.main-top .section-news {
    background-color: #242217;
    background-image: url("../img/top/news-back.png");
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -100px;
    padding: 68px 0 20px 0;
    color: #FFF;
    position: relative;
}

.section-news .section-inner_m {
    position: relative;
}

.section-news .section-news-more {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.6rem;
    color: #FFF;
    padding-right: 18px;
}

.section-news .section-news-more::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: " ";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFF;
}

.section-news .section-title {
    margin-bottom: 32px;
    color: #FFF;
}

.section-news .list-ctg {
    padding:  1px 12px;
    background: #af7808;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.3rem;
    color: #FFF;
}

.section-news .list-day {
    padding:  1px 12px;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.3rem;
    color: #FFF;
}

.section-news .list-txt {
    margin-top: 10px;
    line-height: 22px;
    font-size: 1.4rem;
    color: #FFF;
}

.section-news .list-sm {
    width: 100%;
    height: 180px;
}

.section-news .list-sm img {
    height: 180px;
}


/*  section-about
	========================================================================== */


.main-top .section-about {
    background: url("../img/top/section-about-background.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 200px 0;
    text-align: center;
}

.section-about .section-title {
    margin-bottom: 56px;
}

.section-about .section-title-sub {
    margin-bottom: 40px;
}

.section-about .section-txt {
    margin-bottom: 80px;
}

.main-top .section-about .cv-btn img {
    width: 35%;
    text-align: center;
}



/*  section-auction
	========================================================================== */


.section-auction {
    background: url("../img/top/section-auction-background.jpg") no-repeat;
    background-size: cover;
    background-position: 80% center;
    padding: 100px 0;
}

.section-auction .section-inner_m {
    position: relative;
}

.section-auction .section-title {
    width: 110%;
    margin-left: -10%;
    margin-bottom: 60px;
}

.section-auction .cv-btn {
    position: absolute;
    right: 60px;
    top: 360px;
}

.section-auction .section-auction-card img {
    width: 100%;
}


.section-auction .section-auction-card-title {
    text-align: center;
    margin:  20px auto;
    width: 70%;
}

.auction-creator-list {
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    font-size: 1.35rem;
    line-height: 28px;
}

.section-auction-more {
    text-align: center;
    margin: 20px auto 40px auto;
    font-size: 3rem;
    color: #FFF;
    font-weight: bold;
}


/*  section-banner
	========================================================================== */


.section-banner {
    background: #191919;
    padding: 110px 0 70px 0;
}

.section-banner ul li {
    background: #131313;
    height: 100px;
    display: inline-block;
}


/* ==========================================================================
	about
	========================================================================== */


.main-under .section-about {
    padding: 100px 0;
    position: relative;
    margin: 0;
    color: #FFF;
    background: rgba(0,0,0,0.8);
    min-height: 100vh;
}

.main-under .section-about::before {
    background: url("../img/about/section-background.jpg");
    background-size: cover;
    position: fixed;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.section-about-desc_01 {
	margin: 0px auto 40px auto;
	position: relative;
}

.section-about-desc_01 .cv-btn {
	position: absolute;
	bottom: 120px;
	left: 120px;
}

.section-about-desc_02 {
	margin: 40px auto 0 auto;
	position: relative;
}

.section-about-desc_01 .cv-btn img {
	width: 85%;
}

.section-about-desc_03 {
	width: 105.5%;
	margin: 20px auto 40px -5%;
	position: relative;
}

.section-about-desc_03 .cv-btn {
	position: absolute;
	bottom: 240px;
	right: 302px;
}

.section-about-desc_03 .cv-btn img {
	width: 85%;
}

.section-about-desc_04 {
	margin: 80px auto;
	position: relative;
}

.section-about-desc_05 {
	width: 120%;
	margin: 80px auto 0px -10%;
	position: relative;
}

.section-about-desc_06 {
	margin: -100px auto 80px auto;
	position: relative;
}

.section-about-desc_06 .cv-btn {
	position: absolute;
	bottom: 140px;
	right: 280px;
}

.section-about-desc_06 .cv-btn img {
	width: 85%;
}

.section-about-desc_07 {
	margin: 100px auto 180px -4.5%;
	position: relative;
}

.section-about-desc_07 .cv-btn {
	position: absolute;
	bottom: -100px;
	right: 340px;
}

.section-about-desc_07 .cv-btn img {
	width: 85%;
}


/* ==========================================================================
	news
	========================================================================== */

.main-under .section-news {
    padding: 100px 0;
    position: relative;
    margin: 0;
    color: #FFF;
    background: rgba(0,0,0,0.8);
    min-height: 100vh;
}


.main-under .section-news::before {
    background: url("../img/news/section-background.jpg");
    background-size: cover;
    position: fixed;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

/* ==========================================================================
	news-dedetail
	========================================================================== */

.main-under .section-news-detail {
    padding: 100px 0;
    position: relative;
    margin: 0;
    color: #FFF;
    background: rgba(0,0,0,0.8);
    min-height: 100vh;
}


.main-under .section-news-detail::before {
    background: url("../img/news/section-background.jpg");
    background-size: cover;
    position: fixed;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}


.section-news-detail .detail-title {
    font-size: 3rem;
    letter-spacing: 2px;
    line-height: 48px;
    color: #FFF;
    margin-bottom: 56px;
    position: relative;
    font-weight: bold;
}

.section-news-detail .detail-title::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background: #FFF;
    left: 0;
    bottom: -32px;
}

.section-news-detail .detail-ctg {
    padding:  1px 12px;
    background: #af7808;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.5rem;
}

.section-news-detail .detail-day {
    padding:  1px 12px;
    display: inline-block;
    margin-top: 10px;
    font-size: 1.4rem;
}

.section-news-detail .detail-txt p {
    margin-top: 16px;
    line-height: 40px;
    color: #FFF;
    font-size: 1.4rem;
}

.section-news-detail .detail-txt p a {
    color: #FFF;
    text-decoration: underline;
}


.section-news-detail .detail-txt h2 {
    margin-top: 48px;
    line-height: 32px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: bold;
}

.section-news-detail .detail-txt h3 {
    margin-top: 48px;
    line-height: 32px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
}

.section-news-detail .detail-sm {
    margin: 36px auto;
    width: 100%;
}

.section-news-detail .detail-sm img {
    width: 100%;
}

.section-news-detail .detail-sm-sub {
    margin: 36px auto;
    width: 100%;
}


/* ==========================================================================
	policy
	========================================================================== */

.main-under .section-policy {
    padding: 10px 0 180px 0;
    position: relative;
    margin: 0;
    color: #FFF;
    min-height: 100vh;
    background-size: cover;
    background-position: bottom center;
}


.main-under .section-policy .section-title h1 {
    color: #100d0a;
    text-shadow: none;
    padding-bottom: 0;
    margin: 60px auto 80px auto;
}

.section-policy h3 {
    margin: 48px 0 10px 0;
    font-size: 1.8rem;
}

.section-policy p {
    margin: 20px 0;
    line-height: 32px;
}


/* ==========================================================================
	contact
	========================================================================== */

.main-under .section-contact {
    padding: 10px 0 120px 0;
    position: relative;
    margin: 0;
    color: #FFF;
    min-height: 100vh;
    background: url("../img/contact/section-background.jpg");
    background-size: cover;
    background-position: bottom center;
}

.main-under .section-contact .section-title h1 {
    color: #100d0a;
    text-shadow: none;
    padding-bottom: 0;
}

.main-under .section-contact .section-txt {
    color: #100d0a;
    font-size: 1.5rem;
    margin-bottom: 40px;
    text-align: center;
}

.section-contact .input_list {
    border-bottom: 1px solid #a69e89;
}

.section-contact label {
    display: inline-block;
    width: 30%;
    padding: 40px 0;
    color: #100d0a;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: middle;
}

.section-contact label span {
    color: #FFF;
    background: #af7808;
    padding: 1px 10px 2px 10px;
    margin-right: 20px;
    font-size: 1.3rem;
    line-height: 12px;
}

.section-contact .input {
    width: 68%;
    display: inline-block;
    padding: 40px 0;
    color: #100d0a;
    vertical-align: middle;
}

.section-contact .input input {
    height: 56px;
    width: 100%;
    background: #FFF;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 1.4rem;
}

.section-contact .input textarea {
    height: 280px;
    width: 100%;
    background: #FFF;
    padding: 24px 20px;
    box-sizing: border-box;
    font-size: 1.4rem;
}

.section-contact .input select {
    height: 56px;
    width: 100%;
    background: #FFF;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 1.4rem;
}

.section-contact .input_txt {
    text-align: center;
    font-size: 1.5rem;
    color: #100d0a;
    margin: 60px auto;
    font-weight: 600;
    line-height: 28px;
}

.section-contact .input_txt a {
    text-decoration: underline;
}

.section-contact #submit {
    text-align: center;
    display: block;
    margin: 40px auto;
    background: url("../img/contact/cv-btn02.png");
    background-size: cover;
    width: 290px;
    height: 60px;
    overflow: hidden;
    line-height: 10000px;
}

.section-contact #confirmation {
    text-align: center;
    display: block;
    margin: 40px auto;
    background: url("../img/contact/cv-btn.png");
    background-size: cover;
    width: 290px;
    height: 60px;
    overflow: hidden;
    line-height: 10000px;
}

#back_edit {
    text-align: center;
    margin: 60px auto 40px auto;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
}

/* ==========================================================================
	cam
	========================================================================== */


.main-under .section-campaign {
    padding: 40px 0 100px 0;
    position: relative;
    margin: 0;
    color: #FFF;
    background: rgba(0,0,0,0.4);
    min-height: 100vh;
	color: #FFF;
}

.main-under .section-campaign::before {
    background: url("../img/top/section-about-background.jpg")!important;
    background-size: cover!important;
	background-position: center!important;
    position: fixed;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.section-txt-cam {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 80px;
	color: #FFF;
}

.section-txt-cam span {
	font-size: 3rem;
	padding: 6px 0;
	display: block;
	color: #FFF;
}

.section-txt-cam-boader {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 32px 0 32px 0;
	margin-bottom: 120px;
	background: rgba(255,255,255,0.05);
}

.cam-detail-title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	margin: 0px auto 20px auto;
	color: #FFF;
	border-left: 10px solid #FFF;
	padding-left: 10px;
}

.cam-detail-txt {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 48px;
	line-height: 32px;
	color: #CDCDCD;
	word-wrap: break-word;
}

.cam-detail-txt a {
	text-decoration: underline;
	color: #FFFFFF;
}

.main-under .section-campaign .section-title h1 {
	color: #FFF!important;
}

.section-campaign label {
	color: #FFF!important;
}

.section-campaign .input_txt {
	color: #FFF!important;
}

.section-campaign .input_txt a {
	color: #FFF!important;
}

/* ==========================================================================
	footer
	========================================================================== */

footer {
    background: #000;
    padding: 24px 0;
}

footer .footer-logo {
    text-align: center;
    margin: 20px auto 20px auto;
    width: 250px;
}

footer .footer-nav {
    text-align: center;
    margin: 14px auto 32px auto;
}

footer .footer-nav li {
    display: inline-block;
    color:  #FFF;
    padding: 0 20px;
    position: relative;
}

footer .footer-nav li a {
    color: #FFF;
}

footer .footer-nav li:last-child(0) {
    padding-right: 0;
}


footer .footer-nav li:last-child::after {
    content: none;
}

footer .footer-nav li::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 14px;
    background: #FFF;
    right: 0px;
    top: 4px;
}

footer .footer-copy {
    text-align: center;
    color:  #FFF;
}