.mainSliderSec {
	position: relative;
}
#mainSlider {
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  margin-bottom: 0;
}
#mainSlider .slick-dots {
	display: flex;
	justify-content: center;
  align-items: center;
	width: auto;
	bottom: 65px;
	right: 60px;
}
#mainSlider .slick-dots li {
	display: flex;
	justify-content: center;
  align-items: center;
	margin: 0 7.5px;
	width: 5px;
	height: 5px;
	padding: 0;
	border-radius: 50px;
}
#mainSlider .slick-dots li.slick-active {
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
}
#mainSlider .slick-dots li button {
	background: #fff;
	width: 5px;
	height: 5px;
	padding: 0;
	border-radius: 50px;
}
#mainSlider .slick-dots li button:before {
	content: none;
}
.mainSlider_tit_stickyWrap {
	position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
	width: 100%;
	height: 100%;
	padding: 0 100px;
	mix-blend-mode: difference;
}
.mainSlider_tit {
	position: sticky;
  top: 150px;
	font-family: "ten-mincho-antique", sans-serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #E7E7AB;
}
.mainSlider_subtxt {
	position: absolute;
	bottom: 60px;
	left: 60px;
	font-weight: 500;
	font-size: 10px;
	line-height: 1;
	letter-spacing: .03em;
	color: #fff;
}
.mainSlider_noren_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: clip !important;
}
.mainSlider_noren_image.up {
	animation: scrollup 1.7s ease-in forwards;
}
.mainSlider_noren_image p {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: .03em;
  color: #fff;
  padding: 40px 100px;
}
@keyframes scrollup {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}
@media (max-width: 1470px) {
	.mainSlider_tit_stickyWrap {
		padding: 0 5%;
	}
	.mainSlider_tit {
	  top: 15%;
	}
	.mainSlider_noren_image p {
	  padding: 10px 5%;
	}
}
@media (max-width: 1180px) {
	.mainSlider_tit {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	#mainSlider {
		border-radius: 0 0 5px 5px;
	}
	#mainSlider .slick-slide {
		height: 100vh;
	}
	#mainSlider .slick-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#mainSlider .slick-dots {
		bottom: 20px;
    	right: 20px;
	}
	.mainSlider_subtxt {
		bottom: 20px;
		left: 20px;
	}
}
@media (max-width: 767px) {
	.mainSlider_tit {
		top: 100px;
		font-size: 22px;
		letter-spacing: 2px;
	}
}

.traditionSec {
	padding: 170px 0;
	overflow-x: clip;
}
.tradition_tit {
    position: sticky;
    top: 170px;
	padding-bottom: 65px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: "ten-mincho-antique", sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 110px;
    letter-spacing: 1px;
    text-align: center;
    color: #030049;
	pointer-events: none;
}
.tradition_tit span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
	letter-spacing: .2em;
}
.tradition_tit small {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .03em;
    text-align: center;
}
.traditionBox {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 600px;
}
.traditionBox img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    z-index: 3;
    margin: auto;
    max-height: calc(100% - 100px);
}
.traditionBox:first-of-type {
    margin-top: 170px;
}
.traditionBox .traditionBox_txt {
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
	text-orientation: upright;
    font-family: "ten-mincho-antique", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: .1em;
    text-align: left;
    color: #040315;
	display: flex;
    justify-self: flex-end;
    align-items: center;
    width: 50%;
}
.traditionBox:nth-of-type(even) {
    justify-content: flex-start;
}
.traditionBox:nth-of-type(even) img {
    left: auto;
	right: -10%;
}
@media (max-width: 1180px) {
	.traditionBox img {
		left: -12%;
        max-height: calc(100% - 250px);
	}
	.traditionBox:nth-of-type(even) img {
		left: auto;
		right: -12%;
	}
}
@media (max-width: 991px) {
	.traditionBox {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 50px;
	}
	.traditionBox .traditionBox_txt {
		font-size: 16px;
		line-height: 32px;
		letter-spacing: .5em;
	}
	.traditionBox img {
		position: relative;
		left: -22%;
		margin-top: -70px;
	}
	.traditionBox:nth-of-type(even) img {
		left: auto;
		right: -22%;
	}
}
@media (max-width: 480px) {
	.tradition_tit {
		font-size: 36px;
		line-height: 1.2;
		letter-spacing: 1px;
		text-align: center;
	}
	.tradition_tit br {
		display: none;
	}
	.traditionBox .traditionBox_txt {
		font-size: 13px;
		line-height: 23px;
	}
}

.company_conceptSec {
    position: relative;
	background: url(/wp-content/uploads/2025/07/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.company_conceptSec img.bg_attachment {
	visibility: hidden;
}
.company_conceptSec img.bg_smog_style {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}
.company_conceptSec h2.company_concept_tit {
    position: absolute;
    top: 21%;
    left: 22%;
    font-family: "ten-mincho-antique", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 2;
    letter-spacing: .05em;
    color: #fff;
}
@media (max-width: 991px) {
	.company_conceptSec {
		background: none;
		height: 100vh;
	}
	.company_conceptSec img.bg_attachment {
		visibility: visible;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.company_conceptSec h2.company_concept_tit {
		top: auto;
		bottom: 31%;
        left: 20px;
		font-size: 18px;
	}
}