body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*imac////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 2560px) and (max-width: 5120px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
    
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 15px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.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: -1px;
    }
    .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: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 3% 0 3% 0;
	}
	header .mv-box .mv-title{
		width: 35%;
		box-sizing: border-box;
		position: relative;
	}
	header .mv-box .mv-title .mv-logo{
		width: 20%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 15%;
		z-index: 99;
	}
	header .mv-box .mv-title .title{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	header .mv-box .mv-title02{
		position: absolute;
		bottom: 2%;
		left: 5%;
		width: 30%;
	}
	header .mv-box .mv-img{
		width: 65%;
		display: flex;
		justify-content: space-between;
	}
	header .mv-img li{
		width: 24.5%;
	}
	header .mv-icon{
		width: 50px;
		display: block;
		margin: 0 auto;
		z-index: 3;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	#read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item*/
	.item{
		max-width: 1000px;
		width: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 45%;
	}
	.item .data .sub-title{
		width: 70%;
		margin: 10% 0 10% 0;
	}
	.item .data .title{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 2% 0;
	}
	.item .data .btn{
		font-size: 15px;
		display: inline-block;
		text-decoration: none;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
		border-bottom: 1px solid #fff;
		transition: .3s;
	}
	.item .data .btn:hover{
		transition: .3s;
	}
	.item .data .color01:hover{
		border-bottom: 1px solid #6372c1;
	}
	.item .data .color02:hover{
		border-bottom: 1px solid #cebf84;
	}
	.item .data .color03:hover{
		border-bottom: 1px solid #ff9a6a;
	}
	.item .data .color04:hover{
		border-bottom: 1px solid #000000;
	}
	
	.item .data .btn::after{
        content: url("../img/icon.svg");
        width: 8px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 10px;
        position: relative;
        top: 1px;
    }
	.item .data .txt{
		border-top: 1px solid #eee;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 10% 0;
		padding: 5% 0 0 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label02{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label02:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon03.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label03{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label03:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon05.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label04{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label04:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon07.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label02:after{
		content: '';
		background: url("../img/icon04.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label02 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label03:after{
		content: '';
		background: url("../img/icon06.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label03 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label04:after{
		content: '';
		background: url("../img/icon08.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label04 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*movie*/
	.movie{
		max-width: 500px;
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.movie a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	
	/*fn-box*/
	.fn-box{
		max-width: 900px;
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.fn-box .fn-box-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.fn-box .fn-box-list li{
		width: 31%;
		position: relative;
	}
	.fn-box .fn-box-list li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	.fn-box .fn-box-list li .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.fn-box .fn-box-list li .img{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.fn-box .fn-box-list li:hover .img{
		opacity: .5;
		transition: .3s;
	}
	
	/*link-box*/
	.yen-line{
		width: 100%;
		height: 2px;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.yen-line.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.line-color01{
		background: #6372c1;
	}
	.line-color02{
		background: #cebf84;
	}
	.line-color03{
		background: #ff9a6a;
	}
	.line-color04{
		background: #000000;
	}
	
	.link-box{
		width: 90%;
		position: relative;
		overflow: hidden;
		color: #595757;
		margin: 0 0 3% 0;
	}
	.link-box a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.link-box .name{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5px 0;
	}
	.link-box .name li:last-child{
		width: fit-content;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-box .name li:first-child{
		width: 85px;
		margin: 0 15px 0 0;
	}
	.link-box .yen{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(1){
		width: fit-content;
		font-size: 15px;
		letter-spacing: 0px;
		position: relative;
	}
	.link-box .yen li:nth-child(1) span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	.link-box .yen li:nth-child(2){
		width: 30px;
		margin: 0 10px;
		position: relative;
		top: -7px;
	}
	.link-box .yen li:nth-child(3){
		width: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(3) .yen-box{
		width: 60%;
		font-size: 15px;
		letter-spacing: 0px;
	}
	.link-box .yen li:nth-child(3) .yen-box span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	.link-box .yen li:nth-child(3) .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #6372c1;
		border: 1px solid #6372c1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn01 {
	  background: #fff;
	  border-color: #6372c1;
	  color: #6372c1;
	}
	
	.link-box .yen li:nth-child(3) .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #cebf84;
		border: 1px solid #cebf84;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn02 {
	  background: #fff;
	  border-color: #cebf84;
	  color: #cebf84;
	}
	
	.link-box .yen li:nth-child(3) .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #ff9a6a;
		border: 1px solid #ff9a6a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn03 {
	  background: #fff;
	  border-color: #ff9a6a;
	  color: #ff9a6a;
	}
	
	.link-box .yen li:nth-child(3) .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #000000;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn04 {
	  background: #fff;
	  border-color: #000000;
	  color: #000000;
	}
	
	.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;
	}
	.link-box: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;
	}
	.link-box:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		border-bottom: 1px solid #eee;
		padding: 0 0 5% 0;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 60%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a{
		width: 30%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.btn-list li .f-btn02{
		width: 60%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li .f-btn02:hover{
		border: 1px solid #e1200f;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*pc//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 1281px) and (max-width: 2559px) {
    .sp-on{
		display: none!important;
	}
    .pad-on{
        display: none!important;
    }
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 15px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.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: -1px;
    }
    .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: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 3% 0 3% 0;
	}
	header .mv-box .mv-title{
		width: 35%;
		box-sizing: border-box;
		position: relative;
	}
	header .mv-box .mv-title .mv-logo{
		width: 20%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 15%;
		z-index: 99;
	}
	header .mv-box .mv-title .title{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	header .mv-box .mv-title02{
		position: absolute;
		bottom: 2%;
		left: 5%;
		width: 30%;
	}
	header .mv-box .mv-img{
		width: 65%;
		display: flex;
		justify-content: space-between;
	}
	header .mv-img li{
		width: 24.5%;
	}
	header .mv-icon{
		width: 50px;
		display: block;
		margin: 0 auto;
		z-index: 3;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	#read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item*/
	.item{
		max-width: 1000px;
		width: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 45%;
	}
	.item .data .sub-title{
		width: 70%;
		margin: 10% 0 10% 0;
	}
	.item .data .title{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 2% 0;
	}
	.item .data .btn{
		font-size: 15px;
		display: inline-block;
		text-decoration: none;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
		border-bottom: 1px solid #fff;
		transition: .3s;
	}
	.item .data .btn:hover{
		transition: .3s;
	}
	.item .data .color01:hover{
		border-bottom: 1px solid #6372c1;
	}
	.item .data .color02:hover{
		border-bottom: 1px solid #cebf84;
	}
	.item .data .color03:hover{
		border-bottom: 1px solid #ff9a6a;
	}
	.item .data .color04:hover{
		border-bottom: 1px solid #000000;
	}
	
	.item .data .btn::after{
        content: url("../img/icon.svg");
        width: 8px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 10px;
        position: relative;
        top: 1px;
    }
	.item .data .txt{
		border-top: 1px solid #eee;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 10% 0;
		padding: 5% 0 0 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label02{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label02:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon03.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label03{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label03:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon05.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label04{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label04:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon07.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label02:after{
		content: '';
		background: url("../img/icon04.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label02 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label03:after{
		content: '';
		background: url("../img/icon06.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label03 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label04:after{
		content: '';
		background: url("../img/icon08.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label04 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*movie*/
	.movie{
		max-width: 500px;
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.movie a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	
	/*fn-box*/
	.fn-box{
		max-width: 900px;
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.fn-box .fn-box-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.fn-box .fn-box-list li{
		width: 31%;
		position: relative;
	}
	.fn-box .fn-box-list li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	.fn-box .fn-box-list li .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.fn-box .fn-box-list li .img{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.fn-box .fn-box-list li:hover .img{
		opacity: .5;
		transition: .3s;
	}
	
	/*link-box*/
	.yen-line{
		width: 100%;
		height: 2px;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.yen-line.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.line-color01{
		background: #6372c1;
	}
	.line-color02{
		background: #cebf84;
	}
	.line-color03{
		background: #ff9a6a;
	}
	.line-color04{
		background: #000000;
	}
	
	.link-box{
		width: 90%;
		position: relative;
		overflow: hidden;
		color: #595757;
		margin: 0 0 3% 0;
	}
	.link-box a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.link-box .name{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5px 0;
	}
	.link-box .name li:last-child{
		width: fit-content;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-box .name li:first-child{
		width: 85px;
		margin: 0 15px 0 0;
	}
	.link-box .yen{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(1){
		width: fit-content;
		font-size: 15px;
		letter-spacing: 1px;
		position: relative;
	}
	.link-box .yen li:nth-child(1) span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	.link-box .yen li:nth-child(2){
		width: 30px;
		margin: 0 10px;
		position: relative;
		top: -7px;
	}
	.link-box .yen li:nth-child(3){
		width: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(3) .yen-box{
		width: 60%;
		font-size: 15px;
		letter-spacing: 0px;
	}
	.link-box .yen li:nth-child(3) .yen-box span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	.link-box .yen li:nth-child(3) .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #6372c1;
		border: 1px solid #6372c1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn01 {
	  background: #fff;
	  border-color: #6372c1;
	  color: #6372c1;
	}
	
	.link-box .yen li:nth-child(3) .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #cebf84;
		border: 1px solid #cebf84;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn02 {
	  background: #fff;
	  border-color: #cebf84;
	  color: #cebf84;
	}
	
	.link-box .yen li:nth-child(3) .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #ff9a6a;
		border: 1px solid #ff9a6a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn03 {
	  background: #fff;
	  border-color: #ff9a6a;
	  color: #ff9a6a;
	}
	
	.link-box .yen li:nth-child(3) .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #000000;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn04 {
	  background: #fff;
	  border-color: #000000;
	  color: #000000;
	}
	
	.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;
	}
	.link-box: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;
	}
	.link-box:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		border-bottom: 1px solid #eee;
		padding: 0 0 5% 0;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 60%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a{
		width: 30%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.btn-list li .f-btn02{
		width: 60%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li .f-btn02:hover{
		border: 1px solid #e1200f;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*note pc/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
	
	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 90px;
		right: 15px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 90px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
        text-align: center;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 2em;
		margin: 20px 0;
	}
	.side-nav-in a:hover{
		opacity: .5;
		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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.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: -1px;
    }
    .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: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 3% 0 3% 0;
	}
	header .mv-box .mv-title{
		width: 35%;
		box-sizing: border-box;
		position: relative;
	}
	header .mv-box .mv-title .mv-logo{
		width: 20%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 15%;
		z-index: 99;
	}
	header .mv-box .mv-title .title{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	header .mv-box .mv-title02{
		position: absolute;
		bottom: 6%;
		left: 5%;
		width: 30%;
	}
	header .mv-box .mv-img{
		width: 65%;
		display: flex;
		justify-content: space-between;
	}
	header .mv-img li{
		width: 24.5%;
	}
	header .mv-icon{
		width: 40px;
		display: block;
		margin: 0 auto;
		z-index: 3;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	#read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item*/
	.item{
		max-width: 1000px;
		width: 100%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 50%;
	}
	.item .data{
		width: 45%;
	}
	.item .data .sub-title{
		width: 70%;
		margin: 10% 0 10% 0;
	}
	.item .data .title{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 2% 0;
	}
	.item .data .btn{
		font-size: 15px;
		display: inline-block;
		text-decoration: none;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
		border-bottom: 1px solid #fff;
		transition: .3s;
	}
	.item .data .btn:hover{
		transition: .3s;
	}
	.item .data .color01:hover{
		border-bottom: 1px solid #6372c1;
	}
	.item .data .color02:hover{
		border-bottom: 1px solid #cebf84;
	}
	.item .data .color03:hover{
		border-bottom: 1px solid #ff9a6a;
	}
	.item .data .color04:hover{
		border-bottom: 1px solid #000000;
	}
	
	.item .data .btn::after{
        content: url("../img/icon.svg");
        width: 8px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 10px;
        position: relative;
        top: 1px;
    }
	.item .data .txt{
		border-top: 1px solid #eee;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 10% 0;
		padding: 5% 0 0 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label02{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label02:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon03.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label03{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label03:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon05.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label04{
		width: 90%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label04:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon07.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label02:after{
		content: '';
		background: url("../img/icon04.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label02 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label03:after{
		content: '';
		background: url("../img/icon06.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label03 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label04:after{
		content: '';
		background: url("../img/icon08.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label04 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*movie*/
	.movie{
		max-width: 500px;
		width: 100%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.movie a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	
	/*fn-box*/
	.fn-box{
		max-width: 900px;
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.fn-box .fn-box-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.fn-box .fn-box-list li{
		width: 31%;
		position: relative;
	}
	.fn-box .fn-box-list li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	.fn-box .fn-box-list li .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.fn-box .fn-box-list li .img{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.fn-box .fn-box-list li:hover .img{
		opacity: .5;
		transition: .3s;
	}
	
	/*link-box*/
	.yen-line{
		width: 100%;
		height: 2px;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.yen-line.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.line-color01{
		background: #6372c1;
	}
	.line-color02{
		background: #cebf84;
	}
	.line-color03{
		background: #ff9a6a;
	}
	.line-color04{
		background: #000000;
	}
	
	.link-box{
		width: 90%;
		position: relative;
		overflow: hidden;
		color: #595757;
		margin: 0 0 3% 0;
	}
	.link-box a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.link-box .name{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5px 0;
	}
	.link-box .name li:last-child{
		width: fit-content;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-box .name li:first-child{
		width: 85px;
		margin: 0 15px 0 0;
	}
	.link-box .yen{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(1){
		width: fit-content;
		font-size: 15px;
		letter-spacing: 1px;
		position: relative;
	}
	.link-box .yen li:nth-child(1) span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	.link-box .yen li:nth-child(2){
		width: 30px;
		margin: 0 10px;
		position: relative;
		top: -7px;
	}
	.link-box .yen li:nth-child(3){
		width: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(3) .yen-box{
		width: 60%;
		font-size: 15px;
		letter-spacing: 0px;
	}
	.link-box .yen li:nth-child(3) .yen-box span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	.link-box .yen li:nth-child(3) .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #6372c1;
		border: 1px solid #6372c1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn01 {
	  background: #fff;
	  border-color: #6372c1;
	  color: #6372c1;
	}
	
	.link-box .yen li:nth-child(3) .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #cebf84;
		border: 1px solid #cebf84;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn02 {
	  background: #fff;
	  border-color: #cebf84;
	  color: #cebf84;
	}
	
	.link-box .yen li:nth-child(3) .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #ff9a6a;
		border: 1px solid #ff9a6a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn03 {
	  background: #fff;
	  border-color: #ff9a6a;
	  color: #ff9a6a;
	}
	
	.link-box .yen li:nth-child(3) .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 100px!important;
		padding: 7px 0 7px 0;
		background: #000000;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn04 {
	  background: #fff;
	  border-color: #000000;
	  color: #000000;
	}
	
	.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;
	}
	.link-box: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;
	}
	.link-box:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		border-bottom: 1px solid #eee;
		padding: 0 0 5% 0;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 60%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a{
		width: 30%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.btn-list li .f-btn02{
		width: 60%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li .f-btn02:hover{
		border: 1px solid #e1200f;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*pad/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 765px) and (max-width: 1024px) {
    .sp-on{
		display: none !important;
	}
    .pad-off{
		display: none !important;
	}
	
	/*sid-nav*/
    .side-nav{
		display: none;
	}
	.side-nav-in{
		display: none;
	}
	.side-nav-in a{
		display: none;
	}
	.side-nav-in a:hover{
		display: none;
	}
    
	/*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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.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: -1px;
    }
    .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: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
		max-width: 2000px;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 3% 0 3% 0;
	}
	header .mv-box .mv-title{
		width: 35%;
		box-sizing: border-box;
		position: relative;
	}
	header .mv-box .mv-title .mv-logo{
		width: 20%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 15%;
		z-index: 99;
	}
	header .mv-box .mv-title .title{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	header .mv-box .mv-title02{
		position: absolute;
		bottom: 7%;
		left: 5%;
		width: 30%;
	}
	header .mv-box .mv-img{
		width: 65%;
		display: flex;
		justify-content: space-between;
	}
	header .mv-img li{
		width: 24.5%;
	}
	header .mv-icon{
		width: 40px;
		display: block;
		margin: 0 auto;
		z-index: 3;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 3% auto;
	}
	#read .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	/*item*/
	.item{
		width: 90%;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
	}
	.item .img{
		width: 45%;
	}
	.item .data{
		width: 50%;
	}
	.item .data .sub-title{
		width: 60%;
		margin: 10% 0 10% 0;
	}
	.item .data .title{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 2% 0;
	}
	.item .data .btn{
		font-size: 15px;
		display: inline-block;
		text-decoration: none;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 0 5% 0;
		border-bottom: 1px solid #fff;
		transition: .3s;
	}
	.item .data .btn:hover{
		transition: .3s;
	}
	.item .data .color01:hover{
		border-bottom: 1px solid #6372c1;
	}
	.item .data .color02:hover{
		border-bottom: 1px solid #cebf84;
	}
	.item .data .color03:hover{
		border-bottom: 1px solid #ff9a6a;
	}
	.item .data .color04:hover{
		border-bottom: 1px solid #000000;
	}
	
	.item .data .btn::after{
        content: url("../img/icon.svg");
        width: 8px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 10px;
        position: relative;
        top: 1px;
    }
	.item .data .txt{
		border-top: 1px solid #eee;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 10% 0;
		padding: 5% 0 0 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label02{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label02:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon03.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label03{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label03:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon05.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label04{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label04:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon07.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label02:after{
		content: '';
		background: url("../img/icon04.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label02 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label03:after{
		content: '';
		background: url("../img/icon06.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label03 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label04:after{
		content: '';
		background: url("../img/icon08.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label04 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*movie*/
	.movie{
		width: 50%;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.movie a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	
	/*fn-box*/
	.fn-box{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.fn-box .fn-box-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.fn-box .fn-box-list li{
		width: 31%;
		position: relative;
	}
	.fn-box .fn-box-list li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	.fn-box .fn-box-list li .txt{
		width: 100%;
		margin: 5% 0 0 0;
	}
	.fn-box .fn-box-list li .img{
		width: 100%;
		opacity: 1;
		transition: .3s;
	}
	.fn-box .fn-box-list li:hover .img{
		opacity: .5;
		transition: .3s;
	}
	
	/*link-box*/
	.yen-line{
		width: 100%;
		height: 2px;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.yen-line.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.line-color01{
		background: #6372c1;
	}
	.line-color02{
		background: #cebf84;
	}
	.line-color03{
		background: #ff9a6a;
	}
	.line-color04{
		background: #000000;
	}
	
	.link-box{
		width: 100%;
		position: relative;
		overflow: hidden;
		color: #595757;
		margin: 0 0 3% 0;
	}
	.link-box a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.link-box .name{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 5px 0;
	}
	.link-box .name li:last-child{
		width: fit-content;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-box .name li:first-child{
		width: 85px;
		margin: 0 15px 0 0;
	}
	.link-box .yen{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(1){
		width: fit-content;
		font-size: 13px;
		letter-spacing: 1px;
		position: relative;
	}
	.link-box .yen li:nth-child(1) span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	.link-box .yen li:nth-child(2){
		width: 20px;
		margin: 0 5px;
		position: relative;
		top: -10px;
	}
	.link-box .yen li:nth-child(3){
		width: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(3) .yen-box{
		width: 60%;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.link-box .yen li:nth-child(3) .yen-box span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	.link-box .yen li:nth-child(3) .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #6372c1;
		border: 1px solid #6372c1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn01 {
	  background: #fff;
	  border-color: #6372c1;
	  color: #6372c1;
	}
	
	.link-box .yen li:nth-child(3) .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #cebf84;
		border: 1px solid #cebf84;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn02 {
	  background: #fff;
	  border-color: #cebf84;
	  color: #cebf84;
	}
	
	.link-box .yen li:nth-child(3) .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #ff9a6a;
		border: 1px solid #ff9a6a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn03 {
	  background: #fff;
	  border-color: #ff9a6a;
	  color: #ff9a6a;
	}
	
	.link-box .yen li:nth-child(3) .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #000000;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn04 {
	  background: #fff;
	  border-color: #000000;
	  color: #000000;
	}
	
	.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;
	}
	.link-box: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;
	}
	.link-box:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 90%;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		border-bottom: 1px solid #eee;
		padding: 0 0 5% 0;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 60%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a{
		width: 30%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.btn-list li .f-btn02{
		width: 60%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li .f-btn02:hover{
		border: 1px solid #e1200f;
		transition: .3s;
	}
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
    
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* for iphone ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

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

    /*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: 20px;
		width: 35px;
		display: block;
		z-index: 99;
	}
	.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: -1px;
    }
    .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: -1px;
    }
	.l-icon02::after{
        content: url("../img/l-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
    .s-icon02::after{
        content: url("../img/s-size.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
    }
	
	/*header----------------------------------------------------*/
    header {
		width: 100%;
        position: relative;
		margin: 0 0 3% 0;
    }
	header .mv-title-sp{
		width: 90%;
		margin: 5% auto 5% auto;
	}
	header .mv-title{
		width: 20%;
		margin: 5% auto 5% auto;
	}
	header .mv-title02{
		width: 70%;
		position: absolute;
		bottom: 17%;
		left: 5%;
	}
	header .mv-img{
		width: 100%;
		margin: 0 auto 15% auto;
		display: flex;
		justify-content: space-between;
	}
	header .mv-img li{
		width: 24%;
	}
	header .mv-icon{
		width: 30px;
		display: block;
		margin: 0 auto;
		z-index: 3;
	}
	header .mv-link{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 3;
	}
	
	/*read*/
	#read{
		width: 90%;
		margin: 0 auto 3% auto;
	}
	#read .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		margin: 0 0 5% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	#read .txt br{
		display: none;
	}
	
	/*item*/
	.item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item .img{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item .data{
		width: 90%;
		margin: 0 auto;
	}
	.item .data .sub-title{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.item .data .title{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		text-align: center;
		margin: 0 0 2% 0;
	}
	.item .data .btn{
		width: 100%;
		font-size: 15px;
		text-align: center;
		display: inline-block;
		text-decoration: none;
		letter-spacing: 2px;
		line-height: 2em;
		color: #595757;
		margin: 0 auto 5% auto;
		border-bottom: 1px solid #fff;
		transition: .3s;
	}
	.item .data .btn:hover{
		transition: .3s;
	}
	.item .data .color01:hover{
		border-bottom: 1px solid #6372c1;
	}
	.item .data .color02:hover{
		border-bottom: 1px solid #cebf84;
	}
	.item .data .color03:hover{
		border-bottom: 1px solid #ff9a6a;
	}
	.item .data .color04:hover{
		border-bottom: 1px solid #000000;
	}
	
	.item .data .btn:hover{
		border-bottom: 1px solid #728bc6;
		transition: .3s;
	}
	.item .data .btn::after{
        content: url("../img/icon.svg");
        width: 8px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 0 0 10px;
        position: relative;
        top: 1px;
    }
	.item .data .txt{
		border-top: 1px solid #eee;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		color: #595757;
		margin: 0 0 10% 0;
		padding: 5% 0 0 0;
	}
	
	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon01.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label02{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label02:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon03.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label03{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label03:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon05.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-label04{
		width: 100%;
		background: #fff;
		color: #000;
		font-size: 13px;
		letter-spacing: 2px;
		text-align: center;
		display: block;
		margin-bottom: 1px;
		padding: 10px 15px;
		position: relative;
		border: 1px solid #9a9a9b;
		box-sizing: border-box;
		margin: 5% 0 3% 0;
	}
	.acd-label04:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/icon07.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .5s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background: url("../img/icon02.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label02:after{
		content: '';
		background: url("../img/icon04.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label02 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label03:after{
		content: '';
		background: url("../img/icon06.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label03 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.acd-check:checked + .acd-label04:after{
		content: '';
		background: url("../img/icon08.svg") no-repeat;
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 99;
	}
	.acd-check:checked + .acd-label04 + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	
	/*movie*/
	.movie{
		width: 100%;
		margin: 0 auto 15% auto;
		position: relative;
	}
	.movie a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 33;
	}
	
	/*fn-box*/
	.fn-box{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.fn-box .fn-box-list{
		width: 100%;
	}
	.fn-box .fn-box-list li{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.fn-box .fn-box-list li:nth-child(2){
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 5% 0;
	}
	.fn-box .fn-box-list li a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.fn-box .fn-box-list li .txt{
		width: 45%;
	}
	.fn-box .fn-box-list li .img{
		width: 50%;
		opacity: 1;
		transition: .3s;
	}
	.fn-box .fn-box-list li:hover .img{
		opacity: .5;
		transition: .3s;
	}
	
	/*link-box*/
	.yen-line{
		width: 100%;
		height: 2px;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		overflow: hidden;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		left: 0;
	}
	.yen-line.active{
		animation: fadeline 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: 1s;
	}
	@keyframes fadeline {
	  0% {
		opacity: 1;
		transform: translate(-100%, 0);
	  }
	  100% {
		opacity: 1;
		transform: translate(0, 0);
	  }
	}
	.line-color01{
		background: #6372c1;
	}
	.line-color02{
		background: #cebf84;
	}
	.line-color03{
		background: #ff9a6a;
	}
	.line-color04{
		background: #000000;
	}
	
	.link-box{
		width: 100%;
		position: relative;
		overflow: hidden;
		color: #595757;
		margin: 0 0 5% 0;
	}
	.link-box a{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.link-box .name{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 10px 0;
	}
	.link-box .name li:last-child{
		width: fit-content;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-box .name li:first-child{
		width: 85px;
		margin: 0 15px 0 0;
	}
	.link-box .yen{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(1){
		width: fit-content;
		font-size: 13px;
		letter-spacing: 1px;
		position: relative;
	}
	.link-box .yen li:nth-child(1) span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	.link-box .yen li:nth-child(2){
		width: 20px;
		margin: 0 5px;
		position: relative;
		top: -10px;
	}
	.link-box .yen li:nth-child(3){
		width: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.link-box .yen li:nth-child(3) .yen-box{
		width: 60%;
		font-size: 13px;
		letter-spacing: 1px;
	}
	.link-box .yen li:nth-child(3) .yen-box span{
		font-size: 10px;
		letter-spacing: 1px;
		margin: 0 0 0 5px;
	}
	
	.link-box .yen li:nth-child(3) .btn01{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #6372c1;
		border: 1px solid #6372c1;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn01 {
	  background: #fff;
	  border-color: #6372c1;
	  color: #6372c1;
	}
	
	.link-box .yen li:nth-child(3) .btn02{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #cebf84;
		border: 1px solid #cebf84;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn02 {
	  background: #fff;
	  border-color: #cebf84;
	  color: #cebf84;
	}
	
	.link-box .yen li:nth-child(3) .btn03{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #ff9a6a;
		border: 1px solid #ff9a6a;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn03 {
	  background: #fff;
	  border-color: #ff9a6a;
	  color: #ff9a6a;
	}
	
	.link-box .yen li:nth-child(3) .btn04{
		font-size: 11px;
		line-height: 1em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #000000;
		border: 1px solid #000000;
		display: inline-block;
		text-align: center;
		color: #fff;
		margin: 0 0 0 10px;
	}
	.link-box:hover .yen li:nth-child(3) .btn04 {
	  background: #fff;
	  border-color: #000000;
	  color: #000000;
	}
	
	.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;
	}
	.link-box: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;
	}
	.link-box:hover .btn-arrow img {
	  opacity: 1;
	  right: -1rem;
	}
	
	/*popup*/
	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 0.5s;
	}
	.popup3{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup3.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup4{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup4.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.5s;
	}
	.popup5{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup5.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2s;
	}
	.popup6{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup6.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 2.5s;
	}
	.popup7{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup7.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 3s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(10%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}
	
	.end-box{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 4% auto;
		padding: 0 0 3% 0;
		border-bottom: 1px solid #eee;
	}
	.end-box .txt{
		font-size: 11px;
		letter-spacing: 3px;
		line-height: 2.5em;
		text-align: center;
		color: #595757;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	.f-btn-box{
		width: 90%;
		margin: 0 auto 10% auto;
		position: relative;
	}
	.btn-list{
		width: 100%;
	}
	.btn-list li{
		width: 100%;
		position: relative;
	}
	.btn-list li:nth-child(2){
		width: 100%;
		position: relative;
		border-bottom: 1px solid #eee;
		padding: 0 0 5% 0;
		margin: 5% 0;
	}
	.btn-list li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a{
		width: 100%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li:nth-child(3) a:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	
	.btn-list li .f-btn02{
		width: 100%;
		margin: 0 auto;
		display: block;
		border: 1px solid #eee;
		transition: .3s;
	}
	.btn-list li .f-btn02:hover{
		border: 1px solid #e1200f;
		transition: .3s;
	}
	
	
	/*anime----------------------------------------------------*/
	.hover-parent {
		width: 100%;
		position: relative;
		overflow: hidden;
    }
	.hover-parent a{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 99;
    }
    .hover-mask {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.6);
		opacity: 0;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0;
    }
	.hover-parent:hover .hover-mask {
		opacity: 1;
		transition:all 0.6s ease;
	}
	.hover-parent .bg-img{
		width: 100%;
		transition:.5s all;
    }
	.hover-parent:hover .bg-img{
		transform:scale(1.1,1.1);
  		transition:.5s all;
    }
	
	/*fade01*/
	.fade01 {
		width: 100%;
		animation-name: fade-in1;
		animation-duration: 2s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in1 {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade02 {
		animation-name: fade-in2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in2 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}
	.fade03 {
		animation-name: fade-in3;
		animation-duration: 5s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade-in3 {
		0% {
		  opacity: 0;
		}
		50% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
		transform : translate(0, 0);
		transition : all 1s;
	}
	.fadein-up.active{
		animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
		animation-delay: .5s;
	}
	@keyframes fadeIn {
	  0% {
		opacity: 0;
	  }
	  100% {
		opacity: 1;
	  }
	}
	
	.fadein-left {
		opacity : 0;
		transform : translate(-50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-left.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	.fadein-right {
		opacity : 0;
		transform : translate(50px, 0);
		transition : all 1s;
		transition-delay: 0s;
	}
	.fadein-right.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	
	.btm-btn{
		width: 100%;
		display: block;
		margin: 5% 0 0 0;
		border: 1px solid #D9B7BF;
		box-sizing: border-box!important;
		background: #D9B7BF;
		color: #fff;
		font-size: 13px;
		padding: 10px 0%!important;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}
	.btm-btn:hover{
		width: 100%;
		transition: .3s;
		color: #D9B7BF;
		background: #fff;
		border: 1px solid #D9B7BF;
	}
	
	.f-banner{
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	
	/*nav*/
	.nav{
		width: 100%;
		margin: 0 auto;
		display: flex;
		position: fixed;
		background: rgba(255,255,255,0.8);
		backdrop-filter: blur(10px);
		-ms-backdrop-filter: blur(10px);
		z-index: 999;
		bottom: -1px;
	}
	.top-nav{
		width: 100%;
		display: flex;
	}
	.top-nav li:nth-child(1){
		width: 30%;
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.top-nav li:nth-child(2){
		width: 30%;
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.top-nav li:nth-child(3){
		width: 30%;
		box-sizing: border-box;
		border-right: 1px solid #eee;
	}
	.top-nav li:nth-child(4){
		width: 10%;
	}
    
}

