body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
}


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

	.fix-header{
		width: 100%;
		height: 60px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.fix-logo img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}

	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 19%;
		margin: 0 0 3% 0;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 19%;
		margin: 0 0 5% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}

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

	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}

    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 60px auto 5% auto;
		padding: 0;
		background: #FAFAFA;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 4%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-img li{
		width: 32.5%;
		overflow: hidden;
		position: relative;
	}
	.mv-title{
		width: 60%;
		margin: 0 auto;
		padding: 2% 0;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 23%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 20px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}

	/*read*/
	.read{
		width: 100%;
		margin: -70px auto 8% auto;
		padding-top: 70px;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 6px;
		line-height: 2em;
		text-align: center;
	}

	/*pro*/
	.pro{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.pro .icon{
		width: 250px;
		position: absolute;
		top: -90px;
		right: -120px;
	}
	.pro .img{
		width: 30%;
	}
	.pro .data{
		width: 57%;
	}
	.pro .data .name{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 3% 0;
	}
	.pro .data .name span{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		display: block;
	}
	.pro .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
	}

	/*choose-wrap*/
	.choose-wrap{
		width: 100%;
		background: #FAFAFA;
		margin: 0 0 5% 0;
		padding: 5% 0;
	}

	/*choose01*/
	.choose01{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.choose01 .img{
		width: 18%;
		box-sizing: border-box;
    	padding: 0 0 0 3%;
	}
	.choose01 .txt{
		width: 75%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		position: relative;
		top: -8px;
	}

	/*choose02*/
	.choose02{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.choose02 .title{
		width: 100%;
		font-size: 35px;
    	letter-spacing: 4px;
		text-align: center;
		font-weight: bold;
		margin: 0 auto 5% auto;
	}
	.choose02 .data{
		width: 30%;
		position: relative;
	}
	.choose02 .data .icon{
		width: 35%;
		position: absolute;
		top: 0;
		left: -10%;
	}
	.choose02 .data .data-list01{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list01 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img01-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list02{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list02 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img02-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list03{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list03 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img03-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .img{
		width: 4px;
		margin: 0 auto 7% auto;
	}
	.choose02 .data .link{
		width: 100%;
		box-shadow: 0px 10px 10px -6px rgba(44, 44, 44, 0.3);
	}

	/*questionnaire*/
	.choose_box {
		position: relative;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #C6AB7A;
		padding: 5% 0 4% 0;
		border-radius: 10px;
	}
	.choose_box .main-title{
		width: max-content;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #000;
		border-radius: 60px;
		color: #fff;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.choose_box .sub-title{
		font-size: 35px;
		letter-spacing: 4px;
		text-align: center;
		color: #C39688;
		font-weight: bold;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.choose_box .sub-title span{
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		color: #000;
		border: 1px solid #000;
		padding: 3px 6px 3px 10px;
		margin: 0 0 0 10px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.choose_box .sub-txt{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3% auto;
	}

	.c-title01{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #E1DEE3;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-title02{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #CDD4DA;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-title03{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #E4E6D8;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-a-title span{
		font-size: 20px;
		letter-spacing: 4px;
		text-align: center;
		align-items: center;
		color: #000;
		font-weight: bold;
		margin: 0 5px 0 0;
		position: relative;
		top: -7px;
	}
	.c-a-title{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.c-a-title img{
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	.c-data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.c-data .img{
		width: 25%;
	}
	.c-data .data{
		width: 70%;
	}
	.c-data .data .c-icon{
		width: 110px;
		margin: 0 0 10% 0;
	}
	.c-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		margin: 0 0 10% 0;
	}

	.choose_box .title {
		font-size: 26px;
		height: 95px;
		font-weight: bold;
		line-height: 1.7em;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.choose_box .title span{
		font-size: 24px;
		font-weight: bold;
		display: inline-block;
		letter-spacing: 4px;
		margin: 0 10px 0 0;
	}
	.choose_box ul {
		width: 70%;
		text-align: center;
		margin: auto;
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.choose_box ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.choose_box ul li:nth-child(2n) {
		margin-right: 0;
	}
	.choose_box ul li p {
		color: #fff;
		display: block;
		padding: 15px 0;
		text-align: center;
		background-color: #C39688;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 4px;
		border: 1px solid #C39688;
		text-decoration: none;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
	}
	.choose_box ul li p:hover {
		background-color: #fff;
		color: #C39688;
		transition: 0.3s;
	}
	.choose_box .icon-box {
		width: 15px;
		height: 20px;
		position: relative;
		margin: 0 auto 40px auto;
	}
	.choose_box .icon {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #C6AB7A transparent transparent transparent;
		margin: 0 auto 50px auto;
		display: block;
		animation: pathmove02 1.4s ease-in-out infinite;
		position: absolute;
	}
	@keyframes pathmove02{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:10px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 20px;
		opacity: 0;
	  }
	}
	.choose_box .back{
		width: 200px;
		color: #fff;
		display: block;
		padding: 10px 0;
		text-align: center;
		background-color: #CDD4DA;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 4px;
		border: 1px solid #CDD4DA;
		text-decoration: none;
		border-radius: 30px;
		cursor: pointer;
		margin: 3% auto 0 auto;
	}
	.choose_box .back:hover {
		background-color: #fff;
		color: #CDD4DA;
		transition: 0.3s;
	}
  /* 追記 */
  .choose_box #q_09 .btn, .choose_box #q_10 .btn, .choose_box #q_11 .btn{
    position: absolute;
    bottom: 6.5vw;
    left: 38%;
  }

	/*door*/
	.door{
		width: 100%;
		max-width: 900px;
		margin: -80px auto 3% auto;
		padding-top: 80px;
	}
	.door .color01{
		background: #E4E6D8;
	}
	.door .color02{
		background: #CDD4DA;
	}
	.door .color03{
		background: #E1DEE3;
	}
	.door .title{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.door .title img{
		height: 40px;
		display: block;
		margin: 0 auto;
		padding: 10px 0;
	}
	.door .sub-title{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 35px;
		line-height: 1.8em;
		letter-spacing: 3px;
		text-align: center;
		margin: 0 auto 20px auto;
	}
	.door .sub-title span{
		display: block;
		height: 40px;
		width: 1px;
		background: #000;
		margin: 20px auto 0 auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}

	/*main-item01*/
	.main-item01{
		width: 100%;
		max-width: 900px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.main-item01 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.main-item01 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 5%;
	}
	.main-item01 .title02 .num img{
		height: 40px;
	}
	.main-item01 .title02 .txt02{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.main-item01 .img{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 4% auto;
	}
	.main-item01 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.main-item01 .data .data-in{
		width: 45%;
	}
	.main-item01 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #979A9B;
		margin: 0 0 5% 0;
	}
	.main-item01 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 auto 7% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 70%;
		background: #E4E6D8;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 100%;
		height: 70%;
		background: #CDD4DA;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 100%;
		height: 70%;
		background: #E1DEE3;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	/*item02*/
	.item02{
		width: 100%;
		max-width: 2200px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 50%;
		position: relative;
	}
	.item02 .img .txt{
		width: 12%;
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: 3;
	}
	.item02 .img .txt02{
		width: 12%;
		position: absolute;
		top: 7%;
		right: 7%;
		z-index: 3;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 12%;
	}
	.item02 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item02 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 0;
	}
	.item02 .title02 .num img{
		height: 35px;
	}
	.item02 .title02 .txt02{
		width: 100%;
		font-size: 22px;
		letter-spacing: 2px;
		font-weight: bold;
		text-align: center;
	}
	.item02 .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 20% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*item03*/
	.item03{
		width: 100%;
		max-width: 900px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item03 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item03 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 5%;
	}
	.item03 .title02 .num img{
		height: 40px;
	}
	.item03 .title02 .txt02{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.item03 .img{
		width: 100%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item03 .img .txt{
		width: 12%;
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: 3;
	}
	.item03 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data-in{
		width: 45%;
	}
	.item03 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #fff;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*other-item*/
	.other-item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.other-item .title{
		width: 40%;
		margin: 0 auto 3% auto;
	}
	.other-item-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.other-item-list li{
		width: 23%;
		position: relative;
	}
	.other-item-list li .sub-icon{
		width: 140px;
		position: absolute;
		top: 0;
		left: 79%;
	}
	.other-item-list li a{
		width: 90%;
		color: #000;
		text-decoration: none;
	}
	.other-item-list li a .item-title{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.other-item-list li .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.other-item-list li .link-box a{
		width: 100%;
	}




	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		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: 3% 0 3% 0;
		background: #fff;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.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/acd-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;
	}

	/*connection*/
	.connection-title{
		width: 120px;
		margin: 0 auto 3% auto;
	}
	.connection-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.connection-list li{
		width: 23%;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		right: 10px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 5px;
		transition: .3s;
	}
	.connection-banner{
		width: 100%;
		display: block;
		max-width: 700px;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}

	.f-logo{
		width: 100%;
		max-width: 400px;
		margin: 7% auto 0 auto;
	}

	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        letter-spacing: 1px;
        width: 0;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	.cart-yen02{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}

	.cart-btm .btn-1{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-1 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn-2{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn-3{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-3 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00-2{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn00-3{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-3 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

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

	.btn-arrow02 {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow02 span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow02 span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow02 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-arrow02 img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow02 img {
	  opacity: 1;
	  right: -2rem;
	}

	.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: -4px;
    }
    .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: -4px;
    }


	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		  transform: translateX(-30%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0%)
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.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: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	.gbc01{
		background: #E1DEE3;
	}
	.gbc02{
		background: #CDD4DA;
	}
	.gbc03{
		background: #E4E6D8;
	}

	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 5;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		90% {
		  opacity: 0;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}

	.gb2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: -1;
	}
	.gb2.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}

}

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

	.fix-header{
		width: 100%;
		height: 60px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.fix-logo img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}

	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 19%;
		margin: 0 0 3% 0;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 19%;
		margin: 0 0 5% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}

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

	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}

    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 60px auto 5% auto;
		padding: 0;
		background: #FAFAFA;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 4%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-img li{
		width: 32.5%;
		overflow: hidden;
		position: relative;
	}
	.mv-title{
		width: 60%;
		margin: 0 auto;
		padding: 2% 0;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 23%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 20px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}

	/*read*/
	.read{
		width: 100%;
		margin: -70px auto 140px auto;
		padding-top: 70px;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 6px;
		line-height: 2.2em;
		text-align: center;
	}

	/*pro*/
	.pro{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.pro .icon{
		width: 250px;
		position: absolute;
		top: -90px;
		right: -120px;
	}
	.pro .img{
		width: 30%;
	}
	.pro .data{
		width: 57%;
	}
	.pro .data .name{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 3% 0;
	}
	.pro .data .name span{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		display: block;
	}
	.pro .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
	}

	/*choose-wrap*/
	.choose-wrap{
		width: 100%;
		background: #FAFAFA;
		margin: 0 0 5% 0;
		padding: 5% 0;
	}

	/*choose01*/
	.choose01{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.choose01 .img{
		width: 18%;
		box-sizing: border-box;
    	padding: 0 0 0 3%;
	}
	.choose01 .txt{
		width: 75%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		position: relative;
		top: -8px;
	}

	/*choose02*/
	.choose02{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.choose02 .title{
		width: 100%;
		font-size: 35px;
    	letter-spacing: 4px;
		text-align: center;
		font-weight: bold;
		margin: 0 auto 5% auto;
	}
	.choose02 .data{
		width: 30%;
		position: relative;
	}
	.choose02 .data .icon{
		width: 35%;
		position: absolute;
		top: 0;
		left: -10%;
	}
	.choose02 .data .data-list01{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list01 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img01-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list02{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list02 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img02-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list03{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list03 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img03-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .img{
		width: 4px;
		margin: 0 auto 7% auto;
	}
	.choose02 .data .link{
		width: 100%;
		box-shadow: 0px 10px 10px -6px rgba(44, 44, 44, 0.3);
	}

	/*questionnaire*/
	.choose_box {
		position: relative;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #C6AB7A;
		padding: 5% 0 4% 0;
		border-radius: 10px;
	}
	.choose_box .main-title{
		width: max-content;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #000;
		border-radius: 60px;
		color: #fff;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.choose_box .sub-title{
		font-size: 35px;
		letter-spacing: 4px;
		text-align: center;
		color: #C39688;
		font-weight: bold;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.choose_box .sub-title span{
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		color: #000;
		border: 1px solid #000;
		padding: 3px 6px 3px 10px;
		margin: 0 0 0 10px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.choose_box .sub-txt{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3% auto;
	}

	.c-title01{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #E1DEE3;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-title02{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #CDD4DA;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-title03{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #E4E6D8;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-a-title span{
		font-size: 20px;
		letter-spacing: 4px;
		text-align: center;
		align-items: center;
		color: #000;
		font-weight: bold;
		margin: 0 5px 0 0;
		position: relative;
		top: -7px;
	}
	.c-a-title{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.c-a-title img{
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	.c-data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.c-data .img{
		width: 25%;
	}
	.c-data .data{
		width: 70%;
	}
	.c-data .data .c-icon{
		width: 110px;
		margin: 0 0 10% 0;
	}
	.c-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		margin: 0 0 10% 0;
	}

	.choose_box .title {
		height: 95px;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.7em;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.choose_box .title span{
		font-size: 24px;
		font-weight: bold;
		display: inline-block;
		letter-spacing: 4px;
		margin: 0 10px 0 0;
	}
	.choose_box ul {
		width: 70%;
		text-align: center;
		margin: auto;
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.choose_box ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.choose_box ul li:nth-child(2n) {
		margin-right: 0;
	}
	.choose_box ul li p {
		color: #fff;
		display: block;
		padding: 15px 0;
		text-align: center;
		background-color: #C39688;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 4px;
		border: 1px solid #C39688;
		text-decoration: none;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
	}
	.choose_box ul li p:hover {
		background-color: #fff;
		color: #C39688;
		transition: 0.3s;
	}
	.choose_box .icon-box {
		width: 15px;
		height: 20px;
		position: relative;
		margin: 0 auto 40px auto;
	}
	.choose_box .icon {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #C6AB7A transparent transparent transparent;
		margin: 0 auto 50px auto;
		display: block;
		animation: pathmove02 1.4s ease-in-out infinite;
		position: absolute;
	}
	@keyframes pathmove02{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:10px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 20px;
		opacity: 0;
	  }
	}
	.choose_box .back{
		width: 200px;
		color: #fff;
		display: block;
		padding: 10px 0;
		text-align: center;
		background-color: #CDD4DA;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 4px;
		border: 1px solid #CDD4DA;
		text-decoration: none;
		border-radius: 30px;
		cursor: pointer;
		margin: 3% auto 0 auto;
	}
	.choose_box .back:hover {
		background-color: #fff;
		color: #CDD4DA;
		transition: 0.3s;
	}
  /* 追記 */
  .choose_box #q_09 .btn, .choose_box #q_10 .btn, .choose_box #q_11 .btn{
    position: absolute;
    bottom: 6.5vw;
    left: 38%;
  }


	/*door*/
	.door{
		width: 100%;
		max-width: 900px;
		margin: -80px auto 3% auto;
		padding-top: 80px;
	}
	.door .color01{
		background: #E4E6D8;
	}
	.door .color02{
		background: #CDD4DA;
	}
	.door .color03{
		background: #E1DEE3;
	}
	.door .title{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.door .title img{
		height: 40px;
		display: block;
		margin: 0 auto;
		padding: 10px 0;
	}
	.door .sub-title{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 35px;
		line-height: 1.8em;
		letter-spacing: 3px;
		text-align: center;
		margin: 0 auto 20px auto;
	}
	.door .sub-title span{
		display: block;
		height: 40px;
		width: 1px;
		background: #000;
		margin: 20px auto 0 auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}

	/*main-item01*/
	.main-item01{
		width: 100%;
		max-width: 900px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.main-item01 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.main-item01 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 5%;
	}
	.main-item01 .title02 .num img{
		height: 40px;
	}
	.main-item01 .title02 .txt02{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.main-item01 .img{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 4% auto;
	}
	.main-item01 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.main-item01 .data .data-in{
		width: 45%;
	}
	.main-item01 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #979A9B;
		margin: 0 0 5% 0;
	}
	.main-item01 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 auto 7% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 70%;
		background: #E4E6D8;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 100%;
		height: 70%;
		background: #CDD4DA;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 100%;
		height: 70%;
		background: #E1DEE3;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	/*item02*/
	.item02{
		width: 100%;
		max-width: 2200px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 50%;
		position: relative;
	}
	.item02 .img .txt{
		width: 12%;
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: 3;
	}
	.item02 .img .txt02{
		width: 12%;
		position: absolute;
		top: 7%;
		right: 7%;
		z-index: 3;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 12%;
	}
	.item02 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item02 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 0;
	}
	.item02 .title02 .num img{
		height: 35px;
	}
	.item02 .title02 .txt02{
		width: 100%;
		font-size: 22px;
		letter-spacing: 2px;
		font-weight: bold;
		text-align: center;
	}
	.item02 .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 20% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*item03*/
	.item03{
		width: 100%;
		max-width: 900px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item03 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item03 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 5%;
	}
	.item03 .title02 .num img{
		height: 40px;
	}
	.item03 .title02 .txt02{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.item03 .img{
		width: 100%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item03 .img .txt{
		width: 12%;
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: 3;
	}
	.item03 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data-in{
		width: 45%;
	}
	.item03 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #fff;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*other-item*/
	.other-item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.other-item .title{
		width: 40%;
		margin: 0 auto 3% auto;
	}
	.other-item-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.other-item-list li{
		width: 23%;
		position: relative;
	}
	.other-item-list li .sub-icon{
		width: 140px;
		position: absolute;
		top: 0;
		left: 79%;
	}
	.other-item-list li a{
		width: 90%;
		color: #000;
		text-decoration: none;
	}
	.other-item-list li a .item-title{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.other-item-list li .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.other-item-list li .link-box a{
		width: 100%;
	}




	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		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: 3% 0 3% 0;
		background: #fff;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.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/acd-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;
	}

	/*connection*/
	.connection-title{
		width: 120px;
		margin: 0 auto 3% auto;
	}
	.connection-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.connection-list li{
		width: 23%;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		right: 10px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 5px;
		transition: .3s;
	}
	.connection-banner{
		width: 100%;
		display: block;
		max-width: 700px;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}

	.f-logo{
		width: 100%;
		max-width: 400px;
		margin: 7% auto 0 auto;
	}

	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        letter-spacing: 1px;
        width: 0;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	.cart-yen02{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}

	.cart-btm .btn-1{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-1 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn-2{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn-3{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-3 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00-2{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn00-3{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-3 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

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

	.btn-arrow02 {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow02 span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow02 span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow02 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-arrow02 img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow02 img {
	  opacity: 1;
	  right: -2rem;
	}

	.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: -4px;
    }
    .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: -4px;
    }


	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		  transform: translateX(-30%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0%)
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.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: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	.gbc01{
		background: #E1DEE3;
	}
	.gbc02{
		background: #CDD4DA;
	}
	.gbc03{
		background: #E4E6D8;
	}

	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 5;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		90% {
		  opacity: 0;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}

	.gb2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: -1;
	}
	.gb2.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}

}

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

	.fix-header{
		width: 100%;
		height: 60px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.fix-logo img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}

	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 60%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 19%;
		margin: 0 0 3% 0;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 19%;
		margin: 0 0 5% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}

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

	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}

    /*header*/
	header{
		width: 100%;
		max-width: 2200px;
		position: relative;
		margin: 60px auto 5% auto;
		padding: 0;
		background: #FAFAFA;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 4%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-img li{
		width: 32.5%;
		overflow: hidden;
		position: relative;
	}
	.mv-title{
		width: 60%;
		margin: 0 auto;
		padding: 2% 0;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 23%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 20px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}

	/*read*/
	.read{
		width: 100%;
		margin: -70px auto 140px auto;
		padding-top: 70px;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 6px;
		line-height: 2.2em;
		text-align: center;
	}

	/*pro*/
	.pro{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.pro .icon{
		width: 250px;
		position: absolute;
		top: -90px;
		right: -120px;
	}
	.pro .img{
		width: 30%;
	}
	.pro .data{
		width: 57%;
	}
	.pro .data .name{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 3% 0;
	}
	.pro .data .name span{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		display: block;
	}
	.pro .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
	}

	/*choose-wrap*/
	.choose-wrap{
		width: 100%;
		background: #FAFAFA;
		margin: 0 0 5% 0;
		padding: 5% 0;
	}

	/*choose01*/
	.choose01{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.choose01 .img{
		width: 18%;
		box-sizing: border-box;
    	padding: 0 0 0 3%;
	}
	.choose01 .txt{
		width: 75%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		position: relative;
		top: -8px;
	}

	/*choose02*/
	.choose02{
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.choose02 .title{
		width: 100%;
		font-size: 35px;
    	letter-spacing: 4px;
		text-align: center;
		font-weight: bold;
		margin: 0 auto 5% auto;
	}
	.choose02 .data{
		width: 30%;
		position: relative;
	}
	.choose02 .data .icon{
		width: 35%;
		position: absolute;
		top: 0;
		left: -10%;
	}
	.choose02 .data .data-list01{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list01 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img01-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list02{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list02 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img02-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list03{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list03 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img03-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .img{
		width: 4px;
		margin: 0 auto 7% auto;
	}
	.choose02 .data .link{
		width: 100%;
		box-shadow: 0px 10px 10px -6px rgba(44, 44, 44, 0.3);
	}

	/*questionnaire*/
	.choose_box {
		position: relative;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #C6AB7A;
		padding: 5% 0 4% 0;
		border-radius: 10px;
	}
	.choose_box .main-title{
		width: max-content;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #000;
		border-radius: 60px;
		color: #fff;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.choose_box .sub-title{
		font-size: 35px;
		letter-spacing: 4px;
		text-align: center;
		color: #C39688;
		font-weight: bold;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.choose_box .sub-title span{
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		color: #000;
		border: 1px solid #000;
		padding: 3px 6px 3px 10px;
		margin: 0 0 0 10px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.choose_box .sub-txt{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3% auto;
	}

	.c-title01{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #E1DEE3;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-title02{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #CDD4DA;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-title03{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #E4E6D8;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-a-title span{
		font-size: 20px;
		letter-spacing: 4px;
		text-align: center;
		align-items: center;
		color: #000;
		font-weight: bold;
		margin: 0 5px 0 0;
		position: relative;
		top: -7px;
	}
	.c-a-title{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.c-a-title img{
		height: 45px;
		display: block;
		margin: 0 auto;
	}
	.c-data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.c-data .img{
		width: 20%;
	}
	.c-data .data{
		width: 70%;
	}
	.c-data .data .c-icon{
		width: 110px;
		margin: 0 0 7% 0;
	}
	.c-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2.2em;
		margin: 0 0 5% 0;
	}

	.choose_box .title {
		height: 95px;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.7em;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.choose_box .title span{
		font-size: 24px;
		font-weight: bold;
		display: inline-block;
		letter-spacing: 4px;
		margin: 0 10px 0 0;
	}
	.choose_box ul {
		width: 70%;
		text-align: center;
		margin: auto;
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.choose_box ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.choose_box ul li:nth-child(2n) {
		margin-right: 0;
	}
	.choose_box ul li p {
		color: #fff;
		display: block;
		padding: 15px 0;
		text-align: center;
		background-color: #C39688;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 4px;
		border: 1px solid #C39688;
		text-decoration: none;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
	}
	.choose_box ul li p:hover {
		background-color: #fff;
		color: #C39688;
		transition: 0.3s;
	}
	.choose_box .icon-box {
		width: 15px;
		height: 20px;
		position: relative;
		margin: 0 auto 40px auto;
	}
	.choose_box .icon {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #C6AB7A transparent transparent transparent;
		margin: 0 auto 50px auto;
		display: block;
		animation: pathmove02 1.4s ease-in-out infinite;
		position: absolute;
	}
	@keyframes pathmove02{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:10px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 20px;
		opacity: 0;
	  }
	}
	.choose_box .back{
		width: 200px;
		color: #fff;
		display: block;
		padding: 10px 0;
		text-align: center;
		background-color: #CDD4DA;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 4px;
		border: 1px solid #CDD4DA;
		text-decoration: none;
		border-radius: 30px;
		cursor: pointer;
		margin: 2% auto 0 auto;
	}
	.choose_box .back:hover {
		background-color: #fff;
		color: #CDD4DA;
		transition: 0.3s;
	}

	/*door*/
	.door{
		width: 100%;
		max-width: 900px;
		margin: -80px auto 3% auto;
		padding-top: 80px;
	}
	.door .color01{
		background: #E4E6D8;
	}
	.door .color02{
		background: #CDD4DA;
	}
	.door .color03{
		background: #E1DEE3;
	}
	.door .title{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.door .title img{
		height: 40px;
		display: block;
		margin: 0 auto;
		padding: 10px 0;
	}
	.door .sub-title{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 35px;
		line-height: 1.8em;
		letter-spacing: 3px;
		text-align: center;
		margin: 0 auto 20px auto;
	}
	.door .sub-title span{
		display: block;
		height: 40px;
		width: 1px;
		background: #000;
		margin: 20px auto 0 auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}

	/*main-item01*/
	.main-item01{
		width: 100%;
		max-width: 900px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.main-item01 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.main-item01 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 5%;
	}
	.main-item01 .title02 .num img{
		height: 40px;
	}
	.main-item01 .title02 .txt02{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.main-item01 .img{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 4% auto;
	}
	.main-item01 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.main-item01 .data .data-in{
		width: 45%;
	}
	.main-item01 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #979A9B;
		margin: 0 0 5% 0;
	}
	.main-item01 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 auto 7% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 70%;
		background: #E4E6D8;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 100%;
		height: 70%;
		background: #CDD4DA;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 100%;
		height: 70%;
		background: #E1DEE3;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	/*item02*/
	.item02{
		width: 100%;
		max-width: 2200px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 50%;
		position: relative;
	}
	.item02 .img .txt{
		width: 12%;
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: 3;
	}
	.item02 .img .txt02{
		width: 12%;
		position: absolute;
		top: 7%;
		right: 7%;
		z-index: 3;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 8%;
	}
	.item02 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item02 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 0;
	}
	.item02 .title02 .num img{
		height: 35px;
	}
	.item02 .title02 .txt02{
		width: 100%;
		font-size: 22px;
		letter-spacing: 2px;
		font-weight: bold;
		text-align: center;
	}
	.item02 .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 20% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*item03*/
	.item03{
		width: 100%;
		max-width: 900px;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item03 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item03 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 5%;
	}
	.item03 .title02 .num img{
		height: 40px;
	}
	.item03 .title02 .txt02{
		width: 100%;
		font-size: 25px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.item03 .img{
		width: 100%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item03 .img .txt{
		width: 12%;
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: 3;
	}
	.item03 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data-in{
		width: 45%;
	}
	.item03 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #fff;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*other-item*/
	.other-item{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
	}
	.other-item .title{
		width: 40%;
		margin: 0 auto 3% auto;
	}
	.other-item-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.other-item-list li{
		width: 23%;
		position: relative;
	}
	.other-item-list li .sub-icon{
		width: 140px;
		position: absolute;
		top: 0;
		left: 79%;
	}
	.other-item-list li a{
		width: 90%;
		color: #000;
		text-decoration: none;
	}
	.other-item-list li a .item-title{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.other-item-list li .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.other-item-list li .link-box a{
		width: 100%;
	}




	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		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: 3% 0 3% 0;
		background: #fff;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.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/acd-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;
	}

	/*connection*/
	.connection-title{
		width: 120px;
		margin: 0 auto 3% auto;
	}
	.connection-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.connection-list li{
		width: 23%;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		right: 10px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 5px;
		transition: .3s;
	}
	.connection-banner{
		width: 100%;
		display: block;
		max-width: 700px;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}

	.f-logo{
		width: 100%;
		max-width: 400px;
		margin: 7% auto 0 auto;
	}

	/*item-end*/
	.item-end{
		width: 100%;
		max-width: 1100px;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        letter-spacing: 1px;
        width: 0;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	.cart-yen02{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}

	.cart-btm .btn-1{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-1 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn-2{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn-3{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-3 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00-2{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn00-3{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-3 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

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

	.btn-arrow02 {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow02 span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow02 span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow02 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-arrow02 img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow02 img {
	  opacity: 1;
	  right: -2rem;
	}

	.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: -4px;
    }
    .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: -4px;
    }


	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		  transform: translateX(-30%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0%)
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.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: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	.gbc01{
		background: #E1DEE3;
	}
	.gbc02{
		background: #CDD4DA;
	}
	.gbc03{
		background: #E4E6D8;
	}

	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 5;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		90% {
		  opacity: 0;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}

	.gb2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: -1;
	}
	.gb2.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}

}

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

	.fix-header{
		width: 100%;
		height: 50px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		margin: 0 auto;
		position: relative;
		top: 15px;
	}
	.fix-logo img{
		height: 25px;
		display: block;
		margin: 0 auto;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}

	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 19%;
		margin: 0 0 3% 0;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 19%;
		margin: 0 0 5% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}

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

	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}

    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 50px auto 5% auto;
		padding: 0;
		background: #FAFAFA;
	}
	header .mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 4%;
		z-index: 10;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-img li{
		width: 32.5%;
		overflow: hidden;
		position: relative;
	}
	.mv-title{
		width: 80%;
		margin: 0 auto;
		padding: 2% 0;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 0%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 11px;
	  position: absolute;
	  right: 20px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}

	/*read*/
	.read{
		width: 100%;
		margin: -70px auto 15% auto;
		padding-top: 70px;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
		letter-spacing: 6px;
		line-height: 2.2em;
		text-align: center;
	}

	/*pro*/
	.pro{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	.pro .icon{
		width: 160px;
		position: absolute;
		top: -70px;
		right: -50px;
	}
	.pro .img{
		width: 30%;
	}
	.pro .data{
		width: 57%;
	}
	.pro .data .name{
		font-size: 18px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 3% 0;
	}
	.pro .data .name span{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		display: block;
	}
	.pro .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
	}

	/*choose-wrap*/
	.choose-wrap{
		width: 100%;
		background: #FAFAFA;
		margin: 0 0 5% 0;
		padding: 5% 0;
	}

	/*choose01*/
	.choose01{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 5% auto;
	}
	.choose01 .img{
		width: 18%;
	}
	.choose01 .txt{
		width: 75%;
		text-align: justify;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		position: relative;
		top: -8px;
	}

	/*choose02*/
	.choose02{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.choose02 .title{
		width: 100%;
		font-size: 35px;
    	letter-spacing: 4px;
		text-align: center;
		font-weight: bold;
		margin: 0 auto 5% auto;
	}
	.choose02 .data{
		width: 30%;
		position: relative;
	}
	.choose02 .data .icon{
		width: 35%;
		position: absolute;
		top: 0;
		left: -10%;
	}
	.choose02 .data .data-list01{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list01 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img01-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list02{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list02 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img02-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list03{
		width: 90%;
		min-height: 130px;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list03 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img03-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .img{
		width: 4px;
		margin: 0 auto 7% auto;
	}
	.choose02 .data .link{
		width: 100%;
		box-shadow: 0px 10px 10px -6px rgba(44, 44, 44, 0.3);
	}

	/*questionnaire*/
	.choose_box {
		position: relative;
		width: 90%;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #C6AB7A;
		padding: 5% 0 4% 0;
		border-radius: 10px;
	}
	.choose_box .main-title{
		width: max-content;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #000;
		border-radius: 60px;
		color: #fff;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.choose_box .sub-title{
		font-size: 35px;
		letter-spacing: 4px;
		text-align: center;
		color: #C39688;
		font-weight: bold;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.choose_box .sub-title span{
		font-size: 14px;
		letter-spacing: 1px;
		text-align: center;
		color: #000;
		border: 1px solid #000;
		padding: 3px 6px 3px 10px;
		margin: 0 0 0 10px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.choose_box .sub-txt{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 3% auto;
	}

	.c-title01{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #E1DEE3;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-title02{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #CDD4DA;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-title03{
		width: 25%;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: center;
		background: #E4E6D8;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 2% auto;
		padding: 5px 40px;
		font-weight: bold;
	}
	.c-a-title span{
		font-size: 20px;
		letter-spacing: 4px;
		text-align: center;
		align-items: center;
		color: #000;
		font-weight: bold;
		margin: 0 5px 0 0;
		position: relative;
		top: -7px;
	}
	.c-a-title{
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.c-a-title img{
		height: 50px;
		display: block;
		margin: 0 auto;
	}
	.c-data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
	}
	.c-data .img{
		width: 20%;
	}
	.c-data .data{
		width: 70%;
	}
	.c-data .data .c-icon{
		width: 110px;
		margin: 0 0 10% 0;
	}
	.c-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2.2em;
		margin: 0 0 10% 0;
	}

	.choose_box .title {
		height: 95px;
		font-size: 26px;
		font-weight: bold;
		line-height: 1.7em;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 15px 0;
	}
	.choose_box .title span{
		font-size: 24px;
		font-weight: bold;
		display: inline-block;
		letter-spacing: 4px;
		margin: 0 10px 0 0;
	}
	.choose_box ul {
		width: 70%;
		text-align: center;
		margin: auto;
		display:flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.choose_box ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.choose_box ul li:nth-child(2n) {
		margin-right: 0;
	}
	.choose_box ul li p {
		color: #fff;
		display: block;
		padding: 15px 0;
		text-align: center;
		background-color: #C39688;
		font-weight: 600;
		font-size: 18px;
		letter-spacing: 4px;
		border: 1px solid #C39688;
		text-decoration: none;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
	}
	.choose_box ul li p:hover {
		background-color: #fff;
		color: #C39688;
		transition: 0.3s;
	}
	.choose_box .icon-box {
		width: 15px;
		height: 20px;
		position: relative;
		margin: 0 auto 40px auto;
	}
	.choose_box .icon {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #C6AB7A transparent transparent transparent;
		margin: 0 auto 50px auto;
		display: block;
		animation: pathmove02 1.4s ease-in-out infinite;
		position: absolute;
	}
	@keyframes pathmove02{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:10px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 20px;
		opacity: 0;
	  }
	}
	.choose_box .back{
		width: 200px;
		color: #fff;
		display: block;
		padding: 10px 0;
		text-align: center;
		background-color: #CDD4DA;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 4px;
		border: 1px solid #CDD4DA;
		text-decoration: none;
		border-radius: 30px;
		cursor: pointer;
		margin: 4% auto 0 auto;
	}
	.choose_box .back:hover {
		background-color: #fff;
		color: #CDD4DA;
		transition: 0.3s;
	}

	/*door*/
	.door{
		width: 90%;
		margin: -80px auto 3% auto;
		padding-top: 80px;
	}
	.door .color01{
		background: #E4E6D8;
	}
	.door .color02{
		background: #CDD4DA;
	}
	.door .color03{
		background: #E1DEE3;
	}
	.door .title{
		width: 80%;
		margin: 0 auto 3% auto;
	}
	.door .title img{
		height: 25px;
		display: block;
		margin: 0 auto;
		padding: 10px 0;
	}
	.door .sub-title{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 25px;
		line-height: 1.8em;
		letter-spacing: 3px;
		text-align: center;
		margin: 0 auto 20px auto;
	}
	.door .sub-title span{
		display: block;
		height: 40px;
		width: 1px;
		background: #000;
		margin: 20px auto 0 auto;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 21px;
		letter-spacing: 4px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}

	/*main-item01*/
	.main-item01{
		width: 90%;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.main-item01 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.main-item01 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 5%;
	}
	.main-item01 .title02 .num img{
		height: 25px;
	}
	.main-item01 .title02 .txt02{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.main-item01 .img{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 4% auto;
	}
	.main-item01 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.main-item01 .data .data-in{
		width: 45%;
	}
	.main-item01 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #979A9B;
		margin: 0 0 5% 0;
	}
	.main-item01 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 auto 7% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 72%;
		background: #E4E6D8;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 100%;
		height: 72%;
		background: #CDD4DA;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 100%;
		height: 72%;
		background: #E1DEE3;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	/*item02*/
	.item02{
		width: 100%;
		margin: -70px auto 5% auto;
		padding-top: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.item02 .img{
		width: 50%;
		position: relative;
	}
	.item02 .img .txt{
		width: 12%;
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: 3;
	}
	.item02 .img .txt02{
		width: 15%;
		position: absolute;
		top: 7%;
		right: 7%;
		z-index: 3;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item02 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item02 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 0;
	}
	.item02 .title02 .num img{
		height: 25px;
	}
	.item02 .title02 .txt02{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: bold;
		text-align: center;
	}
	.item02 .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 20% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*item03*/
	.item03{
		width: 90%;
		margin: -70px auto 5% auto;
		padding-top: 70px;
	}
	.item03 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item03 .title02 .num{
		width: max-content;
		position: absolute;
		bottom: 15px;
		left: 5%;
	}
	.item03 .title02 .num img{
		height: 25px;
	}
	.item03 .title02 .txt02{
		width: 100%;
		font-size: 18px;
		letter-spacing: 3px;
		font-weight: bold;
		text-align: center;
	}
	.item03 .img{
		width: 80%;
		position: relative;
		margin: 0 auto 4% auto;
	}
	.item03 .img .txt{
		width: 12%;
		position: absolute;
		top: 7%;
		left: 7%;
		z-index: 3;
	}
	.item03 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.item03 .data .data-in{
		width: 45%;
	}
	.item03 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #fff;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*other-item*/
	.other-item{
		width: 95%;
		margin: 0 auto 5% auto;
	}
	.other-item .title{
		width: 40%;
		margin: 0 auto 3% auto;
	}
	.other-item-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.other-item-list li{
		width: 23%;
		position: relative;
	}
	.other-item-list li .sub-icon{
		width: 140px;
		position: absolute;
		top: 0;
		left: 79%;
	}
	.other-item-list li a{
		width: 90%;
		color: #000;
		text-decoration: none;
	}
	.other-item-list li a .item-title{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.other-item-list li .link-box{
		width: 90%;
		margin: 0 auto;
	}
	.other-item-list li .link-box a{
		width: 100%;
	}




	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		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: 3% 0 3% 0;
		background: #fff;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.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/acd-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;
	}

	/*connection*/
	.connection-title{
		width: 120px;
		margin: 0 auto 3% auto;
	}
	.connection-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
	}
	.connection-list li{
		width: 24%;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		right: 10px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 5px;
		transition: .3s;
	}
	.connection-banner{
		width: 60%;
		display: block;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}

	.f-logo{
		width: 100%;
		max-width: 400px;
		margin: 7% auto 0 auto;
	}

	/*item-end*/
	.item-end{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 7% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        letter-spacing: 1px;
        width: 0;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	.cart-yen02{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen02 span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}

	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}

	.cart-btm .btn-1{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-1 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn-2{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn-3{
		font-size: 16px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-3 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00-2{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn00-3{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-3 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn06{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

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

	.btn-arrow02 {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow02 span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow02 span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow02 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-arrow02 img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow02 img {
	  opacity: 1;
	  right: -2rem;
	}

	.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: -4px;
    }
    .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: -4px;
    }


	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		  transform: translateX(-30%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0%)
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.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: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	.gbc01{
		background: #E1DEE3;
	}
	.gbc02{
		background: #CDD4DA;
	}
	.gbc03{
		background: #E4E6D8;
	}

	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 5;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		90% {
		  opacity: 0;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}

	.gb2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: -1;
	}
	.gb2.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}

}

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

	.fix-header{
		width: 100%;
		height: 50px;
		position: fixed;
		left: 0%;
		top: 0%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		z-index: 10;
		box-shadow: 0px 4px 10px -10px #777777;
	}
	.fix-logo{
		width: max-content;
		position: relative;
		top: 17px;
		margin: 0 auto;
	}
	.fix-logo img{
		height: 18px;
		display: block;
		margin: 0 auto 0 auto;
	}

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

	.menu__line--icon{
		width: 30px;
		padding: 0!important;
		margin: 0!important;
		position: relative;
		top: -10px;
	}
	.menu__line--top{
		top: 0px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--center{
		top: 9px;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--bottom{
		bottom: 0;
		height: 1px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		background: #000;
		top: 8px;
		transform: rotate(45deg);
	}
	.menu__line--center.active{
		background: #000;
		transform:scaleX(0);
	}
	.menu__line--bottom.active{
		background: #000;
		bottom: 10px;
		transform: rotate(135deg);
	}

	/*gnav*/
	.gnav{
		background: rgba(255,255,255,0.9);
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 98!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		width: 100%;
		top: 30%;
        -webkit-transform: translateY(-30%); /* Safari用 */
        transform: translateY(-30%);
	}
	.gnav__wrap .logo{
		width: 7%;
		margin: 0 46.5%;
	}
	.gnav__menu{
		width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu__item{
		width: 32%;
		margin: 0 0 3% 0;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.gnav__menu__item:last-child{
		width: 19%;
		margin: 0 0 5% 0;
		box-shadow: none;
		transition: .3s;
	}
	.gnav__menu__item:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.gnav__menu__item .txt{
		width: 70%;
		margin: 5% auto 0 auto;
	}

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

	.gnav-link{
		width: 100%;
		overflow: hidden;
		display: block;
		position: relative;
	}
	.gnav-link .num{
		width: max-content;
		display: block;
		position: absolute;
		top: 0px;
		right: 10px;
	}

    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 50px auto 0 auto;
		padding: 0;
		background: #FAFAFA;
	}
	header .mv-logo{
		width: 15%;
		z-index: 10;
		position: absolute;
		top: 4%;
		left: 5%;
	}
	.mv-img{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mv-img li{
		width: 32.5%;
		overflow: hidden;
		position: relative;
	}
	.mv-title{
		width: 80%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 7%;
	}
	.scrolldown1{
        position:absolute;
        right: 2%;
        bottom: 0%;
        height:100px;
	}
	.scrolldown1 span{
	  width: 8px;
	  position: absolute;
	  right: 10px;
	  top: 50%;
      -webkit-transform: translateY(-50%); /* Safari用 */
      transform: translateY(-50%);
	  color: #000;
	  font-size: 14px;
	  letter-spacing: 2px;
	}
	.scrolldown1::after{
	  content: "";
	  position: absolute;
	  top: 0;
	  width: 1px;
	  height: 100px;
	  background: #000;
	  animation: pathmove 1.4s ease-in-out infinite;
	  opacity:0;
	}
	@keyframes pathmove{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:50px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top:100px;
		opacity: 0;
	  }
	}

	/*read*/
	.read{
		width: 100%;
		/* margin: 7% auto 17% auto;
		padding-top: 70px; */
    /* 追記 */
    margin: 17% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 0 auto;
	}

	/*pro*/
	.pro{
		width: 80%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-wrap: wrap;
		position: relative;
	}
	.pro .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.pro .img{
		width: 40%;
	}
	.pro .data{
		width: 55%;
	}
	.pro .data .name{
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		margin: 0 0 3% 0;
	}
	.pro .data .name span{
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 1.8em;
		font-weight: bold;
		display: block;
	}
	.pro .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 1.8em;
		text-align: justify;
		margin: 5% 0 0 0;
	}

	/*choose-wrap*/
	.choose-wrap{
		width: 100%;
		background: #FAFAFA;
		margin: 0 0 5% 0;
		padding: 10% 0;
	}

	/*choose01*/
	.choose01{
		width: 90%;
		margin: 0 auto 10% auto;
	}
	.choose01 .img{
		width: 100%;
		margin: 0 auto 5% auto;
		border-bottom: 1px solid #000;
	}
	.choose01 .img img{
		height: 20px;
		display: block;
		margin: 0 auto;
		padding: 0 0 15px 0;
	}
	.choose01 .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}

	/*choose02*/
	.choose02{
		width: 90%;
		margin: 0 auto 0 auto;
	}
	.choose02 .title{
		width: 100%;
		font-size: 18px;
    	letter-spacing: 4px;
		text-align: center;
		font-weight: bold;
		margin: 0 auto 5% auto;
	}

	.tabs {
	  width: 100%;
	  margin: 0 auto 0 auto;
	}
	.tab_item01 {
	  width: calc(100%/3);
		background-color: #fff;
		border: 1px solid #E4E6D8;
		box-sizing: border-box;
	  display: block;
	  float: left;
	  transition: all 0.2s ease;
		border-radius: 10px 0 0 10px;
	}
	.tab_item01:hover {
	  opacity: 0.75;
	}
	.tab_item01 img{
		height: 25px;
		display: block;
		margin: 15px auto;
	}
	.tab_item02 {
	  width: calc(100%/3);
		background-color: #fff;
		border: 1px solid #CDD4DA;
		box-sizing: border-box;
	  display: block;
	  float: left;
	  transition: all 0.2s ease;
	}
	.tab_item02:hover {
	  opacity: 0.75;
	}
	.tab_item02 img{
		height: 25px;
		display: block;
		margin: 15px auto;
	}
	.tab_item03 {
	  width: calc(100%/3);
		background-color: #fff;
		border: 1px solid #E1DEE3;
		box-sizing: border-box;
	  display: block;
	  float: left;
	  transition: all 0.2s ease;
		border-radius: 0 10px 10px 0;
	}
	.tab_item03:hover {
	  opacity: 0.75;
	}
	.tab_item03 img{
		height: 25px;
		display: block;
		margin: 15px auto;
	}
	input[name="tab_item"] {
	  display: none;
	}
	.tab_content {
	  display: none;
	  clear: both;
	  overflow: hidden;
	}
	#all:checked ~ #all_content,
	#programming:checked ~ #programming_content,
	#design:checked ~ #design_content {
	  display: block;
	}
	.tabs input:checked + .tab_item01 {
	  background-color: #E4E6D8;
	  color: #fff;
	}
	.tabs input:checked + .tab_item02 {
	  background-color: #CDD4DA;
	  color: #fff;
	}
	.tabs input:checked + .tab_item03 {
	  background-color: #E1DEE3;
	  color: #fff;
	}

	.choose02 .data{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		margin: 5% 0 0 0;
	}
	.choose02 .data .sp-img{
		width: 35%;
		margin: 0 auto;
	}
	.choose02 .data .data02{
		width: 50%;
		margin: 0 auto;
	}
	.choose02 .data .data02 .data-title{
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: bold;
		line-height: 1.8em;
		margin: 0 0 25% 0;
	}
	.choose02 .data .data-list01{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list01 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img01-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list02{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list02 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img02-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .data-list03{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.choose02 .data .data-list03 li{
		font-size: 14px;
		text-align: justify;
    	letter-spacing: 1px;
		padding-left: 30px;
		line-height: 1.8em;
		background: url("../img/c-img03-02.svg") left 0px top -2px no-repeat;
		background-size: 20px auto;
		margin: 10px 0;
	}
	.choose02 .data .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.choose02 .data .img img{
		width: 4px;
		margin: 0 auto;
		display: block;
	}
	.choose02 .data .link{
		width: 100%;
		box-shadow: 0px 10px 10px -6px rgba(44, 44, 44, 0.3);
	}

	/*questionnaire*/
	#choose_box-sp{
		width: 100%;
		height: 70px;
	}
	.choose_box {
		position: relative;
		width: 90%;
		margin: 0 auto;
		background: #fff;
		border: 1px solid #C6AB7A;
		padding: 7% 0 7% 0;
		border-radius: 10px;
	}
	.choose_box .main-title{
		width: max-content;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		background: #000;
		border-radius: 60px;
		color: #fff;
		margin: 0 auto 2% auto;
		padding: 5px 20px;
		font-weight: bold;
	}
	.choose_box .sub-title{
		font-size: 25px;
		letter-spacing: 4px;
		line-height: 1.5em;
		text-align: center;
		color: #C39688;
		font-weight: bold;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.choose_box .sub-title span{
		width: max-content;
		font-size: 11px;
		letter-spacing: 2px;
		text-align: center;
		color: #000;
		border: 1px solid #000;
		padding: 3px 9px 3px 10px;
		line-height: 1.5em;
		display: block;
		margin: 2% auto 0 auto;
	}
	.choose_box .sub-txt{
		width: 60%;
		margin: 0 auto 5% auto;
	}

	.c-title01{
		width: 70%;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		background: #E1DEE3;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 7% auto;
		padding: 5px 20px;
		font-weight: bold;
	}
	.c-title02{
		width: 70%;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		background: #CDD4DA;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 7% auto;
		padding: 5px 20px;
		font-weight: bold;
	}
	.c-title03{
		width: 70%;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: center;
		background: #E4E6D8;
		border-radius: 60px;
		color: #000;
		margin: 0 auto 7% auto;
		padding: 5px 20px;
		font-weight: bold;
	}
	.c-a-title span{
		font-size: 16px;
		letter-spacing: 2px;
		text-align: center;
		align-items: center;
		color: #000;
		font-weight: bold;
		margin: 0 5px 0 0;
		position: relative;
		top: -7px;
		display: block;
	}
	.c-a-title{
		width: 70%;
		margin: 0 auto 3% auto;
	}
	.c-data{
		width: 90%;
		position: relative;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.c-data .img{
		width: 30%;
	}
	.c-data .data{
		width: 65%;
		box-sizing: border-box;
	}
	.c-data .c-icon{
		width: 80px;
		margin: 0 0 10% 0;
	}
	.c-data .data .txt{
		width: 100%;
		text-align: justify;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2em;
		margin: 0 0 10% 0;
	}

	.choose_box .title {
		width: 90%;
		font-size: 21px;
		font-weight: bold;
		line-height: 1.5em;
		display: block;
		letter-spacing: 4px;
		text-align: center;
		margin: 0 auto 15px auto;
	}
	.choose_box .title span{
		font-size: 16px;
		font-weight: bold;
		display: block;
		letter-spacing: 2px;
		position: relative;
		left: 5px;
		margin: 0 10px 0 0;
	}
	.choose_box ul {
		width: 85%;
		text-align: center;
		margin: auto;
	}
	.choose_box ul li {
		width: 100%;
		box-sizing: border-box;
	}
	.choose_box ul li:nth-child(1n) {
		margin: 0 0 5% 0;
	}
	.choose_box ul li p {
		color: #fff;
		display: block;
		padding: 10px 0;
		text-align: center;
		background-color: #C39688;
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 4px;
		border: 1px solid #C39688;
		text-decoration: none;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		cursor: pointer;
	}
	.choose_box ul li p:hover {
		background-color: #fff;
		color: #C39688;
		transition: 0.3s;
	}
	.choose_box .icon-box {
		width: 15px;
		height: 20px;
		position: relative;
		margin: 0 auto 40px auto;
	}
	.choose_box .icon {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #C6AB7A transparent transparent transparent;
		margin: 0 auto 50px auto;
		display: block;
		animation: pathmove02 1.4s ease-in-out infinite;
		position: absolute;
	}
	@keyframes pathmove02{
	  0%{
		height:0;
		top:0;
		opacity: 0;
	  }
	  30%{
		height:10px;
		opacity: 1;
	  }
	  100%{
		height:0;
		top: 20px;
		opacity: 0;
	  }
	}
	.choose_box .back{
		width: 180px;
		color: #fff;
		display: block;
		padding: 7px 0;
		text-align: center;
		background-color: #CDD4DA;
		font-weight: 600;
		font-size: 11px;
		letter-spacing: 2px;
		border: 1px solid #CDD4DA;
		text-decoration: none;
		border-radius: 30px;
		cursor: pointer;
		margin: 5% auto 0 auto;
	}
	.choose_box .back:hover {
		background-color: #fff;
		color: #CDD4DA;
		transition: 0.3s;
	}
	
	.choose_box .back02{
		width: 200px;
		color: #fff;
		display: block;
		padding: 10px 0;
		text-align: center;
		background-color: #CDD4DA;
		font-weight: 600;
		font-size: 12px;
		letter-spacing: 4px;
		border: 1px solid #CDD4DA;
		text-decoration: none;
		border-radius: 30px;
		cursor: pointer;
		margin: 0 auto 7% auto;
	}
	.choose_box .back02:hover {
		background-color: #fff;
		color: #CDD4DA;
		transition: 0.3s;
	}

	/*door*/
	.door{
		width: 100%;
		margin: -80px auto 10% auto;
		padding-top: 80px;
	}
	.door .color01{
		background: #E4E6D8;
	}
	.door .color02{
		background: #CDD4DA;
	}
	.door .color03{
		background: #E1DEE3;
	}
	.door .title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .title img{
		height: 30px;
		display: block;
		margin: 0 auto;
		padding: 10px 0;
	}
	.door .sub-title{
		width: 100%;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 25px;
		line-height: 1.5em;
		letter-spacing: 3px;
		text-align: center;
	}
	.door .sub-title span{
		display: block;
		height: 30px;
		width: 1px;
		background: #000;
		margin: 10px auto 0 auto;
		display: none;
	}
	.door .txt{
		width: 100%;
		text-align: center;
		font-size: 18px;
		letter-spacing: 2px;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
		display: none;
	}

	/*main-item01*/
	.main-item01{
		width: 100%;
		margin: -70px auto 15% auto;
		padding-top: 70px;
	}
	.main-item01 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.main-item01 .title02 .num{
		width: max-content;
		margin: 0 auto 2% auto;
	}
	.main-item01 .title02 .num img{
		height: 30px;
	}
	.main-item01 .title02 .txt02{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: bold;
		text-align: center;
	}
	.main-item01 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.main-item01 .data{
		width: 90%;
		margin: 0 auto;
	}
	.main-item01 .data .data-in{
		width: 100%;
	}
	.main-item01 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #979A9B;
		margin: 0 0 5% 0;
	}
	.main-item01 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*wrap*/
	.wrap{
		width: 100%;
		position: relative;
		padding: 0 0 1px 0;
		margin: 0 auto 15% auto;
	}
	.wrap .bg01{
		width: 100%;
		height: 50%;
		background: #E4E6D8;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg02{
		width: 100%;
		height: 50%;
		background: #CDD4DA;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}
	.wrap .bg03{
		width: 100%;
		height: 50%;
		background: #E1DEE3;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	/*item02*/
	.item02{
		width: 100%;
		margin: -70px auto 15% auto;
		padding-top: 70px;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 0 5% 0;
	}
	.item02 .img .txt{
		width: 16%;
		position: absolute;
		top: 5%;
		left: 7%;
		z-index: 3;
		border: none;
		margin: 0;
		padding: 0;
	}
	.item02 .img .txt02{
		width: 15%;
		position: absolute;
		top: 7%;
		right: 7%;
		z-index: 3;
	}
	.item02 .data{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.item02 .num{
		width: max-content;
		margin: 0 auto 2% auto;
	}
	.item02 .num img{
		height: 30px;
		display: block;
	}
	.item02 .title{
		font-size: 18px;
		letter-spacing: 2px;
		text-align: center;
		font-weight: bold;
		border-bottom: 1px solid #000;
		padding: 0 0 10px 0;
		margin: 0 0 5% 0;
	}
	.item02 .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 5% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*item03*/
	.item03{
		width: 100%;
		margin: -70px auto 15% auto;
		padding-top: 70px;
	}
	.item03 .title02{
		width: 100%;
		border-bottom: 1px solid #000;
		margin: 0 auto 5% auto;
		padding: 0 0 10px 0;
		position: relative;
	}
	.item03 .title02 .num{
		width: max-content;
		margin: 0 auto 2% auto;
	}
	.item03 .title02 .num img{
		height: 30px;
	}
	.item03 .title02 .txt02{
		width: 100%;
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: bold;
		text-align: center;
	}
	.item03 .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item03 .img .txt{
		width: 16%;
		position: absolute;
		top: 7%;
		left: 5%;
		z-index: 3;
	}
	.item03 .data{
		width: 90%;
		margin: 0 auto;
	}
	.item03 .data .data-in{
		width: 100%;
	}
	.item03 .data .data-in .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 1.8em;
		font-weight: bold;
		color: #fff;
		margin: 0 0 5% 0;
	}
	.item03 .data .data-in .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		margin: 0 0 3% 0;
		border-left: 4px solid #231815;
		text-align: justify;
		padding: 2% 0 2% 5%;
	}

	/*other-item*/
	.other-item{
		width: 90%;
		margin: 0 auto 5% auto;
	}
	.other-item .title{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.other-item-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.other-item-list li{
		width: 48%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.other-item-list li .sub-icon{
		width: 110px;
		position: absolute;
		top: 0;
		left: 67%;
	}
	.other-item-list li a{
		width: 90%;
		color: #000;
		text-decoration: none;
	}
	.other-item-list li a .item-title{
		width: 100%;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8em;
		font-weight: bold;
		text-align: center;
		margin: 0 0 5% 0;
	}
	.other-item-list li .link-box{
		width: 100%;
		margin: 0 auto;
	}
	.other-item-list li .link-box a{
		width: 100%;
	}




	/*acd*/
	.acd-check{
		display: none;
	}
	.acd-label{
		width: 100%;
		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;
		background: #fff;
	}
	.acd-label:after{
		box-sizing: border-box;
		content: '';
		background: url("../img/acd-icon01.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/acd-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;
	}

	/*connection*/
	.connection-title{
		width: 100px;
		margin: 0 auto 5% auto;
	}
	.connection-list{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.connection-list li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.connection-list li a{
		border: 1px solid #bababa;
		width: 100%;
		display: block;
		position: relative;
		box-shadow: 4px 8px 15px -9px #777777;
		transition: .3s;
	}
	.connection-list li a:hover{
		box-shadow: 4px 8px 15px -15px #777777;
		transition: .3s;
	}
	.connection-list li a .icon{
		width: 20px;
		display: block;
		position: absolute;
		bottom: 15px;
		right: 10px;
		transition: .3s;
	}
	.connection-list li a:hover .icon{
		right: 5px;
		transition: .3s;
	}
	.connection-banner{
		width: 100%;
		display: block;
		margin: 0 auto;
		transition: .3s;
		border: 1px solid #fff;
		opacity: 1;
	}
	.connection-banner:hover{
		border: 1px solid #000;
		opacity: .8;
		transition: .3s;
	}

	.f-logo{
		width: 90%;
		margin: 10% auto 0 auto;
	}

	/*item-end*/
	.item-end{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.item-end .txt {
		width: 100%;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 2.5em;
		text-align: center;
		color: #474545;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		margin: 0 0 10% 0;
	}

	/*f-banner*/
	.f-banner{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #000;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #000;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #000;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 2% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 45px;
		display: block;
		z-index: 99;
	}

	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
		line-height: 1.5em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2% 0;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-title{
		font-size: 16px;
        letter-spacing: 1px;
        width: 0;
        position: relative;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen span{
		font-size: 11px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	.cart-yen02{
		font-size: 14px;
		line-height: 1.9;
    	letter-spacing: 0;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	.cart-yen02 span{
		font-size: 10px;
    	letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 0px;
	}

	.link-line{
		width: 100%;
		height: 1px;
		background: #eee;
		margin: 5% 0;
	}

	.cart-btm .btn-1{
		font-size: 14px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-1 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}
	.cart-btm .btn-1-sp{
		font-size: 13px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 1px;
		width: 100%;
		padding: 13px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		border-radius: 5px;
	}
	.cart-btm:hover .btn-1-sp {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}
	
	.cart-btm .btn-2{
		font-size: 14px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}
	.cart-btm .btn-2-sp{
		font-size: 13px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 1px;
		width: 100%;
		padding: 13px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		border-radius: 5px;
	}
	.cart-btm:hover .btn-2-sp {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn-3{
		font-size: 14px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 3px;
		width: 100%;
		padding: 15px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		border-radius: 5px;
	}
	.cart-btm:hover .btn-3 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}
	.cart-btm .btn-3-sp{
		font-size: 13px;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		line-height: 1.5em;
		letter-spacing: 1px;
		width: 100%;
		padding: 13px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
	}
	.cart-btm:hover .btn-3-sp {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn00-2{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-2 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn00-3{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn00-3 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn01{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E4E6D8;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn01 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn02{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E4E6D8;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn02 {
	  background: #fff;
	  border-color: #E4E6D8;
	  color: #000;
	}

	.cart-btm .btn03{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #CDD4DA;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn03 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn04{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #CDD4DA;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn04 {
	  background: #fff;
	  border-color: #CDD4DA;
	  color: #000;
	}

	.cart-btm .btn05{
		font-size: 11px;
		line-height: 1.5em;
		width: 90px!important;
		padding: 7px 0 7px 0;
		background: #E1DEE3;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn05 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

	.cart-btm .btn06{
		font-size: 10px;
		line-height: 1.5em;
		width: 80px!important;
		padding: 7px 0 7px 0;
		background: #fff;
		border: 1px solid #E1DEE3;
		display: inline-block;
		text-align: center;
		color: #000;
		margin: 0 0 0 10px;
	}
	.cart-btm:hover .btn06 {
	  background: #fff;
	  border-color: #E1DEE3;
	  color: #000;
	}

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

	.btn-arrow02 {
	  position: relative;
	  -webkit-transition: background-color 300ms ease-out;
	  transition: background-color 300ms ease-out;
	}
	.btn-arrow02 span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: all 300ms ease-out;
	  transition: all 300ms ease-out;
	  will-change: transform;
	}
	.cart-btm:hover .btn-arrow02 span {
	  -webkit-transform: translate3d(-.5rem, 0, 0);
			  transform: translate3d(-.5rem, 0, 0);
	}
	.btn-arrow02 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-arrow02 img * {
	  stroke-width: 5;
	  stroke-color: transparent;
	}
	.cart-btm:hover .btn-arrow02 img {
	  opacity: 1;
	  right: -1.5rem;
	}

	.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: -4px;
    }
    .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: -4px;
    }


	/*anime----------------------------------------------------*/
	/*fade01*/
	.fade01 {
		animation-name: fade-in;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade04 {
		animation-name: fade-in;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv-up {
		0% {
		  opacity: 0;
		  transform: translateX(-30%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0%)
		}
	}
	@keyframes fade-in {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	}

	.fadein-up {
		opacity : 0;
	}
	.fadein-up.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fadein-up-d {
		opacity : 0;
	}
	.fadein-up-d.active{
		opacity : 1;
		animation-name: fadein-up;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up {
		0% {
		  opacity: 0;
		  transform: translateY(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateY(0px)
		}
	}

	.fadein-up02 {
		opacity : 0;
	}
	.fadein-up02.active{
		opacity : 1;
		animation-name: fadein-up02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-up02 {
		0% {
		  opacity: 0;
		  transform: scale(1.2);
		}
		100% {
		  opacity: 1;
		  transform: scale(1);
		}
	}

	.fadein-l {
		opacity : 0;
	}
	.fadein-l.active{
		opacity : 1;
		animation-name: fadein-l;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-l {
		0% {
		  opacity: 0;
		  transform: translateX(-100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.fadein-r {
		opacity : 0;
	}
	.fadein-r.active{
		opacity : 1;
		animation-name: fadein-r;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fadein-r {
		0% {
		  opacity: 0;
		  transform: translateX(100%)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min01 {
		opacity : 0;
	}
	.s-min01.active{
		opacity : 1;
		animation-name: s-min01;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min01 {
		0% {
		  opacity: 0;
		  transform: translateX(-20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.s-min02 {
		opacity : 0;
	}
	.s-min02.active{
		opacity : 1;
		animation-name: s-min02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes s-min02 {
		0% {
		  opacity: 0;
		  transform: translateX(20px)
		}
		100% {
		  opacity: 1;
		  transform: translateX(0px)
		}
	}

	.popup1{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup1.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1s;
	}
	.popup2{
		width: 100%;
		display: block;
		opacity: 0;
	}
	.popup2.active{
		animation: popup 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
		animation-delay: 1.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: 2s;
	}
	@keyframes popup {
	  0% {
		transform: translateY(5%);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  60%,100% {
		opacity: 1;
	  }
	}

	.gbc01{
		background: #E1DEE3;
	}
	.gbc02{
		background: #CDD4DA;
	}
	.gbc03{
		background: #E4E6D8;
	}

	.gb01 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: 5;
	}
	.gb01.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img;
		animation-duration: 3s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		90% {
		  opacity: 0;
		  transform : translateX(100%);
		}
		100% {
		  opacity: 0;
		  transform : translateX(100%);
		}
	}

	.gb2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity : 1;
		transform : translate(0, 0);
		transition : all 1s;
		z-index: -1;
	}
	.gb2.active{
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade-in-img02;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;

	}
	@keyframes fade-in-img02 {
		0% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		60% {
		  opacity: 1;
		  transform : translateX(0%);
		}
		100% {
		  opacity: 1;
		  transform : translateX(0%);
		}
	}

}
