@charset "utf-8";
body #container {
	z-index: 0;
	position: relative;
}

/* main_visual */
.main_visual {
	position: relative;
	overflow: hidden;
}
.mv_cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 11;
	bottom: 0;
	height: 100%;
}
.mv_cont .tp_value {
	position: absolute;
    color: #fff;
    bottom: 0;
	display: flex;
	align-items: flex-end;
	width: 100%;
	transition: opacity 1s;
}
.mv_cont .tp_value .tp_cont {
	padding-left: 11.5%;
    padding-bottom: 2.8%;
	width: 100%;
}
.mv_cont .tp_value .tp_txt {
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
}

.mv_cont .tp_value .tp_ttl { 
	font-size: 5.6rem;
	line-height: 1;
	margin-left: -0.5%;
}
.mv_cont .tp_value .tp_ttl .lg { 
	font-size: 172%;
	letter-spacing: 0.02em;
}
.mv_sliders .mv_item .cont {
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 2;
    top: 10%;
    text-align: center;
    width: 100%;
}
.mv_sliders .mv_item .cont .ttl {
    font-size: 3.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0 0 15px;
    opacity: 0;
}
.mv_sliders .mv_item.is_index .cont .ttl { opacity: 1;}
.mv_sliders .mv_item .fadesplit > span {
	display: inline-block;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
	-webkit-transform: rotateY(-60deg) translateX(10px) scale(1.1);
	transform: rotateY(-60deg) translateX(10px) scale(1.1);
	-webkit-transition: opacity 1.4s ease,-webkit-filter 1.4s ease,-webkit-transform 1.6s cubic-bezier(.215,.61,.355,1);
	transition: opacity 1.4s ease,filter 1.4s ease,transform 1.6s cubic-bezier(.215,.61,.355,1),-webkit-filter 1.4s ease,-webkit-transform 1.6s cubic-bezier(.215,.61,.355,1);
}
.mv_sliders .mv_item.is_index .fadesplit > span {
	-webkit-filter: blur(0);
	filter: blur(0);
	opacity: 1;
	-webkit-transform: rotateY(0) translateX(0) scale(1);
	transform: rotateY(0) translateX(0) scale(1);
}
.mv_sliders {
	position: relative;
	z-index: 9;
}
.mv_sliders .mv_item {
	opacity: 0 !important;
	transition: all 1.5s linear !important;
}
.mv_sliders .mv_item.is_index { opacity: 1 !important;}
.mv_sliders .mv_item .img {
	height: 100vh;
	height: 100svh;
}
.mv_sliders .mv_item .img img {
	height: 100%;
	object-fit: cover;
	transition: transform 12s linear;
}
.mv_sliders .mv_item.is_index .img img { transform: scale(1.1);}
.mv_sliders .mv_item.mv03 .img img {
	/*height: 100%;
	object-fit: cover;*/
	transform: scale(1.1);
	
}
.mv_sliders .mv_item.mv03.is_index .img img {transform: scale(1.0);transition: transform 12s linear;}

@media screen and (max-width: 1000px) {
	.mv_cont .tp_value .tp_txt { font-size: 1.6rem;}
	.mv_cont .tp_value .tp_ttl { font-size: 4rem;}
	.mv_sliders .mv_item .img {
		height: calc(100vh - 164px);
		height: calc(100svh - 164px);
	}
	.mv_sliders .mv_item .cont .ttl { font-size: 2.8rem;}
}
@media screen and (max-width: 767px) {
	/* .mv_cont .tp_value { height: 50%;} */
	.mv_cont .tp_value .tp_ttl { font-size: 2.8rem;}
	.mv_cont .tp_value .tp_txt { margin-bottom: 5px;}
	.mv_cont .tp_value .tp_cont {
		padding-left: calc(10vw + 10px);
		width: calc(100vw - 30px);
	}
	.mv_sliders .mv_item .cont .ttl { font-size: 5vw;}
}
@media screen and (max-width: 640px) {
	.mv_sliders .mv_item .img {
		height: calc(100vh - 140px);
		height: calc(100svh - 140px);
	}
}

/*==================================================================
	Section merit
===================================================================*/
.sec_merit {
    padding: 35px 0 40px;
	background-color: #2c3340;
}
.sec_merit .inner { max-width: 955px;}
@media screen and (max-width: 767px) {
	.sec_merit img {
		width: 80%;
		margin: auto;
	}
}
/*==================================================================
	Section info
===================================================================*/
.head_cont {
	text-align: left;
	display: flex;
	margin-bottom: 65px;
}
.head_cont .ttl {
	font-size: 3.0rem;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #4b94aa;
	position: relative;
	display: inline-flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	margin-bottom: 10px;
}
.head_cont .ttl.ttl2 {
  color: rgb(50, 50, 50);
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
}
.ttl01 {
  margin: 60px 0 10px 0;
}
.ttl01 .head_cont {
  margin-bottom: 20px;
}
.head_cont .ttl .lines {
	border-top: 1px solid #2c3340;
    border-bottom: 1px solid #2c3340;
    width: 50vw;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 7px;
	transform: translateX(-100%);
	transition: all 0.5s ease-out;
	transition-delay: 0.5s;
}
.head_cont.on .ttl .lines {
	transform: translateX(0);
}
.head_cont .ttl .lines:before {
    background: #2c3340;
    content: "";
    height: 1px;
    top: 2px;
    left: 0;
    right: 0;
    position: absolute;
}
.head_cont .txt {
	font-size: 1.2rem;
	text-align: right;
}
@media screen and (max-width: 1024px) {
	.head_cont .ttl { font-size: 4rem;}
}
@media screen and (max-width: 767px) {
	.head_cont {
		margin-bottom: 30px;
		text-align: center;
		display: block;
	}
	.head_cont .ttl {
		font-size: 2.8rem;
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	.head_cont .ttl .lg { padding: 0;}
	.head_cont .ttl .lines {
		position: absolute;
		width: 0;
		height: 5px;
		transform: translateX(-50%) !important;
		left: 50%;
	}
	.head_cont.on .ttl .lines {
		width: 100%;
	}
	.head_cont .ttl .lines:before { top: 1px;}
	.head_cont .txt {
		font-size: 1.1rem;
		text-align: center;
	}
}
.sec_information {
	background: #fff url(../imgs/bg_merit.png) no-repeat top left / 100% auto;
	position: relative;
	text-align: center;
	padding: 40px 0 200px;
}
/* */
.sec_information.op70 {
	position: relative;
}
.sec_information.op70:before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(248, 248, 250, 0.4);
	z-index: 1;
}
.sec_information.op70 .inner.poz, .inner_poz{
	position: relative;
	z-index: 2;
}
.bg02.poz::after{
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(248, 248, 250, 0.2);
	z-index: 1;
}
/* */

.sec_information .notes {
	font-size: 1.1rem;
	letter-spacing: 0.01em;
	line-height: 1.9;
	margin-bottom: 115px;
}
.sec_information .notice {
	font-size: 1.2rem;
    line-height: 2.0;
	margin-top: 75px;
    letter-spacing: 0.1em;
}
.sec_information .notice .date {
	margin-top: 80px;
}
.sec_information .open_ttl {
	font-size: 2.8rem;
	letter-spacing: 0.2em;
    line-height: 1.8;
	margin-bottom: 60px;
}
.sec_information .bnr {
	  margin: 100px auto 0;
    max-width: 770px;
    width: 77%;
}
@media screen and (max-width: 1024px) {
	.sec_information { padding: 40px 0 100px;}
	.sec_information .notes { 
		margin-bottom: 80px;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.sec_information .open_ttl { font-size: 2.2rem;}
}
@media screen and (max-width: 767px) {
    .sec_information { padding: 60px 0 60px;}
	.sec_information .open_ttl {
		font-size: 2rem;
		margin-bottom: 30px;
		padding-left: 0.2em;
	}
	.sec_information .notice { 
        letter-spacing: 0.01em;
        line-height: 1.8;
		margin-top: 30px;
	}
	.sec_information .notes { margin-bottom: 40px;}
	.sec_information .notice .date { margin-top: 40px;}
	.sec_information .notes {
		text-align: left;
	}
  .sec_information .bnr {
	  margin-top: 50px;
    width: 100%;
}
}

/* sec_prestige */
.sec_prestige {
}
@media screen and (max-width: 767px) {
	.sec_prestige {
		
	}
}
/*==================================================================
	Section PICKUP
===================================================================*/
.sec_pickup {
	background: #f2f5fa;
	padding: 120px 0;
	position: relative;
	z-index: 1;
}
.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: #2c3340;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1;
}
.sec_pickup .container_text::after {
	content: "";
	width: 44%;
	height: 1px;
	background: #2c3340;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}
.container_text .catch {
	background-color: transparent;
    color: #2c3340;
    display: inline-block;
    font-size: 2rem;
	letter-spacing: 0.015em;
    line-height: 1;
    position: relative;
    padding: 0 50px 5px;
    z-index: 3;
}
.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: #2c3340;
	font-size: 1.8rem;
	letter-spacing: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    position: relative;
}
.sec_pickup .swiper-slide h3 .viewmore {
	color: #4b94aa;
	display: inline-block;
	margin-left: auto;
	font-size: 1.4rem;
	position: relative;
	right: 0;
	bottom: 5px;
}
.sec_pickup .swiper-slide h3 .viewmore:before, .sec_pickup .swiper-slide h3 .viewmore:after {
	border-top: 1px solid #4b94aa;
	border-right: 1px solid #4b94aa;
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	top: 8px;
	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: #2c3340;
    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 #2c3340;
}
.sec_pickup  .swiper-container>.swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #2c3340;
}
@media only screen and (max-width:767px){
	.sec_pickup { padding: 60px 0 30px;}
	.sec_pickup .container_text { margin-bottom: 35px;}
	.sec_pickup .container_text::before,
	.sec_pickup .container_text::after { width: 35%; }
	.container_text .catch {
		font-size: 2rem;
		padding: 0 20px;
	}
	.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;}
	.container_text .catch { font-size: 1.8rem;}
}
.img_parallax { overflow: hidden;}
.img_parallax .box {
	height: calc(100% + 80px);
	transition: transform 1s linear;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}
.img_parallax .box img {
    transform: scale(1.15);
    transition: all 0.5s ease;
}
.sec_categories {
    position: relative;
    overflow: hidden;
}
.sec_categories .block_cate {
    color: #2c3340;
    display: flex;
    flex-wrap: wrap;
}
.sec_categories .block_cate .image { width: 50%;}
.sec_categories .block_cate .image .item { height: 100svh}
.sec_categories .block_cate .image .item .box img {
    height: 100%;
    object-fit: cover;
}
.sec_categories .block_cate .cont {
	background: #fff;
    position: relative;
    z-index: 0;
    width: 50%;
}
.sec_categories .block_cate .cont .pos {
	background: #fff;
    width: 100%;
    padding: 50px 140px 10vh 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100svh;
    position: absolute;
    top: 0;
    right: 0;
}
.sec_categories .block_cate .cont .pos:before {
	width: 65%;
}
.sec_categories .block_cate.is_fixed .cont .pos {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
}
.sec_categories .block_cate.is_bottom .cont .pos {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
}
.sec_categories .block_cate .head {
    text-align: right;
    margin: 0 0 6vh;
}
.sec_categories .block_cate .head .name, .head_cont .name {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0 0 7px;
    margin: 0;
	color: #4b94aa;
}
.sec_categories .block_cate .head .name .lines {
	border-top: 1px solid #2c3340;
	border-bottom: 1px solid #2c3340;
	width: 50vw;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	transform: translateX(100%);
	transition: all 1s ease-in-out;
}
.sec_categories .block_cate .head.on .name .lines {
	transform: translateX(0) !important;
}
.sec_categories .block_cate .head .name .lines:before {
    background: #2c3340;
    content: "";
    height: 1px;
    top: 2px;
    left: 0;
    right: 0;
    position: absolute;
}
.sec_categories .block_cate .head .ttl {
    font-size: 2.6rem;
    letter-spacing: 0.15em;
    line-height: 1.4;
}
.sec_categories .block_cate .thumbnail {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5.5vh;
	max-width: 270px;
	width: 16vw;
}
.sec_categories .block_cate .foot {
    width: 100%;
}
.sec_categories .block_cate .foot .txt {
    font-size: 1.4rem;
	line-height: 2.3;
    margin: 0 0 45px;
}
.sec_categories .block_cate.is_revert .head {
    color: #f2f5fa;
    text-align: left;
}
.sec_categories .block_cate.is_revert .head .name {
	color: #47b9d7;
}
.sec_categories .block_cate.is_revert .head .ttl { color: #ffffff;}
.sec_categories .block_cate.is_revert .head .name .lines { border-color: #f2f5fa;}
.sec_categories .block_cate.is_revert .head .name .lines:before { background: #f2f5fa;}
.sec_categories .block_cate.is_revert .head .name .lines {
	transform: translateX(-100%);
}
.sec_categories .block_cate.is_revert .cont .pos {
	left: 0 !important;
	right: auto !important;
	background: #2c3340;
	color: #fff;
}
.sec_categories .block_cate.is_revert .image { order: 2;}
.sec_categories .block_cate.is_revert .thumbnail .sub {
	display: flex;
	justify-content: flex-end;
}
.sec_categories .block_cate.is_revert .head .name .lines {
	left: auto;
	right: 0;
}
.sec_categories .block_cate.is_revert .foot {
    display: flex;
	flex-direction: column;
	width: auto;
}
.sec_categories .block_cate.is_revert .info {
	display: flex;
	justify-content: flex-end;

}
@media screen and (max-width: 1680px) {
    .sec_categories .block_cate .cont .pos { padding-top: 1vh;}
    .sec_categories .block_cate .foot .txt {
        line-height: 1.6;
        margin: 0 0 20px;
    }
	.sec_categories .block_cate .head {
		margin: 0 0 4vh;
	}
	.sec_categories .block_cate .head .ttl {
		letter-spacing: 0.01em;
	}
	.sec_categories .block_cate .thumbnail {
		margin: 0 0 4vh;
	}
	.sec_categories .block_cate .thumbnail .sub {
		letter-spacing: 0.01em;
	}
}
@media screen and (max-width: 1280px) {
    .sec_categories .block_cate .cont .pos { padding: 50px 120px 7vh 30px;}
    .sec_categories .block_cate .thumbnail .sub { letter-spacing: 0.05em;}
    .sec_categories .block_cate.is_revert .cont .pos { padding: 50px 30px 10vh 120px;}
    .sec_categories .block_cate .head .ttl { letter-spacing: 0.01em;}
}
@media screen and (max-width: 1024px) {
    .sec_categories .block_cate .cont .pos,
    .sec_categories .block_cate.is_revert .cont .pos { padding: 30px;}
}
@media screen and (max-width: 991px) {
    .sec_categories .block_cate .head { margin: 0 0 30px;}
    .sec_categories .block_cate .head .ttl {
        letter-spacing: 0.01em;
        font-size: 1.8rem;
    }
    .sec_categories .block_cate .thumbnail {
        margin: 0 0 30px;
    }
    .sec_categories .block_cate .thumbnail .sub {
        font-size: 1.4rem;
        letter-spacing: 0.01em;
        line-height: 1.7;
        width: 50%;
    }
    .sec_categories .block_cate .foot .txt {
        font-size: 1.2rem;
        letter-spacing: -0.01em;
    }
  .head_cont .ttl.ttl2 {
    letter-spacing: 0.01em;
        font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
    .sec_categories .block_cate.is_revert .image { order: 0;}
    .sec_categories .block_cate .image {
        width: 100%;
        display: flex;
    }
    .sec_categories .block_cate .image .item {
        height: auto;
		aspect-ratio: 1680/1840;
		width: 50%;
    }
    .sec_categories .block_cate .cont {
        position: static !important;
        z-index: 0;
        width: 100%;
    }
    .sec_categories .block_cate .cont .pos,
    .sec_categories .block_cate.is_revert .cont .pos {
        padding: 30px 15px 45px;
        position: relative !important;
        width: 100% !important;
        height: auto;
    }
    .sec_categories .block_cate .head { text-align: center !important;}
    .sec_categories .block_cate .head .name .lines {
		width: 0;
		height: 5px;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.sec_categories .block_cate .head.on .name .lines {
		transform: translateX(-50%) !important;
		width: 100%;
	}
    .sec_categories .block_cate .head .name .lines::before { top: 1px;}
    .sec_categories .block_cate .foot .txt { margin: 0 0 20px;}
    .sec_categories .block_cate .thumbnail { 
		flex-direction: row !important;
		max-width: 100%;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
    .sec_categories .block_cate .btn_viewmore { text-align: center;}
    .img_parallax:last-child .box { transition-duration: 1.5s;}
	.sec_categories .block_cate.is_revert .thumbnail .sub {
		justify-content: flex-start;
	}
	.sec_categories .block_cate.is_revert .foot {
		display: block;
	}
	.sec_categories .block_cate.is_revert .info {
		display: block;
	}
}

/* loading style */
body {
	opacity: 1;
	visibility: visible;
}
.loading_wrap {
	background: #2c3340;
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	transition: all 0.3s ease-out;
}
.is_loaded .loading_wrap {
	opacity: 0;
	visibility: hidden;
}
.loading_box {
    position: absolute;
    top: 50%;
    left: 50%;
}
.loading_box .bullet {
    position: absolute;
    padding: 3px;
    border-radius: 50%;
    background: #47b9d7;
    -webkit-animation: animIn 1s ease-in-out 0s infinite;
    animation: animIn 1s ease-in-out 0s infinite;
}
.loading_box .bullet:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading_box .bullet:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.loading_box .bullet:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loading_box .bullet:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
@media screen and (max-width: 767px) {
	.loading_box {
		transform: scale(0.6);
	}
}
@-webkit-keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}
@keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}
a.a_blk{color: #4d4d4d !important;}

/* */
.mv_sliders .mv_item .cont .ttl{line-height: 1.3;}
.ttl.ttl_fs01 .fadesplit span:nth-of-type(13), .ttl.ttl_fs02 .fadesplit span:nth-of-type(15){
	font-size: 140%;
}
.mvtxt{
  position: absolute;
  width: 28vw;
  left: 60px;
  bottom: 50px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 1));
}
@media screen and (max-width: 1200px) {
  .mvtxt{
  left: 40px;
  bottom: 30px;
}
}
@media screen and (max-width: 767px) {
  .mvtxt{
  width: 63vw;
  left: 18%;
  top: 50px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0));
}
}