body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.is-hidden {
	opacity: 0;
    pointer-events: none; /* クリックできないように */
    transition: opacity 0.8s ease-in-out;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
}

/* font

font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "aviano-sans", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 500;
font-style: normal;

*/

#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loading-logo {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	animation: fade-out 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
	animation-delay: 5s;
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
}
.loading-logo .logo-wrap{
	width: 100%;
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari逕ｨ */
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.loading-logo .logo-wrap .logo video{
	width: 100%;
}

.all-wrap{
	width: 100%;
	position: relative;
}

/*imac*/
@media screen and (min-width: 2560px) and (max-width: 5120px) {
	.sp-on{
		display: none !important;
	}

	.loading-logo .logo-wrap .logo{
		width: 70%;
		margin: 0 auto 5% auto;
	}

	/* header */
	.header{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 0;
		line-height: 0;
		position: relative;
	}
	.mv-title01{
		width: 45%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02{
		width: 20%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}


	.read {
		width: 50%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-txt {
		text-align: justify;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2.3em;
	}
	.read-txt span {
		opacity: 0;
		transition: opacity 0.1s ease-in-out;
	}


	/* top-item-nav-box */
	.top-item-nav-box{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.top-item-nav-box-m{
		margin: 0 auto 15% auto;
	}
	.top-item-nav-title{
		width: 20%;
		padding: 0 0 1% 0;
	}
	.top-item-nav-title a{
		text-decoration: none;
		position: relative;
	}
	.top-item-nav-title .num{
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 21px;
		letter-spacing: 2px;
		color: #5D5D5D;
		margin: 0 0 5% 0;
	}
	.top-item-nav-title a .txt{
		width: 150px;
		display: block;
		line-height: 0;
	}
	.top-item-nav-title a .txt span{
		display: inline-block;
		width: 10px;
		line-height: 0;
		position: absolute;
		top: 0px;
		right: -30px;
		transition: .3s;
	}
	.top-item-nav-title a:hover .txt span{
		right: -40px;
		transition: .3s;
	}
	.top-item-nav-title a .line{
		width: 100%;
		height: 1px;
		background-size: 7px 1px;
		background-image: linear-gradient(to right, #000000 5px, transparent 5px);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 0;
		margin: 5% 0 0 0;
		position: relative;
	}
	.top-item-nav-title a .line .line-on{
		width: 50%;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-item-nav-title a:hover .line .line-on{
		left: 50%;
		transition: .3s;
	}

	.top-item-nav-list{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0 10%;
	}
	.top-item-nav-list li{
		width: 26.6%;
		margin: 0 0 20% 0;
	}
	.top-item-nav-list li:nth-child(4){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li:nth-child(5){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li{
		width: 26.6%;
		margin: 0 0 20% 0;
	}
	.top-item-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-item-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
		clip-path: inset(0);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img{
		width: 100%;
		clip-path: inset(3% 3% 3% 3%);
		transition: .3s;
	}
	.top-item-nav-list li a .img .img-in{
		transform: scale(1);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img .img-in{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-item-nav-list li a .title{
		width: 100%;
		text-align: center;
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 16px;
		letter-spacing: 3px;
		color: #4E454A;
	}


	/* un-content -----------------------------------------------------------*/
	.un-fix-logo{
		width: 15%;
        position: fixed;
        top: 3%;
        left: 2%;
		line-height: 0;
		z-index: 10;
	}

	/* item-w */
	.item-w{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-w .bg{
		width: 37%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .4);
	}
	.item-w .data{
		width: 30%;
		position: absolute;
	}
	.item-w .data01{
		bottom: 15%;
		left: 6%;
	}
	.item-w .data02{
		top: 10%;
		right: 6%;
	}
	.item-w .data03{
		top: 10%;
		left: 6%;
	}
	.item-w .data04{
		top: 25%;
		right: 6%;
	}
	.item-w .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item-w .data .title-box li.color-b{
		color: #828282 !important;
	}
	.item-w .data .title-box li.color-bg{
		background: #828282 !important;
	}
	.item-w .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-w .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-w .data .title-box li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.item-w .title-box-top{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		bottom: 10%;
		left: 6%;
	}
	.item-w .title-box-top li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-w .title-box-top li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .title-box-top li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-w .title-box-top li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 15px 0 0;
	}
	.item-w .title-box-top li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.item-w .data .txt-box{
		width: 100%;
	}
	.item-w .data .txt-box .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 10% 0;
		color: #fff;
	}
	.item-w .data .txt-box .paper{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #fff;
	}
	.item-w .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #fff;
		margin: 0 20px;
	}
	.item-w .data .txt-box .paper-b{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #828282;
	}
	.item-w .data .txt-box .paper-b li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #828282;
		margin: 0 20px;
	}

	/* item-n */
	.rever{
		flex-direction: row-reverse;
	}
	.item-n{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item-n .img{
		width: 50%;
		overflow: hidden;
	}
	.item-n .data{
		width: 50%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 10% 7% 0 7%;
		position: relative;
	}
	.item-n .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-n .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-n .data .title-box li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #4E454A;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #4E454A;
	}
	.item-n .data .txt-box{
		width: 74%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20%;
		margin: 0 auto;
	}
	.item-n .data .txt-box .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item-n .data .txt-box .paper{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #000;
		margin: 0 20px;
	}


	.item-cont-wrap{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		overflow: scroll;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
		padding: 5% 7%;
		z-index: 999;
	}
	.item-cont-wrap .item-img-w{
		width: 45%;
		box-sizing: border-box;
		padding: 0 3% 0 0;
	}
	.item-cont-wrap .item-img-n{
		width: 45%;
		box-sizing: border-box;
		padding: 0 7% 0 6%;
	}
	.item-cont-wrap .item-data{
		width: 50%;
	}
	.item-process{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.process-sc{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-process li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 0 10% 0;
	}
	.item-process li:last-child{
		margin: 0;
	}
	.item-process li .item-process-img{
		width: 45%;
	}
	.item-process li .item-process-data{
		width: 45%;
	}
	.item-process-title{
		font-size: 17px;
        letter-spacing: 2px;
        line-height: 2em;
		font-family: "yu-gothic-pr6n", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin: 0 0 5% 0;
	}
	.item-process-title span{
		font-size: 21px;
        letter-spacing: 1px;
        line-height: 2em;
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		margin: 0 10px 0 0;
		position: relative;
		top: 1px;
	}
	.item-process-txt{
		width: 100%;
		font-size: 13px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.2em;
	}
	.item-process-user{
		width: 100%;
		padding: 0 0 10% 0;
	}
	.item-process-user li{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 2% 0;
	}
	.item-process-user li:last-child{
		margin: 0;
	}
	.item-process-user li .name01{
		width: 200px;
		font-size: 13px;
        letter-spacing: 1px;
	}
	.item-process-user li .name02{
		font-size: 13px;
        letter-spacing: 4px;
	}




	/* modal */
	.wrap-all{
		width: 100%;
		z-index: 999 !important;
	}
	.modal-001__wrap {
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.modal-001__wrap input {
		display: none;
	}
	.modal-001__open-label,
	.modal-001__close-label {
		cursor: pointer;
	}
	.modal-001__open-label::before  {
		background: none;
	}
	.modal-001__close-label::before  {
		background: none;
	}
	.modal-001 {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999 !important;
		display: none;
	}
	.modal-001__open-input:checked + label + input + .modal-001 {
		display: block;
		animation: modal-001-animation .6s;
	}
	.modal-001__content-wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 2;
	}
	.modal-001__close-label {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 3%;
		right: 2%;
		z-index: 99999;
	}
	.modal-001__content {
		height: 100vh;
		overflow-y: auto;
		background: rgba(255, 255, 255, 1);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	@keyframes modal-001-animation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.modal-01{
		width: max-content;
		position: absolute;
		right: 5%;
		bottom: 7%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #fff;
		transition: .3s;
	}
	.modal-01:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-2{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 7%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01-2:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01-2 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #fff;
		transition: .3s;
	}
	.modal-01-2:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-3{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 7%;
		border: 1px solid #828282;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01-3:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01-3 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #828282;
		transition: .3s;
	}
	.modal-01-3:hover .name{
		color: #828282;
		transition: .3s;
	}

	.modal-02{
		width: max-content;
		position: absolute;
		left: 6.5%;
		bottom: 10%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-02:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-02 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-02:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-03{
		width: max-content;
		position: absolute;
		left: 56.5%;
		bottom: 10%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-03:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-03 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-03:hover .name{
		color: #fff;
		transition: .3s;
	}

	/* style-close */
	.outer {
		width: 40px;
		cursor: pointer;
	}
	.inner {
		width: 40px;
		text-align: center;
	}
	.inner-in { 
		display: none;
	}
	.inner:before, .inner:after {
		position: absolute;
		content: '';
		height: 1px;
		opacity: .5;
		width: inherit;
		background: #000;
		left: 0;
		transition: all .2s ease-in;
	}
	.inner:before {
		top: 50%; 
		transform: rotate(35deg);  
	}
	.inner:after {  
		bottom: 50%;
		transform: rotate(-35deg);  
	}
	.outer:hover .inner-in {
		opacity: 1;
	}



	/* f-block */
	.f-block{
		width: 100%;
		padding: 10% 0;
	}
	.f-block .f-logo{
		width: 20%;
		display: block;
		margin: 0 auto;
	}

	/* footer */
	.pagetop{
		position: absolute;
		top: -50px;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 30px solid #828282;
		border-top: 0;
		transition: .3s;
	}
	.pagetop:hover{
		top: -55px;
		transition: .3s;
	}
	.footer{
		width: 90%;
		border-top: 1px solid #eee;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.footer .logo{
		width: 100px;
		padding: 5% 0 0 5%;
	}
	.footer .copy{
		width: 200px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		right: 5%;
	}

}

/*pc*/
@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none !important;
	}

	.loading-logo .logo-wrap .logo{
		width: 70%;
		margin: 0 auto 5% auto;
	}

	/* header */
	.header{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 0;
		line-height: 0;
		position: relative;
	}
	.mv-title01{
		width: 45%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02{
		width: 20%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}


	.read {
		width: 50%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-txt {
		text-align: justify;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2.3em;
	}
	.read-txt span {
		opacity: 0;
		transition: opacity 0.1s ease-in-out;
	}


	/* top-item-nav-box */
	.top-item-nav-box{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.top-item-nav-box-m{
		margin: 0 auto 15% auto;
	}
	.top-item-nav-title{
		width: 20%;
		padding: 0 0 1% 0;
	}
	.top-item-nav-title a{
		text-decoration: none;
		position: relative;
	}
	.top-item-nav-title .num{
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 21px;
		letter-spacing: 2px;
		color: #5D5D5D;
		margin: 0 0 5% 0;
	}
	.top-item-nav-title a .txt{
		width: 150px;
		display: block;
		line-height: 0;
	}
	.top-item-nav-title a .txt span{
		display: inline-block;
		width: 10px;
		line-height: 0;
		position: absolute;
		top: 0px;
		right: -30px;
		transition: .3s;
	}
	.top-item-nav-title a:hover .txt span{
		right: -40px;
		transition: .3s;
	}
	.top-item-nav-title a .line{
		width: 100%;
		height: 1px;
		background-size: 7px 1px;
		background-image: linear-gradient(to right, #000000 5px, transparent 5px);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 0;
		margin: 5% 0 0 0;
		position: relative;
	}
	.top-item-nav-title a .line .line-on{
		width: 50%;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-item-nav-title a:hover .line .line-on{
		left: 50%;
		transition: .3s;
	}

	.top-item-nav-list{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0 10%;
	}
	.top-item-nav-list li{
		width: 26.6%;
		margin: 0 0 20% 0;
	}
	.top-item-nav-list li:nth-child(4){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li:nth-child(5){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li{
		width: 26.6%;
		margin: 0 0 20% 0;
	}
	.top-item-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-item-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
		clip-path: inset(0);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img{
		width: 100%;
		clip-path: inset(3% 3% 3% 3%);
		transition: .3s;
	}
	.top-item-nav-list li a .img .img-in{
		transform: scale(1);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img .img-in{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-item-nav-list li a .title{
		width: 100%;
		text-align: center;
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 16px;
		letter-spacing: 3px;
		color: #4E454A;
	}

	/* un-content -----------------------------------------------------------*/
	.un-fix-logo{
		width: 15%;
        position: fixed;
        top: 3%;
        left: 2%;
		line-height: 0;
		z-index: 1;
	}

	/* item-w */
	.item-w{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-w .bg{
		width: 37%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .4);
	}
	.item-w .data{
		width: 25%;
		position: absolute;
	}
	.item-w .data01{
		bottom: 15%;
		left: 6%;
	}
	.item-w .data02{
		top: 10%;
		right: 6%;
	}
	.item-w .data03{
		top: 10%;
		left: 6%;
	}
	.item-w .data04{
		top: 25%;
		right: 6%;
	}
	.item-w .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item-w .data .title-box li.color-b{
		color: #828282 !important;
	}
	.item-w .data .title-box li.color-bg{
		background: #828282 !important;
	}
	.item-w .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-w .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-w .data .title-box li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.item-w .title-box-top{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		bottom: 10%;
		left: 6%;
	}
	.item-w .title-box-top li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-w .title-box-top li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .title-box-top li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-w .title-box-top li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 15px 0 0;
	}
	.item-w .title-box-top li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.item-w .data .txt-box{
		width: 100%;
	}
	.item-w .data .txt-box .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 10% 0;
		color: #fff;
	}
	.item-w .data .txt-box .paper{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #fff;
	}
	.item-w .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #fff;
		margin: 0 20px;
	}
	.item-w .data .txt-box .paper-b{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #828282;
	}
	.item-w .data .txt-box .paper-b li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #828282;
		margin: 0 20px;
	}

	/* item-n */
	.rever{
		flex-direction: row-reverse;
	}
	.item-n{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item-n .img{
		width: 50%;
		overflow: hidden;
	}
	.item-n .data{
		width: 50%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 10% 7% 0 7%;
		position: relative;
	}
	.item-n .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-n .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-n .data .title-box li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #4E454A;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #4E454A;
	}
	.item-n .data .txt-box{
		width: 74%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20%;
		margin: 0 auto;
	}
	.item-n .data .txt-box .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item-n .data .txt-box .paper{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #000;
		margin: 0 20px;
	}


	.item-cont-wrap{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		overflow: scroll;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
		padding: 5% 7%;
		z-index: 999;
	}
	.item-cont-wrap .item-img-w{
		width: 45%;
		box-sizing: border-box;
		padding: 0 3% 0 0;
	}
	.item-cont-wrap .item-img-n{
		width: 45%;
		box-sizing: border-box;
		padding: 0 7% 0 6%;
	}
	.item-cont-wrap .item-data{
		width: 50%;
	}
	.item-process{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.process-sc{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-process li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 0 10% 0;
	}
	.item-process li:last-child{
		margin: 0;
	}
	.item-process li .item-process-img{
		width: 45%;
	}
	.item-process li .item-process-data{
		width: 45%;
	}
	.item-process-title{
		font-size: 17px;
        letter-spacing: 2px;
        line-height: 2em;
		font-family: "yu-gothic-pr6n", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin: 0 0 5% 0;
	}
	.item-process-title span{
		font-size: 21px;
        letter-spacing: 1px;
        line-height: 2em;
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		margin: 0 10px 0 0;
		position: relative;
		top: 1px;
	}
	.item-process-txt{
		width: 100%;
		font-size: 13px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.2em;
	}
	.item-process-user{
		width: 100%;
		padding: 0 0 10% 0;
	}
	.item-process-user li{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 2% 0;
	}
	.item-process-user li:last-child{
		margin: 0;
	}
	.item-process-user li .name01{
		width: 200px;
		font-size: 13px;
        letter-spacing: 1px;
	}
	.item-process-user li .name02{
		font-size: 13px;
        letter-spacing: 4px;
	}




	/* modal */
	.wrap-all{
		width: 100%;
		z-index: 999 !important;
	}
	.modal-001__wrap {
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.modal-001__wrap input {
		display: none;
	}
	.modal-001__open-label,
	.modal-001__close-label {
		cursor: pointer;
	}
	.modal-001__open-label::before  {
		background: none;
	}
	.modal-001__close-label::before  {
		background: none;
	}
	.modal-001 {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999 !important;
		display: none;
	}
	.modal-001__open-input:checked + label + input + .modal-001 {
		display: block;
		animation: modal-001-animation .6s;
	}
	.modal-001__content-wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 2;
	}
	.modal-001__close-label {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 3%;
		right: 2%;
		z-index: 99999;
	}
	.modal-001__content {
		height: 100vh;
		overflow-y: auto;
		background: rgba(255, 255, 255, 1);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	@keyframes modal-001-animation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.modal-01{
		width: max-content;
		position: absolute;
		right: 5%;
		bottom: 7%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #fff;
		transition: .3s;
	}
	.modal-01:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-2{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 7%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01-2:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01-2 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #fff;
		transition: .3s;
	}
	.modal-01-2:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-3{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 7%;
		border: 1px solid #828282;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01-3:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01-3 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #828282;
		transition: .3s;
	}
	.modal-01-3:hover .name{
		color: #828282;
		transition: .3s;
	}

	.modal-02{
		width: max-content;
		position: absolute;
		left: 6.5%;
		bottom: 10%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-02:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-02 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-02:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-03{
		width: max-content;
		position: absolute;
		left: 56.5%;
		bottom: 10%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-03:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-03 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-03:hover .name{
		color: #fff;
		transition: .3s;
	}

	/* style-close */
	.outer {
		width: 40px;
		cursor: pointer;
	}
	.inner {
		width: 40px;
		text-align: center;
	}
	.inner-in { 
		display: none;
	}
	.inner:before, .inner:after {
		position: absolute;
		content: '';
		height: 1px;
		opacity: .5;
		width: inherit;
		background: #000;
		left: 0;
		transition: all .2s ease-in;
	}
	.inner:before {
		top: 50%; 
		transform: rotate(35deg);  
	}
	.inner:after {  
		bottom: 50%;
		transform: rotate(-35deg);  
	}
	.outer:hover .inner-in {
		opacity: 1;
	}



	/* f-block */
	.f-block{
		width: 100%;
		padding: 10% 0;
	}
	.f-block .f-logo{
		width: 20%;
		display: block;
		margin: 0 auto;
	}

	/* footer */
	.pagetop{
		position: absolute;
		top: -50px;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-bottom: 30px solid #828282;
		border-top: 0;
		transition: .3s;
	}
	.pagetop:hover{
		top: -55px;
		transition: .3s;
	}
	.footer{
		width: 90%;
		border-top: 1px solid #eee;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.footer .logo{
		width: 100px;
		padding: 5% 0 0 5%;
	}
	.footer .copy{
		width: 200px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		right: 5%;
	}


}

/*note pc*/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}


	.loading-logo .logo-wrap .logo{
		width: 70%;
		margin: 0 auto 5% auto;
	}

	/* header */
	.header{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 0;
		line-height: 0;
		position: relative;
	}
	.mv-title01{
		width: 45%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02{
		width: 20%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}


	.read {
		width: 50%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-txt {
		text-align: justify;
		font-size: 26px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2.3em;
	}
	.read-txt span {
		opacity: 0;
		transition: opacity 0.1s ease-in-out;
	}


	/* top-item-nav-box */
	.top-item-nav-box{
		width: 80%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.top-item-nav-box-m{
		margin: 0 auto 15% auto;
	}
	.top-item-nav-title{
		width: 20%;
		padding: 0 0 1% 0;
	}
	.top-item-nav-title a{
		text-decoration: none;
		position: relative;
	}
	.top-item-nav-title .num{
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 21px;
		letter-spacing: 2px;
		color: #5D5D5D;
		margin: 0 0 5% 0;
	}
	.top-item-nav-title a .txt{
		width: 150px;
		display: block;
		line-height: 0;
	}
	.top-item-nav-title a .txt span{
		display: inline-block;
		width: 10px;
		line-height: 0;
		position: absolute;
		top: 0px;
		right: -30px;
		transition: .3s;
	}
	.top-item-nav-title a:hover .txt span{
		right: -40px;
		transition: .3s;
	}
	.top-item-nav-title a .line{
		width: 100%;
		height: 1px;
		background-size: 7px 1px;
		background-image: linear-gradient(to right, #000000 5px, transparent 5px);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 0;
		margin: 5% 0 0 0;
		position: relative;
	}
	.top-item-nav-title a .line .line-on{
		width: 50%;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-item-nav-title a:hover .line .line-on{
		left: 50%;
		transition: .3s;
	}

	.top-item-nav-list{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0 10%;
	}
	.top-item-nav-list li{
		width: 26.6%;
		margin: 0 0 20% 0;
	}
	.top-item-nav-list li:nth-child(4){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li:nth-child(5){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li{
		width: 26.6%;
		margin: 0 0 20% 0;
	}
	.top-item-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-item-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
		clip-path: inset(0);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img{
		width: 100%;
		clip-path: inset(3% 3% 3% 3%);
		transition: .3s;
	}
	.top-item-nav-list li a .img .img-in{
		transform: scale(1);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img .img-in{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-item-nav-list li a .title{
		width: 100%;
		text-align: center;
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 16px;
		letter-spacing: 3px;
		color: #4E454A;
	}

	/* un-content -----------------------------------------------------------*/
	.un-fix-logo{
		width: 20%;
        position: fixed;
        top: 3%;
        left: 2%;
		line-height: 0;
		z-index: 10;
	}

	/* item-w */
	.item-w{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-w .bg{
		width: 42%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .4);
	}
	.item-w .data{
		width: 30%;
		position: absolute;
	}
	.item-w .data01{
		bottom: 15%;
		left: 6%;
	}
	.item-w .data02{
		top: 10%;
		right: 6%;
	}
	.item-w .data03{
		top: 10%;
		left: 6%;
	}
	.item-w .data04{
		top: 10%;
		right: 6%;
	}
	.item-w .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item-w .data .title-box li.color-b{
		color: #828282 !important;
	}
	.item-w .data .title-box li.color-bg{
		background: #828282 !important;
	}
	.item-w .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-w .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-w .data .title-box li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.item-w .title-box-top{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		bottom: 10%;
		left: 6%;
	}
	.item-w .title-box-top li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-w .title-box-top li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .title-box-top li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-w .title-box-top li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 15px 0 0;
	}
	.item-w .title-box-top li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.item-w .data .txt-box{
		width: 100%;
	}
	.item-w .data .txt-box .txt{
		width: 100%;
		font-size: 14px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 10% 0;
		color: #fff;
	}
	.item-w .data .txt-box .paper{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #fff;
	}
	.item-w .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #fff;
		margin: 0 20px;
	}
	.item-w .data .txt-box .paper-b{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #828282;
	}
	.item-w .data .txt-box .paper-b li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #828282;
		margin: 0 20px;
	}

	/* item-n */
	.rever{
		flex-direction: row-reverse;
	}
	.item-n{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item-n .img{
		width: 50%;
		overflow: hidden;
	}
	.item-n .data{
		width: 50%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 7% 7% 0 7%;
		position: relative;
	}
	.item-n .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-n .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-n .data .title-box li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #4E454A;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #4E454A;
	}
	.item-n .data .txt-box{
		width: 74%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20%;
		margin: 0 auto;
	}
	.item-n .data .txt-box .txt{
		width: 100%;
		font-size: 14px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 10% 0;
	}
	.item-n .data .txt-box .paper{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #000;
		margin: 0 20px;
	}


	.item-cont-wrap{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		overflow: scroll;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
		padding: 5% 7%;
		z-index: 999;
	}
	.item-cont-wrap .item-img-w{
		width: 45%;
		box-sizing: border-box;
		padding: 0 3% 0 0;
	}
	.item-cont-wrap .item-img-n{
		width: 45%;
		box-sizing: border-box;
		padding: 0 6% 0 6%;
	}
	.item-cont-wrap .item-data{
		width: 50%;
	}
	.item-process{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.process-sc{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-process li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 0 10% 0;
	}
	.item-process li:last-child{
		margin: 0;
	}
	.item-process li .item-process-img{
		width: 45%;
	}
	.item-process li .item-process-data{
		width: 48%;
	}
	.item-process-title{
		font-size: 17px;
        letter-spacing: 2px;
        line-height: 2em;
		font-family: "yu-gothic-pr6n", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin: 0 0 5% 0;
	}
	.item-process-title span{
		font-size: 21px;
        letter-spacing: 1px;
        line-height: 2em;
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		margin: 0 10px 0 0;
		position: relative;
		top: 1px;
	}
	.item-process-txt{
		width: 100%;
		font-size: 13px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.2em;
	}
	.item-process-user{
		width: 100%;
		padding: 0 0 10% 0;
	}
	.item-process-user li{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 2% 0;
	}
	.item-process-user li:last-child{
		margin: 0;
	}
	.item-process-user li .name01{
		width: 200px;
		font-size: 13px;
        letter-spacing: 1px;
	}
	.item-process-user li .name02{
		font-size: 13px;
        letter-spacing: 4px;
	}




	/* modal */
	.wrap-all{
		width: 100%;
		z-index: 999 !important;
	}
	.modal-001__wrap {
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.modal-001__wrap input {
		display: none;
	}
	.modal-001__open-label,
	.modal-001__close-label {
		cursor: pointer;
	}
	.modal-001__open-label::before  {
		background: none;
	}
	.modal-001__close-label::before  {
		background: none;
	}
	.modal-001 {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999 !important;
		display: none;
	}
	.modal-001__open-input:checked + label + input + .modal-001 {
		display: block;
		animation: modal-001-animation .6s;
	}
	.modal-001__content-wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 2;
	}
	.modal-001__close-label {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 3%;
		right: 2%;
		z-index: 99999;
	}
	.modal-001__content {
		height: 100vh;
		overflow-y: auto;
		background: rgba(255, 255, 255, 1);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	@keyframes modal-001-animation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.modal-01{
		width: max-content;
		position: absolute;
		right: 5%;
		bottom: 7%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #fff;
		transition: .3s;
	}
	.modal-01:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-2{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 7%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01-2:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01-2 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #fff;
		transition: .3s;
	}
	.modal-01-2:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-3{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 7%;
		border: 1px solid #828282;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01-3:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01-3 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #828282;
		transition: .3s;
	}
	.modal-01-3:hover .name{
		color: #828282;
		transition: .3s;
	}

	.modal-02{
		width: max-content;
		position: absolute;
		left: 6.5%;
		bottom: 10%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-02:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-02 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-02:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-03{
		width: max-content;
		position: absolute;
		left: 56.5%;
		bottom: 10%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 20px 10px 25px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-03:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-03 .name{
		width: 100%;
		text-align: center;
		font-size: 14px;
        letter-spacing: 4px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-03:hover .name{
		color: #fff;
		transition: .3s;
	}

	/* style-close */
	.outer {
		width: 40px;
		cursor: pointer;
	}
	.inner {
		width: 40px;
		text-align: center;
	}
	.inner-in { 
		display: none;
	}
	.inner:before, .inner:after {
		position: absolute;
		content: '';
		height: 1px;
		opacity: .5;
		width: inherit;
		background: #000;
		left: 0;
		transition: all .2s ease-in;
	}
	.inner:before {
		top: 50%; 
		transform: rotate(35deg);  
	}
	.inner:after {  
		bottom: 50%;
		transform: rotate(-35deg);  
	}
	.outer:hover .inner-in {
		opacity: 1;
	}



	/* f-block */
	.f-block{
		width: 100%;
		padding: 10% 0;
	}
	.f-block .f-logo{
		width: 20%;
		display: block;
		margin: 0 auto;
	}

	/* footer */
	.pagetop{
		position: absolute;
		top: -50px;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 20px solid #828282;
		border-top: 0;
		transition: .3s;
	}
	.pagetop:hover{
		top: -55px;
		transition: .3s;
	}
	.footer{
		width: 90%;
		border-top: 1px solid #eee;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.footer .logo{
		width: 100px;
		padding: 5% 0 0 5%;
	}
	.footer .copy{
		width: 200px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		right: 5%;
	}


}

/*pad*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}

	.loading-logo .logo-wrap .logo{
		width: 100%;
		margin: 0 auto 5% auto;
	}

	/* header */
	.header{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 0;
		line-height: 0;
		position: relative;
	}
	.mv-title01{
		width: 55%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari逕ｨ */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02{
		width: 20%;
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}


	.read {
		width: 70%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-txt {
		text-align: justify;
		font-size: 21px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2.3em;
	}
	.read-txt span {
		opacity: 0;
		transition: opacity 0.1s ease-in-out;
	}


	/* top-item-nav-box */
	.top-item-nav-box{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.top-item-nav-box-m{
		margin: 0 auto 15% auto;
	}
	.top-item-nav-title{
		width: 20%;
		padding: 0 0 1% 0;
	}
	.top-item-nav-title a{
		text-decoration: none;
		position: relative;
	}
	.top-item-nav-title .num{
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 19px;
		letter-spacing: 2px;
		color: #5D5D5D;
		margin: 0 0 5% 0;
	}
	.top-item-nav-title a .txt{
		width: 120px;
		display: block;
		line-height: 0;
	}
	.top-item-nav-title a .txt span{
		display: inline-block;
		width: 10px;
		line-height: 0;
		position: absolute;
		top: 0px;
		right: -30px;
		transition: .3s;
	}
	.top-item-nav-title a:hover .txt span{
		right: -40px;
		transition: .3s;
	}
	.top-item-nav-title a .line{
		width: 100%;
		height: 1px;
		background-size: 7px 1px;
		background-image: linear-gradient(to right, #000000 5px, transparent 5px);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 0;
		margin: 5% 0 0 0;
		position: relative;
	}
	.top-item-nav-title a .line .line-on{
		width: 50%;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-item-nav-title a:hover .line .line-on{
		left: 50%;
		transition: .3s;
	}

	.top-item-nav-list{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0 10%;
	}
	.top-item-nav-list li{
		width: 26.6%;
		margin: 0 0 20% 0;
	}
	.top-item-nav-list li:nth-child(4){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li:nth-child(5){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li{
		width: 26.6%;
		margin: 0 0 20% 0;
	}
	.top-item-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-item-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
		clip-path: inset(0);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img{
		width: 100%;
		clip-path: inset(3% 3% 3% 3%);
		transition: .3s;
	}
	.top-item-nav-list li a .img .img-in{
		transform: scale(1);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img .img-in{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-item-nav-list li a .title{
		width: 100%;
		text-align: center;
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 14px;
		letter-spacing: 3px;
		color: #4E454A;
	}

	/* un-content -----------------------------------------------------------*/
	.un-fix-logo{
		width: 20%;
        position: fixed;
        top: 2%;
        left: 3%;
		line-height: 0;
		z-index: 10;
	}

	/* item-w */
	.item-w{
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.item-w .bg{
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .4);
	}
	.item-w .data{
		width: 38%;
		position: absolute;
	}
	.item-w .data01{
		bottom: 15%;
		left: 6%;
	}
	.item-w .data02{
		top: 10%;
		right: 6%;
	}
	.item-w .data03{
		top: 10%;
		left: 6%;
	}
	.item-w .data04{
		top: 15%;
		right: 6%;
	}
	.item-w .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.item-w .data .title-box li.color-b{
		color: #828282 !important;
	}
	.item-w .data .title-box li.color-bg{
		background: #828282 !important;
	}
	.item-w .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
		font-size: 26px;
		letter-spacing: 1px;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(2) img{
		height: 20px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-w .data .title-box li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 14px;
		letter-spacing: 1px;
		color: #fff;
	}
	.item-w .title-box-top{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		bottom: 10%;
		left: 6%;
	}
	.item-w .title-box-top li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #fff;
		font-size: 31px;
		letter-spacing: 1px;
		margin: 0 25px 0 0;
	}
	.item-w .title-box-top li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .title-box-top li:nth-child(2) img{
		height: 22px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-w .title-box-top li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0 15px 0 0;
	}
	.item-w .title-box-top li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.item-w .data .txt-box{
		width: 100%;
	}
	.item-w .data .txt-box .txt{
		width: 100%;
		font-size: 12px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 5% 0;
		color: #fff;
	}
	.item-w .data .txt-box .paper{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #fff;
	}
	.item-w .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #fff;
		margin: 0 20px;
	}
	.item-w .data .txt-box .paper-b{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #828282;
	}
	.item-w .data .txt-box .paper-b li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #828282;
		margin: 0 20px;
	}

	/* item-n */
	.rever{
		flex-direction: row-reverse;
	}
	.item-n{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item-n .img{
		width: 50%;
		overflow: hidden;
	}
	.item-n .data{
		width: 50%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
		position: relative;
	}
	.item-n .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		font-size: 26px;
		letter-spacing: 1px;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(2) img{
		height: 20px;
		line-height: 0;
		position: relative;
		top: -5px;
	}
	.item-n .data .title-box li:nth-child(3){
		width: 50px;
		height: 1px;
		background: #4E454A;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 14px;
		letter-spacing: 1px;
		color: #4E454A;
	}
	.item-n .data .txt-box{
		width: 80%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20%;
		margin: 0 auto;
	}
	.item-n .data .txt-box .txt{
		width: 100%;
		font-size: 12px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 5% 0;
	}
	.item-n .data .txt-box .paper{
		width: max-content;
		font-size: 12px;
        letter-spacing: 3px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 30px;
		background: #000;
		margin: 0 20px;
	}


	.item-cont-wrap{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		overflow: scroll;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
		padding: 5% 7%;
		z-index: 999;
	}
	.item-cont-wrap .item-img-w{
		width: 45%;
		box-sizing: border-box;
		padding: 0 2% 0 0;
	}
	.item-cont-wrap .item-img-n{
		width: 45%;
		box-sizing: border-box;
		padding: 0 3% 0 3%;
	}
	.item-cont-wrap .item-data{
		width: 53%;
	}
	.item-process{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.process-sc{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-process li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 0 10% 0;
	}
	.item-process li:last-child{
		margin: 0;
	}
	.item-process li .item-process-img{
		width: 45%;
	}
	.item-process li .item-process-data{
		width: 50%;
	}
	.item-process-title{
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2em;
		font-family: "yu-gothic-pr6n", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin: 0 0 5% 0;
	}
	.item-process-title span{
		font-size: 18px;
        letter-spacing: 1px;
        line-height: 2em;
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		margin: 0 10px 0 0;
		position: relative;
		top: 1px;
	}
	.item-process-txt{
		width: 100%;
		font-size: 13px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.2em;
	}
	.item-process-user{
		width: 100%;
	}
	.item-process-user li{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 0% 0;
	}
	.item-process-user li:last-child{
		margin: 0;
	}
	.item-process-user li .name01{
		width: 200px;
		font-size: 13px;
        letter-spacing: 1px;
	}
	.item-process-user li .name02{
		font-size: 13px;
        letter-spacing: 4px;
	}




	/* modal */
	.wrap-all{
		width: 100%;
		z-index: 999 !important;
	}
	.modal-001__wrap {
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.modal-001__wrap input {
		display: none;
	}
	.modal-001__open-label,
	.modal-001__close-label {
		cursor: pointer;
	}
	.modal-001__open-label::before  {
		background: none;
	}
	.modal-001__close-label::before  {
		background: none;
	}
	.modal-001 {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999 !important;
		display: none;
	}
	.modal-001__open-input:checked + label + input + .modal-001 {
		display: block;
		animation: modal-001-animation .6s;
	}
	.modal-001__content-wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 2;
	}
	.modal-001__close-label {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 3%;
		right: 2%;
		z-index: 99999;
	}
	.modal-001__content {
		height: 100vh;
		overflow-y: auto;
		background: rgba(255, 255, 255, 1);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	@keyframes modal-001-animation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.modal-01{
		width: max-content;
		position: absolute;
		right: 5%;
		bottom: 7%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #fff;
		transition: .3s;
	}
	.modal-01:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-2{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 7%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01-2:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01-2 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #fff;
		transition: .3s;
	}
	.modal-01-2:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-3{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 7%;
		border: 1px solid #828282;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(255, 255, 255, 0);
		transition: .3s;
	}
	.modal-01-3:hover{
		background: rgba(255, 255, 255, .3);
		transition: .3s;
	}
	.modal-01-3 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #828282;
		transition: .3s;
	}
	.modal-01-3:hover .name{
		color: #828282;
		transition: .3s;
	}

	.modal-02{
		width: max-content;
		position: absolute;
		left: 5%;
		bottom: 10%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-02:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-02 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-02:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-03{
		width: max-content;
		position: absolute;
		left: 55%;
		bottom: 10%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-03:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-03 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-03:hover .name{
		color: #fff;
		transition: .3s;
	}

	/* style-close */
	.outer {
		width: 40px;
		cursor: pointer;
	}
	.inner {
		width: 40px;
		text-align: center;
	}
	.inner-in { 
		display: none;
	}
	.inner:before, .inner:after {
		position: absolute;
		content: '';
		height: 1px;
		opacity: .5;
		width: inherit;
		background: #000;
		left: 0;
		transition: all .2s ease-in;
	}
	.inner:before {
		top: 50%; 
		transform: rotate(35deg);  
	}
	.inner:after {  
		bottom: 50%;
		transform: rotate(-35deg);  
	}
	.outer:hover .inner-in {
		opacity: 1;
	}



	/* f-block */
	.f-block{
		width: 100%;
		padding: 10% 0;
	}
	.f-block .f-logo{
		width: 20%;
		display: block;
		margin: 0 auto;
	}

	/* footer */
	.pagetop{
		position: absolute;
		top: -50px;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 20px solid #828282;
		border-top: 0;
		transition: .3s;
	}
	.pagetop:hover{
		top: -55px;
		transition: .3s;
	}
	.footer{
		width: 90%;
		border-top: 1px solid #eee;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.footer .logo{
		width: 100px;
		padding: 5% 0 0 0%;
	}
	.footer .copy{
		width: 200px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		right: 0%;
	}

}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}

	.loading-logo .logo-wrap .logo{
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.sp-h-box{
		width: 100%;
		height: 100px;
	}

	/* header */
	.header{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 0;
		line-height: 0;
		position: relative;
	}
	.mv-title01{
		width: 70%;
		position: absolute;
		bottom: 30%;
		left: 10%;
		line-height: 0;
	}
	.mv-title02{
		width: 65%;
        position: absolute;
        bottom: 14%;
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
	}
	.mv-title02 li:nth-child(1){
		width: 100%;
		margin: 0 0 5% 0;
	}


	.read {
		width: 85%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.read-txt {
		text-align: justify;
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 2.3em;
	}
	.read-txt span {
		opacity: 0;
		transition: opacity 0.1s ease-in-out;
	}


	/* top-item-nav-box */
	.top-item-nav-box{
		width: 85%;
		margin: 0 auto;
	}
	.top-item-nav-box-m{
		margin: 0 auto 15% auto;
	}
	.top-item-nav-title{
		width: 100%;
		padding: 0 0 2% 0;
		margin: 0 0 10% 0;
	}
	.top-item-nav-title a{
		text-decoration: none;
		position: relative;
	}
	.top-item-nav-title .num{
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 21px;
		letter-spacing: 2px;
		color: #5D5D5D;
		margin: 0 0 5% 0;
	}
	.top-item-nav-title a .txt{
		width: 150px;
		display: block;
		line-height: 0;
	}
	.top-item-nav-title a .txt span{
		display: inline-block;
		width: 10px;
		line-height: 0;
		position: absolute;
		top: 0px;
		right: -30px;
		transition: .3s;
	}
	.top-item-nav-title a:hover .txt span{
		right: -40px;
		transition: .3s;
	}
	.top-item-nav-title a .line{
		width: 100%;
		height: 1px;
		background-size: 7px 1px;
		background-image: linear-gradient(to right, #000000 5px, transparent 5px);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding-bottom: 0;
		margin: 5% 0 0 0;
		position: relative;
	}
	.top-item-nav-title a .line .line-on{
		width: 50%;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-item-nav-title a:hover .line .line-on{
		left: 50%;
		transition: .3s;
	}

	.top-item-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top-item-nav-list li{
		width: 45%;
		margin: 0 0 10% 0;
	}
	.top-item-nav-list li:nth-child(4){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li:nth-child(5){
		margin: 0 0 0% 0;
	}
	.top-item-nav-list li a{
		width: 100%;
		display: block;
		text-decoration: none;
	}
	.top-item-nav-list li a .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 10% 0;
		clip-path: inset(0);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img{
		width: 100%;
		clip-path: inset(3% 3% 3% 3%);
		transition: .3s;
	}
	.top-item-nav-list li a .img .img-in{
		transform: scale(1);
		transition: .3s;
	}
	.top-item-nav-list li a:hover .img .img-in{
		transform: scale(1.1);
		transition: .3s;
	}
	.top-item-nav-list li a .title{
		width: 100%;
		text-align: center;
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 14px;
		letter-spacing: 3px;
		color: #4E454A;
	}

	/* un-content -----------------------------------------------------------*/
	.un-fix-logo{
		width: 55%;
        position: fixed;
        top: 3%;
        left: 5%;
		margin: 0 auto;
		line-height: 0;
		z-index: 10;
	}

	/* item-w */
	.item-w{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 15% 0;
		padding: 0 0 15% 0;
	}
	.item-w .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-w .data{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.item-w .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
		position: relative;
		left: 7%;
	}
	.item-w .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		font-size: 23px;
		letter-spacing: 1px;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(2) img{
		height: 17px;
		line-height: 0;
		position: relative;
		top: -7px;
	}
	.item-w .data .title-box li:nth-child(3){
		width: 30px;
		height: 1px;
		background: #4E454A;
		margin: 0 15px 0 0;
	}
	.item-w .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 12px;
		letter-spacing: 1px;
		color: #4E454A;
	}
	.item-w .data .txt-box{
		width: 100%;
	}
	.item-w .data .txt-box .txt{
		width: 85%;
		font-size: 13px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 auto 5% auto;
	}
	.item-w .data .txt-box .paper{
		width: 85%;
		font-size: 11px;
        letter-spacing: 1px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 20px;
		background: #000;
		margin: 0 10px;
	}
	.item-w .data .txt-box .paper-b{
		width: 85%;
		font-size: 11px;
        letter-spacing: 1px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.item-w .data .txt-box .paper-b li:nth-child(2){
		width: 1px;
		height: 20px;
		background: #000;
		margin: 0 10px;
	}

	/* item-n */
	.item-n{
		width: 100%;
		position: relative;
		margin: 0 0 15% 0;
		padding: 0 0 15% 0;
	}
	.item-n .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item-n .data{
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 5% 0 0 0;
		position: relative;
	}
	.item-n .data .title-box{
		width: max-content;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
		position: relative;
		left: 7%;
	}
	.item-n .data .title-box li:nth-child(1){
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		font-size: 23px;
		letter-spacing: 1px;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(2){
		width: max-content;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(2) img{
		height: 17px;
		line-height: 0;
		position: relative;
		top: -7px;
	}
	.item-n .data .title-box li:nth-child(3){
		width: 30px;
		height: 1px;
		background: #4E454A;
		margin: 0 15px 0 0;
	}
	.item-n .data .title-box li:nth-child(4){
		font-family: "aviano-sans", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 12px;
		letter-spacing: 1px;
		color: #4E454A;
	}
	.item-n .data .txt-box{
		width: 85%;
		margin: 0 auto;
	}
	.item-n .data .txt-box .txt{
		width: 100%;
		font-size: 13px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.5em;
		margin: 0 0 5% 0;
	}
	.item-n .data .txt-box .paper{
		width: max-content;
		font-size: 11px;
        letter-spacing: 1px;
        text-align: justify;
        line-height: 2.5em;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item-n .data .txt-box .paper li:nth-child(2){
		width: 1px;
		height: 20px;
		background: #000;
		margin: 0 10px;
	}


	.item-cont-wrap{
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 0%;
		right: 0;
		top: 8%;
	}
	.item-cont-wrap .item-img-w{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-cont-wrap .item-img-n{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item-cont-wrap .item-data{
		width: 100%;
	}
	.item-process{
		width: 85%;
		margin: 0 auto 10% auto;
	}
	.process-sc{
		width: 85%;
		margin: 0 auto 10% auto;
	}
	.item-process li{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-process li:last-child{
		margin: 0;
	}
	.item-process li .item-process-img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-process li .item-process-data{
		width: 100%;
	}
	.item-process-title{
		font-size: 16px;
        letter-spacing: 2px;
        line-height: 2em;
		font-family: "yu-gothic-pr6n", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin: 0 0 5% 0;
	}
	.item-process-title span{
		font-size: 18px;
        letter-spacing: 1px;
        line-height: 2em;
		font-family: "itc-avant-garde-gothic-pro", sans-serif;
		font-weight: 500;
		font-style: normal;
		color: #828282;
		margin: 0 10px 0 0;
		position: relative;
		top: 1px;
	}
	.item-process-txt{
		width: 100%;
		font-size: 13px;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 2.2em;
	}
	.item-process-user{
		width: 85%;
		padding: 0 0 15% 0;
		margin: 0 auto;
	}
	.item-process-user li{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 0% 0;
	}
	.item-process-user li:last-child{
		margin: 0;
	}
	.item-process-user li .name01{
		width: 130px;
		font-size: 11px;
        letter-spacing: 1px;
	}
	.item-process-user li .name02{
		font-size: 11px;
        letter-spacing: 2px;
		white-space: nowrap;
	}




	/* modal */
	.wrap-all{
		width: 100%;
		z-index: 999 !important;
	}
	.modal-001__wrap {
		width: 100%;
		height: 100%;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.modal-001__wrap input {
		display: none;
	}
	.modal-001__open-label,
	.modal-001__close-label {
		cursor: pointer;
	}
	.modal-001__open-label::before  {
		background: none;
	}
	.modal-001__close-label::before  {
		background: none;
	}
	.modal-001 {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 999 !important;
		display: none;
	}
	.modal-001__open-input:checked + label + input + .modal-001 {
		display: block;
		animation: modal-001-animation .6s;
	}
	.modal-001__content-wrap {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 2;
	}
	.modal-001__close-label {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 2%;
		right: 2%;
		z-index: 99999;
	}
	.modal-001__content {
		height: 100vh;
		overflow-y: auto;
		background: rgba(255, 255, 255, 1);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	@keyframes modal-001-animation {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.modal-01{
		width: max-content;
		position: absolute;
		left: 7%;
		bottom: 0%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-01:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-01 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-01:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-2{
		width: max-content;
		position: absolute;
		left: 7%;
		bottom: 0%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-01-2:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-01-2 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-01-2:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-01-3{
		width: max-content;
		position: absolute;
		left: 7%;
		bottom: 0%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-01-3:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-01-3 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-01-3:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-02{
		width: max-content;
		position: absolute;
		left: 7%;
		bottom: 0%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-02:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-02 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-02:hover .name{
		color: #fff;
		transition: .3s;
	}

	.modal-03{
		width: max-content;
		position: absolute;
		left: 7%;
		bottom: 0%;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 10px 10px 10px 15px;
		background: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.modal-03:hover{
		background: rgba(0, 0, 0, 1);
		transition: .3s;
	}
	.modal-03 .name{
		width: 100%;
		text-align: center;
		font-size: 12px;
        letter-spacing: 3px;
		line-height: 1em;
		color: #000;
		transition: .3s;
	}
	.modal-03:hover .name{
		color: #fff;
		transition: .3s;
	}

	/* style-close */
	.outer {
		width: 30px;
		cursor: pointer;
	}
	.inner {
		width: 30px;
		text-align: center;
	}
	.inner-in { 
		display: none;
	}
	.inner:before, .inner:after {
		position: absolute;
		content: '';
		height: 1px;
		opacity: .5;
		width: inherit;
		background: #000;
		left: 0;
		transition: all .2s ease-in;
	}
	.inner:before {
		top: 50%; 
		transform: rotate(35deg);  
	}
	.inner:after {  
		bottom: 50%;
		transform: rotate(-35deg);  
	}
	.outer:hover .inner-in {
		opacity: 1;
	}

	/* f-block */
	.f-block{
		width: 100%;
		padding: 20% 0 10% 0;
	}
	.f-block .f-logo{
		width: 60%;
		display: block;
		margin: 0 auto 15% auto;
	}

	/* footer */
	.pagetop{
		position: absolute;
		top: -35px;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: 15px solid #828282;
		border-top: 0;
		transition: .3s;
	}
	.footer{
		width: 90%;
		border-top: 1px solid #eee;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
		position: relative;
	}
	.footer .logo{
		width: 100px;
		margin: 0 auto 10% auto;
	}
	.footer .copy{
		width: 200px;
		line-height: 0;
		margin: 0 auto;
	}

	.slick-dots {
		width: max-content;
		position: absolute;
		bottom: 5% !important;
		right: 5%;
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
		z-index: 10;
	}

	/*nav*/
	.menu{
		width: 40px;
		height: 40px;
		position: fixed;
		right: 10px;
		top: 10px;
		z-index: 99;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}

	.menu__line--icon{
		width: 30px;
		height: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: 0px;
	}
	.menu__line--center{
		top: 9px;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(26,19,17,1.00);
		top: 19px;
		transform: rotate(25deg);
	}
	.menu__line--center.active{
		background: rgba(26,19,17,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(26,19,17,1.00);
		bottom: 20px;
		transform: rotate(155deg);
	}

	/*gnav*/
	.gnav{
		background: rgba(255,255,255,1);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 8%;
		max-height: 92vh; /* ビューポート高さの80%に制限 */
		overflow-y: auto;
		overflow-x: hidden;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 80%;
		margin: 0 auto;
	}
	.gnav__menu li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.gnav__menu li:last-child{
		width: 70%;
		margin: 15% auto 0 auto;
		padding: 0 0 10% 0;
	}
	.gnav__menu li a{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.gnav__menu li a .data{
		width: 60%;
	}
	.gnav__menu li a .img{
		width: 40%;
	}


	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	content: "READ MORE"
	}
	.grad-item {
	position: relative;
	overflow: hidden;
	height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px; 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
	}
	.grad-trigger {
	display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	display: none;
	}

	.index-gnav-link{
		width: 30% !important;
		padding: 10% 0 !important;
	}
	.index-gnav-link02{
		width: 30% !important;
		padding: 10% 0 40% 0 !important;
	}


}
