@media screen and (max-width:828px) {
	html {
		max-width: 848px;
		overflow-x: hidden;
	}
	body {
		background: #000000;
		color: #ffffff;
		font-size: 16px;
		font-family: 'Noto Serif JP', serif;
		line-height: 1.5em;
		min-width: 828px;
		width: 828px;/* sp */
		margin: 0 auto;
		overflow-x: hidden;
		background-image: url(../img/s-body-bk-img01.png);
		background-position: top center;
		background-repeat: repeat;
	}
	.en {
		font-family: garamond-premier-pro, 'EB Garamond', 'Noto Serif JP', serif;
	}
	.goth {
		font-family: dnp-shuei-gothic-gin-std, 'Sawarabi Gothic', sans-serif;
	}
	.s-wrapper {
		width: 828px;
		margin: 0 auto;
		position: relative;
		display: inline-block;
	}
	a {
		transition: all 0.3s;
	}
	.pc {
		display: none;
	}
	.tb {
		display: inline-block;
	}
	.sp {
		display: inline-block;
	}
	.menu-fixed {
		height: 100vh;
    overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.s-header--main {
		display: flex;
		position: fixed;
		flex-wrap: nowrap;
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: calc(100% - 190px);
		top: 0;
		left: 0;
		justify-content: space-between;
		z-index: 10001;
	}
	.s-header--title-en {
		flex-basis: 330px;
		height: fit-content;
		margin: 40px 51px 0 40px;
	}
	.s-header--title-en a {
		display: inline-block;
		width: 330px;
		height: auto;
	}
	.s-header--title-en a img {
		width: 100%;
		height: auto;
	}
	.s-header--title-en .st0 {
		fill: #FFFFFF;
		transition: all 0.3s;
	}
	.light-mode .s-header--title-en .st0 {
		fill: #333333;
	}
	.s-header--title-en img {
		width: 160px;
		height: auto;
	}
	.s-header-nav {
		flex-basis: auto;
		width: 100%;
		height: fit-content;
		margin: 48px 0 0 0;
		display: none;
	}
	.s-header-nav--ul {
		display: flex;
		flex-wrap: nowrap;
	}
	.s-header-nav--ul-main {
		display: flex;
		flex-wrap: nowrap;
	}
	.s-header-nav--ul-main-li {
		list-style: none;
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0.06em;
		color: #ffffff;
		margin-right: 38px;
	}
	.light-mode .s-header-nav--ul-main-li {
		color: #333333;
	}
	.s-header-nav--ul-main-li span {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.06em;
		opacity: 0.5;
	}
	.s-header-nav--ul-sub {
		display: flex;
		flex-wrap: nowrap;
		margin: 2px 30px 0 auto;
		display: none;
	}
	.s-header-nav--ul-sub-li {
		position: relative;
		list-style: none;
		font-size: 12px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: 0.06em;
		color: #ffffff;
		margin-left: 37px;
	}
	.light-mode .s-header-nav--ul-sub-li {
		color: #333333;
	}
	.s-header-nav--ul-sub-li span {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.06em;
		opacity: 0.5;
	}
	.s-header-nav--ul-sub-li::after {
		content: "";
		position: absolute;
		width: 6px;
		height: 1px;
		top: 9px;
		left: -11px;
		background-color: #ffffff;
	}
	.light-mode .s-header-nav--ul-sub-li::after {
		background-color: #333333;
	}
	.s-header--title-jp img {
		width: 43px;
		height: auto;
	}
	.s-header--right {
		display: flex;
		position: fixed;
		flex-flow: column;
		align-items: center;
		width: 190px;
		height: 100vh;
		top: 0;
		right: 0;
		margin: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
		opacity: 1;
		transition: all 0.3s;
		z-index: 100;
		display: none;
	}
	.s-header--right.scroll {
		opacity: 0.2;
	}
	.s-header--right:hover {
		opacity: 1;
	}
	.s-header--title-jp-logo {
		display: inline-block;
		width: 42px;
		height: fit-content;
	}
	.s-header--title-jp-logo .st0 {
		fill: #ffffff;
		transition: all 0.3s;
	}
	.light-mode .s-header--title-jp-logo .st0 {
		fill: #333333;
	}
	.light-mode .s-header--right:hover .s-header--title-jp-logo .st0 {
		fill: #ffffff;
	}
	.s-header--righ-bk {
		display: flex;
		position: fixed;
		flex-flow: column;
		align-items: center;
		width: 190px;
		height: 100vh;
		top: 0;
		right: 0;
		margin: 0;
		background-color: rgba(50, 55, 64, 0);
		mix-blend-mode: multiply;
		opacity: 1;
		transition: all 0.3s;
		z-index: 2;
		display: none;
	}
	.s-header--righ-bk.hover {
		background-color: rgba(50, 55, 64, 0.9);
		opacity: 1;
	}
	.s-header--title-jp {
		margin-top: 54px;
		mix-blend-mode: normal;
	}
	.s-header--lang {
		margin-top: 33px;
		display: flex;
		flex-wrap: nowrap;
	}
	.s-header--lang-btn {
		display: inline-block;
		width: 27px;
		height: 27px;
		border-radius: 50%;
		margin: 0 7px;
		font-size: 12px;
		font-weight: 400;
		line-height: 27px;
		text-align: center;
		color: rgba(2555, 255, 255, 0.5);
		background-color: transparent;
	}
	.light-mode .s-header--lang-btn {
		color: rgba(0, 0, 0, 0.5);
	}
	.light-mode .s-header--right:hover .s-header--lang-btn {
		color: rgba(2555, 255, 255, 0.5);
	}
	.s-header--lang-btn.current {
		display: inline-block;
		width: 27px;
		height: 27px;
		border-radius: 50%;
		margin: 0 7px;
		font-size: 12px;
		font-weight: 400;
		line-height: 27px;
		text-align: center;
		color: #ffffff;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.light-mode .s-header--lang-btn.current {
		color: #333333;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.light-mode .s-header--right:hover .s-header--lang-btn.current {
		color: #ffffff;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.s-header--lang-line {
		width: 1px;
		height: 12px;
		background-color: #ffffff;
		margin-top: 8px;
	}
	.light-mode .s-header--lang-line {
		background-color: #333333;
	}
	.light-mode .s-header--right:hover .s-header--lang-line {
		background-color: #ffffff;
	}
	.s-header-nav-sns {
		margin: auto auto 30px auto;
	}
	.s-header-nav-sns--ul {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.s-header-nav-sns--ul-li a {
		display: inline-block;
		overflow: hidden;
		width: 40px;
		height: 40px;
		margin: 0 5px;
	}
	.s-header-nav-sns--ul-li a i {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		color: #ffffff;
		border: 1px solid #888888;
		background-color: rgba(225, 225, 225, 0);
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		transition: all 0.3s;
	}
	.light-mode .s-header-nav-sns--ul-li a i {
		color: #333333;
		border: 1px solid #888888;
		background-color: rgba(0, 0, 0, 0);
	}
	.light-mode .s-header--right:hover .s-header-nav-sns--ul-li a i {
		color: #ffffff;
		border: 1px solid #888888;
		background-color: rgba(225, 225, 225, 0);
	}
	.s-header-nav-sns--ul-li a:hover i {
		background-color: rgba(225, 225, 225, 0.2);
	}
	.light-mode .s-header--right:hover .s-header-nav-sns--ul-li a:hover i {
		background-color: rgba(225, 225, 225, 0.2);
	}
	.s-header--right:hover .s-header-nav-sns--ul-li a i {
		border: 1px solid #ffffff;
	}
	.s-home-start-section {
		width: 100vw;
		height: 100vh;
		margin: 0;
		position: relative;
		z-index: -1;
	}
	.s-home-start-section::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.s-home-start-background-slide {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-image: url(../img/s-home-start-background-slide03.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.s-home-start-background-video {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.s-home-start-background-slide img {
		width: 100%;
		height: 100%;
		background-size: cover;
		z-index: 1;
	}
	.s-home-start-overlay-scroll {
		position: absolute;
		bottom: 560px;
		left: -30px;
		transform: rotate(90deg);
		font-size: 34px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		z-index: 2;
	}
	.s-home-start-overlay-scroll a {
		display: inline-block;
		position: relative;
		left: 0;
		padding: 0 10px 0 0 ;
	}
	.s-home-start-overlay-scroll a:hover {
		left: -10px;
	}
	.s-home-start-overlay-scroll-line {
		position: absolute;
		width: 1px;
		height: 495px;
		bottom: 0;
		left: 40px;
		background-color: rgba(255, 255, 255, 0.2);
		overflow: hidden;
		z-index: 100;
	}
	.s-home-start-overlay-scroll-line::after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100px;
		bottom:400px;
		left: 0;
		background-color: #ffffff;
		-webkit-animation-name: scrollBar;
		animation-name: scrollBar;
		-webkit-animation-duration: 2.5s;
		animation-duration: 2.5s;
		-webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
		animation-timing-function: cubic-bezier(.165, .84, .44, 1);
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	@-webkit-keyframes scrollBar {
		0% {
			bottom: 400px;
			height: 0
		}
		5% {
			bottom: 400px;
			height: 100px
		}
		100% {
			bottom: -100px;
			height: 100px
		}
	}
	@keyframes scrollBar {
		0% {
			bottom: 400px;
			height: 0
		}
		5% {
			bottom: 400px;
			height: 100px
		}
		100% {
			bottom: -100px;
			height: 100px
		}
	}
	
	.s-craftmanship-section {
		width: 100%;
		margin: 0;
		text-align: center;
		background-image: url(../img/s-body-bk-img01.png);
		background-position: top center;
		background-repeat: repeat;
	}
	.s-craftmanship-text-box {
		position: relative;
		width: calc( 100% - 140px);
		height: fit-content;
		top: auto;
		left: auto;
		margin: 140px 80px 198px;
		z-index: 2;
		text-align: left;
	}
	.s-craftmanship-title-1 {
		display: inline-block;
		position: relative;
		font-size: 32px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
		margin-left: -40px;
		margin-bottom: 715px;
		text-align: left;
	}
	.s-craftmanship-title-1::after {
		content: "";
		position: absolute;
		top: 13px;
		right: -67px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-craftmanship-title-2 {
		font-size: 60px;
		font-weight: 400;
		color: #ffffff;
		margin-top: 25px;
		margin-bottom: 740px;
		text-align: left;
	}
	.s-craftmanship-description {
		font-size: 30px;
		font-weight: 400;
		line-height: 64px;
		letter-spacing: 0.02em;
		color: #ffffff;
		margin-bottom: 83px;
		text-align: left;
	}
	.s-craftmanship-description-en {
		font-size: 34px;
		font-weight: 400;
		line-height: 60px;
		letter-spacing: 0.02em;
		color: #ffffff;
		margin-bottom: 83px;
		text-align: left;
	}
	.s-craftmanship-more {
		position: relative;
		margin-top: 0;
		text-align: right;
	}
	.s-craftmanship-more-btn {
		display: inline-block;
		position: relative;
		font-size: 30px;
		font-weight: 400;
		color: #ffffff;
		text-align: left;
	}
	a:hover.s-craftmanship-more-btn {
		color: #ffffff;
	}
	.s-craftmanship-more-arrow-r {
		display: inline-block;
		position: relative;
		width: 100px;
		height: 100px;
		top: 34px;
		left: 20px;
		border-radius: 50%;
		border: 1px solid #ffffff;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 40px;
		opacity: 0.6;
		transition: all 0.3s;
	}
	a:hover.s-craftmanship-more-btn .s-craftmanship-more-arrow-r{
		opacity: 1;
	}
	a:active.s-craftmanship-more-btn .s-craftmanship-more-arrow-r{
		left: 20px;
	}
	.s-craftmanship-slides {
		position: absolute;
		width: 747px;
		height: 570px;
		margin: 175px 0 280px 80px;
		top: 0;
		right: 0;
		z-index: 1;
		overflow: hidden;
	}
	.s-craftmanship-slide {
		width: 747px;
		height: 500px;
		margin-top: 70px;
	}
	.s-craftmanship-slide img {
		width: 747px;
		height: 500px;
		object-fit: cover;
	}
	.s-craftmanship-slides .slick-dots {
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		top: 0;
		right: 40px;
	}
	.s-craftmanship-slides .slick-dots li {
		position: relative;
		display: inline-block;
		width: 38px;
		height: 38px;
		margin: 0 12px;
		padding: 0;
		cursor: pointer;
	}
	.s-craftmanship-slides .slick-dots li button {
		position: relative;
		font-size: 0;
		line-height: 0;
		display: block;
		width: 38px;
		height: 38px;
		padding: 12px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.s-craftmanship-slides .slick-dots li button::before {
		content: "";
		position: absolute;
		top: calc( 50% - 3.5px);
		left: calc( 50% - 3.5px);
		width: 14px;
		height: 14px;
		background-color: #888888;
		border-radius: 50%;
		transition: all 0.3s;
	}
	.s-craftmanship-slides .slick-dots li button::after {
		content: "";
		position: absolute;
		top: calc( 50% - 9.5px);
		left: calc( 50% - 9.5px);
		width: 38px;
		height: 38px;
		border: transparent;
		border-radius: 50%;
		transition: all 0.3s;
	}
	.s-craftmanship-slides .slick-dots li.slick-active button::before {
		content: "";
		position: absolute;
		top: calc( 50% - 3.5px);
		left: calc( 50% - 3.5px);
		width: 14px;
		height: 14px;
		background-color: #a48440;
		border-radius: 50%;
	}
	.s-craftmanship-slides .slick-dots li.slick-active button::after {
		content: "";
		position: absolute;
		top: calc( 50% - 16px);
		left: calc( 50% - 16px);
		width: 38px;
		height: 38px;
		border: 1px solid #a48440;
		border-radius: 50%;
	}
	
	.s-case-section {
		position: absolute;
		margin: 0;
		padding: 0;
		background-color: #30353E;
		background-image: url(../img/s-body-bk-img01.png);
		background-position: top center;
		background-repeat: repeat;
	}
	.s-case-section-fixed {
		position: fixed;
		top: 0;
	}
	.s-case-box {
		position: absolute;
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.s-case-box-wrapper {
		position: relative;
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
	}
	.s-case-box-inner {
		position: relative;
		width: 100vw;
		height: 100vh;
		margin: 0;
		padding: 0;
		opacity: 1;
		transition: all 2s;
		transition-timing-function: ease;
	}
	.case-trigger-element {
		-webkit-overflow-scrolling: auto;
	}
	.dummy-scroll-space-up {
		height: 230vh;
	}
	.dummy-scroll-space-down {
		height: 430vh;
	}
	.dummy-scroll-space-up-diable {
		height: 0;
	}
	.dummy-scroll-space-down-diable {
		height: 100vh;
	}
	#case1 .s-case-box-inner {
		opacity: 1;
	}
	.s-case-box-wrapper-fixed {
		position: fixed;
		top: 0;
	}
	.s-case-box-inner-fixed {
		opacity: 1;
	}
	.s-case-box-wrapper-after {
		position: relative;
		top: 100vh;
	}
	.s-case-box-inner-after {
		opacity: 1;
	}	
	.s-case-box-bk-case1 {
		width: 100vw;
		height: 100vh;
		z-index: 2;
	}
	.s-case-box-bk-case1::after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(../img/s-home-case-img-sp01.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.s-case-box-bk-case2 {
		width: 100vw;
		height: 100vh;
		z-index: 2;
	}
	.s-case-box-bk-case2::after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(../img/s-home-case-img-sp02.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.s-case-box-bk-case3 {
		width: 100vw;
		height: 100vh;
		z-index: 2;
	}
	.s-case-box-bk-case3::after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(../img/s-home-case-img-sp03.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.s-case-box-bk-case4 {
		width: 100vw;
		height: 100vh;
		z-index: 2;
	}
	.s-case-box-bk-case4::after {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(../img/s-home-case-img-sp04.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.s-case-box-textbox {
		position: absolute;
		width: calc(100% - 310px -40px);
		height: fit-content;
		top: calc( 50vh - 260px );
		left: 40px;
		text-align: left;
		z-index: 99;
	}
	.s-case-title-1 {
		display: inline-block;
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #ffffff;
		margin-bottom: 60px;
		text-align: left;
	}
	.s-case-title-1::after {
		content: "";
		position: absolute;
		top: 13px;
		right: -67px;
		width: 50px;
		height: 1px;
		background-color: #ffffff;
	}
	.s-case-title-2 {
		font-size: 80px;
		font-weight: 400;
		letter-spacing: 0.12em;
		color: #ffffff;
		margin-bottom: 42px;
		text-align: left;
	}
	.s-case-description {
		font-size: 30px;
		font-weight: 400;
		line-height: 58px;
		letter-spacing: 0.06em;
		color: #ffffff;
		text-align: left;
	}
	.s-case-more {
		position: relative;
		margin-top: 40px;
		text-align: left;
	}
	.s-case-more-btn {
		display: inline-block;
		position: relative;
		font-size: 30px;
		font-weight: 400;
		color: #ffffff;
		text-align: left;
	}
	a:hover.s-case-more-btn {
		color: #ffffff;
	}
	.s-case-more-arrow-r {
		display: inline-block;
		position: relative;
		width: 100px;
		height: 100px;
		top: 34px;
		left: 20px;
		border-radius: 50%;
		border: 1px solid #ffffff;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 40px;
		opacity: 0.6;
		transition: all 0.3s;
	}
	a:hover.s-case-more-btn .s-case-more-arrow-r{
		opacity: 1;
	}
	a:active.s-case-more-btn .s-case-more-arrow-r{
		left: 20px;
	}
	.s-case-box-pagenation {
		position: absolute;
		top: calc(50vh - 160px);
		left: calc(100vw - 200px);
		z-index: 9999;
	}
	.s-case-box-pagenation-fixed {
		position: fixed;
		top: calc(50vh - 160px);
		left: calc(100vw - 200px);
	}
	.s-case-box-pagenation-after {
		position: absolute;
		top: calc(750vh - 160px);
		left: calc(100vw - 200px);
		z-index: 99;
	}
	.s-case-box-pagenation-case {
		position: relative;
		width: 150px;
		font-size: 36px;
		font-weight: 400;
		letter-spacing: 0.12em;
		color: rgba(225, 225, 225, 0.4);
		text-align: left;
		margin-bottom: 90px;
		padding-right: 35px;
		transition: all 0.3s;
	}
	.s-case-box-pagenation-case.current {
		color: rgba(225, 225, 225, 1);
	}
	.s-case-box-pagenation-case::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: rgba(225, 225, 225, 0.4);
	}
	.s-case-box-pagenation-case.current::after {
		background-color: rgba(225, 225, 225, 1);
	}
	.s-case-box-pagenation-case.current::before {
		content: "";
		position: absolute;
		top: -18px;
		right: -20.5px;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background-color: rgba(225, 225, 225, 0.2);
	}
	.s-case-box-pagenation-case a:hover {
		color: rgba(225, 225, 225, 1);
	}
	.case-hidden {
		opacity: 0;
	}
	
	.s-projects-section {
		width: 100%;
		margin: 0;
		text-align: center;
		background-image: url(../img/s-body-bk-img01.png);
		background-position: top center;
		background-repeat: repeat;
		padding-bottom: 240px;
	}
	.s-projects-header {
		display: flex;
		flex-wrap: nowrap;
		margin: 0;
		width: 100%;
		padding-top: 200px;
	}
	.s-projects-title-1 {
		position: relative;
		font-size: 80px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		padding-right: 120px;
		padding-left: 40px;
	}
	.s-projects-title-1::after {
		content: "";
		position: absolute;
		top: 12px;
		right: 35px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-projects-title-2 {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
	}
	.s-projects-more {
		position: relative;
		margin: -38px 240px 0 auto;
		text-align: left;
		display: none;
	}
	.s-projects-more.sp {
		position: relative;
		width: calc(100% - 90px);
		margin: 100px 30px 0 0;
		text-align: right;
		display: inline-block;
	}
	.s-projects-more-btn {
		display: inline-block;
		position: relative;
		font-size: 30px;
		font-weight: 400;
		color: #ffffff;
		text-align: left;
	}
	a:hover.s-projects-more-btn {
		color: #ffffff;
	}
	.s-projects-more-arrow-r {
		display: inline-block;
		position: relative;
		width: 100px;
		height: 100px;
		top: 34px;
		left: 20px;
		border-radius: 50%;
		border: 1px solid #ffffff;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 40px;
		opacity: 0.6;
		transition: all 0.3s;
	}
	a:hover.s-projects-more-btn .s-projects-more-arrow-r{
		opacity: 1;
	}
	a:active.s-projects-more-btn .s-projects-more-arrow-r{
		left: 20px;
	}
	.s-projects-content {
		position: relative;
		width: 1440px;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}
	.s-projects-content-header {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: calc(100% - 80px );
		top: auto;
		left: auto;
		margin: 125px 40px 0;
		text-align: left;
		z-index: 50;
	}
	.s-projects-content-title {
		max-width: 600px;
		font-size: 50px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 65px;
		color: #ffffff;
		margin-right: 28px;
		white-space: normal;
	}
	.s-projects-content-type {
		position: relative;
		top: 15px;
		font-size: 26px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 42px;
		color: #ffffff;
		height: 42px;
		border: 1px solid #ffffff;
		border-radius: 21px;
		padding: 0 14px;
		margin-right: 10px;
	}
	.s-projects-content-spec {
		flex-basis: calc( 100% - 80px);
		font-size: 30px;
		font-weight: 400;
		line-height: 24px;
		color: #888888;
		margin-top: 15px;
	}
	.s-swiper-wrapper {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		width: calc(100% - 40px );
		height: auto;
		margin-top: 50px;
		margin-left: 40px;
		overflow: hidden;
	}
	.s-swiper-left-content {
		display: none;
		position: relative;
		width: 587px;
		height: 320px;
		margin-top: 60px;
		margin-left: -379px;
		overflow: hidden;
	}
	.s-swiper-left-content .swiper-slide img {
		width: 587px;
		height: 320px;
		object-fit: cover;
		transform: scale(1);
		transition: transform 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		transition-timing-function: ease;
	}
	.s-swiper-left-content .swiper-slide-prev img {
		transform: scale(1.25);
	}
	.s-swiper-right-content {
		position: relative;
		width: 748px;
		height: 498px;
		margin: 0 0 0 0;
		padding-top: 35px;
		overflow: hidden;
	}
	.s-slide-more-link {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 570px;
		height: 345px;
		z-index: 99;
	}
	.s-swiper-slide-overlay {
		position: absolute;
		display: flex;
		bottom: 0;
		right: 0;
		width: 570px;
		height: 345px;
		text-align: center;
		align-items: center;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 98;
		opacity: 0;
		transition: all 0.3s;
	}
	.s-swiper-slide-overlay:hover {
		opacity: 1;
	}
	.s-swiper-slide-overlay-left {
		position: absolute;
		display: flex;
		bottom: 0;
		right: 0;
		width: 587px;
		height: 320px;
		text-align: center;
		align-items: center;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 98;
		opacity: 0;
		transition: all 0.3s;
	}
	.s-swiper-slide-overlay-left.hover {
		opacity: 1;
	}
	.s-swiper-right-content .swiper-slide img {
		width: 748px;
		height: 498px;
		object-fit: cover;
		transform: scale(1);
		transition: transform 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		transition-timing-function: ease;
	}
	.s-swiper-right-content .swiper-slide-next img {
		transform: scale(1.25);
	}
	.s-swiper-right-content .swiper-pagination {
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		top: -29px;
		right: 215px;
	}
	.s-swiper-right-content .swiper-horizontal>.swiper-pagination-bullets, 
	.s-swiper-right-content .swiper-pagination-bullets.swiper-pagination-horizontal, 
	.s-swiper-right-content .swiper-pagination-custom, 
	.s-swiper-right-content .swiper-pagination-fraction {
		bottom: auto;
		left: auto;
		width: auto;
		display: none;
	}
	.s-swiper-right-content .swiper-pagination-bullet {
		position: relative;
		margin: 0 10px!important;
		width: 7px;
		height: 7px;
		background: #888888;
		opacity: 1;
		transition: all 0.3s;
	}
	.s-swiper-right-content .swiper-pagination-bullet-active {
		width: 7px;
		height: 7px;
		background: #a48440;
		opacity: 1;
	}
	.s-swiper-right-content .swiper-pagination-bullet-active::after {
		content: "";
		position: absolute;
		top: calc( 50% - 9.5px);
		left: calc( 50% - 9.5px);
		width: 19px;
		height: 19px;
		border: 1px solid #a48440;
		border-radius: 50%;
		transition: all 0.3s;
	}
	
	.s-projects-wrapper {
		position: relative;
		width: 1360px;
		height: auto;
		margin-left: 80px;
		overflow: hidden;
	}
	.s-projects-slides {
		position: relative;
		width: 2040px;
		height: 550px;
		margin: 200px 0 0 0;
		left: -670px;
	}
	.s-projects-slide {
		position: relative;
		width: 1010px;
		height: 550px;
		margin-top: 80px;
		transform: scale( 1, 1 );
		transition: all 0.3s;
	}
	.s-projects-slide-overlay {
		position: absolute;
		display: flex;
		top: 0;
		right: 10px;
		bottom: 0;
		left: 0;
		text-align: center;
		align-items: center;
		background-color: rgba(0, 0, 0, 0.6);
		opacity: 0;
		transition: all 0.3s;
	}
	.s-projects-slide-overlay:hover {
		opacity: 1;
	}
	.s-projects-slide.slick-current .s-projects-slide-overlay:hover {
		opacity: 0;
	}
	.s-slide-more {
		position: relative;
		margin: -38px auto 0 auto;
		text-align: left;
	}

	.s-slide-more-btn {
		display: inline-block;
		position: relative;
		font-size: 30px;
		font-weight: 400;
		color: #ffffff;
		text-align: left;
	}
	a:hover.s-slide-more-btn {
		color: #ffffff;
	}
	.s-slide-more-arrow-r {
		display: inline-block;
		position: relative;
		width: 100px;
		height: 100px;
		top: 34px;
		left: 20px;
		border-radius: 50%;
		border: 1px solid #ffffff;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 40px;
		opacity: 0.6;
		transition: all 0.3s;
	}
	a:hover.s-slide-more-btn .s-slide-more-arrow-r{
		opacity: 1;
	}
	a:active.s-slide-more-btn .s-slide-more-arrow-r{
		left: 20px;
	}

	.s-craftmanship-more-btn {
		display: inline-block;
		position: relative;
		font-size: 30px;
		font-weight: 400;
		color: #ffffff;
		text-align: left;
	}
	a:hover.s-craftmanship-more-btn {
		color: #ffffff;
	}
	.s-craftmanship-more-arrow-r {
		display: inline-block;
		position: relative;
		width: 100px;
		height: 100px;
		top: 34px;
		left: 20px;
		border-radius: 50%;
		border: 1px solid #ffffff;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 40px;
		opacity: 0.6;
		transition: all 0.3s;
	}
	a:hover.s-craftmanship-more-btn .s-craftmanship-more-arrow-r{
		opacity: 1;
	}
	a:active.s-craftmanship-more-btn .s-craftmanship-more-arrow-r{
		left: 20px;
	}
	.s-projects-slide img {
		width: 1010px;
		height: 550px;
		object-fit: cover;
		z-index: -1;
	}
	.s-projects-slide.slick-active {
		transform: scale( 1, 1 );
		margin-top: 0;
	}
	.s-projects-slide.slick-current {
		margin-top: 80px;
		right: 0;
	}
	.s-projects-slides .slick-dots {
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		top: -34px;
		right: 215px;
	}
	.s-projects-slides .slick-dots li {
		position: relative;
		display: inline-block;
		width: 19px;
		height: 19px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}
	.s-projects-slides .slick-dots li button {
		position: relative;
		font-size: 0;
		line-height: 0;
		display: block;
		width: 19px;
		height: 19px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.s-projects-slides .slick-dots li button::before {
		content: "";
		position: absolute;
		top: calc( 50% - 3.5px);
		left: calc( 50% - 3.5px);
		width: 7px;
		height: 7px;
		background-color: #888888;
		border-radius: 50%;
		transition: all 0.3s;
	}
	.s-projects-slides .slick-dots li button::after {
		content: "";
		position: absolute;
		top: calc( 50% - 9.5px);
		left: calc( 50% - 9.5px);
		width: 19px;
		height: 19px;
		border: transparent;
		border-radius: 50%;
		transition: all 0.3s;
	}
	.s-projects-slides .slick-dots li.slick-active button::before {
		content: "";
		position: absolute;
		top: calc( 50% - 3.5px);
		left: calc( 50% - 3.5px);
		width: 7px;
		height: 7px;
		background-color: #a48440;
		border-radius: 50%;
	}
	.s-projects-slides .slick-dots li.slick-active button::after {
		content: "";
		position: absolute;
		top: calc( 50% - 9.5px);
		left: calc( 50% - 9.5px);
		width: 19px;
		height: 19px;
		border: 1px solid #a48440;
		border-radius: 50%;
	}
	.s-projects-content-footer {
		position: relative;
		width: 710px;
		margin: 40px 0 0 40px;
	}
	.s-projects-content-description {
		font-size: 30px;
		font-weight: 400;
		line-height: 48px;
		color: #ffffff;
		text-align: left;
	}
	.s-projects-footer {
		position: relative;
		width: 100%;
		height: 450px;
		margin: 240px 0 0 0;
		overflow: hidden;
	}
	
	.s-projects-footer-inner {
		position: absolute;
		width: 100%;
		height: 100vh;
		min-height: 900px;
		top: 0;
		left: 0;
	}
	.s-projects-footer-inner::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.s-projects-footer-video {
		position: relative;
		width: 100%;
		height: 100vh;
		min-height: 900px;
	}

	.s-video-section {
		position: relative;
		width: 100vw;
		height: 100vw;
		margin: 0;
	}
	.s-video-section::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}
	
	.s-experience-section {
		width: 100%;
		margin: 0;
		text-align: center;
		background-image: url(../img/s-body-bk-img01.png);
		background-position: top center;
		background-repeat: repeat;
	}
	.s-experience-content {
		display: flex;
		position: relative;
		flex-flow: column;
		margin: 260px 40px 40px 40px;
	}
	.s-experience-top-content {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		width: 100%;
		text-align: left;
		margin-bottom: 150px;
	}
	.s-experience-top-left-content {
		margin: 0 0 0 0;
		text-align: left;
	}
	.s-experience-text-box {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 37px;
	}
	.s-experience-title-1 {
		display: inline-block;
		position: relative;
		font-size: 32px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
		margin-bottom: 29px;
		text-align: left;
	}
	.s-experience-title-1::after {
		content: "";
		position: absolute;
		top: 13px;
		right: -67px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-experience-title-2 {
		font-size: 60px;
		font-weight: 400;
		line-height: 60px;
		color: #ffffff;
		text-align: left;
	}
	.s-experience-top-right-content {
		margin-top: 119px;
	}
	.s-experience-description {
		font-size: 30px;
		font-weight: 400;
		line-height: 64px;
		letter-spacing: 0.06em;
		color: #ffffff;
		text-align: left;
	}
	.s-experience-main-content {
		position: relative;
	}
	.s-experience-main-content-place {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: space-between;
		width: 100%;
		text-align: left;
	}
	.s-experience-main-content-place-list {
		width: 100%;
		margin-bottom: 100px;
	}
	.s-experience-main-content-place-list-img {
		position: relative;
		z-index: 1;
	}
	.s-experience-main-content-place-list-img::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.6);
		opacity: 0;
		z-index: 2;
		transition: all 0.3s;
	}
	.s-experience-main-content-place-list-img:hover:after {
		opacity: 1;
		display: none;
	}
	.s-experience-main-content-place-list-img .s-slide-more {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%);
		transform: translateX(-50%);
		opacity: 0;
		z-index: 3;
		transition: all 0.3s;
		display: none;
	}
	.s-experience-main-content-place-list-img:hover .s-slide-more {
		opacity: 1;
		display: none;
	}
	.s-experience-main-content-place-list-img img {
		width: 100%;
		height: auto;
	}
	.s-experience-main-content-place-list-name {
		font-size: 50px;
		font-weight: 400;
		line-height: 50px;
		letter-spacing: 0.06em;
		margin: 60px 0 40px 0;
	}
	.s-experience-main-content-place-list-tab {
		display: inline-block;
		height: 46px;
		font-size: 26px;
		font-weight: 400;
		line-height: 46px;
		letter-spacing: 0.06em;
		vertical-align: 11px;
		margin-left: 30px;
		padding: 0 21px;
		color: #333333;
		background-color: #ffffff;
		border-radius: 23px;
	}
	.s-experience-main-content-place-list-address {
		font-size: 24px;
		font-weight: 400;
		line-height: 30px;
		color: #888888;
	}
	.s-experience-bottom-content {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: 0;
		padding: 140px 0;
		text-align: left;
		border-top: 1px solid rgba(225, 225, 225, 0.1);
		border-bottom: 1px solid rgba(225, 225, 225, 0.1);
	}
	.s-experience-bottom-left-content-title {
		font-size: 36px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0.06em;	
		margin-bottom: 50px;
	}
	.s-experience-bottom-left-content-text {
		font-size: 30px;
		font-weight: 400;
		line-height: 60px;
		letter-spacing: 0.06em;	
		margin-bottom: 120px;
	}
	.s-experience-bottom-right-content {
		width: 100%;
		margin: 0 0 0 auto;
	}
	.s-experience-link a {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 120px;
		border-radius: 60px;
		border: 1px solid #888888;
		color: #ffffff;
		font-size: 36px;
		font-weight: 400;
		line-height: 120px;
		text-align: center;
		margin-bottom: 22px;
		transition: all 0.3s;
		z-index: 10;
	}
	.s-experience-link a:hover {
		border: 1px solid #ffffff;
	}
	.s-experience-link a::after {
		content: "";
		position: absolute;
		width: 120px;
		height: 120px;
		top: 0;
		right: 30px;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.6;
		background-size: 60px;
		transition: all 0.3s;
	}
	.s-experience-link a:hover:after {
		opacity: 1;
	}

	.s-news-section {
		width: 100%;
		margin: 0;
		text-align: center;
		background-image: url(../img/s-body-bk-img01.png);
		background-position: top center;
		background-repeat: repeat;
	}
	.s-news-content {
		display: flex;
		flex-wrap: nowrap;
		flex-flow: column;
		justify-content: space-between;
		margin: 100px 40px 200px;
	}
	.s-news-top-content {
		position: relative;
		width: 100%;
		text-align: left;
		top: 8px;
		left: 0;
		order: 1;
	}
	.s-news-left-content {
		position: relative;
		width: 100%;
		margin: 100px auto 0 0;
		text-align: left;
		order: 3;
	}
	.s-news-text-box {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 37px;
	}
	.s-news-title-1 {
		display: inline-block;
		position: relative;
		font-size: 80px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0 120px 87px 0;
		text-align: left;
	}
	.s-news-title-1::after {
		content: "";
		position: absolute;
		top: 13px;
		right: -86px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-news-title-2 {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
	}
	.s-news-description {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #888888;
		margin-top: 200px;
		margin-bottom: 68px;
	}
	.s-news-link a {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 120px;
		border-radius: 60px;
		border: 1px solid #888888;
		color: #ffffff;
		font-size: 36px;
		font-weight: 400;
		line-height: 120px;
		text-align: left;
		margin-bottom: 22px;
		transition: all 0.3s;
		z-index: 10;
	}
	.s-news-link a:hover {
		border: 1px solid #ffffff;
	}
	.s-news-link a::after {
		content: "";
		position: absolute;
		width: 120px;
		height: 120px;
		top: 0;
		right: 28px;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.6;
		background-size: 60px;
		transition: all 0.3s;
	}
	.s-news-link a:hover:after {
		opacity: 1;
	}
	.s-news-link a .fab {
		padding: 0 20px 0 56px;
		font-size: 46px;
	}
	.s-news-more {
		position: relative;
		margin-top: 100px;
		text-align: right;
		top: 0;
		right: 20px;
	}
	.s-news-more-btn {
		display: inline-block;
		position: relative;
		font-size: 30px;
		font-weight: 400;
		color: #ffffff;
		text-align: left;
	}
	a:hover.s-news-more-btn {
		color: #ffffff;
	}
	.s-news-more-arrow-r {
		display: inline-block;
		position: relative;
		width: 100px;
		height: 100px;
		top: 34px;
		left: 20px;
		border-radius: 50%;
		border: 1px solid #ffffff;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 40px;
		opacity: 0.6;
		transition: all 0.3s;
	}
	a:hover.s-news-more-btn .s-news-more-arrow-r{
		opacity: 1;
	}
	a:active.s-news-more-btn .s-news-more-arrow-r{
		left: 20px;
	}
	.s-news-right-content {
		width: 100%;
		text-align: left;
		margin-top: 0;
		order: 2;
	}
	.s-news-list-ul {
		display: flex;
		flex-flow: column;
	}
	.s-news-list-li {
		flex-basis: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		padding: 35px 0 35px 0;
		border-bottom: 1px solid #888888;
	}
	.s-news-list-li-date {
		font-size: 30px;
		font-weight: 400;
		line-height: 22px;
		color: #888888;
		text-align: left;
		line-height: 38px;
	}
	.s-news-list-li-cat a {
		width: fit-content;
		height: 40px;
		border-radius: 20px;
		border: 1px solid #888888;
		font-size: 26px;
		font-weight: 400;
		line-height: 38px;
		color: #888888 !important;
		text-decoration: none !important;
		text-align: center;
		padding: 0 14px;
		margin-left: 20px;
		display: inline-block;
		transition: all 0.3s;
	}
	.s-news-list-li-cat a:hover {
		border: 1px solid #ffffff;
		color: #ffffff !important;
	}
	.s-news-list-li-title-inner {
		width: 100%;
		margin-top: 28px;
	}
	.s-news-list-li-title {
		font-size: 30px;
		font-weight: 400;
		line-height: 42px;
		color: #ffffff;
		text-align: left;
		border-bottom: 1px solid transparent;
		transition: all 0.3s;
	}
	.s-news-list-li-title:hover {
		border-bottom: 1px solid #ffffff;
	}
	
	.s-contact-section {
		width: 100%;
		height: 960px;
		max-height: 960px;
		margin: 0;
		text-align: center;
		background-image: url(../img/s-home-contact-img01.jpg);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.s-contact-content {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: space-between;
		margin: 173px 80px 157px 80px;
	}
	.s-contact-left-content {
		width: 100%;
		margin: 8px auto 0 0;
		text-align: left;
	}
	.s-contact-text-box {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 37px;
	}
	.s-contact-title-1 {
		display: inline-block;
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0 120px 37px 0;
		text-align: left;
	}
	.s-contact-title-1::after {
		content: "";
		position: absolute;
		top: 13px;
		right: -86px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-contact-title-2 {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
	}
	.s-contact-description {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #ffffff;
		text-align: center;
		line-height: 50px;
		margin-top: 92px;
		width: 100%;
	}
	.s-contact-right-content {
		width: 100%;
		text-align: center;
		margin: 150px 0 0 0;
	}
	.s-contact-link a {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 125px;
		color: #888888;
		border: 1px solid #888888;
		border-radius: 62.5px;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 32px;
		text-align: left;
		padding: 28px 0 0 44px;
		transition: all 0.3s;
		z-index: 10;
	}
	.s-contact-link a span {
		font-size: 20px;
	}
	.s-contact-link a:hover {
		color: #ffffff;
		border: 1px solid #ffffff;
	}
	.s-contact-link a::after {
		content: "";
		position: absolute;
		width: 125px;
		height: 125px;
		top: 0;
		right: 32px;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.6;
		background-size: 60px;
		transition: all 0.3s;
	}
	.s-contact-link a:hover:after {
		opacity: 1;
	}
	
	.s-footer {
		width: 100%;
		min-height: 700px;
		margin: 0;
		text-align: center;
		background-image: url(../img/s-body-bk-img01.png);
		background-position: top center;
		background-repeat: repeat;
	}
	.s-footer-content {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: space-between;
		margin: 180px 40px 130px 40px;
	}
	.s-footer-left-content {
		width: 100%;
		margin-right: 0;
	}
	.s-footer-title {
		width: 522px;
		height: auto;
		margin-bottom: 38px;
	}
	.s-footer-title img {
		width: 522px;
		height: auto;
	}
	.s-footer-address {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 60px;
		text-align: left;
		margin-bottom: 65px;
	}
	.s-footer-address span {
		font-size: 28px;
		letter-spacing: 0.02em;
	}
	.s-footer-address a {
		color: #a48440;
		transition: all 0.3s;
	}
	.s-footer-address a:hover {
		color: #d3a950;
	}
	.link-blank {
		position: relative;
		display: inline-block;
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #a48440;
		margin: 0 2px;
		transition: all 0.3s;
	}
	.link-blank:hover {
		border-bottom: 1px solid #d3a950;
	}
	.link-blank::before {
		content: "";
		position: absolute;
		width: 4px;
		height: 4px;
		top: 1px;
		right: 0;
		border-top: 1px solid #a48440;
		border-right: 1px solid #a48440;
		transition: all 0.3s;
	}
	a:hover .link-blank::before {
		border-top: 1px solid #d3a950;
		border-right: 1px solid #d3a950;
	}
	.link-blank::after {
		content: "";
		position: absolute;
		width: 8px;
		height: 1px;
		top: 4px;
		right: -0.575px;
		border-top: 1px solid #a48440;
		transform: rotate(-45deg);
		transition: all 0.3s;
	}
	a:hover .link-blank::after {
		border-top: 1px solid #d3a950;
	}
	.s-footer-center-content {
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.s-footer-center-ul {
		display: flex;
		flex-flow: column;
	}
	.s-footer-center-li {
		font-size: 40px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-align: left;
		margin-bottom: 68px;
	}
	.s-footer-center-sub-ul {
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 5px 0;
		width: 360px;
	}
	.s-footer-center-sub-li {
		position: relative;
		width: 120px;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-align: left;
		margin-top: 5px;
		padding-left: 14px;
		width: 80px;
		margin: 30px;
	}
	.s-footer-center-sub-li::after {
		content: "";
		position: absolute;
		width: 6px;
		height: 1px;
		top: 50%;
		left: 0;
		background-color: #ffffff;
	}
	.s-footer-right-content {
		width: 100%;
		margin: 0;
	}
	.s-footer-link a {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 120px;
		border-radius: 60px;
		border: 1px solid #888888;
		color: #ffffff;
		font-size: 36px;
		font-weight: 400;
		line-height: 120px;
		text-align: left;
		margin-bottom: 22px;
		transition: all 0.3s;
		padding-left: 56px;
		z-index: 10;
	}
	.s-footer-link a:hover {
		border: 1px solid #ffffff;
	}
	.s-footer-link a::after {
		content: "";
		position: absolute;
		width: 120px;
		height: 120px;
		top: 0;
		right: 30px;
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-repeat: no-repeat;
		opacity: 0.6;
		background-size: 60px;
		transition: all 0.3s;
	}
	.s-footer-link a:hover:after {
		opacity: 1;
	}
	.s-footer-right-bottom-content {
		width: 100%;
		margin: 2px 0 0 0;
	}
	.s-footer-right-bottom-content .s-news-link a {
		width: 100%;
	}
	.s-footer-right-bottom-content .s-news-description {
		margin-top: 0;
	}
	.s-footer-bottom-content {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		flex-flow: column;
		margin-top: 100px;
	}
	.s-footer-bottom-left-content {
		flex-basis: 100%;
		text-align: left;
		order: 2;
	}
	.s-footer-bottom-left-copyright {
		font-size: 26px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 12px;
		text-align: left;
		color: #888888;
	}
	.s-footer-bottom-right-content {
		flex-basis: 100%;
		text-align: left;
		order: 1;
		margin-bottom: 90px;

	}
	.s-footer-bottom-right-link {
		font-size: 28px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 12px;
		text-align: left;
		color: #888888;
	}
	.s-footer-bottom-right-link a {
		color: #888888;
	}
	.s-footer-bottom-right-link a:hover {
		color: #ffffff;
	}
	.s-pagetop {
		display: none;
		position: fixed;
		top: 420px;
		right: 0;
		transform: rotate(90deg);
		font-size: 22px;
		font-weight: 400;
		letter-spacing: 0.06em
		text-transform: uppercase;
		cursor: pointer;
		color: #888888;
		z-index: 99;
		transition: all 0.3s;
	}
	.s-pagetop:hover {
		color: #ffffff;
	}
	.s-pagetop::after {
		content: "";
		position: absolute;
		width: 60px;
		height: 60px;
		top: -17px;
		left: -72px;
		transform: rotate(180deg);
		background-image: url(../img/s-content-arrow-icon01-w.svg);
		background-position: center center;
		background-size: 60px;
		background-repeat: no-repeat;
		opacity: 0.6;
		transition: all 0.3s;
	}
	.s-pagetop:hover:after {
		opacity: 1;
	}
	
	/* プロジェクト 個別 */
	.s-project-single-header {
		width: 100vw;
		height: 100vh;
		margin: 0;
		position: relative;
	}
	.s-project-single-header-box {
		width: 100%;
		height: 100vh;
		position: relative;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: center;
		text-align: left;
		margin: 0 auto;
		z-index: 2;
	}
	.s-project-single-nophoto-header {
		width: 100vw;
		height: auto;
		margin: 0;
		position: relative;
	}
	.s-project-single-nophoto-header .s-project-single-header-box {
		width: 100%;
		height: auto;
		position: relative;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: center;
		text-align: left;
		margin: 210px auto -80px;
		z-index: 2;
	}
	.s-project-single-header-box-inner {
		width: calc(100% - 100px);
		height: auto;
		margin-left: 80px;
		margin-top: 20px;
		margin-right: 20px;
		text-align: left;
	}
	.s-project-single-header-box-wrap {
		display: flex;
		flex-wrap: nowrap;
	}
	.s-project-single-title-1 {
		position: relative;
		font-size: 34px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 18px;
		text-align: left;
		color: #ffffff;
		text-transform: uppercase;
		padding-right: 105px;
		margin-bottom: 65px;
	}
	.s-project-single-title-1::after {
		content: "";
		position: absolute;
		top: 9px;
		right: 30px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-project-single-title-2 {
		position: relative;
		font-size: 28px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 18px;
		text-align: left;
		color: #bbbbbb;
	}
	.s-project-single-content-title {
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 85px;
		text-align: left;
		color: #ffffff;
		margin: 0 30px 40px 0;
		max-width: 440px;
		float: left;
		display: contents;
	}
	.s-project-single-content-type {
		display: inline-block;
		position: relative;
		top: -13px;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 40px;
		color: #ffffff;
		height: 42px;
		border: 1px solid #ffffff;
		border-radius: 21px;
		padding: 0 15px;
		margin-right: 0;
		margin-left: 30px;
	}
	.s-project-singles-content-summary {
		position: relative;
		max-width: 900px;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 58px;
		text-align: left;
		color: #ffffff;
	}
	.s-project-singles-content-spec {
		display: flex;
		flex-wrap: wrap;
		width: 550px;
		margin-top: 20px;
		align-items: flex-start;
	}
	.s-project-singles-content-spec dt {
		flex-basis: 120px;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 48px;
		color: #888888;
		align-items: flex-start;

	}
	.s-project-singles-content-spec dd {
		flex-basis: 380px;
		margin-right: 50px;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 48px;
		color: #888888;
		align-items: flex-start;
	}
	.s-project-singles-content-spec a {
		text-decoration: underline;
	}
	.s-project-singles-content-spec a:hover {
		color: #ffffff;
	}
	.s-project-single-content-photographer {
		margin-top: 60px;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 26px;
		color: #888888;
	}
	.s-project-single-content-photographer a {
		text-decoration: underline;
	}
	.s-project-single-content-photographer a:hover {
		color: #ffffff;
	}
	.s-project-single-header-background-slide {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.s-project-single-header-background-slide::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.s-project-single-header-background-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 1;
	}
	.s-project-main-section {
		width: 100%;
		margin: 0;
		position: relative;
	}
	.s-single-wrapper {
		width: calc(100% - 80px);
		margin: 210px 40px 0 40px;
		padding: 0;
	}
	.s-project-main-section-img-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 120px;
	}
	.s-project-main-section-large-wrap {
		width: 100%;
		height: fit-content;
		margin: 0 0 20px 0;
	}
	.s-project-main-section-large-wrap img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
	.s-project-main-section-small-wrap {
		flex-shrink: 0;
		width: calc(50% - 10px);
		height: auto;
		margin: 0 0 20px 0;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.s-project-main-section-small-wrap img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.fancybox-button--close {
		position: relative !important;
		width: 50px !important;
		height: 50px !important;
		padding: 0 !important;
		margin: 0 !important;
		background-color: transparent !important;
		top: 40px !important;
		right: 40px !important;
	}
	.fancybox-button--close img {
		width: 50px !important;
		height: 50px !important;
	}
	.fancybox-button--arrow_left {
		width: 100px !important;
		height: 100px !important;
		padding: 0 !important;
		margin-left: 0 !important;
		background-color: transparent !important;
		top: auto !important;
		bottom: 40px !important;
		left: 40px !important;
	}
	.fancybox-button--arrow_left img {
		width: 100px !important;
		height: 100px !important;
	}
	.fancybox-button--arrow_right {
		width: 100px !important;
		height: 100px !important;
		padding: 0 !important;
		margin-right: 0 !important;
		background-color: transparent !important;
		top: auto !important;
		bottom: 40px !important;
		right: 40px !important;
	}
	.fancybox-navigation .fancybox-button div {
		padding: 0 !important;
	}
	.fancybox-button--arrow_right img {
		width: 100px !important;
		height: 100px !important;
	}
	.s-project-main-section-detail-content {
		position: relative;
		width: 100%;
		margin: 0 0 140px 0;
	}
	.s-project-single-content-photographer.detail-content {
	/*	margin-top: -27px;*/
	}
	.s-project-single-detail-box-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: left;
		width: 100%;
		margin-top: 100px;
	}
	.s-project-single-detail-box-right {
		flex-shrink: 0;
		width: 100%;
	}
	.s-project-singles-content-spec.detail-content {
		display: flex;
		flex-wrap: wrap;
		width: 700px;
		margin-top: 0;
	}
	.s-project-singles-content-spec.detail-content:last-child {
		margin-top: 30px;
	}
	.s-project-singles-content-spec.detail-content dt {
		flex-basis: 280px;
		width: 280px;
		flex-shrink: 0;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 48px;
		color: #888888;
	}
	.s-project-singles-content-spec.detail-content dd {
		flex-basis: 420px;
		width: 420px;
		margin-right: 0;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 48px;
		color: #888888;
	}
	.s-project-single-detail-box-left {
		flex-shrink: 0;
		width: 100%;
		margin-top: 125px;
	}
	.s-project-single-detail-box-left p {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 58px;
		text-align: left;
		color: #ffffff;
		padding-bottom: 70px;
	}
	
	.s-other-project-section {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.s-other-project-content {
		width: calc( 100% - 40px);
		margin-left: 40px;
		text-align: left;
		overflow:visible
	}
	.s-other-project-text-box {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 37px;
	}
	.s-other-project-title-1 {
		display: inline-block;
		position: relative;
		font-size: 34px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		margin: 0 120px 0 0;
		text-align: left;
	}
	.s-other-project-title-1::after {
		content: "";
		position: absolute;
		top: 13px;
		right: -86px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-other-project-title-2 {
		font-size: 28px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
	}
	.s-swiper-other-project-content {
		position: relative;
		width: 100%;
		margin: 0 auto 210px;
		padding-top: 83px;
		padding-bottom: 150px;
		overflow: hidden;
	}
	.s-swiper-other-project-slide {
		width: 354px;
		text-align: left;
	}
	.s-swiper-other-project-content .swiper-slide:first-child {
		margin-left: 80px;
	}
	.s-swiper-other-project-slide-link {
		display: inline-block;
		position: relative;
		width: 354px;
		height: 354px;
		background-color: #000000;
	}
	.s-swiper-other-project-slide-link img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 1;
		transition: all 0.3s;
	}
	.s-swiper-other-project-slide-link:hover img {
		opacity: 0.6;
	}
	.s-swiper-other-project-title {
		font-size: 40px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 40px;
		color: #ffffff;
		margin-top: 38px;
		margin-right: 10px;
		display: inline-block;
		width: 100%;
	}
	.s-swiper-other-project-type {
		display: inline-block;
		position: relative;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 20px;
		color: #ffffff;
		height: 22px;
		border: 1px solid #ffffff;
		border-radius: 11px;
		padding: 0 10px;
		margin: 1px 10px 0 0;
		display: none;
	}
	.s-swiper-other-project-spec {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 16px;
		color: #888888;
		margin-top: 15px;
		display: none;
	}
	.other-project-swiper-button-prev {
		position: absolute;
		top: unset;
		bottom: 0;
		right: unset;
		left: 40px;
		width: 100px;
		height: 100px;
		opacity: 0.6;
		cursor: pointer;
	}
	.other-project-swiper-button-prev:hover {
		opacity: 1;
	}
	.other-project-swiper-button-prev img {
		width: 100px;
		height: 100px;
	}
	.other-project-swiper-button-next {
		position: absolute;
		top: unset;
		bottom: 0;
		right: 40px;
		width: 100px;
		height: 100px;
		opacity: 0.6;
		cursor: pointer;
	}
	.other-project-swiper-button-next:hover {
		opacity: 1;
	}
	.other-project-swiper-button-next img {
		width: 100px;
		height: 100px;
	}
	
	/* プロジェクト 個別 */
	.s-project-archive-article {
		width: 100%;
		margin: 0 auto 0;
		padding-top: 210px;
	}
	.s-archive-wrapper {
		width: calc(100% - 80px );
		margin: 0 40px 0 40px;
	}
	.s-project-archive-header{
		position: relative;
		width: 100%;
		margin: 0;
	}
	.s-project-archive-header-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		width: 100% ;
		margin: 0 0 0 0;
	}
	.s-project-archive-header-title-1 {
		position: relative;
		font-size: 80px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		padding-right: 120px;
		margin-bottom: 160px;
	}
	.s-project-archive-header-title-1::after {
		content: "";
		position: absolute;
		top: 12px;
		right: 35px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-project-archive-header-title-2 {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
		margin-right: auto;
	}
	.s-project-archive-header-right-1 {
		margin-top: 0;
		position: relative;
		width: 354px;
		margin-right: 40px;
	}
	.s-project-archive-header-right-2 {
		margin-top: 0;
		margin-left: 0;
		position: relative;
		width: 354px;
	}
	.s-project-archive-header-cat {
		position: relative;
		width: 354px;
		border-bottom: 1px solid #888888;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 40px;
		color: #888888;
	}
	.s-project-archive-header-cat span {
		position: absolute;
		top: 0;
		right: 45px;
		color: #ffffff;
	}
	.s-project-archive-header-cat::after {
		content: "";
		position: absolute;
		top: 2px;
		right: 10px;
		width:20px;
		height: 20px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		transform: rotate(45deg);
		cursor: pointer;
		transition: all 0.3s;
	}
	.s-project-archive-header-cat.active::after {
		transform: rotate(225deg);
		top: 11px;
	}
	.s-project-archive-header-cat-ul {
		position: absolute;
		top: 41px;
		left: 0;
		display: flex;
		flex-flow: column;
		width: 354px;
		display: none;
		z-index: 99;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.s-project-archive-header-cat-li a {
		display: inline-block;
		width: 354px;
		height: 80px;
		border-bottom: 1px solid #888888;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 80px;
		text-align: right;
		color: #ffffff;
		padding-right: 45px;
	}
	.s-project-archive-header-cat-li a:hover {
		color: #ffffff;
	}
	.s-project-archive-section {
		position: relative;
		width: 100%;
		margin-top: 132px;
	}
	.s-project-archive-section-cat-name {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
		text-transform: uppercase;
		display: none;
	}
	.s-project-archive-section-content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 63px 0 0 0;
	}
	.s-project-archive-section-content::before{
		content:"";
		display: block;
		width:23%;
		order:1;
	}
	.s-project-archive-section-content::after{
		content:"";
		display: block;
		width:23%;
	}
	.s-project-archive-section-content .s-swiper-other-project-slide {
		margin-bottom: 80px;
		width: calc(50% - 20px);
	}
	.s-project-archive-footer {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		margin: 6px 0 242px 0;
	}
	.s-project-archive-footer-page {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #888888;
		margin: 35px 35px 0 auto;
		display: flex;
		flex-wrap: nowrap;
	}
	.s-project-archive-footer-page-start {
		color: #ffffff;
		margin: 0 0 0 30px;
		vertical-align: -3px;
	}
	.s-project-archive-footer-page-end {
		color: #ffffff;
		margin: 0 0 0 45px;
		vertical-align: -3px;
	}
	.s-project-archive-footer-page-end::before {
		content: "";
		position: absolute;
		top: 15px;
		right: 25px;
		width: 45px;
		height: 1px;
		background-color: #888888;
		transform: rotate(-70deg);
	}
	.s-project-archive-footer-button-prev {
		margin: 0 0 0 0;
	}
	.s-project-archive-footer-button-prev img {
		width: 100px;
		height: 100px;
	}
	.s-project-archive-footer-button-prev a {
		opacity: 0.6;
	}
	.s-project-archive-footer-button-prev a:hover {
		opacity: 1;
	}
	.s-project-archive-footer-button-next {
		margin-right: 8px;
	}
	.s-project-archive-footer-button-next img {
		width: 100px;
		height: 100px;
	}
	.s-project-archive-footer-button-next a {
		opacity: 0.6;
	}
	.s-project-archive-footer-button-next a:hover {
		opacity: 1;
	}
	
	/* お知らせ アーカイブ */
	.s-news-archive-article {
		width: 100%;
		margin: 0 auto 0;
		padding-top: 210px;
	}
	.s-archive-wrapper {
		width: calc(100% - 80px );
		margin: 0 40px 0 40px;
	}
	.s-news-archive-header{
		position: relative;
		width: 100%;
		margin: 0;
	}
	.s-news-archive-header-wrap {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}
	.s-news-archive-header-title-1 {
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		padding-right: 120px;
	}
	.s-news-archive-header-title-1::after {
		content: "";
		position: absolute;
		top: 12px;
		right: 35px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-news-archive-header-title-2 {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
		margin-right: auto;
	}
	.s-news-archive-header-right {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		margin-top: -18px;
	}
	.s-news-archive-header-right.pc {
		display: none;
	}
	.s-news-archive-footer-page {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #888888;
		margin: 35px 35px 0 auto;
		display: flex;
		flex-wrap: nowrap;
	}
	.s-news-archive-footer-page-start {
		color: #ffffff;
		margin: 0 0 0 30px;
		vertical-align: -3px;
	}
	.s-news-archive-footer-page-end {
		color: #ffffff;
		margin: 0 0 0 45px;
		vertical-align: -3px;
	}
	.s-news-archive-footer-page-end::before {
		content: "";
		position: absolute;
		top: 15px;
		right: 25px;
		width: 45px;
		height: 1px;
		background-color: #888888;
		transform: rotate(-70deg);
	}

	.s-news-archive-footer-button-prev {
		margin: 0 0 0 0;
	}
	.s-news-archive-footer-button-prev img {
		width: 100px;
		height: 100px;
	}
	.s-news-archive-footer-button-prev a {
		opacity: 0.6;
	}
	.s-news-archive-footer-button-prev a:hover {
		opacity: 1;
	}
	.s-news-archive-footer-button-next {
		margin-right: 8px;
	}
	.s-news-archive-footer-button-next img {
		width: 100px;
		height: 100px;
	}
	.s-news-archive-footer-button-next a {
		opacity: 0.6;
	}
	.s-news-archive-footer-button-next a:hover {
		opacity: 1;
	}
	.s-news-archive-section {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-top: 64px;
		margin-bottom: 160px;
		padding-bottom: 380px;
	}
	.s-news-archive-side {
		width: 100%;
		margin-right: auto;
	}
	.s-news-archive-side-cat-title {
		position: relative;
		display: inline-block;
		font-size: 40px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
		padding-right: 120px;
		margin-bottom: 55px;
	}
	.s-news-archive-side-cat-title::after {
		content: "";
		position: absolute;
		top: 13px;
		right: 40px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-news-archive-side-cat-ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		width: 100%;
		margin-bottom: 110px;
	
	}
	.s-news-archive-side-cat-li  {
		margin-bottom: 7px;
	}
	.s-news-archive-side-cat-li a {
		width: fit-content;
		height: 40px;
		border-radius: 20px;
		border: 1px solid #888888;
		font-size: 26px;
		font-weight: 400;
		line-height: 38px;
		color: #888888;
		text-align: center;
		padding: 0 14px;
		margin-left: 20px;
	}
	.s-news-archive-side-cat-li a:hover,
	.s-news-archive-side-cat-li a.current {
		color: #ffffff;
		border: 1px solid #ffffff;
	}
	.s-news-archive-side-description {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 14px;
		color: #ffffff;
		margin-bottom: 44px;
	}
	.s-news-link-sp {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;

	}
	.s-news-archive-main {
		position: relative;
		width: 780px;
	}
	.s-news-archive-main-ul {
		position: relative;
		display: flex;
		flex-flow: column;
		margin: -13px 0 70px 0;
	}
	.s-news-archive-main-li {
		display: flex;
		flex-wrap: nowrap;
		margin-right: 0;
		border-bottom: 1px solid #888888;
	}
	.s-news-archive-main-li .s-news-list-li {
		border-bottom: transparent;
	}

	.s-news-side-list-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		padding: 13px 0 20px 0;
		border-bottom: transparent;
	}
	.s-news-list-li-img-link {
		display: inline-block;
		width: 200px;
		height: 136px;
		margin: 40px 20px  0 0;
		overflow: hidden;
	}
	.s-news-list-li-img-link img {
		width: 200px;
		height: 136px;
		object-fit: cover;
	}
	.s-news-list-li-img-link.no-image {
		display: inline-block;
		width: 200px;
		height: 136px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background-image: url(../img/s-news-archive-thumb-no-img.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 24px;
		color: #333333;
	}
	.s-news-archive-footer {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		margin: 6px 0 242px 0;
	}
	
	/* お知らせ 個別 */
	.s-news-single-article {
		width: 100%;
		margin: 0 auto 0;
		padding-top: 210px;
	}
	.s-archive-wrapper {
		width: calc(100% - 80px );
		margin: 0 40px 0 40px;
	}
	.s-news-single-header{
		position: relative;
		width: 100%;
		margin: 0;
	}
	.s-news-single-header-wrap {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}
	.s-news-single-header-title-1 {
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		padding-right: 120px;
	}
	.s-news-single-header-title-1::after {
		content: "";
		position: absolute;
		top: 12px;
		right: 35px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-news-single-header-title-2 {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
		margin-right: auto;
	}
	.s-news-single-header-right {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		margin-right: 10px;
		display: none;
	}
	.s-news-single-header-right-share {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
		line-height: 23px;
	}
	.s-news-single-header-right-share img {
		width: 23px;
		height: auto;
		margin-left: 16px;
		margin-right: 16px;
		vertical-align: -4px;
	}
	.s-news-single-header-right-share a {
		margin-left: 30px;
	}
	.s-news-single-header-right-share i {
		font-size: 23px;
	}
	.s-news-single-section {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: space-between;
		width: 100%;
		margin-top: 100px;
	}
	.s-news-single-side {
		width: 100%;
		margin-right: auto;
		margin-bottom: 100px;
		order: 3;
	}
	.s-news-single-side-cat-title {
		position: relative;
		display: inline-block;
		font-size: 40px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
		padding-right: 120px;
		margin-bottom: 55px;
	}
	.s-news-single-side-cat-title::after {
		content: "";
		position: absolute;
		top: 13px;
		right: 40px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}

	.s-news-single-side-ul {
		display: flex;
		flex-flow: column;	
		margin-bottom: 100px;
	}
	.s-news-single-side-li {
		display: flex;
		flex-wrap: nowrap;
		border-bottom: 1px solid #888888;
	}
	.s-news-side-list-li-img-link {
		display: inline-block;
		width: 200px;
		height: 136px;
		margin: 30px 0 0 0;
		overflow: hidden;
	}
	.s-news-side-list-li-img-link img {
		width: 200px;
		height: 136px;
		object-fit: cover;
	}
	.s-news-side-list-li-img-link.no-image {
		display: inline-block;
		width: 200px;
		height: 136px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background-image: url(../img/s-news-archive-thumb-no-img.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 12px;
		color: #333333;
	}
	.s-news-side-list-li {
		width: 500px;
		margin-left: 30px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.s-news-single-side-li .s-news-list-li-title {
		font-size: 30px;
		font-weight: 400;
		line-height: 40px;
		color: #ffffff;
		text-align: left;
		padding-top: 3px;
		border-bottom: transparent;
	}
	.s-news-single-side-cat-ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
		width: 100%;
		margin-bottom: 110px;
	}
	.s-news-single-side-cat-li  {
		margin-bottom: 7px;
	}
	.s-news-single-side-cat-li a {
		position: relative;
		display: inline-block;
		font-size: 10px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 19px;
		color: #888888;
		height: 21px;
		border: 1px solid #888888;
		border-radius: 10.5px;
		padding: 0 10px;
		margin-right: 10px;
	}
	.s-news-single-side-cat-li a:hover,
	.s-news-single-side-cat-li a.current {
		color: #ffffff;
		border: 1px solid #ffffff;
	}
	.s-news-single-side-description {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 30px;
		color: #ffffff;
		margin-bottom: 60px;
	}
	.s-news-single-main {
		position: relative;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 78px;
		order: 1;
	}
	.s-news-single-main-header-wrap {
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 60px;
	}
	.s-news-single-main h2.title {
		font-size: 44px;
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 60px;
		color: #ffffff;
		margin-bottom: 23px;
	}
	.s-news-single-main img {
		max-width: 100%;
		height: auto;
		margin-bottom: 75px;
	}
	.s-news-single-main figure {
		margin-bottom: 75px;
	}
	.s-news-single-main figure img {
		max-width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.s-news-single-main figcaption {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 18px;
		color: #bbbbbb;
		text-align: left;
		margin-bottom: 68px;
	}
	.s-news-single-main h1 {
		font-size: 56px;
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		color: #ffffff;
		margin-bottom: 90px;
	}
	.s-news-single-main h2 {
		font-size: 48px;
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		color: #ffffff;
		margin-bottom: 90px;
	}
	.s-news-single-main h3 {
		font-size: 44px;
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		color: #ffffff;
		margin-bottom: 90px;
	}
	.s-news-single-main h4 {
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		color: #ffffff;
		margin-bottom: 90px;
	}
	.s-news-single-main h5 {
		font-size: 36px;
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		color: #ffffff;
		margin-bottom: 90px;
	}
	.s-news-single-main h6 {
		font-size: 32px;
		font-weight: 700;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		color: #ffffff;
		margin-bottom: 90px;
	}
	.s-news-single-main p {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 48px;
		color: #ffffff;
		margin-bottom: 90px;
	}
	.s-news-single-main a {
		color: #a48440;
		text-decoration: underline;
	}
	.s-news-single-main a:hover {
		color: #d3a950;
	}
	.blank-btn,
	.s-project-single-content-photographer.detail-content a[target="_blank"],
	.s-project-singles-content-spec.detail-content a[target="_blank"],
	.s-news-single-main a[target="_blank"] {
		position: relative;
		background-image: url(../img/blank-icon.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 22px;
		padding-right: 35px;
	}
	.blank-btn:hover,
	.s-news-single-main a[target="_blank"]:hover {
		background-image: url(../img/blank-icon-hover.svg);
	}
	.s-news-single-main ul,
	.s-news-single-main ol {
		margin-bottom: 26px;
	}
	.s-news-single-main ul {
		list-style-type: disc;
		list-style-position: inside;
	}
	.s-news-single-main ol {
		list-style-type: decimal;
		list-style-position: inside;
	}
	.s-news-single-main li {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 48px;
		color: #ffffff;
	}
	.s-news-single-main hr {
		display: block;
		border-top: 1px solid #888888;
		margin: 78px 0 78px 0;
	}
	.s-news-single-main blockquote {
		font-size: 302px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 48px;
		color: #ffffff;
		margin-bottom: 26px;
		padding: 30px 34px;
		background-color: rgba(225, 225, 225, 0.1);
		margin-bottom: 78px;
	}
	.s-news-single-footer {
		width: 100%;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		order: 2;
	}
	.s-news-single-footer-1 {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		margin-bottom: 78px;
		padding: 75px 0;
		border-top: 1px solid rgba(225, 225, 225, 0.1);
		border-bottom: 1px solid rgba(225, 225, 225, 0.1);
	}
	.s-news-single-footer-share {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
		line-height: 23px;
		margin-right: auto;
	}
	.s-news-single-footer-share img {
		width: 40px;
		height: auto;
		margin-left: 16px;
		margin-right: 16px;
		vertical-align: -4px;
	}
	.s-news-single-footer-share-right a {
		margin-left: 70px;
	}
	.s-news-single-footer-share-right i {
		font-size: 46px;
	}
	.s-news-single-footer-2 {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 130px;
	}
	.s-news-single-footer-prev {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		position: relative;
		width: 300px;
		height: 100px;
		padding-left: 0;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
		line-height: 20px;
	}
	.s-news-single-footer-prev-img {
		width: 100px;
	}
	.s-news-single-footer-prev img {
		width: 100px;
		opacity: 0.6;
		transition: all 0.3s;
	}
	.s-news-single-footer-prev:hover img {
		opacity: 1;
	}
	.s-news-single-footer-prev-text {
		width: 223px;
		text-align: left;
		padding: 0 10px;
	}
	.s-news-single-footer-next {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		width: 300px;
		height: 100px;
		padding-left: 0;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
		line-height: 20px;
	}
	.s-news-single-footer-next-img {
		width: 100px;
	}
	.s-news-single-footer-next img {
		width: 100px;
		height: auto;
		opacity: 0.6;
		transition: all 0.3s;
	}
	.s-news-single-footer-next:hover img {
		opacity: 1;
	}
	.s-news-single-footer-next-text {
		width: 223px;
		text-align: right;
		padding: 0 10px;
	}
	.s-news-single-footer-archive {
		display: flex;
		align-items: center;
		height: 100px;
		font-size: 40px;
	}
	/* 三角屋について */
	.s-about-single-header {
		width: 100vw;
		height: 100vh;
		margin: 0;
		position: relative;
	}
	.s-about-single-header-box {
		width: 100%;
		height: 100vh;
		position: relative;
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: center;
		text-align: left;
		margin: 0 auto;
		z-index: 2;
	}
	.s-about-single-header-box-inner {
		width: calc(100% - 160px);
		height: auto;
		margin-left: 80px;
		margin-top: -100px;
		margin-right: 80px;
		text-align: left;
	}
	.s-about-single-header-box-wrap {
		display: flex;
		flex-wrap: nowrap;
	}
	.s-about-single-title-1 {
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 18px;
		text-align: left;
		color: #ffffff;
		text-transform: uppercase;
		padding-right: 105px;
		margin-bottom: 110px;
	}
	.s-about-single-title-1::after {
		content: "";
		position: absolute;
		top: 9px;
		right: 30px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-about-single-title-2 {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 18px;
		text-align: left;
		color: #bbbbbb;
	}
	.s-about-single-content-title {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 30px;
		text-align: left;
		color: #ffffff;
		margin: 0 30px 40px 0;
	}
	.s-about-single-content-summary {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 60px;
		text-align: left;
		color: #ffffff;
		margin-bottom: 80px;
	}
	.s-about-single-content-summary-en {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 40px;
		text-align: left;
		color: #ffffff;
	}
	.s-about-single-header-background-slide {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.s-about-single-header-background-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: 1;
	}
	.s-about-main-section {
		position: relative;
		width: 100%;
		margin: 0 0 0 0;
	}
	.s-about-main-section-content {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		flex-flow: column;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 45px;
	}
	.s-about-wrapper {
		width: 100%;
		margin: 0 auto 0;
		padding: 250px 0 0 0;
	}
	.s-about-main-section-content-left {
		position: relative;
		width: calc( 100% - 80px );
		margin: 0 40px 90px 40px;
	}
	.s-about-main-section-content-left p {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 60px;
		text-align: left;
		color: #ffffff;
		margin-bottom: 30px;
	}
	.s-about-main-section-content-right {
		width: calc( 100% - 80px );
		margin: 0 40px 90px 40px;
	}
	.s-about-main-section-content-right p {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 40px;
		text-align: left;
		color: #ffffff;
		margin-bottom: 26px;
	}
	.s-about-main-slide-content {
		position: relative;
		width: 100%;
		margin: 0 0 135px 0;
	}
	.s-about-slides {
		position: relative;
		width: 100%;
		height: 650px;
	}
	.s-about-slide {
		position: relative;
		width: 100%;
		height: 530px;
		overflow: hidden;
	}
	.s-about-slide img {
		width: 100%;
		height: 530px;
		object-fit: cover;
	}
	.s-about-slides .slick-prev {
		position: absolute;
		bottom: 0;
		right: 140px;
		cursor: pointer;
		opacity: 0.6;
		transition: all 0.3s;
		width: 100px;
		height: 100px;
	}
	.s-about-slides .slick-prev:hover {
		opacity: 1;
	}
	.s-about-slides .slick-prev img {
		width: 100px;
		height: 100px;
	}
	.s-about-slides .slick-next {
		position: absolute;
		bottom: 0;
		right: 40px;
		cursor: pointer;
		opacity: 0.6;
		transition: all 0.3s;
	}
	.s-about-slides .slick-next:hover {
		opacity: 1;
		width: 100px;
		height: 100px;
	}
	.s-about-slides .slick-next img {
		width: 100px;
		height: 100px;
	}
	.s-about-thumbs {
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		width: 552px;
		height: 40px;
		bottom: 28px;
		left: 20px;
	}
	.s-about-thumb {
		position: relative;
		width: 57px;
		height: 40px;
		margin-right: 0;
		overflow: hidden;
		cursor: pointer;
		opacity: 0.3;
		transition: all 0.3s;
	}
	.s-about-thumb.slick-current {
		opacity: 1;
	}
	.s-about-thumb img {
		width: 57px;
		height: 40px;
		object-fit: cover;
	}
	.s-about-case-header {
		position: relative;
		width: 100%;
		height: 550px;
		margin: 0;
		overflow: hidden;
	}
	.s-about-case-header-inner {
		position: absolute;
		width: 100%;
		height: 1100px;
		margin: 0;
		top: 0;
		left: 0;
		overflow: hidden;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	/*	transition-timing-function: ease;*/
	}
	.s-about-case-header-inner.case1 {
		background-image: url(../img/s-about-bk1-img01.jpg);
	}
	.s-about-case-header-inner.case2 {
		background-image: url(../img/s-about-bk1-img02.jpg);
	}
	.s-about-case-header-inner.case3 {
		background-image: url(../img/s-about-bk1-img03.jpg);
	}
	.s-about-case-header-inner.case4 {
		background-image: url(../img/s-about-bk1-img04.jpg);
	}
	.s-about-case-section-content {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: space-between;
		margin-top: 0;
	}
	.s-about-case-section-content-left {
		width: calc(100% - 80px);
		margin-left: 40px;
		margin-right: 40px;
	}
	.s-about-case-title-1 {
		display: inline-block;
		position: relative;
		font-size: 32px;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #ffffff;
		margin-bottom: 35px;
		text-align: left;
	}
	.s-about-case-title-1::after {
		content: "";
		position: absolute;
		top: 13px;
		right: -67px;
		width: 50px;
		height: 1px;
		background-color: #ffffff;
	}
	.s-about-case-title-2 {
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.12em;
		color: #ffffff;
		text-align: left;
	}
	.s-about-case-section-content-right {
		width: 100%;
		margin-top: -6px;
		margin-bottom: 120px;
		margin: 70px 0 90px;
	}
	.s-about-case-section-content-right p.jp {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 60px;
		text-align: left;
		color: #ffffff;
		margin-bottom: 45px;
		margin-right: 40px;
		margin-left: 40px;
	}
	.s-about-case-section-content-right p.en {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 40px;
		text-align: left;
		color: #ffffff;
		margin-bottom: 45px;
		margin-right: 40px;
		margin-left: 40px;
	}
	.s-about-case-slide-content {
		position: relative;
		width: 100%;
		margin: 195px 0 135px 0;
	}
	.s-about-case-slides {
		position: relative;
		width: 100%;
		height: 650px;
	}
	.s-about-case-slide {
		position: relative;
		width: 100%;
		height: 530px;
		overflow: hidden;
	}
	.s-about-case-slide img {
		width: 100%;
		height: 530px;
		object-fit: cover;
	}
	.s-about-case-slides .slick-prev {
		position: absolute;
		bottom: 0;
		right: 140px;
		cursor: pointer;
		opacity: 0.6;
		transition: all 0.3s;
		width: 100px;
		height: 100px;
	}
	.s-about-case-slides .slick-prev:hover {
		opacity: 1;
	}
	.s-about-case-slides .slick-prev img {
		width: 100px;
		height: 100px;
	}
	.s-about-case-slides .slick-next {
		position: absolute;
		bottom: 0;
		right: 40px;
		cursor: pointer;
		opacity: 0.6;
		transition: all 0.3s;
	}
	.s-about-case-slides .slick-next:hover {
		opacity: 1;
		width: 100px;
		height: 100px;
	}
	.s-about-case-slides .slick-next img {
		width: 100px;
		height: 100px;
	}
	.s-about-case-thumbs {
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		width: 552px;
		height: 40px;
		bottom: 28px;
		left: 20px;
	}
	.s-about-case-thumb {
		position: relative;
		width: 57px;
		height: 40px;
		margin-right: 0;
		overflow: hidden;
		cursor: pointer;
		opacity: 0.3;
		transition: all 0.3s;
	}
	.s-about-case-thumb.slick-current {
		opacity: 1;
	}
	.s-about-case-thumb img {
		width: 57px;
		height: 40px;
		object-fit: cover;
	}

	.s-about-bottom-photo {
		position: relative;
		width: 100%;
		height: calc(100vW * 0.52);
		margin: 0 0 160px 0;
		overflow: hidden;
		background-image: url(../img/s-about-bk1-img05.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.s-about-bottom-link {
		width: 100%;
		margin: 0 auto 197px;
		padding-top: 70px;
	}
	.s-about-bottom-link-inner {
		margin: 0 40px 0 40px;
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
		justify-content: space-between;
	}
	.s-about-bottom-link-box {
		position: relative;
		width: 100%;
		height: 300px;
		background-color: rgba(225, 225, 225, 0.1);
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 40px;
	}
	.s-about-bottom-link-box-left {
		width: calc( 55% - 40px );
		margin: 0 0 0 40px;
		padding-top: 96px;
	}
	.s-about-bottom-link-box-text1 {
		display: inline-block;
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
		margin-bottom: 26px;
		text-align: left;
	}
	.s-about-bottom-link-box-text1::after {
		content: "";
		position: absolute;
		top: 13px;
		right: -67px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-about-bottom-link-box-text2 {
		font-size: 34px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
		text-align: left;
	}
	.s-about-bottom-link-box-right {
		width: calc( 45% - 40px );
		margin: 0 40px 0 0;
		padding-top: 104px;
	}
	.s-about-bottom-link-box-right .s-slide-more {
		text-align: right;
		margin-right: 20px;
	}	
	.s-sp-menu {
		position: fixed;
		width: 100%;
		height: 100vh;
		overscroll-behavior-y: contain;
		overflow-y: scroll;
		top: 0;
		/* left: 100vw; */
		background-color: #060606;
		/* background-image: url(../img/s-sp-menu-bk01.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover; */
		background-image: url(../img/s-body-bk-img01.png);
		background-position: top center;
		background-repeat: repeat;
		z-index: 10000;
		opacity: 0;
  	visibility: hidden;
		transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1), visibility 1.5s cubic-bezier(.19, 1, .22, 1);
	}

	.s-sp-menu.active {
		visibility: visible;
		left: 0;
		opacity: 1;
	}
	#s-home-start.menu-open {
		opacity: 0;
	}

	.s-header-sp-nav--ul {
		transform: translateX(90px);
		opacity: 0;
		transition: opacity 0.3s, transform 0.5s cubic-bezier(.895, .03, .685, .22);
	}
	.s-sp-menu.active .s-header-sp-nav--ul {
		transform: translateX(0px);
		opacity: 1.0;
		transition: opacity 1.5s 0.3s, transform 1.5s cubic-bezier(.165, .84, .44, 1) 0.3s;
	}
	.s-header-sp-nav {
		margin: 180px 80px 10px;
	}
	.s-header-sp-nav--ul-main-li {
		margin-bottom: 50px;
	}
	.s-header-sp-nav--ul-main-li a {
		list-style: none;
		font-size: 30px;
		font-weight: 400;
		line-height: 70px;
		letter-spacing: 0.06em;
		color: #888888;
		margin-bottom: 50px;
	}
	.s-header-sp-nav--ul-main-li a span {
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
	}
	.s-header-sp-nav--ul-sub {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		padding: 60px 0;
	}
	.s-header-sp-nav--ul-sub-li-mt-60{
		margin-top: 60px;
	}
	.s-header-sp-nav--ul-sub-li {
		flex-basis: calc( 50% - 20px );
		width: calc( 50% - 20px );
	}
	.s-header-sp-nav--ul-sub-li a {
		list-style: none;
		font-size: 26px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0.06em;
		color: #888888;
		margin-bottom: 78px;
	}
	.s-header-sp-nav--ul-sub-li a span {
		font-size: 40px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #ffffff;
	}
	.s-header-sp-sns-link {
		margin: 65px 80px 200px;
		font-size: 26px;
		font-weight: 400;
		line-height: 75px;
		letter-spacing: 0.06em;
		color: #ffffff;
		transform: translateX(90px);
		opacity: 0;
		transition: opacity 0.3s, transform 0.5s cubic-bezier(.895, .03, .685, .22);
	}
	.s-sp-menu.active .s-header-sp-sns-link {
		transform: translateX(0px);
		opacity: 1;
		transition: opacity 1.5s 0.3s, transform 1.5s cubic-bezier(.165, .84, .44, 1) 0.3s;
	}
	.s-header-sp-sns-link i {
		padding-right: 30px;
	}
	.s-header--sp-lang {
		display: flex;
		flex-wrap: nowrap;
		margin: 0 80px 70px 64px;
	}
	.s-header--sp-lang-btn {
		display: inline-block;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		margin: 0 16px;
		font-size: 40px;
		font-weight: 400;
		line-height: 70px;
		text-align: center;
		color: rgba(2555, 255, 255, 0.5);
		background-color: transparent;
	}
	.light-mode .s-header--sp-lang-btn {
		color: rgba(0, 0, 0, 0.5);
	}
	.light-mode .s-header--right:hover .s-header--sp-lang-btn {
		color: rgba(2555, 255, 255, 0.5);
	}
	.s-header--sp-lang-btn.current {
		display: inline-block;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		margin: 0 16px;
		font-size: 40px;
		font-weight: 400;
		line-height: 70px;
		text-align: center;
		color: #ffffff;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.light-mode .s-header--sp-lang-btn.current {
		color: #333333;
		background-color: rgba(0, 0, 0, 0.2);
	}
	.light-mode .s-header--right:hover .s-header--sp-lang-btn.current {
		color: #ffffff;
		background-color: rgba(255, 255, 255, 0.2);
	}
	.s-header--sp-lang-line {
		width: 1px;
		height: 50px;
		background-color: #ffffff;
		margin-top: 8px;
	}
	.light-mode .s-header--sp-lang-line {
		background-color: #333333;
	}
	.light-mode .s-header--right:hover .s-header--lang-line {
		background-color: #ffffff;
	}
	.s-sp-menu-btn {
		display: inline-block;
		position: fixed;
		top: 41px;
		right: 40px;
		width: 80px;
		height: 30px;
		cursor: pointer;
		z-index: 10001;
		transition: transform 0.5s;
	}
	.s-sp-menu-btn.hide {
		transform:translateY(-95px);
	}
	.s-sp-menu-btn.active.hide {
		transform:translateY(0);
	}
	.s-sp-menu-btn::before {
		content: "";
		position: absolute;
		width: 80px;
		height: 2px;
		top: 0;
		left: 0;
		background-color: #ffffff;
		transition: all 0.4s;
	}
	.s-sp-menu-btn.active::before {
		transform: rotate(15deg);
		top: 14px;
		transition: all 0.5s 0.3s;
	}
	.s-sp-menu-btn::after {
		content: "";
		position: absolute;
		width: 80px;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: #ffffff;
		transition: all 0.4s;
	}
	.s-sp-menu-btn.active::after {
		transform: rotate(-15deg);
		bottom: 14px;
		transition: all 0.5s 0.3s;
	}
	.s-sp-menu-btn-inner {
		position: absolute;
		width: 80px;
		height: 2px;
		top: 14px;
		left: 0;
		background-color: #ffffff;
		opacity: 1;
		transition: all 0.4s;
	}
	.s-sp-menu-btn.active .s-sp-menu-btn-inner {
		opacity: 0;
		transition: all 0.5s 0.3s;
	}

	/* 404 */
	.s-404-page-article {
		width: 100%;
		margin: 0 auto 0;
		padding-top: 330px;
	}
	.s-404-wrapper {
		width: calc(100% - 120px );
		margin: 0 80px 0 40px;
	}
	.s-404-archive-header{
		position: relative;
		width: 100%;
		margin: 0;
	}
	.s-404-archive-header-wrap {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}
	.s-404-archive-header-title-1 {
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: #ffffff;
		padding-right: 120px;
	}
	.s-404-archive-header-title-1::after {
		content: "";
		position: absolute;
		top: 12px;
		right: 35px;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-404-archive-header-title-2 {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		color: #888888;
		margin-right: auto;
	}
	.s-404-archive-main-text-1 {
		font-size: 64px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 80px;
		color: #ffffff;
		margin: 200px 0 0 0;
	}
	.s-404-archive-main-text-1 a {
		border-bottom: 1px solid #ffffff;
	}
	.s-404-archive-main-text-2 {
		font-size: 28px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 40px;
		color: #ffffff;
		margin: 135px 0 200px 0;
	}
	.s-404-archive-main-text-2 a {
		border-bottom: 1px solid #ffffff;
	}

	/* 三角屋を体験する */
	.s-experience-single-article {
		width: 100%;
		margin: 0 auto;
		padding-top: 270px;
		position: relative;
	}
	.s-experience-single-header {
		width: calc( 100% - 80px );
		margin: 0 40px 0 40px;
	}
	.s-experience-single-header-inner {
		display: flex;
		flex-flow: column;
	}
	.s-experience-single-header-inner-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
	}
	.s-experience-single-title-1 {
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 18px;
		text-align: left;
		color: #ffffff;
		text-transform: uppercase;
		padding-right: 105px;
		margin-bottom: 35px;
	}
	.s-experience-single-title-1::after {
		content: "";
		position: absolute;
		top: 62px;
		right: auto;
		left: 0;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-experience-single-title-2 {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 18px;
		text-align: left;
		color: #888888;
		margin-left: 80px;
		margin-bottom: 245px;
	}
	.s-experience-single-content-summary {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 60px;
		text-align: left;
		color: #ffffff;
	}
	.s-experience-wrapper {
		margin: 20px 40px 0 40px;
	}
	.s-experience-single-main-content {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.s-experience-single-main-content-block1 {
		width: 100%;
		order: 1;
	}
	.s-experience-single-main-content-block2 {
		width: 100%;
		order: 4;
	}
	.s-experience-single-main-content-block3 {
		width: 100%;
		margin-left: 0;
		padding-top: 60px;
		order: 2;
	}
	.s-experience-single-main-content-block4 {
		width: 100%;
		margin-left: 0;
		order: 3;
	}
	.s-experience-single-main-left-content-title {
		font-size: 58px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 58px;
		text-align: left;
		color: #ffffff;
		padding-top: 280px;
	}
	.s-experience-single-main-left-content-title-tab {
		display: inline-block;
		height: 52px;
		font-size: 30px;
		font-weight: 400;
		line-height: 52px;
		letter-spacing: 0.06em;
		vertical-align: 11px;
		margin-left: 30px;
		padding: 0 23px;
		color: #333333;
		background-color: #ffffff;
		border-radius: 26px;
	}
	.s-experience-single-main-left-content-detail {
		display: flex;
		flex-wrap: wrap;
		margin: 70px 0 75px 0;
		font-size: 30px;
		font-weight: 400;
		line-height: 60px;
		letter-spacing: 0;
		color: #888888;
	}
	.s-experience-single-main-left-content-detail dt {
		width: 200px;
		margin-bottom: 30px;
	}
	.s-experience-single-main-left-content-detail dd {
		width: 548px;
		margin-bottom: 30px;
	}
	.s-experience-single-main-right-content-text {
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 60px;
		text-align: left;
		color: #ffffff;
	}
	.s-experience-single-main-slides {
		position: relative;
		width: 100%;
		height: 620px;
		margin-top: 63px;
	}
	.s-experience-single-main-slide {
		position: relative;
		width: 100%;
	}
	.s-experience-single-main-slide img {
		width: 100%;
		height: 500px;
		object-fit: cover;
	}
	.s-experience-single-main-slides .slick-prev {
		position: absolute;
		bottom: 0;
		right: 120px;
		cursor: pointer;
		opacity: 0.6;
		transition: all 0.3s;
		width: 100px;
	}
	.s-experience-single-main-slides .slick-prev img {
		width: 100px;
		height: 100px;
	}
	.s-experience-single-main-slides .slick-prev:hover {
		opacity: 1;
	}
	.s-experience-single-main-slides .slick-next {
		position: absolute;
		bottom: 0;
		right: 0;
		cursor: pointer;
		opacity: 0.6;
		transition: all 0.3s;
		width: 100px;
	}
	.s-experience-single-main-slides .slick-next img {
		width: 100px;
		height: 100px;
	}
	.s-experience-single-main-slides .slick-next:hover {
		opacity: 1;
	}

	.s-experience-single-main-slides .slick-dots {
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		bottom: 33px;
		left: 0;
	}
	.s-experience-single-main-slides .slick-dots li {
		position: relative;
		display: inline-block;
		width: 38px;
		height: 38px;
		margin: 0 12px;
		padding: 0;
		cursor: pointer;
	}
	.s-experience-single-main-slides .slick-dots li button {
		position: relative;
		font-size: 0;
		line-height: 0;
		display: block;
		width: 38px;
		height: 38px;
		padding: 12px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.s-experience-single-main-slides .slick-dots li button::before {
		content: "";
		position: absolute;
		top: calc( 50% - 3.5px);
		left: calc( 50% - 3.5px);
		width: 14px;
		height: 14px;
		background-color: #888888;
		border-radius: 50%;
		transition: all 0.3s;
	}
	.s-experience-single-main-slides .slick-dots li button::after {
		content: "";
		position: absolute;
		top: calc( 50% - 9.5px);
		left: calc( 50% - 9.5px);
		width: 38px;
		height: 38px;
		border: transparent;
		border-radius: 50%;
		transition: all 0.3s;
	}
	.s-experience-single-main-slides .slick-dots li.slick-active button::before {
		content: "";
		position: absolute;
		top: calc( 50% - 3.5px);
		left: calc( 50% - 3.5px);
		width: 14px;
		height: 14px;
		background-color: #a48440;
		border-radius: 50%;
	}
	.s-experience-single-main-slides .slick-dots li.slick-active button::after {
		content: "";
		position: absolute;
		top: calc( 50% - 16px);
		left: calc( 50% - 16px);
		width: 38px;
		height: 38px;
		border: 1px solid #a48440;
		border-radius: 50%;
	}
	.s-experience-single-bottom {
		margin: 200px 0 400px 0;
	}

	/* ご依頼の方へ */
	.s-forclients-single-article {
		width: 100%;
		margin: 0 auto;
		padding-top: 270px;
		position: relative;
	}
	.s-forclients-single-header {
		width: calc( 100% - 80px );
		margin: 0 40px 0 40px;
	}
	.s-forclients-single-header-inner {
		display: flex;
		flex-flow: column;
	}
	.s-forclients-single-header-inner-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-flow: column;
	}
	.s-forclients-single-title-1 {
		position: relative;
		font-size: 60px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 18px;
		text-align: left;
		color: #ffffff;
		text-transform: uppercase;
		padding-right: 105px;
		margin-bottom: 35px;
	}
	.s-forclients-single-title-1::after {
		content: "";
		position: absolute;
		top: 62px;
		right: auto;
		left: 0;
		width: 50px;
		height: 1px;
		background-color: #888888;
	}
	.s-forclients-single-title-2 {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 18px;
		text-align: left;
		color: #888888;
		margin-left: 80px;
		margin-bottom: 245px;
	}
	.s-forclients-single-content-summary {
		position: relative;
		font-size: 30px;
		font-weight: 400;
		letter-spacing: 0.06em;
		line-height: 60px;
		text-align: left;
		color: #ffffff;
		margin-bottom: 80px;
	}
	.s-forclients-wrapper {
		margin: 0;
	}
	.s-forclients-single-main-content {
		width: 100%;
		margin-top: 160px;
		background-color: rgba(255, 255, 255, 0.1);
	}
	.s-forclients-single-main-content-block1{
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
	}
	.s-forclients-container{
		padding: 100px	40px;
		display: block;
	}
	.s-forclients-num-container{
		display: flex;
		align-items: center;
		color: #333333;
	}
	.s-forclients-circle{
		border-radius: 50%;
		position: relative;
		background-color: #ffffff;
		width: 80px;
		height: 80px;
	}
	.s-forclients-number{
		position: absolute;
		font-size: 40px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.s-forclients-text-container{
		margin-left: 0;
	}
	.s-forclients-title-box{
		display: flex;
		align-items: center;
		color: #ffffff;
		margin-left: 40px;
	}
	.s-forclients-title-box p{
		font-size: 40px;
		font-weight: bold;
	}
	.s-forclients-title-box hr{
		width: 100px;
		margin-left: 40px;
	}
	.s-forclients-text{
		margin-top: 60px;
		line-height: 60px;
		letter-spacing: 0.06em;
		font-size: 30px;
	}
	.s-forclients-triangle{
		width: 0;
		height: 0;
		border-right: 24px solid transparent;
		border-left: 24px solid transparent;
		border-top: 30px solid rgba(255, 255, 255, 0.1);
		margin: 0 auto;
	}
	.mb-160{
		margin-bottom: 170px;
	}
	.s-forclients-sp{
		display: flex;
		align-items: center;
	}
	.s-forclients-pc{
		display: none;
	}
}