@charset "utf-8";


#lower {
	padding-top: 0%;
}

.sigurd_light {
	font-family: "sigurd", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.Outfit {
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.Quiche_Flare {
	font-family: "quiche-flare", sans-serif;
	font-weight: 100;
	font-style: normal;
}
.Orpheus {
	font-family: "orpheuspro", serif;
	font-weight: 400;
	font-style: normal;
}

/*左から右にフェードイン*/
.left-to-right {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1s;
    transition-delay: .3s;
}
.left-to-right.inview {
    opacity: 1;
    transform: translate(0);
}

/*右から左にフェードイン*/
.right-to-left {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1s;
    transition-delay: .3s;
}
.right-to-left.inview {
    opacity: 1;
    transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    transition-delay: .3s;
}
.down-to-top.inview {
    opacity: 1;
    transform: translateY(0);
}

/*フェードイン*/
.fade-in {
    opacity: 0;
    transition: all 1s;
    transition-delay: .3s;
}
.fade-in.inview {
    opacity: 1;
}

/*モノクロ→カラー*/
.gray-color img {
    filter: grayscale(100%);
	transition-delay: 1.3s!important;
}
.gray-color.inview img {
    filter:grayscale(0);
}


.down-to-top_parent .down-to-top_child {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    transition-delay: .3s;
}
.down-to-top_parent.inview .down-to-top_child {
    opacity: 1;
    transform: translate(0);
}
.down-to-top_parent .down-to-top_child:nth-child(2) {
	transition-delay: .5s;
}
.down-to-top_parent .down-to-top_child:nth-child(3) {
	transition-delay: .7s;
}
.down-to-top_parent .down-to-top_child:nth-child(4) {
	transition-delay: .9s;
}
.down-to-top_parent .down-to-top_child:nth-child(5) {
	transition-delay: 1.1s;
}
.down-to-top_parent .down-to-top_child:nth-child(6) {
	transition-delay: 1.4s;
}


.fade-in_parent .fade-in_child {
    opacity: 0;
    transition: all 1s;
    transition-delay: .3s;
}
.fade-in_parent.inview .fade-in_child {
    opacity: 1;
}
.fade-in_parent .fade-in_child:nth-child(2) {
	transition-delay: .5s;
}
.fade-in_parent .fade-in_child:nth-child(3) {
	transition-delay: .7s;
}
.fade-in_parent .fade-in_child:nth-child(4) {
	transition-delay: .9s;
}
.fade-in_parent .fade-in_child:nth-child(5) {
	transition-delay: 1.1s;
}
.fade-in_parent .fade-in_child:nth-child(6) {
	transition-delay: 1.4s;
}

/*アニメーションdelay*/
.animation_delay2 {
	transition-delay: .5s;
}
.animation_delay4 {
	transition-delay: .8s;
}
.animation_delay6 {
	transition-delay: 1.1s;
}



.for_pc {
	display: none;
}
.for_sp {
	display: block;
}


.fv_img_slider{
	display: none;
}
.fv_img_slider.slick-initialized{
	display: block;
}

.link_box {
	width: 90%;
	margin: 3vw auto;
}
.link_box.left {
	text-align: left;
}
.link_box.center {
	text-align: center;
}
.link_box.right {
	text-align: right;
}
.link_box a {
	display: block;
	margin-bottom: 1vw;
	color: #000;
}
.link_box a span {
	font-family: "orpheuspro", serif;
	font-weight: 400;
	font-size: 3.5vw;
    /* text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: .7px; */
	letter-spacing: .07em;
	line-height: 1.5em;
}
.link_box a span small {
	font-size: 2.7vw;
}
#wrap_contents {
	width: 100%;
	margin: 0px auto 0px;
	font-size: 60%;
	font-weight: 600;
	font-style: normal;
	line-height: normal;
}
#wrap_contents img {
	vertical-align: bottom;
	width: 100%;
}
#wrap_contents a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#wrap_contents video {
	width: 100%;
}

.fv_img_wrap {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 16vw;
	position: relative;
}
.fv_img_text1 {
	position: fixed;
	top: 95px;
	left: 2%;
	width: 96%;
	z-index: 3;
	transition: .5s;
}
.fv_img_text1.scroll_on {
	opacity: 0;
	visibility: hidden;
}
.fv_img_text2 {
    position: absolute;
    top: 8vw;
    left: 10%;
    width: 80%;
    z-index: 2;
}

.video {
	max-width: 700px;
	margin: 0 auto 10vw;
}
.title {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 5vw;
}
.title span {
	font-size: 3vw;
}
.line span.line_span {
	width: .5px;
	height: 60px;
	background: #3e3e3e;
	display: block;
	margin: 0 auto 100px;
}
.unit_content {
	max-width: 800px;
	margin: 0 auto;
}
.unit_wrap {
	width: 100%;
	margin-bottom: 20vw;
}
.unit_title {
	font-size: 5vw;
	text-align: right;
	width: 97%;
	margin: 0 auto 0px;
	letter-spacing: .07em;
	display: inline-block;
}
.unit_title span {
	font-size: 7.5vw;
}
.unit_title {
  text-align: right;
  position: relative;
  overflow: hidden;
}
.jojo {
  display: inline-block;
  position: relative;
  clip-path: inset(0 100% 0 0); /* 最初は非表示 */
  transition: clip-path 1.2s ease-out;
  transition-delay: .5s;
}
.unit_title.inview .jojo {
  clip-path: inset(0 0% 0 0);
}
@keyframes revealLeftToRight {
  to {
    clip-path: inset(0 0% 0 0); /* 右方向に表示される */
  }
}

.unit1_box1 {
	margin-bottom: 10px;
}
.unit1_box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.unit1_box2 .fade-in_child {
	width: 49%;
}
.unit2_box2 {
	width: 60%;
	margin: 0 0 50px auto;
}
.unit2_box3 {
	width: 80%;
	margin: 0 auto;
}
.unit3_box2 {
	width: 60%;
	margin: 0 auto 0 0;
}
.unit3_box3 {
	width: 60%;
	margin: -80px 0 0 auto;
}
.unit4_box2 {
	width: 80%;
	margin: 0 auto 50px;
}
.unit4_box3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.unit4_box3 .fade-in_child {
	width: 49%;
}
.unit5_box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.unit5_box2_1 {
	width: 60%;
}
.unit5_box2_2 {
	width: 38%;
}
.unit5_box3 {
	width: 70%;
	margin: 0 0 0 auto;
}
.unit6_box2 {
	margin-bottom: 50px;
}
.unit6_box3 {
	width: 80%;
	margin: 0 0 0 auto;
}
.unit7_box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.unit7_box2_1 {
	width: 55.2%;
}
.unit7_box2_2 {
	width: 44%;
}
.unit8_box2 {
	width: 55%;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
}
.unit8_box3 {
	width: 55%;
	margin: -80px auto 0 0;
}
.unit9_box2 {
	width: 80%;
	margin: 0 auto 50px;
}
.unit9_box3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.unit9_box3 .fade-in_child {
	width: 49%;
}
.unit10_box2 {
	width: 70%;
	margin: 0 0 50px auto;
}
.unit10_box3 {
	width: 70%;
	margin: 0 auto 0 0;
}
.unit11_box2 {
	width: 60%;
	margin: 0 auto 0 0;
}
.unit11_box3 {
	width: 70%;
	margin: -30px 0 0 auto;
}
.unit12_box2 {
	width: 70%;
	margin: 0 0 50px auto;
}
.unit12_box3 {
	width: 100%;
}
.unit13_box2 {
	width: 80%;
	margin: 0 auto 10px;
}
.unit13_box3 {
	width: 80%;
	margin: 0 auto;
}
.unit14_box2 {
	width: 57%;
	margin: 0 0 0 auto;
}
.unit14_box3 {
	width: 57%;
	margin: -100px auto 0 0;
}
.unit15_box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.unit15_box2 .fade-in_child {
	width: 49%;
}
.unit16_box2 {
	width: 70%;
	margin: 0 auto 50px 0;
}
.unit16_box3 {
	width: 100%;
}
.unit17_box2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.unit17_box2 .fade-in_child {
	width: 49%;
}







.unit_wrapcate {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 0vw;
	position: relative;
}
.unit_bn_title {
	text-align: center;
	font-size: 4vw;
}
.unit_bn_box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-bottom: 25vw;
}
.unit_bn_title {
	margin-bottom: 5vw;
}
.unit_bn_img {
	margin-bottom: 6vw;
}
.unit_bn_btn a {
	display: block;
	width: 80%;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	font-size: 3vw;
	color: #000;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: .7px;
	letter-spacing: .07em;
}
.unit_bn_box_title {
	text-align: center;
	margin-bottom: 10px;
	font-size: 4vw;
	letter-spacing: .07em;
}

.miette_page_top_btn {
	bottom: 10px;
	right: 10px;
}


.mb_50px {
	margin-bottom: 50px;
}


/***************▼スマホ大▼*****************/
@media screen and (min-width: 480px) {

	.for_pc {
		display: block;
	}
	.for_sp {
		display: none;
	}

	.container {
		position: relative;
    	width: 100%;
	}
	.left_fix {
		position: absolute;
		top: 0;
		width: calc((100% - 650px) / 2 );
		height: 100%;
		left: 0;
	}
	.right_fix {
		position: absolute;
		top: 0;
		width: calc((100% - 650px) / 2 );
		height: 100%;
		right: 0;
	}
	.left_fix_box span {
		font-size: 40px;
	}
	.right_fix_box span {
		font-size: 30px;
	}
	.fix_box {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.fix_box span {
		position: sticky;
		top: 47vh;
		width: 100%;
		margin-top: 47vh;
		margin-bottom: 47vh;
		text-align: center;
	}

	#wrap_contents {
		padding: 0;
		margin: 0 auto 0px;
		font-weight: 500;
	}
	.link_box {
		margin: 20px auto;
	}
	.link_box a {
		margin-bottom: 5px;

	}
	.link_box a span {
		font-size: 17px;
		text-underline-offset: 3px;
		margin-bottom: 5px;
		text-decoration-thickness: 1px;
	}
	.link_box a span small {
		font-size: 15px;
	}
	.fv_img_wrap {
		margin-bottom: 100px;
	}
	.fv_img_text1 {
		top: auto;
		bottom: 8%;
		left: 5%;
		width: 90%;
	}
	.fv_img_text2 {
		position: absolute;
		top: 10%;
		left: 30%;
		width: 40%;
	}

	.video {
		max-width: 650px;
		margin: 0 auto 80px;
	} 
	.title {
		margin: 0 auto 80px;
	}
	.title span {
		font-size: 20px;
	}
	
	.unit_content {
		max-width: 650px;
		margin: 0 auto;
	}
	.unit_wrap {
		margin-bottom: 150px;
	}
	.unit_title {
		font-size: 26px;
			margin: 0 auto 10px;
	}
	.unit_title span {
		font-size: 40px;
	}
	
	
	.unit_bn_box {
		width: 100%;
		margin: 0px auto 0;
		padding-bottom: 100px;
		margin-top: 200px;
	}
	.unit_bn_title {
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.unit_bn_img {
		margin-bottom: 30px;
	}
	.unit_bn_btn a {
		display: block;
		width: 80%;
		background: #fff;
		padding: 0px;
		text-align: center;
		margin:  10px auto 0;
		font-size: 20px;
	}
	.unit_bn_box_title {
		font-size: 20px;
	}

	.miette_page_top_btn {
		bottom: 20px;
		right: 20px;
	}

	.mb_50px {
		margin-bottom: 80px;
	}


	.side_left{
		width:25%;
	}
	.side_right{
		width:50%;
	}
	
	
	
	
	
}












