body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	animation: fadein 2s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

img{
	vertical-align:top;
}
.mv-s {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.img-s {
  margin: 0;
  padding: 0;
  line-height: 0;
}

*:focus {
  outline: none;
}

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

	/* youtube-btn */
	.youtube-btn{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		cursor: zoom-in !important;
	}
	.youtube-btn .txt{
		width: 50px;
		position: absolute;
		top: 65%;
		-webkit-transform: translateY(-65%); /* Safari用 */
		transform: translateY(-65%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn img {
		width: 100%;
	}
	.pulse-btn::before, .pulse-btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		border: 1px solid #fff;
		border-radius: 50%;
		box-sizing: border-box;
		pointer-events: none;
		animation: pulsate 2s linear infinite;
	}
	.pulse-btn::after {
		animation-delay: 1s;
	}
	@keyframes pulsate {
		0% {
			transform: scale(1);
			opacity: 1;
		}
		
		100% {
			transform: scale(2);
			opacity: 0;
		}
	}
	
	/*lng-btn*/
	.lng-btn{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.lng-btn li{
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.lng-btn li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*lng-btn02*/
	.lng-btn02{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}
	.lng-btn02 li{
		width: 100%;
		border-bottom: 1px solid #000;
	}
	.lng-btn02 li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn02 li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*nav*/
	.menu{
		height: 10px;
		position: fixed;
		right: 44px;
		top: 44px;
		width: 30px;
		z-index: 99;
		cursor: pointer;
	}
	.menu__line{
		background: rgba(0,0,0,1.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.menu__line--center{
		top: 9px;
		display: none;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(0,0,0,1.00);
		top: 0px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(0,0,0,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(0,0,0,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		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: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	
	.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;
	}
	.logo-h{
		width: 75px;
		position: absolute;
		top: 30px;
		left: 2%;
	}
	.top-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 30px;
		left: 13%;
	}
	.top-nav-h li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 25px;
	}
	.top-nav-h li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-h li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 30px;
		right: 7%;
	}
	.sns-nav-h li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-h li a{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: relative;
		text-decoration: none;
		transition: .3s;
	}
	.sns-nav-h li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #000;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-h li a:hover:before {
		transform: scale(1);
	}
	.txt-h{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: absolute;
		bottom: 5%;
		left: 2%;
	}
	.logo-c-h{
		width: 200px;
		position: absolute;
		bottom: 5%;
		right: 2%;
	}
	
	
	/*header*/
	.header{
		left: 0;
		position: fixed;
		top: 30px;
		transition: color 0.4s ease-out;
		width: 100%;
		z-index: 1;
		display: flex;
		justify-content: flex-start;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.header .logo{
		width: 75px;
		margin: 0 7% 0 0;
		z-index: 1;
	}
	.header.headerColorScroll .logo .cls-1{
	  fill:#000;
	  transition: color 0.4s ease-out;
	}
	.header.headerColorScroll .logo .cls-2{
	  fill:#b48413;
	  transition: color 0.4s ease-out;
	}
	.cls-1{fill:#fff;}
	.cls-2{fill:#b48413;}
	.top-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.header.headerColorScroll .top-nav{
		display: none;
	}
	.top-nav li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 25px;
	}
	.top-nav li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.header.headerColorScroll .sns-nav{
		display: none;
	}
	.sns-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		right: 2%;
	}
	.sns-nav li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav li a{
		display: inline-block;
		position: relative;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
	}
	.sns-nav li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav li a:hover:before {
		transform: scale(1);
	}
	
	/*mv*/
	.mv {
		width: 100%;
		background: #000;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv .txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 5%;
		left: 2%;
	}
	.mv .logo{
		width: 200px;
		position: absolute;
		bottom: 5%;
		right: 2%;
	}
	
	.page-top{
		width: 30px;
		position: fixed;
		right: 2%;
		bottom: 2%;
	}
	
	/*concept*/
	.concept{
		width: 100%;
	}
	.concept .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.concept .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.concept .txt02{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.concept .txt03-1{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 2% auto;
	}
	.concept .txt03-2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	
	.concept .c01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
	}
	.concept .c02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c02 p{
		font-size: 25px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 35%;
		left: 15%;
	}
	.concept .c05{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c05 p{
		font-size: 25px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 20%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c06{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
	}
	.concept .c07{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 0 30% 0 0;
	}
	.concept .c08{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 0 0 0 30%;
	}
	.concept .c09{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c09 p{
		font-size: 25px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 20%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c12{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 15% auto;
	}
	
	/*col02*/
	.col02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.col02 .left{
		width: 55%;
	}
	.col02 .right{
		width: 40%;
	}
	.txt-box{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 15%;
	}
	.txt-box li:first-child{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.txt-box li:last-child{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	.txt-box02{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 0;
	}
	.txt-box02 li:first-child{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.txt-box02 li:last-child{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.pro .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 1% 0;
	}
	.pro-list{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.pro-list li{
		width: 28%;
	}
	.pro-list li .img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.data-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.data-list li{
		width: max-content;
		writing-mode: vertical-rl;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.data-list li span{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	
	/*company*/
	.company{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.company .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 1% 0;
	}
	.company .img{
		width: 100%;
		max-width: 1000px;
		margin: 3% auto 4% auto;
	}
	
	.company .ara-box{
		width: 100%;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.company .ara-box .img{
		width: 40%;
	}
	.company .ara-box .data{
		width: 45%;
	}
	.company .ara-box .data .a-title{
		width: 150px;
		margin: 0 0 7% 0;
	}
	.company .ara-box .data .a-txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.company .ara-box .data a{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		padding: 0 0 5px 0;
		transition: .3s;
	}
	.company .ara-box .data a:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	
	.company .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.company .txt span{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 2% auto;
	}
	.company-data{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 7% auto;
	}
	.company-data li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.company-data li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-bottom: 1px solid #fff;
	}
	.company-data li .y{
		width: 30%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-data li .t{
		width: 70%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.company-outline{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.company-outline li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 2% 0;
	}
	.company-outline li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0% 0;
	}
	.company-outline li .y{
		width: 10%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-outline li .t{
		width: 85%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*footer*/
	footer{
		width: 100%;
		background: #000;
		position: relative;
		padding: 2% 0 20% 0;
		z-index: 10;
	}
	footer .c-logo{
		width: 200px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 10%;
	}
	footer .f-txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 30px;
		left: 2%;
		z-index: 3;
		color: #fff;
	}
	footer .copy{
		color: #fff;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 15%;
		left: 2%;
	}
	.top-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 10%;
		right: 2%;
	}
	.top-nav-f li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 25px;
	}
	.top-nav-f li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-f li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		bottom: 15%;
		right: 2%;
	}
	.sns-nav-f li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-f li a{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		position: relative;
		transition: .3s;
	}
	.sns-nav-f li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-f li a:hover:before {
		transform: scale(1);
	}
	
	
	/*order------------------------------------------------------*/
	.order{
		width: 100%;
		padding: 10% 0 0 0;
		margin: 0 0 10% 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 40px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 40px;
	  background: #000;
	  animation: pathmove2 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove2{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 50px;
		opacity: 0;
	  }
	}
	.order .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.order .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.step-list{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.step-list li{
		width: 47%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #eee;
		margin: 0 0 2% 0;
	}
	.step-list li .s-num{
		width: 20%;
		height: 100%;
		border-right: 1px solid #eee;
		position: relative;
	}
	.step-list li .s-num .num{
		font-size: 30px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 0;
		left: 0;
	}
	.step-list li .s-txt{
		width: 80%;
		padding: 3% 0;
	}
	.step-list li .s-txt .txt{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 10%;
	}
	.step-list li .s-txt .txt span{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 2% 0;
	}
	.step-list li .s-txt .txt span.end{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 0 0!important;
	}
	.step-list li:last-child{
		width: 47%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #fff;
		margin: 0 0 2% 0;
	}
	.step-list li .end-txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.order02{
		width: 100%;
	}
	.order02 .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.order02 .txt span{
		width: max-content;
		border: 1px solid #eee;
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		padding: 1% 5%;
		margin: 0 auto 3% auto;
	}
	.step-list02{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10% auto;
		border-top: 1px solid #eee;
	}
	.step-list02 li{
		width: 100%;
		border-bottom: 1px solid #eee;
		margin: 3% 0 3% 0;
		padding: 0 5% 3% 5%;
		box-sizing: border-box;
	}
	.step-list02 li .s-02txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		box-sizing: border-box;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-indent: -1.5em;
   		padding-left: 1.5em;
	}
	
	.type{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.type .title{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.type-list{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.type-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.type-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.type-list li .data01{
		width: 40%;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.type-list li .data02{
		width: 55%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 5% 0 0;
	}
	.type-list li .data01 .txt01{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
		line-height: 2em;
	}
	.type-list li .data01 .txt02{
		width: 100%;
		min-height: 80px;
		font-size: 21px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt03{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
		border-bottom: 1px solid #eee;
		padding: 0 0 3% 0;
	}
	.type-list li .txt04{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt04 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	.type-list li .txt05{
		width: 50%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt05 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.option{
		width: 100%;
	}
	.option .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.option-list{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.option-list li{
		width: 45%;
		margin: 0 auto 5% auto;
	}
	.option-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.option-list li .txt01{
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.option-list li .txt02{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 5%;
	}
	
	/*contact------------------------------------------------------*/
	.contact{
		width: 100%;
		padding: 10% 0 0 0;
	}
	.contact .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.contact .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.contact .txt02{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.contact .line{
		width: 100%;
		max-width: 1200px;
		height: 1px;
		background: #eee;
		margin: 0 auto 7% auto;
	}
	.contact-list{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.contact_btn{
		width: 100%;
		max-width: 350px;
		margin: 0 auto 10% auto;
		display: block;
		background: #000;
		border: 1px solid #000;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 1px;
		padding: 20px 0;
		position: relative;
		transition: .3s;
	}
	.contact_btn span{
		width: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
		display: block;
		height: 7.5px;
		transition: .3s;
	}
	.contact_btn:hover{
		background: #fff;
		color: #000;
		transition: .3s;
	}
	.contact_btn:hover span{
		fill: #000;
		opacity: 1;
		right: 5%;
		transition: .3s;
	}
	
	/*anime*/
	.f-up01 {
		opacity : 0;
	}
	.f-up01.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up02 {
		opacity : 0;
	}
	.f-up02.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up03 {
		opacity : 0;
	}
	.f-up03.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up01 {
		0% {
		  opacity: 0;
		  filter: blur(4px);
		}
		100% {
		  opacity: 1;
		  filter: blur(0);
		}
	}
	.c-up01 {
		opacity : 0;
	}
	.c-up01.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up02 {
		opacity : 0;
	}
	.c-up02.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up03 {
		opacity : 0;
	}
	.c-up03.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up04 {
		opacity : 0;
	}
	.c-up04.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up05 {
		opacity : 0;
	}
	.c-up05.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up06 {
		opacity : 0;
	}
	.c-up06.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	
}

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

	/* youtube-btn */
	.youtube-btn{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		cursor: zoom-in !important;
	}
	.youtube-btn .txt{
		width: 50px;
		position: absolute;
		top: 65%;
		-webkit-transform: translateY(-65%); /* Safari用 */
		transform: translateY(-65%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn img {
		width: 100%;
	}
	.pulse-btn::before, .pulse-btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		border: 1px solid #fff;
		border-radius: 50%;
		box-sizing: border-box;
		pointer-events: none;
		animation: pulsate 2s linear infinite;
	}
	.pulse-btn::after {
		animation-delay: 1s;
	}
	@keyframes pulsate {
		0% {
			transform: scale(1);
			opacity: 1;
		}
		
		100% {
			transform: scale(2);
			opacity: 0;
		}
	}
	
	/*lng-btn*/
	.lng-btn{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.lng-btn li{
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.lng-btn li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*lng-btn02*/
	.lng-btn02{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}
	.lng-btn02 li{
		width: 100%;
		border-bottom: 1px solid #000;
	}
	.lng-btn02 li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn02 li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}

	/*nav*/
	.menu{
		height: 10px;
		position: fixed;
		right: 44px;
		top: 44px;
		width: 30px;
		z-index: 99;
		cursor: pointer;
	}
	.menu__line{
		background: rgba(0,0,0,1.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.menu__line--center{
		top: 9px;
		display: none;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(0,0,0,1.00);
		top: 0px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(0,0,0,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(0,0,0,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		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: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	
	.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;
	}
	.logo-h{
		width: 75px;
		position: absolute;
		top: 30px;
		left: 2%;
	}
	.top-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 30px;
		left: 13%;
	}
	.top-nav-h li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 25px;
	}
	.top-nav-h li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-h li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 30px;
		right: 7%;
	}
	.sns-nav-h li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-h li a{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: relative;
		text-decoration: none;
		transition: .3s;
	}
	.sns-nav-h li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #000;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-h li a:hover:before {
		transform: scale(1);
	}
	.txt-h{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: absolute;
		bottom: 5%;
		left: 2%;
	}
	.logo-c-h{
		width: 200px;
		position: absolute;
		bottom: 5%;
		right: 2%;
	}
	
	
	/*header*/
	.header{
		left: 0;
		position: fixed;
		top: 30px;
		transition: color 0.4s ease-out;
		width: 100%;
		z-index: 1;
		display: flex;
		justify-content: flex-start;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.header .logo{
		width: 75px;
		margin: 0 7% 0 0;
		z-index: 1;
	}
	.header.headerColorScroll .logo .cls-1{
	  fill:#000;
	  transition: color 0.4s ease-out;
	}
	.header.headerColorScroll .logo .cls-2{
	  fill:#b48413;
	  transition: color 0.4s ease-out;
	}
	.cls-1{fill:#fff;}
	.cls-2{fill:#b48413;}
	.top-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.header.headerColorScroll .top-nav{
		display: none;
	}
	.top-nav li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 25px;
	}
	.top-nav li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.header.headerColorScroll .sns-nav{
		display: none;
	}
	.sns-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		right: 2%;
	}
	.sns-nav li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav li a{
		display: inline-block;
		position: relative;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
	}
	.sns-nav li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav li a:hover:before {
		transform: scale(1);
	}
	
	/*mv*/
	.mv {
		width: 100%;
		background: #000;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv .txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 5%;
		left: 2%;
	}
	.mv .logo{
		width: 200px;
		position: absolute;
		bottom: 5%;
		right: 2%;
	}
	
	.page-top{
		width: 30px;
		position: fixed;
		right: 2%;
		bottom: 2%;
	}
	
	/*concept*/
	.concept{
		width: 100%;
	}
	.concept .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.concept .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.concept .txt02{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.concept .txt03-1{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 2% auto;
	}
	.concept .txt03-2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	
	.concept .c01{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
	}
	.concept .c02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c02 p{
		font-size: 25px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 35%;
		left: 15%;
	}
	.concept .c05{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c05 p{
		font-size: 25px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 20%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c06{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
	}
	.concept .c07{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 0 30% 0 0;
	}
	.concept .c08{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 0 0 0 30%;
	}
	.concept .c09{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c09 p{
		font-size: 25px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 20%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c12{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 15% auto;
	}
	
	/*col02*/
	.col02{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.col02 .left{
		width: 55%;
	}
	.col02 .right{
		width: 40%;
	}
	.txt-box{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 15%;
	}
	.txt-box li:first-child{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.txt-box li:last-child{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	.txt-box02{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 0;
	}
	.txt-box02 li:first-child{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.txt-box02 li:last-child{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.pro .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 1% 0;
	}
	.pro-list{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.pro-list li{
		width: 28%;
	}
	.pro-list li .img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.data-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.data-list li{
		width: max-content;
		writing-mode: vertical-rl;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.data-list li span{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	
	/*company*/
	.company{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.company .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 1% 0;
	}
	.company .img{
		width: 100%;
		max-width: 1000px;
		margin: 3% auto 4% auto;
	}
	
	.company .ara-box{
		width: 100%;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.company .ara-box .img{
		width: 40%;
	}
	.company .ara-box .data{
		width: 45%;
	}
	.company .ara-box .data .a-title{
		width: 150px;
		margin: 0 0 7% 0;
	}
	.company .ara-box .data .a-txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.company .ara-box .data a{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		padding: 0 0 5px 0;
		transition: .3s;
	}
	.company .ara-box .data a:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	
	.company .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.company .txt span{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 2% auto;
	}
	.company-data{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 7% auto;
	}
	.company-data li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.company-data li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-bottom: 1px solid #fff;
	}
	.company-data li .y{
		width: 30%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-data li .t{
		width: 70%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.company-outline{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.company-outline li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 2% 0;
	}
	.company-outline li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0% 0;
	}
	.company-outline li .y{
		width: 10%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-outline li .t{
		width: 85%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*footer*/
	footer{
		width: 100%;
		background: #000;
		position: relative;
		padding: 2% 0 20% 0;
		z-index: 10;
	}
	footer .c-logo{
		width: 200px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 10%;
	}
	footer .f-txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 30px;
		left: 2%;
		z-index: 3;
		color: #fff;
	}
	footer .copy{
		color: #fff;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 15%;
		left: 2%;
	}
	.top-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 10%;
		right: 2%;
	}
	.top-nav-f li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 25px;
	}
	.top-nav-f li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-f li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		bottom: 15%;
		right: 2%;
	}
	.sns-nav-f li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-f li a{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		position: relative;
		transition: .3s;
	}
	.sns-nav-f li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-f li a:hover:before {
		transform: scale(1);
	}
	
	
	/*order------------------------------------------------------*/
	.order{
		width: 100%;
		padding: 10% 0 0 0;
		margin: 0 0 10% 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 40px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 40px;
	  background: #000;
	  animation: pathmove2 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove2{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 50px;
		opacity: 0;
	  }
	}
	.order .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.order .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.step-list{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.step-list li{
		width: 47%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #eee;
		margin: 0 0 2% 0;
	}
	.step-list li .s-num{
		width: 20%;
		height: 100%;
		border-right: 1px solid #eee;
		position: relative;
	}
	.step-list li .s-num .num{
		font-size: 30px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 0;
		left: 0;
	}
	.step-list li .s-txt{
		width: 80%;
		padding: 3% 0;
	}
	.step-list li .s-txt .txt{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 10%;
	}
	.step-list li .s-txt .txt span{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 2% 0;
	}
	.step-list li .s-txt .txt span.end{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 0 0!important;
	}
	.step-list li:last-child{
		width: 47%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #fff;
		margin: 0 0 2% 0;
	}
	.step-list li .end-txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.order02{
		width: 100%;
	}
	.order02 .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.order02 .txt span{
		width: max-content;
		border: 1px solid #eee;
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		padding: 1% 5%;
		margin: 0 auto 3% auto;
	}
	.step-list02{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 10% auto;
		border-top: 1px solid #eee;
	}
	.step-list02 li{
		width: 100%;
		border-bottom: 1px solid #eee;
		margin: 3% 0 3% 0;
		padding: 0 5% 3% 5%;
		box-sizing: border-box;
	}
	.step-list02 li .s-02txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		box-sizing: border-box;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-indent: -1.5em;
   		padding-left: 1.5em;
	}
	
	.type{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.type .title{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.type-list{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.type-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.type-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.type-list li .data01{
		width: 40%;
		box-sizing: border-box;
		padding: 0 0 0 5%;
	}
	.type-list li .data02{
		width: 55%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 5% 0 0;
	}
	.type-list li .data01 .txt01{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
		line-height: 2em;
	}
	.type-list li .data01 .txt02{
		width: 100%;
		min-height: 80px;
		font-size: 21px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt03{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
		border-bottom: 1px solid #eee;
		padding: 0 0 3% 0;
	}
	.type-list li .txt04{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt04 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	.type-list li .txt05{
		width: 50%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt05 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.option{
		width: 100%;
	}
	.option .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.option-list{
		width: 100%;
		max-width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.option-list li{
		width: 45%;
		margin: 0 auto 5% auto;
	}
	.option-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.option-list li .txt01{
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.option-list li .txt02{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 5%;
	}
	
	/*contact------------------------------------------------------*/
	.contact{
		width: 100%;
		padding: 10% 0 0 0;
	}
	.contact .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.contact .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.contact .txt02{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.contact .line{
		width: 100%;
		max-width: 1200px;
		height: 1px;
		background: #eee;
		margin: 0 auto 7% auto;
	}
	.contact-list{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.contact_btn{
		width: 100%;
		max-width: 350px;
		margin: 0 auto 10% auto;
		display: block;
		background: #000;
		border: 1px solid #000;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 1px;
		padding: 20px 0;
		position: relative;
		transition: .3s;
	}
	.contact_btn span{
		width: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
		display: block;
		height: 7.5px;
		transition: .3s;
	}
	.contact_btn:hover{
		background: #fff;
		color: #000;
		transition: .3s;
	}
	.contact_btn:hover span{
		fill: #000;
		opacity: 1;
		right: 5%;
		transition: .3s;
	}
	
	/*anime*/
	.f-up01 {
		opacity : 0;
	}
	.f-up01.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up02 {
		opacity : 0;
	}
	.f-up02.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up03 {
		opacity : 0;
	}
	.f-up03.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up01 {
		0% {
		  opacity: 0;
		  filter: blur(4px);
		}
		100% {
		  opacity: 1;
		  filter: blur(0);
		}
	}
	.c-up01 {
		opacity : 0;
	}
	.c-up01.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up02 {
		opacity : 0;
	}
	.c-up02.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up03 {
		opacity : 0;
	}
	.c-up03.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up04 {
		opacity : 0;
	}
	.c-up04.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up05 {
		opacity : 0;
	}
	.c-up05.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up06 {
		opacity : 0;
	}
	.c-up06.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}

	
}

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

	/* youtube-btn */
	.youtube-btn{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		cursor: zoom-in !important;
	}
	.youtube-btn .txt{
		width: 50px;
		position: absolute;
		top: 65%;
		-webkit-transform: translateY(-65%); /* Safari用 */
		transform: translateY(-65%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn img {
		width: 100%;
	}
	.pulse-btn::before, .pulse-btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		border: 1px solid #fff;
		border-radius: 50%;
		box-sizing: border-box;
		pointer-events: none;
		animation: pulsate 2s linear infinite;
	}
	.pulse-btn::after {
		animation-delay: 1s;
	}
	@keyframes pulsate {
		0% {
			transform: scale(1);
			opacity: 1;
		}
		
		100% {
			transform: scale(2);
			opacity: 0;
		}
	}
	
	/*lng-btn*/
	.lng-btn{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.lng-btn li{
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.lng-btn li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*lng-btn02*/
	.lng-btn02{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}
	.lng-btn02 li{
		width: 100%;
		border-bottom: 1px solid #000;
	}
	.lng-btn02 li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn02 li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*nav*/
	.menu{
		height: 10px;
		position: fixed;
		right: 44px;
		top: 44px;
		width: 30px;
		z-index: 99;
		cursor: pointer;
	}
	.menu__line{
		background: rgba(0,0,0,1.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.menu__line--center{
		top: 9px;
		display: none;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(0,0,0,1.00);
		top: 0px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(0,0,0,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(0,0,0,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		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: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	
	.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;
	}
	.logo-h{
		width: 70px;
		position: absolute;
		top: 30px;
		left: 2%;
	}
	.top-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 30px;
		left: 13%;
	}
	.top-nav-h li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 20px;
	}
	.top-nav-h li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-h li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 30px;
		right: 7%;
	}
	.sns-nav-h li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-h li a{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: relative;
		text-decoration: none;
		transition: .3s;
	}
	.sns-nav-h li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #000;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-h li a:hover:before {
		transform: scale(1);
	}
	.txt-h{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: absolute;
		bottom: 5%;
		left: 2%;
	}
	.logo-c-h{
		width: 200px;
		position: absolute;
		bottom: 5%;
		right: 2%;
	}
	
	
	/*header*/
	.header{
		left: 0;
		position: fixed;
		top: 30px;
		transition: color 0.4s ease-out;
		width: 100%;
		z-index: 1;
		display: flex;
		justify-content: flex-start;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.header .logo{
		width: 70px;
		margin: 0 5% 0 0;
		z-index: 1;
	}
	.header.headerColorScroll .logo .cls-1{
	  fill:#000;
	  transition: color 0.4s ease-out;
	}
	.header.headerColorScroll .logo .cls-2{
	  fill:#b48413;
	  transition: color 0.4s ease-out;
	}
	.cls-1{fill:#fff;}
	.cls-2{fill:#b48413;}
	.top-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.header.headerColorScroll .top-nav{
		display: none;
	}
	.top-nav li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 20px;
	}
	.top-nav li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.header.headerColorScroll .sns-nav{
		display: none;
	}
	.sns-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		right: 2%;
	}
	.sns-nav li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav li a{
		display: inline-block;
		position: relative;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
	}
	.sns-nav li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav li a:hover:before {
		transform: scale(1);
	}
	
	/*mv*/
	.mv {
		width: 100%;
		background: #000;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv .txt{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 5%;
		left: 2%;
	}
	.mv .logo{
		width: 200px;
		position: absolute;
		bottom: 5%;
		right: 2%;
	}
	
	.page-top{
		width: 30px;
		position: fixed;
		right: 2%;
		bottom: 2%;
	}
	
	/*concept*/
	.concept{
		width: 100%;
	}
	.concept .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.concept .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.concept .txt02{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.concept .txt03-1{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 2% auto;
	}
	.concept .txt03-2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	
	.concept .c01{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.concept .c02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c02 p{
		font-size: 18px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 35%;
		left: 15%;
	}
	.concept .c05{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c05 p{
		font-size: 18px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 20%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c06{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.concept .c07{
		width: 80%;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 0 30% 0 0;
	}
	.concept .c08{
		width: 80%;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 0 0 0 30%;
	}
	.concept .c09{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c09 p{
		font-size: 18px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 20%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c12{
		width: 60%;
		margin: 0 auto 15% auto;
	}
	
	/*col02*/
	.col02{
		width: 80%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.col02 .left{
		width: 55%;
	}
	.col02 .right{
		width: 40%;
	}
	.txt-box{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 15%;
	}
	.txt-box li:first-child{
		font-size: 18px;
		letter-spacing: 5px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.txt-box li:last-child{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	.txt-box02{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 0;
	}
	.txt-box02 li:first-child{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.txt-box02 li:last-child{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.pro .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 1% 0;
	}
	.pro-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.pro-list li{
		width: 28%;
	}
	.pro-list li .img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.data-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.data-list li{
		width: max-content;
		writing-mode: vertical-rl;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.data-list li span{
		font-size: 12px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	
	/*company*/
	.company{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.company .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 1% 0;
	}
	.company .img{
		width: 60%;
		margin: 3% auto 4% auto;
	}
	
	.company .ara-box{
		width: 100%;
		max-width: 1100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.company .ara-box .img{
		width: 45%;
	}
	.company .ara-box .data{
		width: 45%;
	}
	.company .ara-box .data .a-title{
		width: 150px;
		margin: 0 0 7% 0;
	}
	.company .ara-box .data .a-txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.company .ara-box .data a{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		padding: 0 0 5px 0;
		transition: .3s;
	}
	.company .ara-box .data a:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	
	.company .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.company .txt span{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 2% auto;
	}
	.company-data{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.company-data li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.company-data li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-bottom: 1px solid #fff;
	}
	.company-data li .y{
		width: 30%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-data li .t{
		width: 70%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.company-outline{
		width: 60%;
		margin: 0 auto;
	}
	.company-outline li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 2% 0;
	}
	.company-outline li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0% 0;
	}
	.company-outline li .y{
		width: 10%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-outline li .t{
		width: 85%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*footer*/
	footer{
		width: 100%;
		background: #000;
		position: relative;
		padding: 2% 0 25% 0;
		z-index: 10;
	}
	footer .c-logo{
		width: 200px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 10%;
	}
	footer .f-txt{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 30px;
		left: 2%;
		z-index: 3;
		color: #fff;
	}
	footer .copy{
		color: #fff;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 15%;
		left: 2%;
	}
	.top-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 10%;
		right: 2%;
	}
	.top-nav-f li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 20px;
	}
	.top-nav-f li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-f li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		bottom: 15%;
		right: 2%;
	}
	.sns-nav-f li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-f li a{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		position: relative;
		transition: .3s;
	}
	.sns-nav-f li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-f li a:hover:before {
		transform: scale(1);
	}
	
	
	/*order------------------------------------------------------*/
	.order{
		width: 100%;
		padding: 10% 0 0 0;
		margin: 0 0 10% 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 40px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 40px;
	  background: #000;
	  animation: pathmove2 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove2{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 50px;
		opacity: 0;
	  }
	}
	.order .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.order .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.step-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.step-list li{
		width: 47%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #eee;
		margin: 0 0 2% 0;
	}
	.step-list li .s-num{
		width: 20%;
		height: 100%;
		border-right: 1px solid #eee;
		position: relative;
	}
	.step-list li .s-num .num{
		font-size: 30px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 0;
		left: 0;
	}
	.step-list li .s-txt{
		width: 80%;
		padding: 3% 0;
	}
	.step-list li .s-txt .txt{
		font-size: 13px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 10%;
	}
	.step-list li .s-txt .txt span{
		font-size: 17px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 2% 0;
	}
	.step-list li .s-txt .txt span.end{
		font-size: 17px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 0 0!important;
	}
	.step-list li:last-child{
		width: 47%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #fff;
		margin: 0 0 2% 0;
	}
	.step-list li .end-txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.order02{
		width: 100%;
	}
	.order02 .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.order02 .txt span{
		width: max-content;
		border: 1px solid #eee;
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		padding: 1% 5%;
		margin: 0 auto 3% auto;
	}
	.step-list02{
		width: 80%;
		margin: 0 auto 10% auto;
		border-top: 1px solid #eee;
	}
	.step-list02 li{
		width: 100%;
		border-bottom: 1px solid #eee;
		margin: 3% 0 3% 0;
		padding: 0 5% 3% 5%;
		box-sizing: border-box;
	}
	.step-list02 li .s-02txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		box-sizing: border-box;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-indent: -1.5em;
   		padding-left: 1.5em;
	}
	
	.type{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.type .title{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.type-list{
		width: 75%;
		margin: 0 auto;
	}
	.type-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.type-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.type-list li .data01{
		width: 40%;
		box-sizing: border-box;
		padding: 0 0 0 2%;
	}
	.type-list li .data02{
		width: 55%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 2% 0 0;
	}
	.type-list li .data01 .txt01{
		font-size: 17px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
		line-height: 2em;
	}
	.type-list li .data01 .txt02{
		width: 100%;
		min-height: 80px;
		font-size: 19px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt03{
		width: 100%;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
		border-bottom: 1px solid #eee;
		padding: 0 0 4% 0;
	}
	.type-list li .txt04{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt04 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	.type-list li .txt05{
		width: 50%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt05 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.option{
		width: 100%;
	}
	.option .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.option-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.option-list li{
		width: 45%;
		margin: 0 auto 5% auto;
	}
	.option-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.option-list li .txt01{
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.option-list li .txt02{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 5%;
	}
	
	/*contact------------------------------------------------------*/
	.contact{
		width: 100%;
		padding: 10% 0 0 0;
	}
	.contact .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.contact .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.contact .txt02{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.contact .line{
		width: 100%;
		max-width: 1200px;
		height: 1px;
		background: #eee;
		margin: 0 auto 7% auto;
	}
	.contact-list{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.contact_btn{
		width: 100%;
		max-width: 350px;
		margin: 0 auto 10% auto;
		display: block;
		background: #000;
		border: 1px solid #000;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 1px;
		padding: 20px 0;
		position: relative;
		transition: .3s;
	}
	.contact_btn span{
		width: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
		display: block;
		height: 7.5px;
		transition: .3s;
	}
	.contact_btn:hover{
		background: #fff;
		color: #000;
		transition: .3s;
	}
	.contact_btn:hover span{
		fill: #000;
		opacity: 1;
		right: 5%;
		transition: .3s;
	}
	
	/*anime*/
	.f-up01 {
		opacity : 0;
	}
	.f-up01.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up02 {
		opacity : 0;
	}
	.f-up02.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up03 {
		opacity : 0;
	}
	.f-up03.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up01 {
		0% {
		  opacity: 0;
		  filter: blur(4px);
		}
		100% {
		  opacity: 1;
		  filter: blur(0);
		}
	}
	.c-up01 {
		opacity : 0;
	}
	.c-up01.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up02 {
		opacity : 0;
	}
	.c-up02.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up03 {
		opacity : 0;
	}
	.c-up03.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up04 {
		opacity : 0;
	}
	.c-up04.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up05 {
		opacity : 0;
	}
	.c-up05.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up06 {
		opacity : 0;
	}
	.c-up06.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	
}

/*//////////////////////////////// for PAD ////////////////////////////*/
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.sp-on{
		display: none !important;
	}
	
	/* youtube-btn */
	.youtube-btn{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		cursor: zoom-in !important;
	}
	.youtube-btn .txt{
		width: 40px;
		position: absolute;
		top: 70%;
		-webkit-transform: translateY(-70%); /* Safari用 */
		transform: translateY(-70%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn img {
		width: 100%;
	}
	.pulse-btn::before, .pulse-btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		border: 1px solid #fff;
		border-radius: 50%;
		box-sizing: border-box;
		pointer-events: none;
		animation: pulsate 2s linear infinite;
	}
	.pulse-btn::after {
		animation-delay: 1s;
	}
	@keyframes pulsate {
		0% {
			transform: scale(1);
			opacity: 1;
		}
		
		100% {
			transform: scale(2);
			opacity: 0;
		}
	}

	/*lng-btn*/
	.lng-btn{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.lng-btn li{
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.lng-btn li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*lng-btn02*/
	.lng-btn02{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}
	.lng-btn02 li{
		width: 100%;
		border-bottom: 1px solid #000;
	}
	.lng-btn02 li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn02 li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*nav*/
	.menu{
		height: 10px;
		position: fixed;
		right: 44px;
		top: 44px;
		width: 30px;
		z-index: 99;
		cursor: pointer;
	}
	.menu__line{
		background: rgba(0,0,0,1.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.menu__line--center{
		top: 9px;
		display: none;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(0,0,0,1.00);
		top: 0px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(0,0,0,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(0,0,0,1.00);
		bottom: 10px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		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: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	
	.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;
	}
	.logo-h{
		width: 60px;
		position: absolute;
		top: 30px;
		left: 2%;
	}
	.top-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 30px;
		left: 13%;
	}
	.top-nav-h li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 15px;
	}
	.top-nav-h li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-h li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 30px;
		right: 7%;
	}
	.sns-nav-h li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-h li a{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: relative;
		text-decoration: none;
		transition: .3s;
	}
	.sns-nav-h li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #000;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-h li a:hover:before {
		transform: scale(1);
	}
	.txt-h{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: absolute;
		bottom: 5%;
		left: 5%;
	}
	.logo-c-h{
		width: 200px;
		position: absolute;
		bottom: 5%;
		right: 5%;
	}
	
	
	/*header*/
	.header{
		left: 0;
		position: fixed;
		top: 30px;
		transition: color 0.4s ease-out;
		width: 100%;
		z-index: 1;
		display: flex;
		justify-content: flex-start;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.header .logo{
		width: 60px;
		margin: 0 5% 0 0;
		z-index: 1;
	}
	.header.headerColorScroll .logo .cls-1{
	  fill:#000;
	  transition: color 0.4s ease-out;
	}
	.header.headerColorScroll .logo .cls-2{
	  fill:#b48413;
	  transition: color 0.4s ease-out;
	}
	.cls-1{fill:#fff;}
	.cls-2{fill:#b48413;}
	.top-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.header.headerColorScroll .top-nav{
		display: none;
	}
	.top-nav li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 15px;
	}
	.top-nav li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.header.headerColorScroll .sns-nav{
		display: none;
	}
	.sns-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		right: 2%;
	}
	.sns-nav li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav li a{
		display: inline-block;
		position: relative;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
	}
	.sns-nav li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav li a:hover:before {
		transform: scale(1);
	}
	
	/*mv*/
	.mv {
		width: 100%;
		background: #000;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv .txt{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 5%;
		left: 2%;
	}
	.mv .logo{
		width: 200px;
		position: absolute;
		bottom: 5%;
		right: 2%;
	}
	
	.page-top{
		width: 30px;
		position: fixed;
		right: 2%;
		bottom: 2%;
	}
	
	/*concept*/
	.concept{
		width: 100%;
	}
	.concept .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.concept .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.concept .txt02{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.concept .txt03-1{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 2% auto;
	}
	.concept .txt03-2{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	
	.concept .c01{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.concept .c02{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c02 p{
		font-size: 18px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 35%;
		left: 15%;
	}
	.concept .c05{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c05 p{
		font-size: 18px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 20%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c06{
		width: 60%;
		margin: 0 auto 7% auto;
	}
	.concept .c07{
		width: 80%;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 0 30% 0 0;
	}
	.concept .c08{
		width: 80%;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		padding: 0 0 0 30%;
	}
	.concept .c09{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.concept .c09 p{
		font-size: 18px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 20%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c12{
		width: 60%;
		margin: 0 auto 15% auto;
	}
	
	/*col02*/
	.col02{
		width: 80%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.col02 .left{
		width: 55%;
	}
	.col02 .right{
		width: 40%;
	}
	.txt-box{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 15%;
	}
	.txt-box li:first-child{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.txt-box li:last-child{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	.txt-box02{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 0;
	}
	.txt-box02 li:first-child{
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.txt-box02 li:last-child{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.pro .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 1% 0;
	}
	.pro-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 3% auto 0 auto;
	}
	.pro-list li{
		width: 28%;
	}
	.pro-list li .img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.data-list{
		width: 95%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.data-list li{
		width: max-content;
		writing-mode: vertical-rl;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.data-list li span{
		font-size: 12px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	
	/*company*/
	.company{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.company .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 1% 0;
	}
	.company .img{
		width: 60%;
		margin: 3% auto 4% auto;
	}
	
	.company .ara-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.company .ara-box .img{
		width: 40%;
	}
	.company .ara-box .data{
		width: 50%;
	}
	.company .ara-box .data .a-title{
		width: 150px;
		margin: 0 0 5% 0;
	}
	.company .ara-box .data .a-txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.company .ara-box .data a{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		padding: 0 0 5px 0;
		transition: .3s;
	}
	.company .ara-box .data a:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	
	.company .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.company .txt span{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 2% auto;
	}
	.company-data{
		width: 50%;
		margin: 0 auto 7% auto;
	}
	.company-data li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.company-data li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-bottom: 1px solid #fff;
	}
	.company-data li .y{
		width: 30%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-data li .t{
		width: 70%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.company-outline{
		width: 60%;
		margin: 0 auto;
	}
	.company-outline li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 2% 0;
	}
	.company-outline li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0% 0;
	}
	.company-outline li .y{
		width: 10%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-outline li .t{
		width: 85%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*footer*/
	footer{
		width: 100%;
		background: #000;
		position: relative;
		padding: 2% 0 40% 0;
		z-index: 10;
	}
	footer .c-logo{
		width: 200px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 10%;
	}
	footer .f-txt{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		top: 30px;
		left: 2%;
		z-index: 3;
		color: #fff;
	}
	footer .copy{
		color: #fff;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 15%;
		left: 2%;
	}
	.top-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 10%;
		right: 2%;
	}
	.top-nav-f li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 15px;
	}
	.top-nav-f li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-f li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		bottom: 15%;
		right: 2%;
	}
	.sns-nav-f li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-f li a{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		position: relative;
		transition: .3s;
	}
	.sns-nav-f li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-f li a:hover:before {
		transform: scale(1);
	}
	
	
	/*order------------------------------------------------------*/
	.order{
		width: 100%;
		padding: 10% 0 0 0;
		margin: 0 0 10% 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 40px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 40px;
	  background: #000;
	  animation: pathmove2 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove2{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 50px;
		opacity: 0;
	  }
	}
	.order .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.order .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.step-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.step-list li{
		width: 47%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #eee;
		margin: 0 0 2% 0;
	}
	.step-list li .s-num{
		width: 20%;
		height: 100%;
		border-right: 1px solid #eee;
		position: relative;
	}
	.step-list li .s-num .num{
		font-size: 30px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 0;
		left: 0;
	}
	.step-list li .s-txt{
		width: 80%;
		padding: 3% 0;
	}
	.step-list li .s-txt .txt{
		font-size: 13px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 10%;
	}
	.step-list li .s-txt .txt span{
		font-size: 17px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 2% 0;
	}
	.step-list li .s-txt .txt span.end{
		font-size: 17px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 0 0!important;
	}
	.step-list li:last-child{
		width: 47%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #fff;
		margin: 0 0 2% 0;
	}
	.step-list li .end-txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.order02{
		width: 100%;
	}
	.order02 .txt{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.order02 .txt span{
		width: max-content;
		border: 1px solid #eee;
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		padding: 1% 5%;
		margin: 0 auto 3% auto;
	}
	.step-list02{
		width: 80%;
		margin: 0 auto 10% auto;
		border-top: 1px solid #eee;
	}
	.step-list02 li{
		width: 100%;
		border-bottom: 1px solid #eee;
		margin: 3% 0 3% 0;
		padding: 0 5% 3% 5%;
		box-sizing: border-box;
	}
	.step-list02 li .s-02txt{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		box-sizing: border-box;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-indent: -1.5em;
   		padding-left: 1.5em;
	}
	
	.type{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.type .title{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.type-list{
		width: 75%;
		margin: 0 auto;
	}
	.type-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.type-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.type-list li .data01{
		width: 40%;
		box-sizing: border-box;
		padding: 0 0 0 2%;
	}
	.type-list li .data02{
		width: 55%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 2% 0 0;
	}
	.type-list li .data01 .txt01{
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.type-list li .data01 .txt02{
		width: 100%;
		min-height: 80px;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt03{
		width: 100%;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
		border-bottom: 1px solid #eee;
		padding: 0 0 4% 0;
	}
	.type-list li .txt04{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt04 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	.type-list li .txt05{
		width: 50%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt05 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.option{
		width: 100%;
	}
	.option .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.option-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 10% auto;
	}
	.option-list li{
		width: 45%;
		margin: 0 auto 5% auto;
	}
	.option-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.option-list li .txt01{
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.option-list li .txt02{
		width: 100%;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 5%;
	}
	
	/*contact------------------------------------------------------*/
	.contact{
		width: 100%;
		padding: 10% 0 0 0;
	}
	.contact .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 1% auto;
	}
	.contact .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 3% auto;
	}
	.contact .txt02{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
	}
	.contact .line{
		width: 100%;
		max-width: 1200px;
		height: 1px;
		background: #eee;
		margin: 0 auto 7% auto;
	}
	.contact-list{
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.contact_btn{
		width: 100%;
		max-width: 350px;
		margin: 0 auto 10% auto;
		display: block;
		background: #000;
		border: 1px solid #000;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 1px;
		padding: 20px 0;
		position: relative;
		transition: .3s;
	}
	.contact_btn span{
		width: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
		display: block;
		height: 7.5px;
		transition: .3s;
	}
	.contact_btn:hover{
		background: #fff;
		color: #000;
		transition: .3s;
	}
	.contact_btn:hover span{
		fill: #000;
		opacity: 1;
		right: 5%;
		transition: .3s;
	}
	
	/*anime*/
	.f-up01 {
		opacity : 0;
	}
	.f-up01.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up02 {
		opacity : 0;
	}
	.f-up02.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up03 {
		opacity : 0;
	}
	.f-up03.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up01 {
		0% {
		  opacity: 0;
		  filter: blur(4px);
		}
		100% {
		  opacity: 1;
		  filter: blur(0);
		}
	}
	.c-up01 {
		opacity : 0;
	}
	.c-up01.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up02 {
		opacity : 0;
	}
	.c-up02.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up03 {
		opacity : 0;
	}
	.c-up03.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up04 {
		opacity : 0;
	}
	.c-up04.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up05 {
		opacity : 0;
	}
	.c-up05.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up06 {
		opacity : 0;
	}
	.c-up06.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {
	.pc-on{
		display: none !important;
	}
	
	/* youtube-btn */
	.youtube-btn{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		cursor: zoom-in !important;
	}
	.youtube-btn .txt{
		width: 30px;
		position: absolute;
		top: 75%;
		-webkit-transform: translateY(-75%); /* Safari用 */
		transform: translateY(-75%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pulse-btn img {
		width: 100%;
	}
	.pulse-btn::before, .pulse-btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		border: .5px solid #fff;
		border-radius: 50%;
		box-sizing: border-box;
		pointer-events: none;
		animation: pulsate 2s linear infinite;
	}
	.pulse-btn::after {
		animation-delay: 1s;
	}
	@keyframes pulsate {
		0% {
			transform: scale(1);
			opacity: 1;
		}
		
		100% {
			transform: scale(2);
			opacity: 0;
		}
	}

	/*lng-btn*/
	.lng-btn{
		width: 30px;
		position: absolute;
		z-index: 10;
		right: 0;
		display: block;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.lng-btn li{
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.lng-btn li a{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn li a:hover{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn li a.on{
		width: 100%;
		height: 60px;
		display: block;
		text-decoration: none;
		color: #000;
		background: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*lng-btn02*/
	.lng-btn02{
		width: 120px;
		position: absolute;
		z-index: 10;
		right: 0;
		left: 0;
		margin: 0 auto;
		display: flex;
		top: 71%;
		border: 1px solid #000;
	}
	.lng-btn02 li{
		width: 100%;
	}
	.lng-btn02 li a{
		width: 100%;
		height: 30px;
		display: block;
		text-decoration: none;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a .txt{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		transition: .3s;
	}
	.lng-btn02 li a:hover{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	.lng-btn02 li a.on{
		width: 100%;
		display: block;
		text-decoration: none;
		color: #fff;
		background: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 11px;
		text-align: center;
		position: relative;
		transition: .3s;
	}
	
	/*nav*/
	.menu{
		height: 10px;
		position: fixed;
		right: 20px;
		top: 20px;
		width: 30px;
		z-index: 99;
		cursor: pointer;
	}
	.menu__line{
		background: rgba(0,0,0,1.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}
	.menu__line--center{
		top: 9px;
		display: none;
	}
	.menu__line--bottom{
		bottom: 0;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: rgba(0,0,0,1.00);
		top: 10px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: rgba(0,0,0,1.00);
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: rgba(0,0,0,1.00);
		bottom: 0px;
		transform: rotate(135deg);
	}
	
	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		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: 100%;
		justify-content: center;
		position: absolute;
		width: 100%;
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	
	.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;
	}
	.logo-h{
		display: none;
	}
	.top-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 15%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.top-nav-h li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 20px;
	}
	.top-nav-h li a{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-h li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-h{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 60%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.sns-nav-h li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-h li a{
		font-size: 13px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: relative;
		text-decoration: none;
		transition: .3s;
	}
	.sns-nav-h li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #000;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-h li a:hover:before {
		transform: scale(1);
	}
	.txt-h{
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
	.logo-c-h{
		width: 200px;
		position: absolute;
		bottom: 45%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	
	/*header*/
	.header{
		left: 0;
		position: absolute;
		top: 20px;
		transition: color 0.4s ease-out;
		width: 100%;
		z-index: 1;
		display: flex;
		justify-content: flex-start;
		box-sizing: border-box;
		padding: 0 4%;
		overflow: hidden;
	}
	.header .logo{
		width: 60px;
		margin: 0 5% 0 0;
		z-index: 1;
	}
	.header.headerColorScroll .logo .cls-1{
	  fill:#000;
	  transition: color 0.4s ease-out;
	}
	.header.headerColorScroll .logo .cls-2{
	  fill:#b48413;
	  transition: color 0.4s ease-out;
	}
	.cls-1{fill:#fff;}
	.cls-2{fill:#b48413;}
	.top-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
	}
	.header.headerColorScroll .top-nav{
		display: none;
	}
	.top-nav li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 15px;
	}
	.top-nav li a{
		font-size: 14px;
		letter-spacing: 3px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.header.headerColorScroll .sns-nav{
		display: none;
	}
	.sns-nav{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 0;
		right: 2%;
	}
	.sns-nav li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav li a{
		display: inline-block;
		position: relative;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
	}
	.sns-nav li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav li a:hover:before {
		transform: scale(1);
	}
	
	/*mv*/
	.mv {
		width: 100%;
		background: #000;
		position: relative;
		margin: 0 0 20% 0;
		overflow: hidden;
	}
	.mv .txt{
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		bottom: 5%;
		left: 5%;
	}
	.mv .logo{
		width: 200px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	
	.page-top{
		width: 30px;
		position: fixed;
		right: 2%;
		bottom: 2%;
	}
	
	/*concept*/
	.concept{
		width: 100%;
		overflow: hidden;
	}
	.concept .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 3% auto;
	}
	.concept .txt01-2{
		width: 90%;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 5% auto 10% auto;
	}
	.concept .txt02{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 20% auto;
	}
	.concept .txt03-1{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 5% auto;
	}
	.concept .txt03-2{
		width: 95%;
		text-align: center;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 15% auto;
	}
	
	.concept .c01{
		width: 90%;
		margin: 0 auto 20% auto;
	}
	.concept .c02{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.concept .c02 p{
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		text-align: center;
	}
	.concept .c05{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.concept .c05 p{
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
		right: -50%;
		text-align: center;
	}
	.concept .c06{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.concept .c07{
		width: 90%;
		margin: 0 0 10% 0;
	}
	.concept .c08{
		width: 60%;
		margin: 0 auto 10% auto;
	}
	.concept .c09{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.concept .c09 p{
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		position: absolute;
		top: 10%;
		left: 0%;
		right: 0%;
		text-align: center;
	}
	.concept .c12{
		width: 90%;
		margin: 0 auto 20% auto;
	}
	
	/*col02*/
	.col02{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.col02 .left{
		width: 85%;
	}
	.col02 .right{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.img-s01{
		box-sizing: border-box;
		padding: 0 5% 0 30%;
	}
	.img-s02{
		box-sizing: border-box;
		padding: 0 5% 0 30%;
	}
	.txt-box{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.txt-box li:first-child{
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
		margin: 0 0 5% 0;
	}
	.txt-box li:last-child{
		font-size: 13px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
	}
	.txt-box02{
		width: 100%;
		box-sizing: border-box;
		margin: 20% 0 20% 0;
	}
	.txt-box02 li:first-child{
		font-size: 21px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
		padding: 0 0 0 5%;
		box-sizing: border-box;
	}
	.txt-box02 li:nth-child(2){
		font-size: 13px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 10%;
		margin: 0 0 3% 0;
	}
	.txt-box02 li:nth-child(3){
		font-size: 13px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		padding: 0 0 0 40%;
	}
	
	/*pro*/
	.pro{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.pro .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 3% 0;
	}
	.pro-list{
		width: 60%;
		margin: 5% auto 0 auto;
	}
	.pro-list li{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.pro-list li .img{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.data-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.data-list li{
		width: max-content;
		writing-mode: vertical-rl;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 1.8em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.data-list li span{
		font-size: 10px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
	}
	
	/*company*/
	.company{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.company .title{
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		margin: 0 0 3% 0;
	}
	.company .img{
		width: 90%;
		margin: 5% auto 10% auto;
	}
	
	.company .ara-box{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.company .ara-box .img{
		width: 100%;
	}
	.company .ara-box .data{
		width: 100%;
	}
	.company .ara-box .data .a-title{
		width: 120px;
		margin: 0 0 5% 0;
	}
	.company .ara-box .data .a-txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}
	.company .ara-box .data a{
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #000;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,0.00);
		padding: 0 0 5px 0;
		transition: .3s;
	}
	.company .ara-box .data a:hover{
		border-bottom: 1px solid rgba(0,0,0,1.00);
		transition: .3s;
	}
	
	.company .txt{
		width: 90%;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 15% auto;
	}
	.company .txt span{
		width: 100%;
		text-align: center;
		font-size: 15px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 5% auto;
	}
	.company-data{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.company-data li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.company-data li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border-bottom: 1px solid #fff;
	}
	.company-data li .y{
		width: 30%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-data li .t{
		width: 70%;
		text-align: justify;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.company-outline{
		width: 90%;
		margin: 0 auto;
	}
	.company-outline li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 5% 0;
	}
	.company-outline li:last-child{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 0% 0;
	}
	.company-outline li .y{
		width: 20%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.company-outline li .t{
		width: 75%;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*footer*/
	footer{
		width: 100%;
		height: 450px;
		background: #000;
		position: relative;
		padding: 5% 0 0 0;
		z-index: 10;
	}
	footer .c-logo{
		width: 200px;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		top: 35%;
	}
	footer .f-txt{
		width: 100%;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 2.5em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 15%;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 3;
		color: #fff;
	}
	footer .copy{
		width: 100%;
		color: #fff;
		font-size: 10px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.top-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 7%;
		right: 0%;
		left: 0;
		margin: 0 auto;
	}
	.top-nav-f li{
		width: max-content;
		writing-mode: vertical-rl;
        vertical-align: middle;
		margin: 0 15px;
	}
	.top-nav-f li a{
		font-size: 11px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		opacity: 1;
		transition: .3s;
	}
	.top-nav-f li a:hover{
		opacity: .5;
		transition: .3s;
	}
	.sns-nav-f{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.sns-nav-f li{
		width: max-content;
		margin: 0 10px;
	}
	.sns-nav-f li a{
		font-size: 12px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #fff;
		text-decoration: none;
		position: relative;
		transition: .3s;
	}
	.sns-nav-f li a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: -4px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.sns-nav-f li a:hover:before {
		transform: scale(1);
	}
	
	
	/*order------------------------------------------------------*/
	.order{
		width: 100%;
		padding: 30% 0 0 0;
		margin: 0 0 10% 0;
	}
	.scrolldown2{
		width: 1px;
		background: #eee;
		margin: 0 auto 1% auto;
        height: 40px;
		overflow: hidden;
		position: relative;
	}
	.scrolldown2::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 40px;
	  background: #000;
	  animation: pathmove2 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove2{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 50px;
		opacity: 0;
	  }
	}
	.order .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 3% auto;
	}
	.order .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 5% auto 7% auto;
	}
	.step-list{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.step-list li{
		width: 100%;
		min-height: 90px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #eee;
		margin: 0 0 2% 0;
	}
	.step-list li .s-num{
		width: 20%;
		height: 90px;
		border-right: 1px solid #eee;
		position: relative;
	}
	.step-list li .s-num .num{
		font-size: 25px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-align: center;
		position: absolute;
		top: 45%;
        -webkit-transform: translateY(-45%); /* Safari用 */
        transform: translateY(-45%);
		right: 0;
		left: 0;
	}
	.step-list li .s-txt{
		width: 80%;
		padding: 3% 0;
	}
	.step-list li .s-txt .txt{
		font-size: 12px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 10%;
	}
	.step-list li .s-txt .txt span{
		font-size: 15px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 2% 0;
	}
	.step-list li .s-txt .txt span.end{
		font-size: 15px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 0 0 0!important;
	}
	.step-list li:last-child{
		width: 90%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border: 1px solid #fff;
		text-indent: -1.4em;
    	padding-left: 1.4em;
		margin: 0 0 2% 0;
	}
	.step-list li .end-txt{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.order02{
		width: 100%;
	}
	.order02 .txt{
		width: 100%;
		text-align: center;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 7% auto;
	}
	.order02 .txt span{
		width: max-content;
		border: 1px solid #eee;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		padding: 3% 2%;
		margin: 0 auto 5% auto;
	}
	.step-list02{
		width: 90%;
		margin: 0 auto 20% auto;
		border-top: 1px solid #eee;
	}
	.step-list02 li{
		width: 100%;
		border-bottom: 1px solid #eee;
		margin: 5% 0 5% 0;
		padding: 0 5% 5% 5%;
		box-sizing: border-box;
	}
	.step-list02 li .s-02txt{
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		box-sizing: border-box;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		text-indent: -1.5em;
   		padding-left: 1.5em;
	}
	
	.type{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.type .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.type-list{
		width: 90%;
		margin: 0 auto;
	}
	.type-list li{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.type-list li .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.type-list li .data01{
		width: 100%;
		box-sizing: border-box;
	}
	.type-list li .data02{
		width: 100%;
		box-sizing: border-box;
	}
	.type-list li .txt01{
		width: 90%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 6% auto;
	}
	.type-list li .data01 .txt02{
		width: 100%;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.type-list li .txt03{
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 5% auto;
		border-bottom: 1px solid #eee;
		padding: 0 0 4% 0;
	}
	.type-list li .txt04{
		width: 100%;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.type-list li .txt04 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	.type-list li .txt05{
		width: 100%;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 5% 0;
	}
	.type-list li .txt05 span{
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.option{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.option .title{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.option-list{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.option-list li{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.option-list li .img{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.option-list li .txt01{
		width: 90%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 6% auto;
	}
	.option-list li .txt02{
		width: 90%;
		margin: 0 auto;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		box-sizing: border-box;
		padding: 0 5%;
	}
	
	/*contact------------------------------------------------------*/
	.contact{
		width: 100%;
		padding: 30% 0 0 0;
	}
	.contact .txt01-1{
		width: 100%;
		text-align: center;
		font-size: 14px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		display: block;
		margin: 0 auto 3% auto;
	}
	.contact .txt01-2{
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 1px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 5% auto 10% auto;
	}
	.contact .txt02{
		width: 90%;
		text-align: justify;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 2em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.contact .line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 0 auto 10% auto;
	}
	.contact-list{
		width: 90%;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 3em;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 auto 10% auto;
	}
	.contact_btn{
		width: 80%;
		margin: 0 auto 20% auto;
		display: block;
		background: #000;
		border: 1px solid #000;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		letter-spacing: 1px;
		padding: 15px 0;
		position: relative;
		transition: .3s;
	}
	.contact_btn span{
		width: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
		display: block;
		height: 7.5px;
		transition: .3s;
	}
	.contact_btn:hover{
		background: #fff;
		color: #000;
		transition: .3s;
	}
	.contact_btn:hover span{
		fill: #000;
		opacity: 1;
		right: 5%;
		transition: .3s;
	}
	
	/*anime*/
	.f-up01 {
		opacity : 0;
	}
	.f-up01.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: .6s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up02 {
		opacity : 0;
	}
	.f-up02.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: .6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.f-up03 {
		opacity : 0;
	}
	.f-up03.active{
		opacity : 1;
		animation-name: f-up01;
		animation-duration: .6s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up01 {
		0% {
		  opacity: 0;
		  filter: blur(4px);
		}
		100% {
		  opacity: 1;
		  filter: blur(0);
		}
	}
	
	.f-mv {
		opacity : 0;
	}
	.f-mv.active{
		opacity : 1;
		animation-name: f-mv;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 1;
	}
	@keyframes f-mv {
		0% {
		  opacity: 1;
		  filter: blur(0px);
		}
		100% {
		  opacity: 0;
		  filter: blur(20px);
		}
	}
	
	.c-up01 {
		opacity : 0;
	}
	.c-up01.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up02 {
		opacity : 0;
	}
	.c-up02.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up03 {
		opacity : 0;
	}
	.c-up03.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up04 {
		opacity : 0;
	}
	.c-up04.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up05 {
		opacity : 0;
	}
	.c-up05.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.c-up06 {
		opacity : 0;
	}
	.c-up06.active{
		opacity : 1;
		animation-name: f-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes f-up02 {
		0% {
		  opacity: 0;
		  transform: translateY(10px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px);
		}
	}
	
}
