body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #1a1311;
}
a{
	color: #000;
	text-decoration: none;
}
.is-hidden {
	opacity: 0;
    pointer-events: none; /* クリックできないように */
    transition: opacity 0.8s ease-in-out;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
}

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

/* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */


/* 

font-family: "baskerville-urw", serif;
font-weight: 400;
font-style: normal;

font-family: garamond-premier-pro, serif;
font-weight: 400;

Didot LT Pro Headline
font-family: "linotype-didot-headline", serif;
font-weight: 400;
font-style: normal;

*/


.wrap{
	width: 100%;
	position: relative;
}
.one {
	width: 100%;
	height: auto !important;
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 1s ease 0s;
	z-index: -1;
}
.show .bg {
	opacity: 1;
}
.bg._01 {
	background: #fbf6f0;
}
.bg._02 {
	background: #fff;
}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 30%;
        position: absolute;
        left: 3%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .point{
		width: 24%;
		position: absolute;
		top: -20px;
		left: 19%;
		display: flex;
		justify-content: space-around;
	}
	.mv-title01 .point li{
		width: 6px;
		height: 6px;
		border-radius: 10px;
		background: #de0022;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.mv-title03{
		width: 90%;
		margin: 0 0 12% 10%;
	}
	.mv-title04{
		width: 95%;
		margin: 0 0 0 5%;
		position: relative;
	}
	.mv-title04 li:nth-child(1){
		width: 50%;
		position: relative;
	}
	.mv-title04 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 5%;
        right: 29%;
	}
	.mv-title04 li:nth-child(3){
		width: 50%;
		position: absolute;
		margin: 0 0 0 50%;
		top: 50%;
	}
	.mv-title04 li:nth-child(3) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 3px;
		margin: 0 auto 2% auto;
	}
	.door .main-title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .main-title-box .icon{
		width: 70px;
		margin: 0 40px 0 0;
	}
	.door .main-title-box .icon .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 3px 0 0 0;
	}
	.door .main-title-box .main-title{
		font-size: 35px;
        letter-spacing: 6px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 0 0 7% 0;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		overflow: hidden;
		padding: 2% 0 0 0;
	}
	.item .data .icon{
		width: 60%;
		margin: 0 0 5% 15%;
	}
	.item .data .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item .data .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -30px;
		margin: 0 0 0 45%;
	}
	.item .data .txt-box{
		position: relative;
	}
	.item .data .txt-box01{
		width: 90%;
		margin: 0 0 10% 1%;
	}
	.item .data .txt-box02{
		width: 99%;
		margin: 0 0 10% 0%;
	}
	.item .data .txt-box .txt{
		width: 70%;
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item .data .txt-box .line-b{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.item .data .txt-box .line-r{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .data .txt-box .line-l{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 0 7% 0;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data02{
		width: 35%;
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.item-w .data02 .icon{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item-w .data02 .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item-w .data02 .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item-w .data02 .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -30px;
		margin: 0 0 0 45%;
	}
	.item-w .data{
		width: 35%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
		right: 5%;
	}
	.item-w .data .txt-box{
		position: relative;
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-w .data .txt-box .txt{
		width: 70%;
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
		white-space: nowrap;
		color: #fff;
	}
	.item-w .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/*タブ切り替え全体のスタイル*/
	.tabs {
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.tabs .icon{
		width: 15%;
        position: absolute;
        top: 9%;
        left: 14%;
	}
	.tab_buttons {
		display: flex;
		justify-content: center;
		gap: 5%;
		position: absolute;
		top: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 40px;
		font-family: "ivymode", sans-serif;
		font-weight: 300;
		font-style: normal;
	}
	/*タブのスタイル*/
	.tab_item {
		width: max-content;
		border-bottom: 2px solid transparent;
		display: block;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	/*非選択時のタブの薄い下線と文字色*/
	.tab_item[for="all"] {
		border-bottom: 3px solid rgba(255, 0, 0, 0.3); /* 薄い赤い下線 */
		color: rgba(255, 0, 0, 0.5); /* 薄い赤文字 */
	}
	
	.tab_item[for="programming"] {
		border-bottom: 3px solid rgba(0, 0, 255, 0.3); /* 薄い青い下線 */
		color: rgba(0, 0, 255, 0.5); /* 薄い青文字 */
	}

	.tab_item:hover {
		opacity: 0.75;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
		display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 10% 0 5% 0;
		clear: both;
		overflow: hidden;
	}

	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#programming:checked ~ #programming_content,
	#design:checked ~ #design_content {
		display: block;
	}

	/*選択されているタブのスタイルを変える*/
	/* LADYタブが選択されている時 - 両方赤文字、LADYに下線 */
	.tabs #all:checked ~ .tab_buttons .tab_item {
		color: #9F9FA0; /* 両方とも赤文字 */
		border-bottom: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #all:checked ~ .tab_buttons .tab_item[for="all"] {
		border-bottom: 2px solid #9F9FA0; /* LADYのみ赤い下線 */
	}
	
	/* CASUALタブが選択されている時 - 両方青文字、CASUALに下線 */
	.tabs #programming:checked ~ .tab_buttons .tab_item {
		color: #c6c7c7; /* 両方とも青文字 */
		border-bottom: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #programming:checked ~ .tab_buttons .tab_item[for="programming"] {
		border-bottom: 2px solid #c6c7c7; /* CASUALのみ青い下線 */
	}

	#all_content{
		background: #fbf6f0;
	}
	#programming_content{
		background: #0d131d;
	}
	.tab-item{
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.tab-item li{
		width: 18%;
		margin: 0 0 2% 0;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #fff;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 50%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 20%;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 5% 0;
	}
	.gnav-link{
		width: 100%;
		text-decoration: none;
	}
	.gnav-link .txt{
		width: 70%;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.gnav-link .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.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;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn00-2 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.cart-btm .btn00-2::before {
		background: #fff;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00-2::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #b49a84;
		border: .5px solid #b49a84;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b49a84;
		color: #b49a84;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #000;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 30%;
        position: absolute;
        left: 3%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .point{
		width: 24%;
		position: absolute;
		top: -20px;
		left: 19%;
		display: flex;
		justify-content: space-around;
	}
	.mv-title01 .point li{
		width: 6px;
		height: 6px;
		border-radius: 10px;
		background: #de0022;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.mv-title03{
		width: 90%;
		margin: 0 0 12% 10%;
	}
	.mv-title04{
		width: 95%;
		margin: 0 0 0 5%;
		position: relative;
	}
	.mv-title04 li:nth-child(1){
		width: 50%;
		position: relative;
	}
	.mv-title04 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 5%;
        right: 29%;
	}
	.mv-title04 li:nth-child(3){
		width: 50%;
		position: absolute;
		margin: 0 0 0 50%;
		top: 50%;
	}
	.mv-title04 li:nth-child(3) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
        letter-spacing: 4px;
        line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 3px;
		margin: 0 auto 2% auto;
	}
	.door .main-title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .main-title-box .icon{
		width: 70px;
		margin: 0 40px 0 0;
	}
	.door .main-title-box .icon .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 3px 0 0 0;
	}
	.door .main-title-box .main-title{
		font-size: 35px;
        letter-spacing: 6px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 0 0 7% 0;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		overflow: hidden;
		padding: 2% 0 0 0;
	}
	.item .data .icon{
		width: 60%;
		margin: 0 0 5% 15%;
	}
	.item .data .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item .data .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -30px;
		margin: 0 0 0 45%;
	}
	.item .data .txt-box{
		position: relative;
	}
	.item .data .txt-box01{
		width: 90%;
		margin: 0 0 10% 3%;
	}
	.item .data .txt-box02{
		width: 97%;
		margin: 0 0 10% 0%;
	}
	.item .data .txt-box .txt{
		width: 70%;
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item .data .txt-box .line-b{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.item .data .txt-box .line-r{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .data .txt-box .line-l{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 0 7% 0;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data02{
		width: 35%;
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.item-w .data02 .icon{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item-w .data02 .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item-w .data02 .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item-w .data02 .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -30px;
		margin: 0 0 0 45%;
	}
	.item-w .data{
		width: 35%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
		right: 5%;
	}
	.item-w .data .txt-box{
		position: relative;
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-w .data .txt-box .txt{
		width: 70%;
		font-size: 21px;
        letter-spacing: 6px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
		white-space: nowrap;
		color: #fff;
	}
	.item-w .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/*タブ切り替え全体のスタイル*/
	.tabs {
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.tabs .icon{
		width: 15%;
        position: absolute;
        top: 7%;
        left: 14%;
	}
	.tab_buttons {
		display: flex;
		justify-content: center;
		gap: 5%;
		position: absolute;
		top: 7%;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 40px;
		font-family: "ivymode", sans-serif;
		font-weight: 300;
		font-style: normal;
	}
	/*タブのスタイル*/
	.tab_item {
		width: max-content;
		border-bottom: 2px solid transparent;
		display: block;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	/*非選択時のタブの薄い下線と文字色*/
	.tab_item[for="all"] {
		border-bottom: 3px solid rgba(255, 0, 0, 0.3); /* 薄い赤い下線 */
		color: rgba(255, 0, 0, 0.5); /* 薄い赤文字 */
	}
	
	.tab_item[for="programming"] {
		border-bottom: 3px solid rgba(0, 0, 255, 0.3); /* 薄い青い下線 */
		color: rgba(0, 0, 255, 0.5); /* 薄い青文字 */
	}

	.tab_item:hover {
		opacity: 0.75;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
		display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 10% 0 5% 0;
		clear: both;
		overflow: hidden;
	}

	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#programming:checked ~ #programming_content,
	#design:checked ~ #design_content {
		display: block;
	}

	/*選択されているタブのスタイルを変える*/
	/* LADYタブが選択されている時 - 両方赤文字、LADYに下線 */
	.tabs #all:checked ~ .tab_buttons .tab_item {
		color: #9F9FA0; /* 両方とも赤文字 */
		border-bottom: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #all:checked ~ .tab_buttons .tab_item[for="all"] {
		border-bottom: 2px solid #9F9FA0; /* LADYのみ赤い下線 */
	}
	
	/* CASUALタブが選択されている時 - 両方青文字、CASUALに下線 */
	.tabs #programming:checked ~ .tab_buttons .tab_item {
		color: #c6c7c7; /* 両方とも青文字 */
		border-bottom: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #programming:checked ~ .tab_buttons .tab_item[for="programming"] {
		border-bottom: 2px solid #c6c7c7; /* CASUALのみ青い下線 */
	}

	#all_content{	
		background: #fbf6f0;
	}
	#programming_content{
		background: #0d131d;
	}
	.tab-item{
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.tab-item li{
		width: 18%;
		margin: 0 0 2% 0;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #fff;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 50%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 20%;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 5% 0;
	}
	.gnav-link{
		width: 100%;
		text-decoration: none;
	}
	.gnav-link .txt{
		width: 70%;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.gnav-link .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.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;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn00-2 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.cart-btm .btn00-2::before {
		background: #fff;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00-2::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #b49a84;
		border: .5px solid #b49a84;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b49a84;
		color: #b49a84;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #000;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 30%;
        position: absolute;
        left: 3%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .point{
		width: 24%;
		position: absolute;
		top: -20px;
		left: 19%;
		display: flex;
		justify-content: space-around;
	}
	.mv-title01 .point li{
		width: 6px;
		height: 6px;
		border-radius: 10px;
		background: #de0022;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.mv-title03{
		width: 90%;
		margin: 0 0 12% 10%;
	}
	.mv-title04{
		width: 95%;
		margin: 0 0 0 5%;
		position: relative;
	}
	.mv-title04 li:nth-child(1){
		width: 50%;
		position: relative;
	}
	.mv-title04 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 5%;
        right: 29%;
	}
	.mv-title04 li:nth-child(3){
		width: 50%;
		position: absolute;
		margin: 0 0 0 50%;
		top: 50%;
	}
	.mv-title04 li:nth-child(3) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 3px;
		margin: 0 auto 2% auto;
	}
	.door .main-title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .main-title-box .icon{
		width: 70px;
		margin: 0 40px 0 0;
	}
	.door .main-title-box .icon .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 3px 0 0 0;
	}
	.door .main-title-box .main-title{
		font-size: 35px;
        letter-spacing: 6px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 80%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 0 0 7% 0;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		overflow: hidden;
		padding: 2% 0 0 0;
	}
	.item .data .icon{
		width: 60%;
		margin: 0 0 5% 15%;
	}
	.item .data .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item .data .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -30px;
		margin: 0 0 0 45%;
	}
	.item .data .txt-box{
		position: relative;
	}
	.item .data .txt-box01{
		width: 90%;
		margin: 0 0 10% 1%;
	}
	.item .data .txt-box02{
		width: 99%;
		margin: 0 0 10% 0%;
	}
	.item .data .txt-box .txt{
		width: 70%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item .data .txt-box .line-b{
		width: 100%;
		height: 1px;
		background: #000;
	}
	.item .data .txt-box .line-r{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .data .txt-box .line-l{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 0 7% 0;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data02{
		width: 35%;
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.item-w .data02 .icon{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item-w .data02 .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item-w .data02 .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item-w .data02 .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -30px;
		margin: 0 0 0 45%;
	}
	.item-w .data{
		width: 35%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
		right: 5%;
	}
	.item-w .data .txt-box{
		position: relative;
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-w .data .txt-box .txt{
		width: 70%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
		white-space: nowrap;
		color: #fff;
	}
	.item-w .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/*タブ切り替え全体のスタイル*/
	.tabs {
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.tabs .icon{
		width: 18%;
        position: absolute;
        top: 6%;
        left: 14%;
	}
	.tab_buttons {
		display: flex;
		justify-content: center;
		gap: 5%;
		position: absolute;
		top: 6%;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 35px;
		font-family: "ivymode", sans-serif;
		font-weight: 300;
		font-style: normal;
	}
	/*タブのスタイル*/
	.tab_item {
		width: max-content;
		border-bottom: 2px solid transparent;
		display: block;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	/*非選択時のタブの薄い下線と文字色*/
	.tab_item[for="all"] {
		border-bottom: 3px solid rgba(255, 0, 0, 0.3); /* 薄い赤い下線 */
		color: rgba(255, 0, 0, 0.5); /* 薄い赤文字 */
	}
	
	.tab_item[for="programming"] {
		border-bottom: 3px solid rgba(0, 0, 255, 0.3); /* 薄い青い下線 */
		color: rgba(0, 0, 255, 0.5); /* 薄い青文字 */
	}

	.tab_item:hover {
		opacity: 0.75;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
		display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 12% 0 5% 0;
		clear: both;
		overflow: hidden;
	}

	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#programming:checked ~ #programming_content,
	#design:checked ~ #design_content {
		display: block;
	}

	/*選択されているタブのスタイルを変える*/
	/* LADYタブが選択されている時 - 両方赤文字、LADYに下線 */
	.tabs #all:checked ~ .tab_buttons .tab_item {
		color: #9F9FA0; /* 両方とも赤文字 */
		border-bottom: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #all:checked ~ .tab_buttons .tab_item[for="all"] {
		border-bottom: 2px solid #9F9FA0; /* LADYのみ赤い下線 */
	}
	
	/* CASUALタブが選択されている時 - 両方青文字、CASUALに下線 */
	.tabs #programming:checked ~ .tab_buttons .tab_item {
		color: #c6c7c7; /* 両方とも青文字 */
		border-bottom: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #programming:checked ~ .tab_buttons .tab_item[for="programming"] {
		border-bottom: 2px solid #c6c7c7; /* CASUALのみ青い下線 */
	}

	#all_content{
		background: #fbf6f0;
	}
	#programming_content{
		background: #0d131d;
	}
	.tab-item{
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.tab-item li{
		width: 18%;
		margin: 0 0 2% 0;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #fff;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 50%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 20%;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 5% 0;
	}
	.gnav-link{
		width: 100%;
		text-decoration: none;
	}
	.gnav-link .txt{
		width: 70%;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.gnav-link .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.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;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn00-2 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.cart-btm .btn00-2::before {
		background: #fff;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00-2::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #b49a84;
		border: .5px solid #b49a84;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b49a84;
		color: #b49a84;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #000;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 30%;
        position: absolute;
        left: 3%;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .point{
		width: 24%;
		position: absolute;
		top: -20px;
		left: 19%;
		display: flex;
		justify-content: space-around;
	}
	.mv-title01 .point li{
		width: 6px;
		height: 6px;
		border-radius: 10px;
		background: #de0022;
	}
	.mv-title02{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.mv-title03{
		width: 90%;
		margin: 0 0 12% 10%;
	}
	.mv-title04{
		width: 95%;
		margin: 0 0 0 5%;
		position: relative;
	}
	.mv-title04 li:nth-child(1){
		width: 50%;
		position: relative;
	}
	.mv-title04 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 15%;
		line-height: 0;
		position: absolute;
		top: 5%;
        right: 29%;
	}
	.mv-title04 li:nth-child(3){
		width: 50%;
		position: absolute;
		margin: 0 0 0 50%;
		top: 50%;
	}
	.mv-title04 li:nth-child(3) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 3px;
		margin: 0 auto 2% auto;
	}
	.door .main-title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .main-title-box .icon{
		width: 70px;
		margin: 0 40px 0 0;
	}
	.door .main-title-box .icon .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 3px 0 0 0;
	}
	.door .main-title-box .main-title{
		font-size: 35px;
        letter-spacing: 6px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 0 0 10% 0;
	}
	.item .img{
		width: 50%;
		overflow: hidden;
	}
	.item .data{
		width: 50%;
		overflow: hidden;
		padding: 2% 0 0 0;
	}
	.item .data .icon{
		width: 60%;
		margin: 0 0 5% 15%;
	}
	.item .data .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item .data .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -30px;
		margin: 0 0 0 45%;
	}
	.item .data .txt-box{
		position: relative;
	}
	.item .data .txt-box01{
		width: 90%;
		margin: 0 0 10% 1%;
	}
	.item .data .txt-box02{
		width: 99%;
		margin: 0 0 10% 0%;
	}
	.item .data .txt-box .txt{
		width: 70%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item .data .txt-box .line-b{
		width: 95%;
		height: 1px;
		background: #000;
		margin: 0 0 0 5%;
	}
	.item .data .txt-box .line-r{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		right: 0;
	}
	.item .data .txt-box .line-l{
		width: 1px;
		height: 100%;
		background: #000;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.item .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 0 7% 0;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
	}
	.item-w .data02{
		width: 35%;
		position: absolute;
		top: 10%;
		left: 5%;
	}
	.item-w .data02 .icon{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.item-w .data02 .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item-w .data02 .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item-w .data02 .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -30px;
		margin: 0 0 0 45%;
	}
	.item-w .data{
		width: 35%;
		position: absolute;
		top: 40%;
		-webkit-transform: translateY(-40%); /* Safari用 */
		transform: translateY(-40%);
		right: 5%;
	}
	.item-w .data .txt-box{
		position: relative;
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-w .data .txt-box .txt{
		width: 70%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 auto 7% auto;
		white-space: nowrap;
		color: #fff;
	}
	.item-w .data .link-box{
		width: 70%;
		margin: 0 auto;
	}

	/*タブ切り替え全体のスタイル*/
	.tabs {
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.tabs .icon{
		width: 20%;
        position: absolute;
        top: 8%;
        left: 5%;
	}
	.tab_buttons {
		display: flex;
		justify-content: center;
		gap: 5%;
		position: absolute;
		top: 7%;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 35px;
		font-family: "ivymode", sans-serif;
		font-weight: 300;
		font-style: normal;
	}
	/*タブのスタイル*/
	.tab_item {
		width: max-content;
		border-bottom: 2px solid transparent;
		display: block;
		transition: all 0.2s ease;
		cursor: pointer;
	}
	/*非選択時のタブの薄い下線と文字色*/
	.tab_item[for="all"] {
		border-bottom: 3px solid rgba(255, 0, 0, 0.3); /* 薄い赤い下線 */
		color: rgba(255, 0, 0, 0.5); /* 薄い赤文字 */
	}
	
	.tab_item[for="programming"] {
		border-bottom: 3px solid rgba(0, 0, 255, 0.3); /* 薄い青い下線 */
		color: rgba(0, 0, 255, 0.5); /* 薄い青文字 */
	}

	.tab_item:hover {
		opacity: 0.75;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
		display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 15% 0 5% 0;
		clear: both;
		overflow: hidden;
	}

	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#programming:checked ~ #programming_content,
	#design:checked ~ #design_content {
		display: block;
	}

	/*選択されているタブのスタイルを変える*/
	/* LADYタブが選択されている時 - 両方赤文字、LADYに下線 */
	.tabs #all:checked ~ .tab_buttons .tab_item {
		color: #9F9FA0; /* 両方とも赤文字 */
		border-bottom: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #all:checked ~ .tab_buttons .tab_item[for="all"] {
		border-bottom: 2px solid #9F9FA0; /* LADYのみ赤い下線 */
	}
	
	/* CASUALタブが選択されている時 - 両方青文字、CASUALに下線 */
	.tabs #programming:checked ~ .tab_buttons .tab_item {
		color: #c6c7c7; /* 両方とも青文字 */
		border-bottom: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #programming:checked ~ .tab_buttons .tab_item[for="programming"] {
		border-bottom: 2px solid #c6c7c7; /* CASUALのみ青い下線 */
	}

	#all_content{
		background: #fbf6f0;
	}
	#programming_content{
		background: #0d131d;
	}
	.tab-item{
		width: 95%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.tab-item li{
		width: 18%;
		margin: 0 0 2% 0;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #fff;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 90%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 20%;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 5% 0;
	}
	.gnav-link{
		width: 100%;
		text-decoration: none;
	}
	.gnav-link .txt{
		width: 70%;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.gnav-link .img{
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.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;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn00-2 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		position: relative;
	}
	.cart-btm .btn00-2::before {
		background: #fff;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00-2::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #b49a84;
		border: .5px solid #b49a84;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b49a84;
		color: #b49a84;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #000;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 50px;
		height: 50px;
		display: block;
		z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 10% 0;
		padding: 0 0 20% 0;
		background: #fafafa;
	}

	.mv-logo{
		width: 17%;
        position: absolute;
        top: 2%;
        left: 2%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 90%;
        position: absolute;
		left: 0;
		right: 0;
		bottom: 4%;
		margin: 0 auto;
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.mv-title01 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title01 .point{
		width: 24%;
		position: absolute;
		top: -13px;
		left: 19%;
		display: flex;
		justify-content: space-around;
	}
	.mv-title01 .point li{
		width: 4px;
		height: 4px;
		border-radius: 10px;
		background: #de0022;
	}
	.mv-title02{
		width: 85%;
        margin: 0 auto 4% auto;
	}
	.mv-title03{
		width: 50%;
		margin: 0 auto 5% auto;
	}
	.mv-title04{
		width: 95%;
		margin: 0 auto 0 auto;
		position: relative;
	}
	.mv-title04 li:nth-child(1){
		width: 45%;
		position: relative;
	}
	.mv-title04 li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title04 li:nth-child(2){
		width: 13%;
        line-height: 0;
        position: absolute;
        bottom: 11%;
        right: 10%;
        left: 0;
        margin: 0 auto;
	}
	.mv-title04 li:nth-child(3){
		width: 45%;
		position: absolute;
		margin: 0 0 0 55%;
		top: 0%;
	}
	.mv-title04 li:nth-child(3) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.read .txt{
		width: 100%;
        font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.5em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        text-align: center;
        margin: 0 auto;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 17px;
		letter-spacing: 3px;
		line-height: 1.8em;
		margin: 0 auto 5% auto;
	}
	.door .main-title-box{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.door .main-title-box .icon{
		width: 50px;
		margin: 0 20px 0 0;
	}
	.door .main-title-box .icon .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 3px 0 0 0;
	}
	.door .main-title-box .main-title{
		font-size: 25px;
        letter-spacing: 6px;
        line-height: 1.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item */
	.item{
		width: 100%;
		margin: 0 auto;
		padding: 0 0 15% 0;
	}
	.item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item .data{
		width: 100%;
		margin: 0 auto;
	}
	.item .data .icon{
		width: 65%;
		margin: 0 0 0 7.5%;
	}
	.item .data .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item .data .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item .data .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -20px;
		margin: 0 0 0 45%;
	}
	.item .data .txt-box{
		position: relative;
	}
	.item .data .txt-box01{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item .data .txt-box02{
		width: 100%;
		margin: 0 0 7% 0%;
	}
	.item .data .txt-box .txt{
		width: 85%;
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item .data .txt-box .line-b{
		width: 87.5%;
		height: 1px;
		background: #000;
		margin: 0 0 0 7.5%;
	}
	.item .data .txt-box .line-r{
		width: 1px;
		height: 130%;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 5%;
	}
	.item .data .txt-box .line-l{
		width: 1px;
		height: 130%;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 5%;
	}
	.item .data .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/* item-w */
	.item-w{
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding: 0 0 15% 0;
	}
	.item-w .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-w .data02{
		width: 100%;
	}
	.item-w .data02 .icon{
		width: 65%;
		margin: 0 0 0 7.5%;
	}
	.item-w .data02 .icon li:nth-child(1){
		width: 55%;
		position: relative;
	}
	.item-w .data02 .icon li:nth-child(1) .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item-w .data02 .icon li:nth-child(2){
		width: 55%;
		position: relative;
		top: -20px;
		margin: 0 0 0 45%;
	}
	.item-w .data{
		width: 100%;
	}
	.item-w .data .txt-box{
		position: relative;
		width: 100%;
		margin: 0 0 10% 0;
	}
	.item-w .data .txt-box .txt{
		width: 85%;
        font-size: 19px;
        letter-spacing: 3px;
        line-height: 2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 auto 7% auto;
	}
	.item-w .data .txt-box .line-r{
		width: 1px;
		height: 130%;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 5%;
	}
	.item-w .data .txt-box .line-l{
		width: 1px;
		height: 130%;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 5%;
	}
	.item-w .data .txt-box .line-b{
		width: 87.5%;
		height: 1px;
		background: #000;
		margin: 0 0 0 7.5%;
	}
	.item-w .data .link-box{
		width: 85%;
		margin: 0 auto;
	}

	/*タブ切り替え全体のスタイル*/
	.tabs {
		width: 100%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.tabs .icon{
		width: 40%;
        position: absolute;
        top: 3%;
        left: 0;
		right: 0;
		margin: 0 auto;
	}
	.tab_buttons {
		display: flex;
		justify-content: center;
		gap: 20%;
		position: absolute;
		top: 10%;
        left: 5%;
		margin: 0 auto;
		font-size: 25px;
		font-family: "ivymode", sans-serif;
		font-weight: 300;
		font-style: normal;
		letter-spacing: 2px;
		writing-mode: vertical-rl;
        font-feature-settings: initial;
	}
	/*タブのスタイル*/
	.tab_item {
		width: max-content;
		border-left: 2px solid transparent;
		display: block;
		transition: all 0.2s ease;
		cursor: pointer;
		padding: 3px 0 0 0;
	}
	/*非選択時のタブの薄い下線と文字色*/
	.tab_item[for="all"] {
		border-left: 3px solid rgba(255, 0, 0, 0.3); /* 薄い赤い下線 */
		color: rgba(255, 0, 0, 0.5); /* 薄い赤文字 */
	}
	
	.tab_item[for="programming"] {
		border-left: 3px solid rgba(0, 0, 255, 0.3); /* 薄い青い下線 */
		color: rgba(0, 0, 255, 0.5); /* 薄い青文字 */
	}

	.tab_item:hover {
		opacity: 0.75;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
		display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 25% 0 5% 0;
		clear: both;
		overflow: hidden;
	}

	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#programming:checked ~ #programming_content,
	#design:checked ~ #design_content {
		display: block;
	}

	/*選択されているタブのスタイルを変える*/
	/* LADYタブが選択されている時 - 両方赤文字、LADYに下線 */
	.tabs #all:checked ~ .tab_buttons .tab_item {
		color: #9F9FA0; /* 両方とも赤文字 */
		border-left: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #all:checked ~ .tab_buttons .tab_item[for="all"] {
		border-left: 2px solid #9F9FA0; /* LADYのみ赤い下線 */
	}
	
	/* CASUALタブが選択されている時 - 両方青文字、CASUALに下線 */
	.tabs #programming:checked ~ .tab_buttons .tab_item {
		color: #c6c7c7; /* 両方とも青文字 */
		border-left: 2px solid transparent; /* デフォルトは下線なし */
	}
	
	.tabs #programming:checked ~ .tab_buttons .tab_item[for="programming"] {
		border-left: 2px solid #c6c7c7; /* CASUALのみ青い下線 */
	}

	#all_content{
		background: #fbf6f0;
	}
	#programming_content{
		background: #0d131d;
	}
	.tab-item{
		width: 75%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 0 20%;
	}
	.tab-item li{
		width: 48%;
		margin: 0 0 3% 0;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #fff;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 90%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 25%;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 10% 0;
	}
	.gnav-link{
		width: 100%;
		text-decoration: none;
	}
	.gnav-link .txt{
		width: 90%;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.gnav-link .img{
		width: 100%;
		margin: 0 auto 10px auto;
	}

	.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;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #000 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
	.cart-title span{
		color: #80a7d6;
		font-size: 16px;
		margin: 0 10px 0 0;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 10px 0 10px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}
	
	.cart-btm .btn00 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00::before {
		background: #4C4948;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn00-2 {
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
	}
	.cart-btm .btn00-2::before {
		background: #000;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		margin: auto;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}
	.cart-btm:hover .btn00-2::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #b49a84;
		border: .5px solid #b49a84;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b49a84;
		color: #b49a84;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px;
		padding: 5px 0 5px 0;
		background: #000;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #fff;
		border-radius: 100px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #000;
		color: #000;
	}

	.btn-border {
		background-color: transparent;
		color: #1d1d1d;
	}
	.btn-arrow {
		position: relative;
		-webkit-transition: background-color 300ms ease-out;
		transition: background-color 300ms ease-out;
	}
	.btn-arrow span {
		display: inline-block;
		position: relative;
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: transform;
	}
	.cart-btm:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.cart-btm02:hover .btn-arrow span {
		-webkit-transform: translate3d(-.5rem, 0, 0);
		transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow img {
		position: absolute;
		width: 1.1em;
		right: 0px;
		right: 0rem;
		opacity: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
		will-change: right, opacity;
	}
	.btn-arrow img * {
		stroke-width: 5;
		stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	.cart-btm02:hover .btn-arrow img {
		opacity: 1;
		right: -1rem;
	}
	
	/*f-banner*/
	.f-banner{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.f-banner-m{
		width: 80%;
		margin: 0 auto 15% auto !important;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid rgba(0, 0, 0, .5);
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 7% 0 0 0;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 20% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 8px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        display: block;
        z-index: 99;
	}
	#pagetop .btn-loading {
		display: inline-flex;
		text-decoration: none;
		font-weight: 700;
		color: #111;
		width: 100%;
		height: 100%;
		position: relative;
		opacity: 1 !important;
		transition: all 0.3s;
		background-color: #CCC;
		border-radius: 100%;
		transition: color 0.2s;
		overflow: hidden;
	}
	#pagetop .btn-loading01:before,
	#pagetop .btn-loading01:after {
		content: "";
		display: block;
		position: absolute;
		width: 50%;
		height: 0;
		background-color: #231815;
		pointer-events: none;
	}
	#pagetop .btn-loading:before {
		bottom: 0;
		left: 0;
	}
	#pagetop .btn-loading:after {
		top: 0;
		right: 0;
	}
	#pagetop:hover .btn-loading {
		color: #65A04D;
	}
	#pagetop:hover .btn-loading:before,
	#pagetop:hover .btn-loading:after {
		height: 100%;
	}
	#pagetop:hover .btn-loading:before {
		transition: height 0.1s 0.1s linear;
	}
	#pagetop:hover .btn-loading:after {
		transition: height 0.1s linear;
	}
	#pagetop .btn-loading span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 1px);
		height: calc(100% - 1px);
		background-color: #FFF;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 99;
	}
	#pagetop .btn-loading span img{
		width: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 35px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	.foot_fix_btn {
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	.foot_fix_btn.js_hide {
		transform: translateY(100%);
	}
	.foot_fix_btn ul {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		text-align: center;
		font-size: 0;
	}
	.foot_fix_btn ul li:nth-child(1) {
		width: 25%;
		background: rgba(255, 134, 88, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(2) {
		width: 25%;
		background: rgba(132, 190, 233, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(3) {
		width: 25%;
		background: rgba(164, 145, 211, .8);
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.foot_fix_btn ul li:nth-child(4) {
		width: 25%;
		background: rgba(123, 150, 165, .8);
		box-sizing: border-box;
	}
	.foot_fix_btn ul li a {
		display: block;
		padding: 5px 0;
	}


}
