@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "Inter Tight", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #222;
	line-height: 2;
	font-size: 1.6rem;
	letter-spacing: .08em;
	display: flex;
  	flex-direction: column;
	font-weight: 400;
}

.nonScroll {
    height:calc(100vh + 1px) ;
    width: 1px;
    background-color: transparent;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.logo {
	font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
}

.logo span{
	font-size: 1rem;
    display: block;
}

#logo__img {
	display: block;
	width: 100%;
	height: auto;
}

.wrap {
	max-width: 1980px;
	width: 100%;
	margin: 0 auto;
}

.middle-wrap {
	padding: 0 18.5vw;
	max-width: calc(1160px + 37vw);
}

.fi {
	opacity: 0;
}

.fi.is-show {
	animation: fadeInAnime 1s forwards ease-in-out;
}

.fi01.is-show {
	animation-delay: 1.6s;
}

.fi02.is-show {
	animation-delay: 2s;
}

.fi03.is-show {
	animation-delay: 2.4s;
}

.fi04.is-show {
	animation-delay: 2.8s;
}

.fi-pg.is-show {
	animation-delay: .5s;
}

a {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

ul {
	list-style-type: none;
}

h1 {
    /* margin: 0;
    font-size: inherit;
    font-weight: inherit; */
}


.heading {
	position: relative;
	display: flex;
	align-items: flex-end;
	letter-spacing: .08em;
}

.heading img {
	width: 12vw;
	min-width: 168px;
}

/* .content_wrap {
	margin: 200px auto 0 auto;
} */

.sp-br {
	display: none;
}

.ykn-br {
	display: none;
}

main {
	padding: 220px 0 140px 0;
}


/*header*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 200px;
	padding: 36px 0;
	transition: all .5s ease-in-out;
}

header.smaller {
	height: 94px;
	padding: 24px 0;
}

header.smaller .logo_wrap .logo{
	font-size: 2.2rem;
	transition: .5s ease-in-out;
}

#g_nav {
	transform: translateX(100vw);
	display: none;
}

.header_inner {
	margin: 0 auto;
	padding: 0 4vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pd_wrap {
	margin: 0 auto !important;
    padding-top: 152px !important;
}

.logo_wrap_sp {
	display: none;
}

.logo_wrap {
	width: 12vw;
	min-width: 176px;
	position: relative;
	z-index: 11;
}

.logo_wrap  path{
	fill: #222;
}

.logo_wrap.is_scroll {
	width: 12vw;
	min-width: 128px;
}

.logo_wrap a {
	display: block;
}

.logo_wrap .logo_sub {
	display: block;
	line-height: 1.5;
	letter-spacing: .12em;
	color: #8b8b8b;
	margin-top: 14px;
}

.nav_menu {
	display: flex;
}

.nav_menu li {
	position: relative;
}

.nav_menu li .menu_second {
	position: absolute;
	top: 1em;
	padding-top: 28px;
	width: 100%;
	transition: all .5s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.nav_menu li:hover .menu_second {
	visibility: visible;
	opacity: 1;
}

.nav_menu_list:not(.nav_menu_list:last-child){
	margin-right: 3.2vw;
}

.nav_menu_list a {
	text-decoration: none;
	font-size: 1.6rem;
	position: relative;
	letter-spacing: .08em;
}

.menu_second_list a {
	font-size: .8em;
	letter-spacing: .12em;
}

.menu_second_list:nth-child(n + 2) {
	margin-top: 14px;
}

.nav_menu li a {
	display: block;
	text-align: center;
	line-height: 1;
	transition: ease-in-out .5s;
}

.nav_menu li a:hover {
	opacity: 0.6;
}

.nav_menu_list a::before {
	background: #222;
 	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: center;
}

.nav_menu_list a:hover::before {
	transform: scaleX(1);
  }

/* .nav_menu li a:hover::before {
	transform-origin: left;
	transform: scaleX(1);
} */

.open_btn {
	display: none;
}

/*mv*/

.sub-catch-container {
	margin-top: 50px;
	font-weight: 600;
	line-height: 2.1;
}

.mv_container {
	position: relative;
	padding-left: 8vw;
}

.mv_container-inner {
	margin-top: 18px;
}

.mv_container-title-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}

.mv_container-title {
	font-size: clamp(6.4rem, 7.2vw, 10.8rem);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .015em;
	margin-right: 2.4vw;
}

.mv_container-subtitle {
	font-size: clamp(1.4rem, 1.4vw, 2.4rem);
	letter-spacing: .092em;
}

.mv_container-txt {
    font-size: 3.8rem;
    position: absolute;
    font-weight: 100;
	font-feature-settings: "palt";
    top: -72px;
    right: 1.6vw;
    z-index: 100;
    letter-spacing: .1em;
  	font-weight: 700;
}

.scroll_wrap {
	position: absolute;
	top: 76px;
    left: -2.8vw;
    z-index: 2;
}

.scroll_link {
	position: absolute;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.16em;
	writing-mode: vertical-rl;
	transform-origin: center;
	transform: translateX(-50%) rotate(180deg);
	top: -75px;
	left: 50%;
	z-index: 1;
}

.scroll-bar_inner {
	position: relative;
    overflow: hidden;
    width: 4px;
    height: 112px;
    line-height: 1;
	border-radius: 100vmax;
}

.scroll_bar_bar {
	display: block;
	height: 100%;
	width: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ccc;
	border-radius: 100vmax;
}

.scroll_bar_pointer {
	display: block;
	height: 24%;
	width: 4px;
	position: absolute;
	border-radius: 100vmax;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #222;
	animation: scrollPointerAnime 2.8s cubic-bezier(0.24, 0.68, 0.69, 0.26) infinite;
}

.main-slider {
	width: 100%;
	height: 42vw;
	position: relative;
}

.slide-img {
	overflow: hidden;
}

.swiper-slide {
	position: relative;
}

.slide-img {
	height: 100%;
	overflow: hidden;
}

.slide-img img {
	object-fit: cover;
    object-position: right 20px top -60px;
	height: 100%;
	display: block;
}

.slide_text {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: .18em;
	background-color: #fafafa;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: -22px;
	padding-right: 1.8vw;
	display: flex;
	justify-content: flex-end;
}

/*about*/

.about_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.about_wrap_text-contener {
	width: 100%;
	font-size: 1.8rem;
	animation-duration: 1s;
	line-height: 2.2;
	letter-spacing: 0.06em;
}

.about_wrap_text {
	animation-delay: 0.9s;
}

.about_wrap_text:last-child {
	margin-top: 18px;
}

.about_wrap_title {
	font-size: 4rem;
	line-height: 1.8;
	letter-spacing: 0.12em;
	font-feature-settings: "palt";
	margin-right: 7.2vw;
	flex-shrink: 0;
}

.subtitle {
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: .12em;
	margin-left: 1.4rem;
	position: relative;
	font-style: normal;
}

.maintitle {
	font-size: 3.2rem;
    line-height: 0.7;
    font-weight: 500;
    letter-spacing: 0.06em;
}

.tmb {
	width: 50%;
}

.tmb_img {
	width: 100%;
	height: auto;
}

.tmb_img:hover {
	cursor: pointer;
}
  
.popup {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
}

.popup__btn {
	display: block;
	z-index: 13;
	position: absolute;
	top: 1vh;
	right: 1vh;
	width: 5vh;
	height: 5vh;
	cursor: pointer;
}

.popup__btn::before,
  .popup__btn::after {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	content: '';
}

.popup__btn::before {
	transform: rotate(45deg);
}

.popup__btn::after {
	transform: rotate(-45deg);
}

.popup__btnarea {
	z-index: 12;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup__img {
	z-index: 11;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
}

.popup__img img {
	display: block;
	width: 48%;
	height: 100%;
	margin: 0 auto;
    max-width: 880px;
	object-fit: contain;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]:checked ~ .popup {
	transform: scale(1);
	opacity: 1;
	transition: opacity 0.5s;
}



/*works*/

#works {
	position: relative;
	padding: 0 4vw;
	max-width: calc(1160px + 19.2vw);
}

.works_wrapper {
	margin-top: 64px;
}

.works_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 28px;
}

.works_banner_link_wrapper {
	display: flex;
	justify-content: end;
	margin-top: 3rem;
}

.works_banner_link_wrapper a {
	font-size: 1.3rem;
    position: relative;
	color: #2c2c2c;
	font-weight: 500;
    background-color: #e9e9e9;
    border-radius: 100vmax;
    padding: 0.6em 2.4em;
	text-align: center;
	transition: .5s ease-in-out;
}

.works_banner_link_wrapper a:hover {
	opacity: 0.6;
}

h3 {
	font-size: 2rem;
    color: #929292;
    line-height: 1;
    letter-spacing: 0.02em;
}

.banner_wrap {
	row-gap: 2.6vw;
}

.banner_wrap li {
	width: 31.2%;
}

.banner_wrap li:nth-child(1) {
	animation-delay: 0.5s;
}

.banner_wrap li:nth-child(2) {
	animation-delay: 0.9s;
}

.banner_wrap li:nth-child(3) {
	animation-delay: 1.3s;
}

.works_content_wrap {
	width: 30%;
	margin: 0 5% 4.8vw 0;
}

.works_content_wrap:nth-of-type(3n) {
	margin-right: 0;
}

.works_content_wrap:nth-child(1) {
	animation-delay: 0.5s;
}

.works_content_wrap:nth-child(2) {
	animation-delay: 0.9s;
}

.works_content_wrap:nth-child(3) {
	animation-delay: 1.3s;
}

.works_content_wrap:nth-child(4) {
	animation-delay: 1.7s;
}

.works_img_wrap img {
	object-fit: cover;
	object-position: left top;
	display: block;
	margin: 0 auto;
	width: 100%;
	transition: ease-in-out .5s;
}

.works_img_wrap img:hover {
	filter: blur(3px);
}

.works_content_wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.works_img_wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.img_border {
	border: 1px solid #ccc;
}

.works_img_wrap--cd {
	width: 100%;
    overflow: hidden;
    position: relative;
}

.works_content_wrap a {
	display: block;
}

.works_text_wrap {
	margin-top: 8px;
}

.works_text_wrap h4 {
	line-height: 2;
    letter-spacing: 0.04em;
    margin-top: 14px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.charge {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	color: #999;
}

.check_link {
	margin-top: 1.1em;
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	padding-right: 1.6rem;
}

.check_link::before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	bottom: 30%;
	width: 100%;
	height: 1px;
	background-color: #222;
	transform: scaleX(1);
}

.works_content_wrap:hover .check_link::before {
	animation: checkLinkAnime 1s forwards ease-in-out;
}

#body .works_content_wrap {
	margin-bottom: 0;
}

.banner_link_wrap {
	display: flex;
	justify-content: end;
}

.banner_link_botton {
	text-align: right;
	margin-top: 18px;
}

.banner_link_botton a{
	display: block;
	padding-right: 78px;
}

.banner_link_botton:hover .check_link::before {
	animation: checkLinkAnime 1s forwards ease-in-out;
}

footer {
	width: 90.4vw;
	margin: auto auto 0 auto;
	padding: 48px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ccc;
}

.copy {
	font-size: 1.2rem;
}

.pagetop_wrap {
	position: fixed;
	z-index: 9;
	width: 6.4rem;
	height: 6.4rem;
	bottom: 24px;
	right: 3.2vw;
	display: none;
}

.pagetop_wrap a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 300;
	border-radius: 50%;
	border: 1px solid #ccc;
}

/*バナーページ*/

#banner main {
	padding-top: 60px;
}

#banner h2 {
	border-bottom: 1px solid #222;
}

#banner h2 .subtitle {
	letter-spacing: .12em;
}

#banner .banner_subtitle {
	font-size: 1.3rem;
	font-weight: normal;
	margin-left: 1rem;
}

#banner .banner_wrap {
	margin-top: 68px;
}

#banner #works {
	margin-top: 0;
}

.banner_page .works_wrap-banner {
	margin-top: 56px;
}


/* works page */

.works-wrap{
    padding: 0 9.6vw;
    max-width: calc(1160px + 19.2vw);
	margin: 0 auto;
}

.works-heading-wrap__title {
	font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .06em;
    font-feature-settings: "palt";
}

.works-heading-wrap__type {
	font-size: 1.2rem;
}

.works-img-wrap.flex {
	display: flex;
	justify-content: space-between;
}

.works-img-wrap {
	margin-top: 96px;
}

.works__hero {
	width: 88%;
	margin: 56px auto 0;
}

.works-txt-wrap__title {
	font-size: 2.4rem;
	line-height: 1.6;
    letter-spacing: .06em;
}

.works-txt-wrap__comment {
	margin-top: 16px;
}

.works-txt-wrap__comment span {
	display: block;
	font-size: 1rem;
}

.works-txt-wrap__comment span a{
	text-decoration: underline;
}

.works-mt {
	max-width: 880px;
    margin: 72px auto 0 auto;
}

.works-cs-mt {
	margin-top: 24px;
}

.works__tab {
	width: 100%;
}


input[name="works-tab-wrap__item"] {
	display: none;
}

.works-tab-wrap__item {
	display: inline-block;
	font-size: 2.6rem;
	font-weight: 500;
	color: #ccc;
	transition: .3s ease-in-out;
	padding-bottom: 4px;
}

.works-tab-wrap__txt-en {
	display: inline-block;
	line-height: 1;
	margin-right: 6px;
}

.works-tab-wrap__txt-jp {
	font-size: 1.2rem;
}

.works-img-wrap input:checked + .works-tab-wrap__item {
	position: relative;
	color: #222;
	border-bottom: 1px solid #222;
	line-height: 1.4;
}

.works-tab-wrap__item:first-of-type {
	margin-right: 24px;
}

.works-tab-wrap__content {
	display: none;
}

#inn-top:checked ~ #inn-top-content,
#inn-hs:checked ~ #inn-hs-content {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}

@keyframes panel-show {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }

.works-tab-img__inner {
	display: flex;
	justify-content: space-between;
	padding-top: 48px;
}

.works-tab-img__item-l {
	width: 68%;
	transition: .3s ease-in-out;
}

.works-tab-img__item-r {
	width: 24%;
}

.works-list-wrap__item {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 24px;
}

.works-list-wrap__item:first-child {
	margin-top: 0;
}

.works-list-wrap__head {
	width: 14%;
	flex-shrink: 0;
	font-weight: 500;
}

.works-list-wrap__body {
	flex-shrink: 0;
	width: 82%;
}


/* banner page */

.works_wrap-banner {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 1075px) {
	.ykn-br {
		display: block;
	}

	.sp-br{
		display: block;
	}

	.slide_text {
		top: -68px;
	}

	/* .middle-wrap {
		padding: 0 9.6vw;
		max-width: calc(1160px + 19.2vw);
	} */
}

@media screen and (max-width: 1075px) {
	.ykn-br {
		display: block;
	}

	.sp-br{
		display: block;
	}

	.slide_text {
		top: -68px;
	}

	/* .middle-wrap {
		padding: 0 9.6vw;
		max-width: calc(1160px + 19.2vw);
	} */
}


/*tablet*/
@media screen and (max-width: 959px) {

	body {
		font-size: 1.4rem;
	}

	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}

	main {
		padding: 160px 0 80px 0;
	}

	h2 {
		font-size: 1.7rem;
	}

	.pd_wrap {
		padding-top: 80px !important;
	}

	/* .content_wrap{
		margin: 122px auto 0 auto;
	} */
	
	/*header*/

	header {
		padding: 16px 0;
	}

	.header-nav {
		display: none;
	}

	.heading img {
		width: 18vw;
	}

	.logo {
		font-size: 2.8rem;
	}


	#g_nav {
		display: block;
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.9);
		transition: .5s ease-in-out;
	}

	#g_nav.active {
		z-index: 998;
		transform: translateX(0);
	}

	.g_nav_ul {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		opacity: 0;
	}

	.g_nav_ul_list {
		line-height: 1;
	}

	.g_nav_ul_list a {
		line-height: 1;
		color: #fafafa;
		display: block;
		
	}

	.g_nav_ul_list__item-en {
		font-size: 3.2rem;
		font-weight: 300;
		letter-spacing: .04em;
	}

	.g_nav_ul_list__item-jp {
		font-size: 1rem;
		display: block;
		margin-top: 0.4em;
		color: #fafafa;
		letter-spacing: .06em;
	}

	.g_nav_ul_list:nth-child(n + 2) {
		margin-top: 7.2vw;
	}

	.g_nav_ul.is-show {
		animation: g_navAnime .6s forwards ease-in-out;
		animation-delay: .5s;
	}

	#g_nav.active .g_nav_ul {
		display: block;
	}

	.sp_menu_second {
		margin-top: 3.8vh;
	}

	.sp_menu_second_list {
		position: relative;
		padding-left: 2.8em;
	}

	.sp_menu_second_list::before {
		content: "";
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 0;
		width: 1.8em;
		height: 1px;
		background-color: #fff;
	}

	.sp_menu_second_list:last-child {
		margin-top: 2.4em;
	}

	.sp_menu_second_list a {
		font-size: 1.6em;
		display: inline-block;
	}

	.open_btn {
		display: block;
		position: fixed;
		z-index: 999;
		top: 44px;
		right: 4.8vw;
		cursor: pointer;
		width: 50px;
		height: 50px;
	}

	.open_btn.active span{
		background-color: #fafafa;
	}

	.open_btn span {
		display: inline-block;
		transition: all .5s ease-in-out;
		position: absolute;
		left: 0;
		height: 1px;
		border-radius: 2px;
		background-color: #222;
		width: 100%;
	}

	.open_btn span:nth-of-type(1) {
		top:15px;
	}

	.open_btn span:nth-of-type(2) {
		top:23px;
	}

	.open_btn span:nth-of-type(3) {
		top:31px;
	}

	.open_btn.active span:nth-of-type(1) {
		top: 18px;
		left: 0;
		transform: translateY(6px) rotate(-45deg);
		width: 100%;
	}

	.open_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.open_btn.active span:nth-of-type(3){
		top: 30px;
		left: 0;
		transform: translateY(-6px) rotate(45deg);
		width: 100%;
	}

	/*mv*/
	
	.mv_container {
		display: block;
		padding-left: 10vw;
	}
	
	.main-slider {
		width: 100%;
		height: 60vw;
		margin-left: auto;
	}

	.slide-img img {
		object-position: center top;
	}

	.mv_container-title {
		line-height: 1.3;
		letter-spacing: 0.02em;
		font-size: max(9.6vw, 7.2rem);
	}
	
	.mv_container-subtitle {
		font-size: max(2.2vw, 1.6rem);
	}

	.catch-container {
		font-size: 1.6rem;
	}
	
	.sub-catch-container {
		margin-top: 20px;
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		top: auto;
		bottom: -22px;
	}

	.slide_text {
		font-size: 1.4rem;
		line-height: 1.5;
		top: -65px;
	}

	.scroll-arrow {
		display: none;
	}

	.mv_container-title-wrap {
		display: block;
	}

	.mv_container-inner {
		margin-top: 32px;
	}

	/*about*/

	.middle-wrap {
		padding: 0 14.25vw;
	}

	.about_wrap {
		display: block;
		margin-top: 36px;
	}

	.about_wrap_text-contener {
		width: 100%;
		font-size: 1.6rem;
		margin-top: 16px;
	}

	.about_wrap_text {
		letter-spacing: .07em;
	}

	.about_wrap_text:last-child {
		margin-top: 12px;
	}

	.about_wrap_title {
		font-size: 2rem;
		margin-right: 0;
		letter-spacing: .3rem;
	}

	.about_wrap_title br {
		display: none;
	}

	.maintitle {
		font-size: 2.8rem;
	}

	.subtitle {
		font-size: 1.1rem;
	}

	/*works*/

	#works {
		padding: 0 6.25vw;
	}

	.works_wrap {
		display: flex;
		justify-content: space-between;
	}

	.works_wrap.works-mt {
		margin-top: 30px;
	}

	.works-cs-mt {
		margin-top: 16px;
	}
	.works_content_wrap {
		width: 48%;
		margin: 0;
		padding-top: 0;
	}

	.works_content_wrap:first-child {
		margin-top: 0;
	}

	.works_content_wrap:nth-child(n + 3) {
		margin-top: 40px;
	}

	.works_content_wrap:nth-child(2n) {
		padding-top: 0;
	}

	.works_content_wrap h4{
		word-break: break-all;
	}

	.works_content_wrap:nth-of-type(odd) .works_img_wrap{
		margin-left: 0;
	}

	.works_content_wrap:nth-of-type(even) .works_img_wrap{
		margin-right: 0;
	}

	.works_img_wrap {
		width: 100%;
	}

	.works_wrapper {
		margin-top: 32px;
	}

	.works_wrapper:not(:first-of-type) {
		margin-top: 72px;
	}

	.works_wrapper_banner {
		margin-top: 68px;
	}

	.check_link {
		font-size: 1.2rem;
	}

	.popup__img img {
		width: 80%;
	}

	h3 {
		font-size: 1.6rem;
	}

	.works_banner_link_wrapper {
		justify-content: center;
	}

	.works_banner_link_wrapper a {
		font-size: 1.2rem;
		padding: 0.6rem 2.4rem;
		min-width: 160px;
	}

	/* works page */

	.works-wrap{
		padding: 0 4.8vw;
	}

	.works-img-wrap {
		margin-top: 72px;
	}

	.works-mt {
		margin-top: 48px;
	}

	.works-list-wrap__item {
		display: block;
	}

	.works-list-wrap__head {
		width: 100%;
		line-height: 1;
	}

	.works-list-wrap__body {
		width: 100%;
	}

	.works-heading-wrap__title {
		font-size: 2.6rem;
	}

	.works-txt-wrap__title {
		font-size: 2rem;
	}

	.works-tab-wrap__item {
		font-size: 2.4rem;
	}

	.works-tab-wrap__txt-en {
		display: block;
	}
	.works-tab-wrap__txt-jp {
		display: block;
		margin-top: 6px;
	}

	.works__hero {
		margin: 48px auto 0;
		width: 80%;
	}


	/* banner page */

	.works_wrap-banner {
		display: flex;
		justify-content: space-between;
	}

	.banner_page .works_wrap-banner {
		margin: 48px auto 0 auto;
        width: 96%;
	}

}

/*SP*/
@media screen and (max-width: 519px) {

body {
	font-size: 1.2rem;
	letter-spacing: 0.06em;
}

main {
	padding: 40px 0;
}

.logo_wrap {
	width: 16vw;
	min-width: 128px;
}

h2 {
    line-height: 1;
  }

  .pd_wrap {
    padding-top: 56px !important;
}

	.subtitle {
		font-size: 1rem;
		margin-left: 1.2rem;
	}

	header {
		height: 100px !important;
		position: relative;
	}

	header.HeightMin {
		height: 92px !important;
		padding: 24px 0;
	}

	.header_inner .logo_sub {
		font-size: 1.1rem;
		margin-top: 12px;
	}

	.logo {
        font-size: 2rem;
    }

	.logo_wrap_sp {
		display: block;
		position: absolute;
		left: 6vw;
		top: 38px;
	}

	.logo_wrap_sp .logo,.logo_wrap_sp .logo_sub{
		color: #fff;
	}

	.logo_wrap.active path {
		fill: #fff;
		transition: all .5s ease-in-out;
	}

	.g_nav_ul_list:nth-child(n + 2) {
		margin-top: 12.4vw;
	}

	.g_nav_ul_list__item-en {
		font-size: 4rem;
	}

	.open_btn {
		top: 24px;
	}

	/*MV*/
	.main-slider{
		width: 100%;
		height: 100vw;
	}

	.slide_text {
		padding-right: .5rem;
		top: -47px;
		font-size: 1.3rem;
	}

	.scroll_wrap{
		display: none;
	}

	.middle-wrap {
		padding: 0 6.25vw;
	}

	.heading img {
		width: 24vw;
		min-width: 128px;
	}

	.pagetop_wrap {
		width: 4.8rem;
		height: 4.8rem;
		bottom: 10px;
	}

	/* MV */

	.mv_container {
		padding-left: 12vw;
	}

	.mv_container-title.mv_container-title {
		font-size: max(12vw, 4.4rem);
    }

	.mv_container-subtitle {
		display: block;
		letter-spacing: 0.04em;
		font-size: max(2.8vw, 1.2rem);
	}

	.mv_container-inner {
		margin-top: 16px;
	}

	/* about */

	.about_wrap_title {
		font-size: 1.8rem;
		letter-spacing: 0.11em;
		line-height: 1.4;
	}

	.about_wrap_text {
        letter-spacing: .04em;
    }

	.about_wrap_text-contener {
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 10px;
	}

	.about_wrap {
		margin-top: 26px;
	}

	.about_wrap_text:last-child {
		margin-top: 8px;
	}

	/* works */

	#works {
		margin-top: 72px;
	}

	.works_wrap {
		display: block;
		margin-top: 24px;
	}

	.works_wrapper:first-of-type {
		margin-top: 24px;
	}

	.works_wrapper:last-of-type {
		margin-top: 64px;
	}

	.works_text_wrap {
		margin-top: 6px;
	}

	.works_content_wrap {
		width: 100%;
		margin-top: 24px;
	}

	.works_content_wrap:nth-child(n + 3) {
		margin-top: 24px;
	}

	.works_banner_link_wrapper a {
		font-size: 1.4rem;
		padding: 1rem 4.4rem;
		min-width: 240px;
	}

	.charge {
		font-size: 1rem;
	}

	.check_link {
		margin-top: 8px;
	}

	.popup__img img {
		width: 100%;
	}

	/* works page */

	.works-tab-img__inner {
		display: block;
	}

	.works-tab-img__item-l,.works-tab-img__item-r {
		width: 100%;
	}

	.works-wrap {
		padding: 0 6.4vw;
	}

	.works-tab-wrap__item {
		font-size: 1.6rem;
	}

	.works-heading-wrap__title {
		font-size: 1.8rem;
		letter-spacing: .08em;
	}

	.works-txt-wrap__title {
		font-size: 1.4rem;
	}

	.works-tab-img__item-r{
		margin-top: 48px;
	}

	.works__hero {
		width: 96%;
		margin: 20px auto 0;
	}

	h3 {
        font-size: 1.6rem;
    }

	.maintitle {
        font-size: 2.4rem;
		letter-spacing: 0.04em;
    }

	.works_content_wrap h4 {
		margin-top: 4px;
	}

	.works-mt {
		margin-top: 28px;
	}

	.works-list-wrap__item {
		margin-top: 16px;
	}

	.works-img-wrap {
		margin-top: 48px;
	}

	.works-txt-wrap__comment {
		margin-top: 10px;
	}

	.works-tab-wrap__txt-jp {
		font-size: 1rem;
		line-height: 1;
	}


	/* banner page */

	.works_wrap-banner {
		display: block;
	}

	.banner_page .works_wrap-banner {
		margin-top: 16px;
		width: 100%;
	}

}
