@charset "utf-8";
.foot_caption { background-color: #f8f7f4;;}
/*==================================================================
	Main visual
===================================================================*/
.mainvisual {
	height: 100vh;
	width: 100%;
	position: relative;
	background: #fff;
	z-index: 2;
}
@media screen and (max-width: 1000px) {
	.mainvisual {
		height: calc(100vh - 164px);
	}
}
@media screen and (max-width: 767px) {
	.mainvisual {
		height: calc(100vh - 140px);
	}
}
.mainvisual .scene {
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.8s;
}
.mainvisual .scene.on {
	opacity: 1;
	visibility: visible;
}
.mainvisual .logo-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.mainvisual.scene04 .picture-area .pic_cap { opacity: 0;}
.mainvisual.scene04 .logo-area { opacity: 0;}
.mainvisual .logo-area .icon {
	position: absolute;
	width: clamp(30px, 40px, 50px);
	transition: opacity ease-in-out 0.3s;
}
.mainvisual .logo-area .icon.w {
	opacity: 0;
}
.mainvisual.scene03 .logo-area .icon.w {
	animation: logoWhite 1.5s ease-in-out 0.25s forwards;
}
.mainvisual.scene03 .logo-area .icon.b {
	animation: logoBlack 1.5s ease-in-out 0.25s forwards;
}
.mainvisual.scene03 .logo-area .text {
	animation: txtBlack 1.5s ease-in-out 0.25s forwards;
}
@keyframes txtBlack {
    0% {
        color: rgba(62, 58, 57, 1);
    }
    100% {
        color: rgba(255, 255, 255, 1);
    }
}
@keyframes logoBlack {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes logoWhite {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.mainvisual .logo-area .text {
	font-size: clamp(1.8rem, 2.14285714vw, 3.6rem);
	margin-top: 140px;
	transition: color ease-in-out 0.3s;
}

@media screen and (max-width: 767px) {
	.mainvisual .logo-area .text {
		margin-top: 100px;
	}
}
.mainvisual .line {
	background-color: #a8a7a7;
	position: absolute;
	z-index: 1;
}
.line-left-to-right {
	height: 1px;
	transform: scaleX(0);
	transform-origin: left center;
}
.scene.on .line-left-to-right {
	animation: extendLineX 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.line-top-to-bottom {
	width: 1px;
	transform: scaleY(0);
	transform-origin: center top;
}
.scene.on .line-top-to-bottom {
	animation: extendLineY 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.l1 { top: 33.33%; left: 0; width: 40%; animation-delay: 3.5s; }
.l2 { top: 33.33%; left: 20%; height: 66.66%; animation-delay: 3.9s; }
.l3 { top: 0; left: 40%; height: 66.66%; animation-delay: 3.7s; }
.l4 { top: 66.66%; left: 40%; width: 41%; animation-delay: 4.2s; }
.l5 { top: 0; left: 40%; height: 100%; animation-delay: 3.7s; }
.l6 { top: 0; left: 80%; height: 100%; animation-delay: 3.6s; }
.l7 { top: 66.66%; left: 80%; width: 20%; animation-delay: 4.4s; }
@keyframes extendLineX {
	to { transform: scaleX(1); }
}
@keyframes extendLineY {
	to { transform: scaleY(1); }
}
@keyframes fadeInLogo {
	to { opacity: 1; }
}
@media screen and (max-width: 767px) {
	.l1 { top: 40%; left: 0; width: 100%;}
	.l2, .l3 { opacity: 0; }
	.l4 { top: 60%; left: 0; width: 100%;}
	.l5 { top: 60%; left: 33.33%; height: 40%;}	
	.l6 { top: 0; left: 66.66%; height: 60%;}
	.l7 { top: 80%; left: 33.33%; width: 66.66%;}
}
.picture-area {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
.picture-area .pic {
	display: none;
	position: absolute;
}
.picture-area .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.picture-area .p1 {
	width: 40%;
	height: 66.66%;
	left: 40%;
	top: 0;
}
.picture-area .p2 {
	width: 20%;
	height: 66.66%;
	left: 80%;
	top: 0;
}
.picture-area .p3 {
	width: 20%;
	height: 33.33%;
	left: 40%;
	top: 66.66%;
}
.picture-area .p4 {
	width: 20%;
	height: 33.33%;
	left: 60%;
	top: 66.66%;
}
.picture-area .p5 {
	width: 20%;
	height: 33.33%;
	left: 80%;
	top: 66.66%;
}
.picture-area .p6 {
	width: 20%;
	height: 66.66%;
	left: 0;
	top: 33.33%;
}
.picture-area .p7 {
	width: 40%;
	height: 33.33%;
	left: 0;
	top: 0;
}
.picture-area .p9 {
	width: 20%;
	height: 33.33%;
	left: 20%;
	top: 33.33%;
}
.picture-area .p8 {
	width: 20%;
	height: 33.33%;
	left: 20%;
	top: 66.66%;
}
@media screen and (max-width: 767px) {
	.picture-area .p1 {
		width: 66.66%;
		height: 40%;
		left: 0;
		top: 0;
	}
	.picture-area .p2 {
		width: 33.33%;
		height: 40%;
		left: 66.66%;
		top: 0;
	}
	.picture-area .p3 {
		width: 33.33%;
		height: 20%;
		left: 0;
		top: 40%;
	}
	.picture-area .p4 {
		width: 33.33%;
		height: 20%;
		left: 33.33%;
		top: 40%;
	}
	.picture-area .p5 {
		width: 33.33%;
		height: 20%;
		left: 66.66%;
		top: 40%;
	}
	.picture-area .p6 {
		width: 33.33%;
		height: 40%;
		left: 0%;
		top: 60%;
	}
	.picture-area .p7 {
		width: 66.66%;
		height: 20%;
		left: 33.33%;
		top: 60%;
	}
	.picture-area .p8 {
		width: 33.33%;
		height: 20%;
		left: 33.33%;
		top: 80%;
	}
	.picture-area .p9 {
		width: 33.33%;
		height: 20%;
		left: 66.66%;
		top: 80%;
	}
}
.white-area {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 4;
}
.white-area .text {
	color: #3e3a39;
	font-size: clamp(1.6rem, 1.48809524vw, 2.5rem);
	letter-spacing: 0.5em;
	line-height: 2.4;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	transition: all 1.2s ease-in-out 1.8s;
	opacity: 0;
	visibility: hidden;
}
.white-area.scene.on .text {
	opacity: 1;
	visibility: visible;
}
.city-area {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 5;
}
.city-area img {
	height: 100%;
	object-fit: cover;
}
.city-area .text {
	color: #ffffff;
	font-size: clamp(1.6rem, 1.48809524vw, 2.5rem);
	letter-spacing: 0.5em;
	line-height: 2.4;
	position: absolute;
	left: 10%;
	top: 20%;
	white-space: nowrap;
	transition: all 1.2s ease-in-out 1.8s;
	opacity: 0;
	visibility: hidden;
}
.city-area.scene.on .text {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 1000px) {
	.city-area .text {
		left: 0;
		top: 15%;
		text-align: center;
		width: 100%;
	}
}

/*==================================================================
	Merit
===================================================================*/
.sec_merit {
	background: url(../imgs/merit_bg.jpg) no-repeat center center/cover;
    padding: 0 0 40px;
}
.shine_bg {
	position: relative;
	overflow:hidden;	
}
.shine_bg::before {
	content: "";
	position: absolute;
	display: block;
	background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.9));	
	width: 50px;
	height: 50px;
	top: -110px;
	left: -60px;
	animation-name:shine-run;
	animation-delay: 0s;
	animation-duration: 6s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
}

@keyframes shine-run {
    0% {
        transform: scale(0) rotate(50deg);
        opacity: 0;
    }
    15% {
        transform: scale(1) rotate(50deg);
        opacity: 1;
    }
    40% {
        transform: scale(250) rotate(50deg);
        opacity: 0;
    }
    100% {
        transform: scale(250) rotate(50deg);
        opacity: 0;
    }
}
  
@media only screen and (max-width: 767px) {
	.sec_merit { padding: 40px 0;}
}
/*==================================================================
	Section Informations
===================================================================*/
.sec_info {
	padding: clamp(60px, 5.9524vw, 100px) 0 clamp(60px, 6.5476vw, 110px);
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.sec_info::before {
	content: "";
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	width: 100%;
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.sec_info .inner {
	position: relative;
	z-index: 10;
}
.sec_info .ttl {
	font-size: clamp(1.8rem, 1.3095vw, 2.2rem);
	letter-spacing: 0.1em;
	margin-bottom: clamp(30px, 3.2738vw, 55px);
}
.sec_info .txt01 { 
	font-size: clamp(1.6rem, 1.07142857vw, 1.8rem);
	letter-spacing: 0.2em;
	line-height: 1.2;
}
.sec_info .txt01 > .sm { font-size:100%;}
.sec_info .txt01 > .lg { font-size: 189%;}
.sec_info .txt02 { 
	font-size: clamp(1.8rem, 1.66666667vw, 2.8rem); letter-spacing: 0.2em;
	line-height: 1.7;
}
.sec_info .line_info {
    position: relative;
    display: block;
    width: 30px;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
}
.sec_info .line_info:after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    background: #000;
}
.sec_info .time {
	margin-bottom: clamp(30px, 2.6786vw, 45px);
	font-size: clamp(1.2rem, 0.8333vw, 14px);
}
.sec_info .time .md {
	font-size: 115%;
	display: block;
    margin-top: clamp(10px, 1.1905vw, 20px);
}
.sec_info .btn_style { margin-bottom: clamp(30px, 3.2738vw, 55px); }
.sec_info .sm01 { 
	font-size: clamp(1rem, 0.7143vw, 1.2rem);
	margin-bottom: clamp(30px, 2.9762vw, 50px);
}
.sec_info .sm02 { font-size: clamp(1.2rem, 0.8333vw, 1.4rem);}
.sec_info .remo_cli {display: none;
    margin: clamp(40px, 3.869vw, 65px) auto 0;
    max-width: 770px;
}
@media only screen and (max-width: 767px) {
	.sec_info .txt02 { letter-spacing: 0.01em;}
}
/*==================================================================
	Section concept
===================================================================*/
.sec_concept {
    position: relative;
    z-index: 0;
}
.sec_concept .inner {
    max-width: 1300px;
    height: 100%;
}
.sec_concept .concept_wrap {
    position: relative;
    z-index: 0;
}
.sec_concept .concept_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
}
.sec_concept .concept_bg img {
    height: 100%;
    object-fit: cover;
}
.sec_concept.is_start .concept_bg {
    position: fixed;
}
.sec_concept.is_end .concept_bg {
    position: absolute;
    top: auto;
    bottom: 0;
}
.concept_box {
    display: grid;
    grid-template-columns: auto 40%;
    gap: 30px 60px;
    align-items: center;
    height: 100%;
    padding-left: clamp(30px,11.9047619vw,100px);
}
.concept_box .cont {
    color: #fff;
}
.concept_box .cont .ttl {
    font-size: clamp(2.6rem,3.095238vw,5.2rem);
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 0 30px;
}
.concept_box .cont .ttl .sm {
    font-size: 73%;
}
.concept_box .cont .ttl .sm:before {
    background: #fff;
    content: "";
    height: 1px;
    width: 30px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.concept_box .cont .sub {
    font-size: clamp(1.8rem,1.4285714vw,2.4rem);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 10px;
}
.concept_box .cont .sub .sm { font-size: 91.6%; }
.concept_box .cont .txt {
    font-size: clamp(1.2rem,0.83333vw,1.4rem);
    letter-spacing: 0.05em;
    line-height: 1.7;
}
.concept_box .cont .txt + .txt {
    margin-top: 15px;
}
.concept_item {
    height: 100vh;
    position: relative;
    z-index: 0;
}
.concept_item:last-child { height: 130vh; }
.concept_item .item_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 0;
}
.concept_item .item_wrap:after {
    background: rgba(62,58,57,1);
    opacity: 0.5;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.concept_item:nth-child(1) .item_wrap:after {
    opacity: 0.15;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 42%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 1) 100%);
}
.concept_item:nth-child(1) .concept_box .cont .sub { margin-bottom: 30px; }
.is_start .concept_item .item_wrap {
    position: fixed;
}
.concept_item.is_on .item_wrap {
    opacity: 1;
    visibility: visible;
}
.concept_item.is_out .item_wrap {
    opacity: 0;
    visibility: hidden;
}
.is_end .concept_item .item_wrap {
    position: absolute;
    top: auto;
    bottom: 0;
}
.process_line {
    position: absolute;
    left: calc((100vw - 1300px)/2);    
    height: 100vh;
    z-index: 10;
    top: 0;
}
.is_start .process_line {
    position: fixed;
}
.is_end .process_line {
    position: absolute;
    top: auto;
    bottom: 0;
}
.line_wrap {
    display: flex;
    flex-direction: column;
    bottom: 15%;
    top: 15%;
    height: 70%;
    position: absolute;
    gap: 15px;
}
.process_line .lines {
    flex: 1;
    width: 2px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 0;
}
.process_line .lines .line_bg {
    position: absolute;
    top: 0;
    height: 10%;
    left: -1px;
    z-index: 1;
    background: #fff;
    width: calc(100% + 2px);
    transition: all 0.25s linear;
}
.process_line .txt {
	color: #fff;
	font-size: clamp(1rem,0.833333vw,1.4rem);
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	line-height: 0;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 1300px) {
    .concept_box {
        grid-template-columns: auto 50%;
        gap: 30px;
        padding-left: 60px;
    }
    .process_line {
        left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .concept_box {
        display: flex;
        flex-direction: column;
        padding: 100px 0 100px 15px;
        justify-content: center;
        align-items: flex-start;
    }
    .concept_box .cont .ttl {
        margin: 0 0 15px;
    }
    .process_line .lines { width: 1px; }
	.concept_item .item_wrap:after {
		opacity: 0.5 !important;
		background: rgba(62,58,57,1) !important;
	}
}
/*==================================================================
	Section category
===================================================================*/
.sec_category {
	padding: clamp(60px, 7.1429vw, 120px) 0;
	position: relative;
	z-index: 2;
}
.sec_category .cap {
	font-size: 1rem;
	position: absolute;
	bottom: clamp(30px, 5.3571vw, 90px);
	right: 5px;
}
.category_list {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    width: 100%;
	border-top: 1px solid #3e3a39;
	background: url(../imgs/bg_top.jpg) no-repeat center center/cover;
}
.category_list .item {
    border-right: 1px solid #3e3a39;
    border-bottom: 1px solid #3e3a39;
    overflow: hidden;
	position: relative;
	min-height: clamp(200px, 23.8095vw, 400px);
}
.category_list .pos_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.category_list .txt_vertical {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.category_list .txt_vertical .txt {
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	font-size: clamp(1.4rem, 1.4286vw, 2.4rem);
	letter-spacing: 0.1em;
}
.category_list .ttl {
	font-size: clamp(2rem, 1.9048vw, 3.2rem);
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	transition: all .3s;
	z-index: 2;
	opacity: 0;
}
.category_list .ttl span { display: block;}
.category_list .ttl .jp { font-size: clamp(1.2rem, 0.8333vw, 1.4rem);}
.category_list .item:hover .ttl { opacity: 1;}
.category_list .img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	border-radius: 0.125rem;
	z-index: 1;
	clip-path: inset(50%);
	transition: clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.category_list .img img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	border-radius: 0.125rem;
}
.category_list .item:hover .img { clip-path: inset(0% 0% 0% 0%);}
.category_list .item:hover .img img {
	transform: translate(-50%, -50%) scale(1);
}
.category_list .link_arrow {
	position: absolute;
	z-index: 3;
	overflow: hidden;
	bottom: 20px;
	right: 20px;
	width: 24px;
	height: 11px;
}
.category_list .link_arrow .cls-1 { fill: #3e3a39;}
.category_list .link_arrow .cls-2 {
	fill: none;
	stroke: #3e3a39;
	stroke-miterlimit: 10;
}
.category_list .link_arrow .cls-2,
.category_list .link_arrow .cls-1 { transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);}
.category_list .link_arrow .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: translate 0.9s cubic-bezier(0.16, 1, 0.3, 1);
	width: 24px;
	height: 11px;
}
.category_list .link_arrow .after { transform: translate(-180%, -50%);}
.ani_line {
    position: relative;
    height: 30px;
    width: 1px;
    overflow: hidden;
    left: 50%;
    margin-left: -1px;
}
.ani_line .line_move {
    animation: line_move 2s both cubic-bezier(.15, .31, .24, .88) infinite;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
	text-indent: -999px;
}
@keyframes line_move {
	0% {
		height: 0;
		bottom: 100%;
	}
	50% {
		height: 100%;
		bottom: 0;
	}
	100% {
		height: 100%;
		bottom: -100%;
	}
}
.category_list .btn_link span {
	position: absolute;
	right: 50px;
	transition: all 0.5s;
	opacity: 0;
	bottom: 20px;
    line-height: 1;
	z-index: 2;
	font-size: clamp(1.2rem, 0.8333vw, 1.4rem);
}
.category_list .btn_link span.txt_cate { opacity: 1;}
.category_list .btn_link span.txt_more {
	opacity: 0;
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.category_list .item:nth-child(3n) { border-right: none;}
	.category_list .item:hover .link_arrow .cls-1 { fill: #fff;}
	.category_list .item:hover .link_arrow .cls-2 { stroke: #fff;}
	.category_list .item:hover .link_arrow .icon { translate: 130%;}
	.category_list .item:hover .btn_link span.txt_more { opacity: 1;}
	.category_list .item:hover .btn_link span.txt_cate { opacity: 0;}
}
@media only screen and (max-width: 767px) {
	.category_list { grid-template-columns: repeat(2, 1fr);}
	.category_list .item:nth-child(2n) { border-right: none;}
	.category_list .txt_vertical {
		color: #fff;
        display: flex;
        flex-direction: column;
        z-index: 2;
        top: 30%;
	}
	.category_list .txt_vertical .txt {
		font-size: 1.4rem; 
		margin-bottom: 10px;
	}
	.category_list .ttl { 
		opacity: 1!important;
		top: 48%;
		transform: initial;
	}
	.category_list .img { clip-path: inset(0%);}
	.category_list .item .link_arrow .cls-1 { fill: #fff;}
	.category_list .item .link_arrow .cls-2 { stroke: #fff;}
	.category_list .link_arrow {
		bottom: 10px;
		right: 10px;
		width: 20px;
		height: 8px;
	}
	.category_list .link_arrow .icon { 
		width: 20px;
		height: 8px;
	}
	.category_list .btn_link span {
		right: 33px;
		bottom: 10px;
	}
	.category_list .btn_link span.txt_cate { opacity: 0;}
	.category_list .btn_link span.txt_more {
		opacity: 1;
	}
}
/*==================================================================
	Section PICKUP
===================================================================*/
.sec_pickup {
	padding: clamp(60px, 7.14285714vw, 120px) 0 0;
	position: relative;
	z-index: 1;
	background-color: #f8f7f4;
}
.sec_pickup .container {
	max-width: 1200px;
}
.sec_pickup .container_text {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.sec_pickup .container_text::before {
	content: "";
	width: 44%;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}
.sec_pickup .container_text::after {
	content: "";
	width: 44%;
	height: 1px;
	background: #3e3a39;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
.container_text .catch {
    color: #fff;
	-webkit-text-stroke: 1px #3e3a39;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 300;
	letter-spacing: 0.15em;
    line-height: 1;
    position: relative;
    padding: 0 50px;
    z-index: 2;
}
.sec_pickup .swiper-slide {
    position: relative;
    transition: all .8s;
}
.sec_pickup .swiper-slide > a {
	display: block;
	padding-right: 24px;
}
.sec_pickup .swiper-slide h3 {
	color: #3e3a39;
	font-size: 1.8rem;
	letter-spacing: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    position: relative;
}
.sec_pickup .swiper-slide h3 .viewmore {
	color: #3e3a39;
	display: inline-block;
	margin-left: auto;
	font-size: 1.2rem;
	position: relative;
	right: 0;
	bottom: 5px;
	text-transform: uppercase;
}
.sec_pickup .swiper-slide h3 .viewmore:before, .sec_pickup .swiper-slide h3 .viewmore:after {
	border-top: 1px solid #3e3a39;
	border-right: 1px solid #3e3a39;
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	top: 7px;
	right: -10px;
	transform: rotate(45deg);
	transition: all ease-in-out 0.25s;
}
.sec_pickup .swiper-slide h3 .viewmore:after { right: -14px;}
.sec_pickup .swiper-slide h3+p {
	color: #353734;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0;
}
.sec_pickup .swiper-container {
    margin: 0;
  	padding-bottom: 50px;
    overflow-x: hidden;
}
.inner_card .container_img { overflow: hidden;}
.inner_card .container_img img {
    width: 100%;
    max-width: none;
    transition: all .8s;
}
.sec_pickup .swiper-slide a:hover .container_img img { transform: scale(1.1);}
.container_img {
    position: relative;
    z-index: 0;
}
.swiper-wrapper { height: auto;}
.sec_pickup  .swiper-container>.swiper-scrollbar {
	border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 100%;
    background: none;
    border-bottom: 1px solid #3e3a39;
}
.sec_pickup  .swiper-container>.swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #3e3a39;
}
@media only screen and (max-width:1024px){
	.sec_pickup::before { width: 30%;}
	.sec_pickup::after { width: 28%;}
	.sec_pickup .container_text::after,
	.sec_pickup .container_text::before { width: 36%;}
}
@media only screen and (max-width:767px){
	.sec_pickup { padding: 60px 0 0;}
	.sec_pickup::before {
		width: 115px;
		left: 5px;
	}
	.sec_pickup::after { width: 105px;}
	.sec_pickup .container_text { margin-bottom: 35px;}
	.container_text .catch {
		font-size: 2rem;
		padding: 0 15px;
	}
	.sec_pickup .swiper-slide > a { padding-right: 12px;}
	.sec_pickup .swiper-slide h3 { font-size: 1.3rem;}
	.sec_pickup .swiper-slide h3+p { font-size: 1.2rem;}
	.sec_pickup .swiper-slide h3 .viewmore {
		font-size: 1.2rem;
		text-align: right;
		position: relative;
		top: 0;
	}
	.sec_pickup .swiper-slide h3 .viewmore:before,
	.sec_pickup .swiper-slide h3 .viewmore:after {
		height: 4px;
		width: 4px;
		top: 8px;
	}
	.sec_pickup .swiper-container>.swiper-scrollbar { height: 4px;}
}

/* */
.ub{position: relative;}
.ub:after{
    content: "";
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: #ffffff;
    margin-left: 0.5rem;
    vertical-align: 4px;
}