@charset "UTF-8";
/* CSS Document */


@media (min-width: 960px) {
	#head_logo{
		position:absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 10px!important;
		z-index: 10;
		transition: .5s;
	}
}
@media (max-width: 959px) {
	#head_logo{
		position:absolute;
		top: 50%!important;
		transform: translateY(-50%);
		left: 10px!important;
		z-index: 10;
		transition: .5s;
	}
}
nav{
	font-family: english-grotesque, sans-serif;
	font-weight: 300;
	font-style: normal;
	width: 100%;
	height: 100%;
}
.nav_bg{
	width:70px;
	height: 100vh;
	min-height: 500px;
	position: fixed;
	top:0;
	right: 0;
	border-left: solid 1px #E6E6E6;
	background: #fff;
	transition: .5s;
}

@media (max-width: 959px) {
	.nav_bg{
		display:none;
	}
}
#top_s_down {
	position: fixed;
	transform: rotate(90deg);
	bottom: 100px;
	right: -40px;
	width: 150px;
	text-align: right;
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 1;
	
}
 #top_s_down a {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
}

/* フェードアウト時のスタイル */
.tsd_hidden {
	opacity: 0;
	transform: rotate(90deg) translateX(10px); /* 横移動でフェード */
	pointer-events: none;
}

/* フェードイン時のスタイル */
.tsd_visible {
	opacity: 1;
	transform: rotate(90deg) translateX(0);
	pointer-events: auto;
}
.nav_bg > #copyright{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1em;
	position: absolute;
	transform: rotate(90deg);
    top: 50%;
    right: -110px;
    width: 300px;
    text-align: center;
    height: 20px;
}

.bodyfixed{
	position: fixed;
  	width: 100%;
    overflow: hidden!important; /* 背景のスクロールを停止 */
    height: 100%;     /* 必須 */
}

/*-----------------header-----------------*/
@media (min-width: 960px) {
    #header{
        position: fixed;
        top: 0;
		left: 0;
        z-index: 20;
        width: 100%;
        height: 70px;
        transition: all 0.3s ease-out;
		background-color: transparent; /* 初期状態は透明 */
		border-bottom: none; /* 初期状態はボーダーなし */
		box-sizing: border-box;
    }
    #header.fixed-hide{
        top: -70px;
    }
    #header.fixed-show{
        position: fixed;
        top: 0!important;
        left: 0!important;
    }
	.pcmenu > ul{
		display:flex;
		position: relative;
		float: right;
		height: 60px;
		align-items: center;
		padding-right: 170px;
	}
	.pcmenu > ul > li{
		padding-right: 30px;
	}
	.pcmenu > ul > li > a{
		font-weight: 700;
		display: flex;
		align-items: center;
	}
}
@media (max-width: 959px) {
    .head_logo > a > img{
        width: 100%;
        height: auto;
    }
    #header{
        position: fixed;
        top: 0;
        z-index: 20;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 60px;
        transition: all 0.3s ease-out;
		background-color: #fff;
		border-bottom: solid 1px #E6E6E6;
		box-sizing: border-box;
    }
	.header_blur{
	}
    #header.fixed-hide{
        top: -66px;
    }
    #header.fixed-show{
        position: fixed;
        top: 0!important;
        left: 0!important;
    }
	.pcmenu > ul{
		display: none;
	}
}
.entry_btn a{
	width: 202px;
	height: 70px;
	flex-shrink: 0;
	background: #F5D800;
	position: absolute;
	top:0;
	right: 60px;
	transition: .5s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 1.6rem;;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	border-bottom: solid 1px #E6E6E6;
	box-sizing: border-box;
}
.entry_btn a:hover{
	background: #000;
	color: #F5D800;
}

@media (max-width: 768px) {
.entry_btn a{
	width: 120px;
	height: 60px;
	}
	.entry_btn{
		right: 0;
	}
}

@media (min-width: 769px) {
	.menu{
		width: 70px;
		height: 70px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
		cursor: pointer;
		text-align: center;
		font-size: 1rem;
		line-height: 1em;
		background: #000;
		border-bottom: solid 1px #E6E6E6;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.menu{
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
		cursor: pointer;
		text-align: center;
		font-size: 1rem;
		line-height: 1em;
		background: #000;
		border-bottom: solid 1px #E6E6E6;
		box-sizing: border-box;
	}
	
}
.c_change > svg { fill: currentColor; }
/*menu*/
.menu__line{
    width: 26px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    transition:transform .3s;
	box-sizing: border-box;
}
.menu__line.active{
    width: 26px;
    height: 2px;
    display: block;
    position: absolute;
    transition:transform .3s;
	box-sizing: border-box;
}
@media (min-width: 769px) {
	.menu__line--top:nth-of-type(1) {
		top: 25px;
		right: 21px;
	}
	.menu__line--bottom:nth-of-type(2) {
		top: 39px;
		right: 21px;
	}
}
@media (max-width: 768px) {
	.menu__line--top:nth-of-type(1) {
		top: 22px;
		right: 16px;
	}
	.menu__line--bottom:nth-of-type(2) {
		top: 34px;
		right: 16px;
	}
}
.menu__line--top:nth-of-type(1) {
  animation: menu-bar01 .5s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu__line--bottom:nth-of-type(2) {
  animation: menu-bar02 .5s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-13px) rotate(-45deg);
  }
  50% {
    transform: translateY(-13px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu__line--top.active:nth-of-type(1) {
  animation: active-menu-bar01 .5s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(7px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
.menu__line--bottom.active:nth-of-type(2) {
  animation: active-menu-bar03 .5s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7px) rotate(0);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/*gnav250308*/
.gnav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed; /* `absolute` から `fixed` に変更（画面のズレ防止） */
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh; /* 画面全体をカバー */
  max-height: 100vh; /* 高さを制限 */
  overflow-y: auto; /* 縦方向のスクロールを許可 */
  -webkit-overflow-scrolling: touch; /* iOSでのスムーズなスクロール */
  z-index: 8;

  /* 初期状態 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px); /* 上からスライド */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.gnav.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s;
}


.gnav::after{
	content: '';
	width: 100%;
	height: 60px;
	position:fixed;
	top: 0;
	left: 0;
	background: #fff;
}
.gnav__menu > li {
	padding-bottom:0px!important;
	margin-bottom:0px!important;
	border-bottom:0px!important;
}

.gnav_menu_top {
}

@media (min-width: 769px) {
	.gnav__wrap{
		width: 100%;
		height: 100%;
		position: absolute;
		overflow-y: scroll!important;
		padding: 70px;
	}
}
@media (max-width: 768px) {
	.gnav__wrap{
		width: 100%;
		height: 100%;
		position: relative;
		overflow-y: scroll!important;
	}
}
.gnav__menu__item > a{
	color: #000!important;
	font-weight: 700;
	padding: 20px 0;
	text-decoration: none;
	transition: .5s;
	display: block;
	border-bottom: dotted 1px #D9D9D9;
	font-size: 2rem;
	position: relative;
}

.gnav__menu__item > a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 0;
	height: 1px;
	background: #000;
	transition: all .3s ease;
}
.gnav__menu__item > a:hover::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	height: 1px;
	background: #000;
	transition: all .3s ease;
}
.gnav__menu > li > a::after {
	content: ""!important;
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	position: absolute;
	top: 50%;
	right: 5px;
	transition: all .3s ease;
}
.gnav__menu > li > a:hover::after {
	content: ""!important;
	width: 7px;
	height: 7px;
	transform: rotate(45deg) translateY(-50%);
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	position: absolute;
	top: 50%;
	right: 0;
}

.head_child_ul {
  margin-top: 0px!important;
}

.head_child_ul li::before {
	content: ""!important;
}

.head_child_ul li {
	font-size: 12px;
	line-height: 32px;
	width: calc(50% - 1px)!important;
	white-space: nowrap;
}

.head_form_btn {
	text-align: center;
	/*margin: 70px 0;*/
}


.h_fmenu {
	padding: 0 30px 70px 30px!important;
}
.gnav__menu__item{
/*        position: relative;*/
}

.gnav__menu li{
	list-style:none;
}
@media (min-width: 769px) {
	.gnav__menu{
		width: 100%;
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.gnav__menu > li{
		width: 33.3333%;
		list-style:none;
		display: block;
		position: relative;
		padding: 0 20px 20px 20px;
		margin-bottom: 20px;
		border-bottom: dotted 1px #D9D9D9;
		box-sizing: border-box;
	}
	.gnav__menu > li:last-child{
		width: 100%;
		list-style:none;
		display: block;
		position: relative;
		padding: 0;
	}
}
@media (max-width: 768px) {
	.gnav__menu{
		width: 100%;
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.gnav__menu > li:first-child{
		width: 100%;
		list-style:none;
		display: block;
		position: relative;
		padding: 100px 20px 20px 20px;
		margin-bottom: 20px;
		border-bottom: dotted 1px #D9D9D9;
		box-sizing: border-box;
	}
	.gnav__menu > li{
		width: 100%;
		list-style:none;
		display: block;
		position: relative;
		padding: 0 20px 20px 20px;
		margin-bottom: 20px;
		border-bottom: dotted 1px #D9D9D9;
		box-sizing: border-box;
	}
	.gnav__menu > li:last-child{
		width: 100%;
		height: 200px;
		list-style:none;
		display: block;
		position: relative;
	}
}
.btn_form > a{
	width: auto;
	height: 70px;
	padding: 0 39px;
	color: #000;
	background-color: #F5D800;
	font-weight: 700;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
}
.btn_form > a:hover{
	color: #F5D800;
	background-color: #000;
}
.h_submenu{
	position:relative;
	padding: 0 80px;
	display: block;
}
.h_submenu > li{
	list-style: none;
	color: #fff;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #fff;
}
.h_submenu > li::before{
	content:'>';
	padding-right: 3px;
}
.h_submenu > li > a{
	color: #fff;
	font-size: 1.5rem;
}
.h_fmenu{
	position:relative;
	padding: 0 80px 80px 80px;
	display: block;
}
.h_fmenu > li{
	list-style: none;
	color: #fff;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #fff;
}
.h_fmenu > li::before{
	content:'>';
	padding-right: 3px;
}
.h_fmenu > li > a{
	color: #fff;
	font-size: 1.5rem;
}
.gnav_inner{
    width:100%;
    position: relative;
    clear: both;
    overflow: hidden;
}
.gnav_inner > .title {
    display:inline-block;
    float: left;
}
.gnav_inner > .title > a{
        display:inline-block;
        font-weight: 500;
        border: solid 1px #fff;
        border-radius: 15px;
        color: #fff;
        margin-top: 7px;
        margin-bottom: 15px;
        transition: all 0.5s ease;
        font-size: 1.5rem;
        padding: 5px 12px;
        line-height: 1.1em;
}
.gnav_inner > ul{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 960px) {
	#head_logo a img {
		height:53px!important;
	}
    .gnav_inner > ul > li{
        width: calc(100% - 20px);
        display: block;
        padding-bottom: 7px;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 20px;
        border-bottom: dotted 1px #fff;
    }
}
@media (max-width: 959px) {
	#head_logo a img {
		height:44px!important;
	}
    .gnav_inner > ul > li{
        width: calc(100% - 40px);
        display: block;
        padding-bottom: 5px;
        margin-bottom: 15px;
        margin-right: 30px;
        margin-left: 10px;
        border-bottom: dotted 1px #fff;
    }
}
.gnav_inner > ul > li > a{
    color:#fff;
}

@media (min-width: 960px) {
    .menu_col2{
        width:calc(50% - 30px)!important;
        box-sizing: border-box!important;
        margin: 0 15px 15px 15px!important;
        padding: 0 0 7px 0!important;
    }
}
@media (max-width: 959px) {
    .menu_col2{
        width:calc(50% - 30px)!important;
        box-sizing: border-box!important;
        margin-right: 10px!important;
        margin-left: 10px!important;
        padding-bottom: 7px;
        margin-bottom: 15px;
    }
}

.megamenu_ctt {
	display:block!important;
}
.chenge_image_visible{
    transition:all 0.5s ease;
    opacity: 1!important;
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.megamenu > ul {
}

@media (min-width: 769px) {
	.megamenu > ul > li{
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		border-bottom:dotted 1px #D9D9D9;
	}
}
@media (max-width: 768px) {
	.megamenu > ul > li{
		width: 50%;
		padding: 15px;
		box-sizing: border-box;
	}
}
.megamenu > ul > li::before {
	content: '>';
	color:#000;
	padding-right:5px;
	display: inline-block;
	font-size: 1.1rem;
}
.megamenu> ul > li > ul > li{
	padding: 10px 10px 0 45px;
	display: block;
	color:#000;
}
.megamenu > ul > li > ul > li::before{
	content: "・";
	color:#000;
	display: inline-block;
	position: absolute;
	left: 40px;
}
.megamenu > ul > li > a{
	transition: all 0.5s ease;
    color: #000;
}
.megamenu > ul > li > a:hover{
	opacity: 0.5;
	text-decoration: underline;
}
	.megamenu_ctt{
        display: none;
	}
    .megamenu > ul > li > a {
        font-size:13px;
    }
	.snav_ttl{
		display: inline-block;
		position: relative;
		padding-right: 20px;
		color:#000;
		width: calc(100% - 30px);
	}
.megamenu > ul{
	list-style:none;
	font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}
.snav_ttl > .searchcttopen{
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor:pointer;
}
.snav_ttl > .searchcttopen::after{
	content: '+';
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 2rem;
}
.snav_ttl > .searchcttopen.active2{
	position: absolute;
	top: 0;
	right: 0;
}
.snav_ttl > .searchcttopen.active2::after{
	content: '-';
	position: absolute;
	top: -2px;
	right: 0;
	font-size: 2rem;
}
.searchctt {
   width: 100%;
   margin: 0 auto;
   display: none;
   overflow: hidden;
   transition: none;
}
.active2 + .searchctt {
   transform: translatex(0);
}



/**************スクロールダウンイベント****************/

@media (min-width: 769px) {
    .i_about_bgmov {
        width:100%;
        white-space:nowrap;
        position: absolute;
        bottom: -70px;
        left: 0%;
        font-size: 10rem;
        line-height: 1em;
        z-index: -1;
    }
}
@media (max-width: 768px) {
    .i_about_bgmov {
        width:100%;
        white-space:nowrap;
        position: absolute;
        bottom: -20px;
        left: 0%;
        font-size: 10rem;
        line-height: 1em;
        z-index: -1;
    }
}
@keyframes hscroll2 {
    0% { transform:translateX(4px); }
    100% { transform:translateX(-100%); }
}
.i_about_bgmov ul {
    display:inline-block;
    margin:0;
    padding:0;
    animation:hscroll2 200s linear infinite;
}
.i_about_bgmov li {
    display:inline-block;
    font-weight: 700!important;
        color: #F2F2F2;
}
.drop_arrow{
    width: 5px;
    height: 5px;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
}


@media (min-width: 799px) {}
.slide_ctt{
	width:100%;
	height: 100vh;
	display: block;
	position: relative;
	overflow: hidden;
}
.slide_ctt::after{
	content: "";
	width:100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background:#C9C9C9;
	mix-blend-mode: multiply;
}
@media (min-width: 799px) {
	.slide_bg_col{
		width:100%;
		height: 60%;
		display: flex;
		flex-wrap: nowrap;
	}
	.slide_bg_col > li{
		width:50%;
		height: 100%;
	}
	.slide_min_col{
		width:100%;
		height: 50%;
		display: flex;
		flex-wrap: wrap;
	}
	.slide_min_col > li{
		width:33.333333%;
		height: 100%;
	}
	.slide_object05{
		object-position: right;
	}
}
@media (max-width: 798px) {
	.slide_bg_col{
		width:100%;
		height: 34%;
		display: flex;
		flex-wrap: nowrap;
	}
	.slide_bg_col > li{
		width:50%;
		height: 100%;
	}
	.slide_min_col{
		width:100%;
		height: 66.666666%;
		display: flex;
		flex-wrap: wrap;
	}
	.slide_min_col > li{
		width:50%;
		height: 50%;
	}
	.slide_object01{
		object-position: 20%;
	}
	.slide_object02{
		object-position: 65%;
	}
	.slide_object03{
		object-position: 100%;
	}
	.slide_object04{
		object-position: 35%;
	}
	.slide_object05{
		object-position: 90%;
	}
}
.slide_bg_col > li > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide_min_col > li > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* #EDF1F4, #ECF3F8,#E6EAED,#fff */
@media (min-width: 799px) {
	.mvctt{
		width:100%;
		height: 100vh;
		min-height: 600px;
		position: relative;
	}
	.mvctt_on{
		max-width: 620px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width:798px) {
	.mvctt{
		width:100%;
		min-height: 100vh; /* Fallback */
		position: relative;
		overflow: hidden;
		padding-top: 60px;
	}
	.mvctt_on{
		width: 70%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@-webkit-keyframes mvanimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@-moz-keyframes mvanimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
@keyframes mvanimation {
    0%{background-position:0% 50%}
    50%{background-position:100% 51%}
    100%{background-position:0% 50%}
}
.mvctt_on > #copy > img{
	width: 100%;
	height: auto;
}
@media (min-width: 799px) {
	.mvctt_on > #copy{
		color: #27201E;
		font-family: Inter;
		font-size: 4.9rem;
		font-style: normal;
		font-weight: 700;
		line-height: 80px; /* 185% */
		letter-spacing: 3px;
		display: inline-block;
	}
}
@media (max-width: 798px) {
	.mvctt_on > #copy{
		position: relative;
		font-size: 3rem;
        font-weight: 700;
		line-height: 1.6;
        letter-spacing: .6px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
}
.mvctt_on > #copy > span{
	background:#fff;
	padding: 7px;
}
@media (min-width: 799px) {
	.mvctt_on > #copy > img{
		width: 100%;
		height: auto;
	}
	.mvctt_on >  p{
		color: #FFF;
		font-family: Inter;
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: 16px; /* 88.889% */
	}
}
@media (max-width: 798px) {
	.mvctt_on > #copy > img{
		width: 100%;
		height: auto;
	}
	.mvctt_on >  p{
		color: #FFF;
		font-family: Inter;
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 700;
		line-height: 16px; /* 88.889% */
		padding-left: 10px;
	}
}

.info_ico{
	color: #737072;
	font-family: "Noto Sans JP";
	font-size: 1rem;;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.6px;
	padding: 2px 5px;
	border:solid 1px #737072;
	border-radius: 10px;
	display: inline-block;
	margin-right: 10px;
}
.info_date{
	color: #737072;
	font-family: "Noto Sans JP";
	font-size: 1.2rem;;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.72px;
	display: inline-block;
}
a .info_ttl{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 153.846% */
	display: block;
	padding-top: 5px;
	transition: all .5s ease;
	padding-right: 40px;
}
a:hover .info_ttl{
	color: #737072!important;
	text-decoration: underline;
}

