@charset "utf-8";
/* HOME
-------------------------------------------------------------------*/
.slide-img li{
	line-height:0;
}

.home .mv{
	border-bottom:20px solid #323e54;
	background:url(../img/top/mv-bg.jpg);
}

.home .mv .box{
	position:relative;
	height:650px;
	background:url(../img/top/mv-noren.png) top center repeat-x;
}

.home .mv .box ul{
	margin:0 auto;
	width:550px;
	position:relative;
}

.home .mv .box ul li.mv-1{
	position:absolute;
	left:0;
	right:0;
	top:180px;
	margin:0 auto;
	text-align:center;
	opacity: 0; 
    transform: scale(0.8);
	animation-name: pop-in;
    animation-duration: 0.4s;
    animation-timing-function: ease-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    80% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1); 
    }
}

.home .mv .box ul li.mv-2{
	position:absolute;
	left:-20px;
	top:140px;
	opacity: 0; 
    transform: translateX(-50px);
    animation-name: slide-in-left;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
}

@keyframes slide-in-left {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.home .mv .box ul li.mv-3{
	position:absolute;
	right:-20px;
	top:140px;
	text-align:right;
	opacity: 0; 
    transform: translateX(50px);
    animation-name: slide-in-right;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

@keyframes slide-in-right {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.home .mv .box ul li.mv-4{
	position:absolute;
	left:0;
	top:270px;
	opacity: 0; 
    transform: translateY(30px);
    animation-name: float-up;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-delay: 1.7s;
    animation-fill-mode: forwards;
}

.home .mv .box ul li.mv-5{
	position:absolute;
	right:0;
	top:270px;
	text-align:right;
	opacity: 0; 
    transform: translateY(30px);
    animation-name: float-up;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-delay: 2.2s;
    animation-fill-mode: forwards;
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.home .mv .box h1{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:20px;
	text-align:center;
}

.home .mv .box .img{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:-60px;
	text-align:center;
}

.home .mv .box .txt{
	position:absolute;
	left: 50%;
	transform: translateX(-50%);
	top:160px;
	display:inline-block;
	margin:0 0 0 -20px;
}

.home .news-list{
	padding:100px 20px;
	background-color:#c9c1b1;
	/* background:#fff; */
}

.news-list h2{
	color:#b34a36;
	font-size:30px;
	font-weight:700;
	line-height:1.4;
	text-align:center;
	letter-spacing:0.3em;
	padding:0 0 40px 0;
}

.news-list ul{
	max-width:980px;
	margin:0 auto;
}

.news-list ul li{
	width:310px;
	margin:10px;
}

.news-list ul li .coverimg{
	border-radius:10px;
	overflow:hidden;
}

.news-list ul li .coverimg:before {
    padding-top: 60%;
}

.news-list ul li img{
	border-radius:10px;
	transition: transform .4s ease;
}

.news-list ul li a:hover img{
	transform: scale(1.1);
}

.news-slider{
    display: none;
}

.news-slider.slick-initialized{
    display: block; 
}

.news-slider .slick-next,.news-slider .slick-prev{
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
	top:50%;
	margin-top:-16px;
	z-index:99;
	transform:none;
}

.news-slider .slick-next:before,.news-slider .slick-prev:before{
    content: "";
	background: url(../img/common/slide-arrow.png) no-repeat center center;
    width: 32px;
    height: 32px;
    display: block;
	transition: all 0.3s;
}

.news-slider .slick-next{
	right:-13px;
	left:auto;
}

.news-slider .slick-prev{
	left:-13px;
	transform: scale(-1, 1);
}

.order{
	padding:100px 0;
	background:url(../img/common/m-bg.jpg);
}

.order .box{
	position:relative;
}

.order h2{
	color:#e64729;
	font-size:30px;
	font-weight:700;
	line-height:1.4;
	text-align:center;
	letter-spacing:0.3em;
	padding:0 0 60px 0;
}

.order h2 span{
	font-size:20px;
	display:block;
}

.order h3{
	padding:75px 30px 400px 0;
	text-align:right;
	position:relative;
	z-index:2;
}

.order .img01{
	position:absolute;
	left:-200px;
	top:0;
	z-index:3;
}

.order .img02{
	position:absolute;
	right:-70px;
	top:550px;
	z-index:3;
}

.order .img03{
	position:absolute;
	right:-200px;
	top:1020px;
	z-index:3;
}

.order .cloud01{
	position:absolute;
	left:-300px;
	top:-100px;
}

.order .cloud02{
	position:absolute;
	right:-200px;
	top:300px;
}

.order .cloud03{
	position:absolute;
	right:270px;
	top:700px;
}

.order .cloud04{
	position:absolute;
	right:0;
	top:1280px;
}

.order .txt-box h4{
	color:#e64729;
	font-size:40px;
	font-weight:700;
	line-height:1.3;
	letter-spacing:0.3em;
	padding:0 0 20px 0;
}

.order .txt-box .txt{
	line-height:1.8;
	letter-spacing:0.1em;
	width:530px;
	padding:0 0 60px 0;
}

.order .txt-box ul{
	display:flex;
	padding:0 0 60px 0;
}

.order .txt-box ul li:nth-child(1){
	width:215px;
}

.order .txt-box ul li:nth-child(2){
	width:230px;
}

.order .txt-box ul li a{
	display:block;
	position:relative;
	color:#fff;
	text-align:right;
}

.order .txt-box ul li a .circle{
	width:173px;
	height:173px;
	display:inline-block;
	position:relative;
	text-align:center;
}

.order .txt-box ul li a .circle:after{
	content:"";
	width:173px;
	height:173px;
	background:url(../img/top/order-man-bg.png) no-repeat center center;
	position:absolute;
	left:0;
	top:0;
}

.hov-btn a{
	display:block;
	text-align:center;
	color:#fff;
	font-weight:700;
	background:#293d65;
	position:relative;
}

.hov-btn a:hover{
	background:#e64729;
}

.order .hov-btn a{
	width:700px;
	height:110px;
	line-height:110px;
	margin:0 auto;
	font-size:20px;
	letter-spacing:0.1em;
}

.order .hov-btn a:after{
	content:"";
	width:43px;
	height:58px;
	background:url(../img/top/order-btn-ico.png) no-repeat center center;
	position:absolute;
	left:35px;
	top:50%;
	transform: translateY(-50%);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.order .txt-box ul li a:hover .circle:after{
	animation: rotate 12s infinite linear;
}

.order .txt-box ul li a .circle .min-txt{
	position:relative;
	z-index:2;
	font-size:14px;
	font-weight:700;
	padding:70px 0 0 0;
}

.arrow em{
	position: relative;
	display: inline-block;
	width: 18px;
	height: 2px;
	border-radius: 9999px;
	background-color: #ffffff;
	z-index:2;
}

.arrow em:before,
.arrow em:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 9px;
	height: 2px;
	border-radius: 9999px;
	background-color: #ffffff;
	transform-origin: calc(100% - 1px) 50%;
	z-index:2;
}

.arrow em:before {
	transform: rotate(45deg);
}

.arrow em:after {
	transform: rotate(-45deg);
}

.order .txt-box ul li a .img{
	text-align:left;
	position:relative;
	margin-top:-100px;
}

.main-photo{
	height:760px;
	background:url(../img/top/main-photo.jpg?20251203) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
}

.technique{
	padding:100px 0 0 0;
	text-align:right;
	position:relative;
	background:url(../img/common/m-bg.jpg);
}

.technique:after{
	content:"";
	position:absolute;
	right:0;
	bottom:-200px;
	width:1366px;
	height:784px;
	background:url(../img/top/technique-bg.png) no-repeat center center;
}

.technique .box{
	position:relative;
}

.technique .box .img01{
	position:absolute;
	left:0;
	top:0;
}

.technique .box .img02{
	position:absolute;
	left:-200px;
	top:350px;
}

.technique .box h2{
	position:absolute;
	right:0;
	top:0;
}

.technique .box .txt{
	display:inline-block;
	width:430px;
	text-align:left;
	margin:80px 170px 330px 0;
	line-height:1.8;
	letter-spacing:0.2em;
}

.lineup{
	padding:0 20px;
	background:#364c78;
	color:#fff;
}

.lineup .box{
	max-width:1100px;
	margin:0 auto;
	padding:100px 0 0 0;
	display:flex;
	justify-content:space-between;
}

.lineup .box .tit-box{
	min-width:370px;
}

.lineup .box h2{
	font-size:40px;
	line-height:1.4;
	font-weight:700;
	letter-spacing:0.2em;
	padding:0 0 30px 0;
}

.lineup .box .item-box{
	position:relative;
}

.lineup .box .item-box ul{
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	padding: 0 0 30px 0;
	/*padding:100px 0 0 0;*/
}

.lineup .box .item-box ul li{
	margin:0 0 20px 20px;
	text-align:center;
	width:30%;
}

.lineup .box .item-box ul > li .no-img {
    background: url(../img/common/logo.png) no-repeat center center #c8cbd2;
    background-size: 80%;
}

.lineup .box .item-box ul li a h3{
	font-weight:700;
	line-height:1.6;
	padding:10px 0 0 0;
	font-size:16px;
	color:#fff;
}

.lineup .box .item-box .m-btn{
	position:absolute;
	bottom: 70px;
	right:0;
}

.branding{
	background:url(../img/top/branding-bg.jpg) no-repeat center center;
	background-size:cover;
	padding:120px 0;
}

.branding .box{
	position:relative;
}

.branding .box h2{
	position:absolute;
	right:0;
	top:0;
}

.branding .box .txt{
	color:#fff;
	line-height:1.8;
	letter-spacing:0.2em;
	padding:280px 0 40px 0;
}

.m-btn a{
	align-items:center;
	width:280px;
	line-height:58px;
	height:60px;
	background:#22304c;
	border-radius:30px;
	color:#fff;
	font-size:18px;
	font-weight:700;
	box-sizing:border-box;
	padding:0 20px;
	position:relative;
	display:block;
}

.m-btn a:hover{
	background:#e64729;
}

.m-btn a span.arrow{
	position:absolute;
	right:20px;
	display:block;
	top:-5px;
}

.m-btn a span.arrow em{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 2px;
	border-radius: 9999px;
	background-color: #ffffff;
	z-index:2;
}

.m-btn a span.arrow em:before,
.m-btn a span.arrow em:after {
	right: 0;
	width: 8px;
	height: 2px;
}

.branding .m-btn a{
	background:none;
	border:1px solid #fff;
}

.branding .m-btn a:hover{
	background:#e64729;
}

.info-area{
	padding:100px 20px;
	background:url(../img/common/m-bg.jpg);
}

.info-area .box-in01{
	padding:0 0 100px 0;
	border-bottom:1px solid #c8cbd2;
}

.info-area .box-in01 .tit-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.info-area .box-in01 .tit-box h2{
	font-size:28px;
	font-weight:700;
	padding:10px 0 10px 70px;
    background: url(../img/top/info-insta-ico.png) no-repeat left center;
	letter-spacing:0.15em;
}

.info-area .box-in01 .tit-box .link{
	display:inline-block;
}

.info-area .box-in01 .tit-box .link a{
	font-weight:700;
	font-size:20px;
	text-decoration:underline;
}

.info-area .box-in02{
	padding:100px 0 0 0;
	display:flex;
	justify-content:space-between;
}

.info-area .box-in02 .tit-box{
	width:350px;
	position:relative;
}

.info-area .box-in02 .tit-box h2{
	writing-mode: vertical-rl;
	font-size:20px;
	font-weight:700;
	color:#e64729;
	letter-spacing:0.2em;
	position:absolute;
	right:0;
	top:0;
}

.info-area .box-in02 .txt-box{
	width:560px;
}

.info-area .box-in02 .txt-box ul li{
	padding:20px 0;
	border-bottom:1px solid #c8cbd2;
}

.info-area .box-in02 .txt-box ul li:last-child{
	border-bottom:none;
}

.info-area .box-in02 .txt-box ul li .new{
	display:inline-block;
	color:#fff;
	font-size:12px;
	font-weight:700;
	background:#e64729;
	padding:0 5px;
	line-height:1.6;
	margin:0 0 10px 0;
}

.info-area .box-in02 .txt-box ul li dl dt{
	font-size:14px;
	line-height:1.6;
	letter-spacing:0.1em;
}

.info-area .box-in02 .txt-box ul li dl dd{
	line-height:1.6;
	letter-spacing:0.1em;
	padding:5px 0 0 0;
}

.info-area .box-in02 .txt-box .m-btn{
	padding:20px 0 0 0;
}
@media screen and (max-width: 800px) {
.slide-img li{
	width:180px;
}	
	
.home .mv{
	border-bottom:10px solid #323e54;
	background:url(../img/top/mv-bg.jpg);
	background-size:300px;
}

.home .mv .box{
	position:relative;
	height:500px;
	background:url(../img/top/mv-noren.png) center 80% repeat-x;
	background-size:600px;
}

.home .mv .box:after{
	content:"";
	width:100%;
	height:230px;
	background:#fefef5;
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.home .mv .box h1{
	left:auto;
	right:20px;
	margin:0;
	top:95px;
	width:50px;
	z-index:2;
}

.home .mv .box .img{
	width:270px;
	bottom:-60px;
	z-index:3;
}

.home .mv .box .txt{
	left:0;
	right:0;
	transform:none;
	top:110px;
	display:block;
	margin:auto;
	width:120px;
	z-index:6;
}
	
.home .news-list{
	padding:80px 0 40px 0;
}

.news-list h2{
	font-size:24px;
	padding:0 0 30px 0;
}
	
.news-list ul li{
	width:280px;
	margin:5px;
}

.news-slider .slick-next:before,.news-slider .slick-prev:before{
	background: url(../img/common/sp/slide-arrow.png) no-repeat center center;
	background-size:contain;
}

.news-slider .slick-next{
	right:10px;
}

.news-slider .slick-prev{
	left:10px;
}

.order{
	padding:60px 20px;
}

.order .box{
	position:relative;
}

.order h2{
	font-size:24px;
	padding:0 0 30px 0;
}

.order h2 span{
	font-size:15px;
	padding:0 0 5px 0;
}

.order h3{
	padding:0 0 30px 0;
	text-align:center;
	width:220px;
	margin:0 auto;
}

.order .img01{
	position:relative;
    left: auto;
    top: auto;
	margin:0 0 0 -20px;
	z-index:3;
}

.order .img03{
	position:relative;
	text-align:right;
	right:-20px;
	top:auto;
	z-index:3;
}

.order .img03 img.sp{
	width:75%;
	display:inline-block !important;
}

.order .cloud01{
	width:300px;
	left:auto;
	right:-80px;
	top:280px;
}

.order .cloud02{
	right:-80px;
	top:720px;
	width:320px;
}

.order .cloud03{
	width:300px;
	left:-50px;
	right:auto;
	bottom:280px;
	top:auto;
}

.order .cloud04{
	display:none;
}

.order .txt-box h4{
	font-size:28px;
	padding:20px 0 20px 0;
}

.order .txt-box .txt{
	position:relative;
	z-index:2;
	width:100%;
	padding:0 0 30px 0;
}

.order .txt-box ul{
	padding:40px 0;
	justify-content:center;
}

.order .txt-box ul li:nth-child(1){
	width:50%;
	max-width:200px;
	padding:0 5px 0 0;
}

.order .txt-box ul li:nth-child(2){
	width:50%;
	max-width:200px;
	padding:0 0 0 5px;
}

.order .txt-box ul li a{
	display:block;
}

.order .txt-box ul li a .circle{
	display:none;
}

.order .hov-btn a{
	width:100%;
	height:78px;
	line-height:78px;
	font-size:16px;
	letter-spacing:0.1em;
}

.order .hov-btn a:after{
	width:31px;
	height:42px;
	background:url(../img/top/order-btn-ico.png) no-repeat center center;
	background-size:contain;
	left:15px;
}

.arrow{
	width: 16px;
	height: 2px;
}

.arrow:before,
.arrow:after {
	width: 8px;
	height: 2px;
}

.order .txt-box ul li a .img{
	margin-top:0;
}

.main-photo{
	height:500px;
	background:none;
}
	
.main-photo:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	background:url(../img/top/sp/main-photo.jpg?20251203) no-repeat center center;
	background-size:cover;
}

.technique{
	padding:60px 20px 0 20px;
	text-align:left;
}

.technique:after{
	right:0;
	left:-100px;
	margin:0 auto;
	bottom:-120px;
	width:765px;
	height:437px;
	background:url(../img/top/technique-bg.png) no-repeat center center;
	background-size:contain;
}

.technique .box .tit-box{
	display:flex;
	justify-content:center;
}

.technique .box h2{
	max-width:75px;
	position:static;
	order:2;
}

.technique .box .img01{
	position:static;
	width:170px;
	margin:0 30px 0 0;
}

.technique .box .img02{
	position:static;
	text-align:center;
	padding:30px 0 100px 0;
}

.technique .box .txt{
	width:100%;
	margin:30px 0 0 0;
	letter-spacing:0.1em;
}

.lineup{
	padding:0 20px;
}

.lineup .box{
	max-width:inherit;
	padding:60px 0;
	display:block;
}

.lineup .box .tit-box{
	min-width:inherit;
	display:flex;
	justify-content:center;
}

.lineup .box h2{
	font-size: clamp(22px, 6vw, 28px);
	padding:0 0 0 20px;
	order:2;
}

.lineup .box .tit-box .img{
	width:140px;
}

.lineup .box .item-box ul{
	justify-content:space-between;
	padding:0;
}

.lineup .box .item-box ul li{
	margin:0 0 20px 0;
	min-width:inherit;
	width:48.5%;
}

.lineup .box .item-box ul li h3{
	font-size:14px;
}

.lineup .box .item-box .img{
	width:100%;
}

.lineup .box .item-box .m-btn{
	position:static;
	padding:30px 0 0 0;
}

.branding{
	background:url(../img/top/sp/branding-bg.jpg) no-repeat left center;
	background-size:cover;
	padding:60px 20px;
}

.branding .box h2{
	position:static;
	text-align:right;
}

.branding .box h2 img.sp{
	width:140px;
	display:inline-block !important;
}

.branding .box .txt{
	padding:30px 0;
}

.m-btn a{
	width:300px;
	line-height:50px;
	height:50px;
	text-align:center;
	margin:auto;
	font-size: 16px;
}

.branding .m-btn a{
	line-height:48px;
}

.info-area{
	padding:60px 20px;
}

.info-area .box-in01{
	padding:0 0 60px 0;
}

.info-area .box-in01 .tit-box{
	display:block;
	text-align:center;
}

.info-area .box-in01 .tit-box h2{
	font-size:24px;
	display:inline-block;
	padding:60px 0 0 0;
    background: url(../img/top/info-insta-ico.png) no-repeat top center;
	background-size:56px;
	letter-spacing:0.1em;
}

.info-area .box-in01 .tit-box .link{
	display:block;
	padding:10px 0 0 0;
}

.info-area .box-in01 .tit-box .link a{
	font-size:18px;
}

.info-area .box-in02{
	padding:60px 0 0 0;
	display:block;
}

.info-area .box-in02 .tit-box{
	width:100%;
	display:flex;
	justify-content:center;
	padding:0 0 20px 0;
}

.info-area .box-in02 .tit-box h2{
	font-size:18px;
	letter-spacing:0.2em;
	position:static;
	order:2;
}

.info-area .box-in02 .tit-box .img{
	max-width:280px;
	padding:0 10px 0 0;
}

.info-area .box-in02 .txt-box{
	width:100%;
}
}

/* INFORMATION
-------------------------------------------------------------------*/
.kaso-mv{
	padding:170px 20px 130px 20px;
	text-align:center;
}

.kaso-mv .box{
	position:relative;
}

.kaso-mv .box:after{
	content:"";
	background: url(../img/common/cloud-ico.png) no-repeat center center;
	position:absolute;
	right:95px;
    top: 10px;
    width: 420px;
    height: 127px;
    z-index: -1;
}

.kaso-mv h1{
	color:#e64729;
	font-size:30px;
	line-height:1.6;
	font-weight:700;
	letter-spacing:0.2em;
}

.kaso-mv h1 span{
	display:block;
	font-size:20px;
}

#searchform input{
	display:block;
	border:none;
	border-bottom:1px solid #a7a9ac;
	background: url(../img/common/search-ico.png) no-repeat 30px center;
	width:100%;
	margin:0 auto;
	padding:20px 20px 20px 70px;
	box-sizing:border-box;
	font-size:16px;
	border-radius:0;
}

#searchform input::placeholder {
	color:#A3A3A3;
}

.information .list-area{
	padding:80px 20px;
}

.category{
	display:flex;
	flex-wrap:wrap;
	padding:30px 0 70px 0;
}

.category > li a{
	display:inline-block;
	border-radius:30px;
	border:2px solid #364c78;
	background:#efece8;
	font-size:14px;
	font-weight:700;
	line-height:1.6;
	padding:5px 30px;
	margin:0 5px 10px 5px;
}

.post-type-archive-information .category > li:first-child a,
.category > li a:hover,
.category > li.on a{
	background:#364c78;
	color:#fff;
}

.information .list-area .box-in{
	display:flex;
}

.information .list-area .box-in h2{
	margin:0 70px 0 30px;
	font-size:48px;
	font-weight:500;
	writing-mode: vertical-rl;
	letter-spacing:0.1em;
	position:relative;
}

.information .list-area .box-in h2 span{
	font-size:14px;
	color:#e64729;
	letter-spacing:0.2em;
	position:absolute;
	left:-30px;
	top:0;
	text-transform: uppercase;
}

.information .list-area .box-in .information-list{
	width:100%;
}

.information .list-area .box-in .information-list > li{
	border-top:1px solid #c8cbd2;
}

.information .list-area .box-in .information-list > li:last-child{
	border-bottom:1px solid #c8cbd2;
}

.information .list-area .box-in .information-list > li a{
	display:flex;
	align-items:center;
	padding:10px 0;
	position:relative;
}

.information .list-area .box-in .information-list > li .img{
	width:180px;
	min-width:180px;
	margin:0 30px 0 0;
}

.information .list-area .box-in .information-list > li .no-img{
	background: url(../img/common/logo.png) no-repeat center center #c8cbd2;
	background-size:150px;
}

.information .list-area .box-in .information-list > li .new{
	display:inline-block;
	color:#fff;
	font-size:12px;
	font-weight:700;
	background:#e64729;
	padding:0 5px;
	line-height:1.6;
}

.information .list-area .box-in .information-list > li dl{
	padding:0 0 30px 0;
}

.information .list-area .box-in .information-list > li dl dt{
	font-size:16px;
	line-height:1.6;
	letter-spacing:0.1em;
	position:absolute;
	right:20px;
	bottom:10px;
}

@media screen and (max-width: 800px) {

.information .list-area .box-in .information-list > li dl dt{
	right: initial;
}

}

.information .list-area .box-in .information-list > li dl dd{
	line-height:1.6;
	letter-spacing:0.1em;
	padding:5px 0 0 0;
    font-weight: 500;
}

.information .list-area .box-in .information-list > li dl dd.txt{
	font-size:16px;
}

ul.page-numbers{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	font-size:14px;
	padding:20px 0 0 0;
	font-weight:700;
}

ul.page-numbers li span,
ul.page-numbers li a{
	background:#efece8;
}

ul.page-numbers li .current,
ul.page-numbers li a:hover{
	background:#364c78;
	color:#fff;
}

ul.page-numbers li a,
ul.page-numbers li .current,
ul.page-numbers li span{
	width:35px;
	height:35px;
	line-height:33px;
	border:1px solid #364c78;
	display:block;
	position:relative;
	box-sizing:border-box;
	margin:5px;
	text-align:center;
	border-radius:50%;
}

ul.page-numbers .next,
ul.page-numbers .prev{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
	background: url(../img/common/arrow.png) no-repeat center center #efece8;
	background-size:14px;
}

ul.page-numbers .next:hover,
ul.page-numbers .prev:hover{
	background: url(../img/common/arrow-on.png) no-repeat center center #364c78;
	background-size:14px;
}

ul.page-numbers .prev{
	transform: rotate(-180deg);
}

ul.page-numbers li span.dots{
	width:20px;
	margin:10px 0;
	border:none;
	background:none;
}

@media screen and (max-width: 800px) {
.kaso-mv{
	padding:120px 20px 70px 20px;
}

.kaso-mv .box:after{
	right:-200px;
    top: 10px;
}

/*.information .kaso-mv h1{
	font-size:24px;
}

.information .kaso-mv h1 span{
	font-size:16px;
}*/

#searchform input{
	background: url(../img/common/sp/search-ico.png) no-repeat 10px center;
	background-size:25px;
	padding:20px 20px 20px 40px;
}

.information .list-area{
	padding:60px 20px;
}

.information .list-area .category{
	padding:30px 0 40px 0;
}

.information .list-area .box-in{
	display:block;
}

.information .list-area .box-in h2{
	margin:0 0 30px 0;
	font-size:28px;
	writing-mode:horizontal-tb;
	text-align:center;
}
	
.information .list-area .box-in h2 span{
	display:block;
	position:static;
}

.information .list-area .box-in .information-list > li .img{
	width:30%;
	min-width:150px;
	margin:0 20px 0 0;
}

.information .list-area .box-in .information-list > li .no-img{
	background: url(../img/common/sp/logo.png) no-repeat center center #c8cbd2;
	background-size:80%;
}

.information .list-area .box-in .information-list > li .new{
	margin:0 0 5px 0;
}

.information .list-area .box-in .information-list > li dl dd{
	font-size:16px;
	font-weight: 500;
}

ul.page-numbers{
	justify-content:center;
	position:relative;
	padding:20px 60px 0 60px;
}

ul.page-numbers .next,
ul.page-numbers .prev{
	position:absolute;
	right:0;
	top:20px;
}

ul.page-numbers .prev{
	right:auto;
	left:0;
}
}

/* INFORMATION-DETAIL
-------------------------------------------------------------------*/
.information-detail a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: all 0.3s;
}

.information-detail #toc_container{
	width:100%;
	border:none;
	background:#f3f0eb;
	padding:20px 35px;
	margin:10px 0 40px 0;
	display:block !important;
}

.information-detail #toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
	font-size:16px;
	position:relative;
}

.information-detail #toc_container p.toc_title .toc_brackets{
	display:none;
}

.information-detail #toc_container p.toc_title .toc_toggle{
	position:absolute;
	right:5px;
	top:5px;
	display:block;
	width:20px;
	height:20px;
}

.information-detail #toc_container p.toc_title .toc_toggle a{
	background:none;
	padding:0;
	position:relative;
	text-indent:-9999px;
	display:block;
	width:20px;
	height:20px;
}

.information-detail #toc_container p.toc_title .toc_toggle a:after{
    transform: rotate(225deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #364c78;
    border-right: 2px solid #364c78;
    content: '';
    transition: transform .5s;
	position:absolute;
    top: 6px;
    left: -4px;
}

.information-detail #toc_container.contracted p.toc_title .toc_toggle a:after{
    transform: translateY(-25%) rotate(45deg);
}

.information-detail #toc_container p.toc_title+ul.toc_list {
    margin-top: 10px 0 0 0;
    display: none; 
}

.information-detail #toc_container p.toc_title+ul.toc_list > li{
	padding:10px 0;
	border-bottom:1px solid #dfdfdf;
}

.information-detail #toc_container p.toc_title+ul.toc_list > li:last-child{
	border-bottom:none;
}

.information-detail #toc_container p.toc_title+ul.toc_list > li a{
	font-size:14px;
	font-weight:700;
	color:#364c78;
	padding:0 0 0 10px;
	border-left:3px solid #e64729;
	background:none;
	text-decoration:underline;
}

.information-detail #toc_container p.toc_title+ul.toc_list > li ul li a{
	margin:5px 0 0 0;
	font-weight:400;
	padding:0;
	border-left:none;
	display:inline-block;
}

.information-detail #toc_container p.toc_title+ul.toc_list > li ul li a:before{
	content:"・";
}

.information-detail{
	padding:120px 0 0 0;
}

.information-detail .detail-area{
	padding:80px 20px;
}

.information-detail .detail-area .box-in{
	display:flex;
	padding:0 0 80px 0;
}

.information-detail .detail-area .box-in .sub-tit{
    font-size: 48px;
	margin:0 70px 0 30px;
    font-weight: 500;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
	position:relative;
}

.information-detail .detail-area .box-in .sub-tit span{
	font-size:14px;
	color:#e64729;
	letter-spacing:0.2em;
	position:absolute;
	left:-30px;
	top:0;
	text-transform: uppercase;
}

.information-detail .detail-area .box-in .detail-box{
	width:100%;
}

.information-detail .detail-area .box-in .detail-box .day{
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.1em;
	margin:0;
}

.information-detail .detail-area .box-in .detail-box h1{
	font-weight:700;
	line-height:1.6;
	font-size:28px;
	color:#e64729;
	padding:20px 0;
	border-bottom:1px solid #c8cbd2;
	letter-spacing:0.1em;
}

.information-detail .detail-area .box-in .detail-box .time{
	padding:10px 0;
	text-align:right;
}

.information-detail .detail-area .box-in .detail-box .time time{
	letter-spacing:0.1em;
	padding:0 0 0 25px;
	background: url(../img/information/day-ico01.png) no-repeat left center;
	background-size:16px;
	line-height:1.6;
	margin:0 0 0 10px;
	font-weight:600;
}

.information-detail .detail-area .box-in .detail-box .time time.time02{
	background: url(../img/information/day-ico02.png) no-repeat left center;
	background-size:14px;
}

.information-detail .detail-area .box-in .detail-box p{
	line-height:1.8;
	margin:0 0 40px 0;
}

.information-detail .detail-area .box-in .detail-box figure{
	margin:0 0 40px 0;
}

.information-detail .detail-area .box-in .detail-box h2{
	line-height:1.6;
	margin:0 0 10px 0;
	font-size:20px;
	color:#e64729;
	padding:0 0 10px 0;
	border-bottom:1px solid #c8cbd2;
	letter-spacing:0.1em;
	font-weight:600;
}

.information-detail .detail-area .box-in .detail-box h3{
	line-height:1.6;
	margin:0 0 10px 0;
	font-size:20px;
	font-weight:700;
	letter-spacing:0.1em;
}

.wp-block-list{
	margin:0 0 35px 0;
}

.wp-block-list > li{
	padding:0 0 0 20px;
	position:relative;
	margin:0 0 5px 0;
}

.wp-block-list > li:after{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#22304c;
}

.information-detail .table{
	width:100%;
	overflow:auto;
	margin:0 0 40px 0;
	border:1px solid #c8d0df;
}

.information-detail .table table{
	width:100% !important;
	min-width:300px;
}

.information-detail .table td{
	padding:10px;
	text-align:center;
	border:1px solid #c8d0df;
}

.information-detail .table td.col{
	font-weight:700;
	background:#c8d0df;
	border:1px solid #fff;
}

.information-detail .detail-area .box-in .detail-box a{
	display:inline-block;
	text-decoration:underline;
	font-weight:700;
	color:#e64729;
	padding:0 0 0 22px;
	background: url(../img/information/txt-link-ico.png) no-repeat left center;
	background-size:16px;
}

.information-detail .detail-area .box-in .detail-box .wp-block-button__link{
	text-decoration:none;
	border:1px solid #22304c;
	line-height:58px;
	height:60px;
	background: url(../img/common/arrow-on.png) no-repeat 93% center #22304c;
	background-size:18px;
	border-radius:30px;
	color:#fff;
	font-size:18px;
	font-weight:700;
	box-sizing:border-box;
	padding:0 80px 0 20px;
	position:relative;
	display:inline-block;
	margin:0 0 40px 0;
}

.information-detail .detail-area .box-in .detail-box .wp-block-button__link:hover{
	background: url(../img/common/arrow.png) no-repeat 93% center #fff;
	background-size:18px;
	color:#22304c;
}

.information-detail .detail-area .box-in .detail-box .f-link{
	padding:20px 0;
	border-top:1px solid #c8cbd2;
	border-bottom:1px solid #c8cbd2;
	position:relative;
	text-align:center;
}

.information-detail .detail-area .box-in .detail-box .f-link li.prev{
	position:absolute;
	left:0;
    top: 50%;
    transform: translateY(-50%);
}

.information-detail .detail-area .box-in .detail-box .f-link li.next{
	position:absolute;
	right:0;
    top: 50%;
    transform: translateY(-50%);
}

.information-detail .detail-area .box-in .detail-box .f-link a{
	text-decoration:none;
	color:#364c78;
	font-size:14px;
}

.information-detail .detail-area .box-in .detail-box .f-link li.link a{
	padding:30px 0 0 0;
	background: url(../img/information/link-ico.png) no-repeat top center;
	background-size:20px;
}

.information-detail .detail-area .box-in .detail-box .f-link li.prev a{
	padding:0 0 0 20px;
	background: url(../img/information/prev-arrow.png) no-repeat left center;
	background-size:13px;
}

.information-detail .detail-area .box-in .detail-box .f-link li.next a{
	padding:0 20px 0 0;
	background: url(../img/common/arrow.png) no-repeat right center;
	background-size:13px;
}

@media screen and (max-width: 800px) {
.information-detail #toc_container{
	padding:20px;
	margin:10px 0 30px 0;
}	
	
.information-detail{
	padding:90px 0 0 0 !important;
}

.information-detail .detail-area{
	padding:60px 20px;
}

.information-detail .detail-area .box-in{
	display:block;
	padding:0 0 80px 0;
}

.information-detail .detail-area .box-in .sub-tit{
	margin: 0 0 20px 0;
	font-size: 28px;
	writing-mode: horizontal-tb;
	text-align: center;
}
	
.information-detail .detail-area .box-in .sub-tit span{
	display:block;
	position:static;
}

.information-detail .detail-area .box-in .detail-box .day{
	font-size:16px;
}

.information-detail .detail-area .box-in .detail-box h1{
	font-size:20px;
	padding:20px 0;
}

.information-detail .detail-area .box-in .detail-box .time time{
	padding:0 0 0 23px;
	background: url(../img/information/day-ico01.png) no-repeat left center;
	background-size:15px;
}

.information-detail .detail-area .box-in .detail-box .time time.time02{
	background: url(../img/information/day-ico02.png) no-repeat left center;
	background-size:12px;
}
	
.information-detail .detail{
	padding:0 0 40px 0;
}

.information-detail .detail-area .box-in .detail-box p{
	margin:0 0 30px 0;
}

.information-detail .detail-area .box-in .detail-box figure{
	margin:0 0 30px 0;
}

.information-detail .detail-area .box-in .detail-box h2{
	font-size:18px;
}

.information-detail .detail-area .box-in .detail-box h3{
	font-size:16px;
}

.wp-block-list{
	margin:0 0 25px 0;
}

.wp-block-list > li{
	padding:0 0 0 15px;
	margin:0 0 5px 0;
}

.wp-block-list > li:after{
	top:8px;
	width:8px;
	height:8px;
}

.information-detail .table{
	margin:0 0 30px 0;
}

.information-detail .table table{
	min-width:400px;
}

.information-detail .detail-area .box-in .detail-box a{
	padding:0 0 0 20px;
	background: url(../img/information/txt-link-ico.png) no-repeat left center;
	background-size:15px;
}
	
.information-detail .wp-block-buttons{
	text-align:center;
	display:block !important;
}

.information-detail .detail-area .box-in .detail-box .wp-block-button__link{
	line-height:46px;
	height:50px;
	text-align:center;
	min-width:300px;
	box-sizing:border-box;
	padding:0 30px 0 20px;
	margin:0 0 30px 0;
	font-size:16px;
}

.information-detail .detail-area .box-in .detail-box .f-link{
	padding:15px 0;
}

.information-detail .detail-area .box-in .detail-box .f-link li.link a{
	padding:30px 0 0 0;
	background: url(../img/information/link-ico.png) no-repeat top center;
	background-size:20px;
}

.information-detail .detail-area .box-in .detail-box .f-link li.prev a{
	padding:20px 0 0 0;
	background: url(../img/information/prev-arrow.png) no-repeat top center;
	background-size:13px;
}

.information-detail .detail-area .box-in .detail-box .f-link li.next a{
	padding:20px 0 0 0;
	background: url(../img/common/arrow.png) no-repeat top center;
	background-size:13px;
}
}

/* NOREN
-------------------------------------------------------------------*/
.noren .story{
	padding:180px 20px;
}

.noren .story .box{
	position:relative;
}

.noren .story .box .txt-box{
	position:relative;
	padding:0 35px;
}

.noren .story .box .txt-box .sub-tit{
	position:absolute;
	top:-110px;
	left:-70px;
}

.noren .story .box .txt-box h2{
	padding:0 0 30px 20px;
	position:relative;
	z-index:2;
}

.noren .story .box .txt-box .txt{
	line-height:1.8;
	letter-spacing:0.1em;
}

.noren .story .box .img-box .img{
	position:absolute;
	top:-110px;
	right:-190px;
}

.noren .story .box .img-box .img02{
	position:absolute;
	top:250px;
	right:-130px;
}

.noren .noren-link{
	display:flex;
	justify-content:space-between;
}

ul.noren-link.wd {
    width: 880px;
}

@media screen and (max-width: 800px) {
ul.noren-link.wd {
    width: auto;
}

}

.noren .noren-link li a{
	font-size: 16px;
	width:130px;
	height:95px;
	border:2px solid #22304c;
	box-sizing:border-box;
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:1.4;
	text-align:center;
	background:#efece8;
	color:#364c78;
	position:relative;
	font-weight:600;
}

.noren .noren-link li a:hover{
	background:#22304c;
	color:#fff;
}

.noren .noren-link li a:after{
    content: "";
    position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:15px;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #22304c;
    border-right: 2px solid #22304c;
    transform:rotate(135deg);
    transition: all 0.3s;
}

.noren .noren-link li a:hover:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.noren .noren-link li a span{
	display:block;
	margin:-15px 0 0 0;
	letter-spacing:0.1em;
}

.noren .fullcolor{
	padding:60px 20px 120px 20px;
}

.noren .fullcolor .box{
	position:relative;
	padding:0 0 0 120px;
	min-height:930px;
}

.noren .noren-tit{
	font-size:40px;
	mix-blend-mode: multiply;
	writing-mode: vertical-rl;
	letter-spacing:0.2em;
	box-sizing:border-box;
	padding:40px 0 0 70px;
	background: url(../img/noren/fullcolor-tit.png) no-repeat left top;
	font-weight:600;
	position:absolute;
	top:0;
	left:-70px;
	width:120px;
	min-height:930px;
}

.noren .fullcolor .img{
	margin:0 -195px 0 0;
}

.noren .noren-txt .txt{
	line-height:1.8;
	padding:30px 0;
}

.noren .noren-txt dl{
	padding:20px 0;
	border-top:1px solid #293d65;
	display:flex;
}

.noren .noren-txt dl:last-child{
	border-bottom:1px solid #293d65;
}

.noren .noren-txt dl dt{
	color:#e64729;
	font-weight:600;
	line-height:1.6;
	min-width:160px;
	box-sizing:border-box;
	padding:0 0 0 15px;
}

.noren .noren-txt dl dd{
	line-height:1.6;
}

.noren .noren-txt ul{
	display:flex;
}

.noren .noren-txt .m-btn{
	padding:40px 20px 0 0;
}

.noren .hand{
	padding:0 20px 120px 20px;
}

.noren .hand .box{
	padding:0 120px 0 0;
}

.noren .hand .noren-tit{
	left:auto;
	right:-70px;
    padding: 40px 70px 0 0;
	background: url(../img/noren/hand-tit.png) no-repeat right top;
}

.noren .hand .img{
	margin:0 0 0 -195px;
}

.noren .hand .more-box{
	padding:100px 0 0 0;
	text-align:center;
}

.noren .hand .more-box h3{
	font-weight:600;
	color:#e64729;
	font-size:40px;
	letter-spacing:0.1em;
}

.noren .hand .more-box h3 span{
	display:block;
	color:#364c78;
	font-size:16px;
	font-weight:400;
}

.noren .hand .more-box ul{
	padding:30px 0 0 0;
}

.noren .hand .more-box ul li{
	display:inline-block;
	margin:10px;
	width:220px;
}

.noren .hand .more-box ul li .txt{
	font-weight:600;
	padding:5px 0 0 0;
}

.noren .hand .more-box .m-btn a{
	margin:30px auto 0;
}

.noren .fabric{
	padding:120px 20px;
	background: #c9c1b1;
    color: #364c78;
	/*background:#364c78;
	color:#fff;*/
}

.noren .fabric .box,
.noren .tailoring .box{
	padding:0 0 0 120px;
}

.noren .fabric .noren-tit{
	color:#364c78;
	/*color:#fff;*/
	min-height:530px;
	background: url(../img/noren/fabric-tit_wh.png) no-repeat left top;
	mix-blend-mode: normal;
}
.noren .fabric .noren-tit

.noren .fabric .txt,
.noren .tailoring .txt
{
	line-height:1.8;
	padding:0 0 30px 0;
}

.noren .fabric ul{
	padding:0 0 40px 0;
}

.noren .fabric ul li{
	padding:10px 0;
	border-top:1px solid #2d426b;
	position:relative;
	display:flex;
	align-items:center;
}

.noren .fabric ul li:last-child{
	border-bottom:1px solid #2d426b;
}

.noren .fabric ul li .img{
	min-width:180px;
}

.noren .fabric ul li dl{
	padding:40px 30px;
}

.noren .fabric ul li dl dt{
	font-size:20px;
	line-height:1.6;
	font-weight:600;
}

.noren .fabric ul li dl dt span {
    font-size: 25px;
}

@media screen and (max-width: 800px) {
.noren .fabric ul li dl dt span {
    font-size: 18px;
}

}

.noren .fabric ul li dl dd{
	line-height:1.8;
	padding:10px 0 0 0;
}

.noren .tailoring{
	padding:120px 20px;
	background: #c9c1b187;
    color: #32466f;
	/*background:#32466f;
	color:#fff;*/
}

.noren .tailoring .noren-tit{
	/*color:#fff;*/
	color: #32466f;
	min-height:530px;
	background: url(../img/noren/tailoring-tit_wh.png) no-repeat left top;
	mix-blend-mode: normal;
}

.noren .tailoring .txt{
	position:relative;
	width:680px;
}

.noren .tailoring .img-box{
	position:relative;
}

.noren .tailoring .img-box .kome{
	position:absolute;
    right: 230px;
    bottom: 50px;
	font-weight:600;
	font-size:14px;
	color: #fff;
}

.noren .tailoring .img-box ul li{
	position:absolute;
    cursor: pointer;
    transition: all 0.3s;
}

.noren .tailoring .img-box ul li:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.noren .tailoring .img-box ul li.a{
	top:170px;
	left:90px;
}

.noren .tailoring .img-box ul li.b{
	top:200px;
	left:300px;
}

.noren .tailoring .img-box ul li.c{
	top:300px;
	left:50px;
}

.noren .tailoring .img-box ul li.d{
	top:500px;
	left:100px;
}

.noren .tailoring .img-box ul li.e{
	top:450px;
	left:430px;
}

.noscroll {
    overflow: hidden;
}

.modal_bg{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(36,50,79,0.8);
	z-index:5555;
    display: none;
}

.modal_box {
	position: fixed;
	max-width:580px;
	overflow: auto;
	z-index: 7777;
	display:none;
    box-sizing: border-box;
}

.modal_close{
	width:48px;
	height:49px;
	background: url(../img/noren/modal-close.png) no-repeat center center;
    position: fixed;
	z-index:9999;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.modal_box dl.tit{
	font-weight:600;
	display:flex;
	align-items:center;
	font-size:18px;
	letter-spacing:0.1em;
	padding:20px 0 0 0;
	color: #fff;
}

.modal_box dl.tit dt{
	font-size:28px;
	width:48px;
	height:48px;
	text-align:center;
	background:#e64729;
	border-radius:50%;
	margin:0 10px 0 0;
	color: #fff;
}

.modal_box dl.tit dd span{
	font-size:14px;
}

.modal_box ul li{
	display:flex;
	padding:20px 0;
	color: #fff;
}

.modal_box ul li:not(:first-child){
	border-top:1px solid #fff;
}

.modal_box ul li .img{
	min-width:150px;
}

.modal_box .modal-txt dt{
	font-weight:600;
	padding:20px 0 5px 0;
   color: #fff;
}

.modal_box ul li dl.modal-txt dt{
	padding:0 0 5px 0;
}

.modal_box dl.modal-txt dd{
	line-height:1.8;
	color: #fff;
}

.modal_box .sub-txt{
	line-height:1.8;
	padding:20px 0 0 0;
	color: #fff;
}

.slide-area{
	padding:120px 20px;
}

.slide-area .box{
	position:relative;
	padding:0 0 0 120px;
}

.noren .option .noren-tit{
	min-height:580px;
	background: url(../img/noren/option-tit.png) no-repeat left top;
}

.slide-area .box .txt{
	line-height:1.8;
}

.slide-area .box ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:20px 0 0 0;
}

.slide-area .box ul li{
	width:273px;
	padding:0 0 35px 0;
}

.slide-area .box ul li dl{
	padding:10px;
}

.slide-area .box ul li dl dt{
	font-size:20px;
	font-weight:600;
	padding:0 0 5px 0;
	text-align:center;
}

.slide-area .box ul li dl dd{
	line-height:1.6;
}

.slide-area .box ul li dl dd span{
	display:inline-block;
	padding-left:1em;
	text-indent:-1em;
	font-size:14px;
}

.noren .custom{
	background:rgba(222,212,209,0.3);
}

.noren .custom .noren-tit{
	min-height:850px;
	background: url(../img/noren/custom-tit.png) no-repeat left top;
}

.custom h2 span{
	position:absolute;
	right:-20px;
	bottom:0;
}

.noren .buzai .noren-tit{
	min-height:550px;
	background: url(../img/noren/buzai-tit.png) no-repeat left top;
}

@media screen and (max-width: 800px) {
.noren .story{
	padding:60px 20px 80px 20px;
}

.noren .story .box .txt-box{
	padding:0;
}

.noren .story .box .txt-box .sub-tit{
	position:static;
	margin:- 30px;
}

.noren .story .box .txt-box h2{
	padding:0 0 30px 0;
	width:180px;
	margin:-40px auto 0;
}

.noren .story .box .txt-box .txt{
	line-height:1.8;
	letter-spacing:0.1em;
	padding:0 0 40px 0;
}

.noren .story .box .img-box .img{
	position:static;
	padding:0 20px 0 0;
	margin:0 0 0 -20px;
}

.noren .story .box .img-box .img02{
	top:auto;
	bottom:-30px;
	right:-20px;
	width:35%;
}

.noren .noren-link{
	flex-wrap:wrap;
	padding:0 20px;
}

.noren .noren-link li{
	width:32.5%;
	margin:0 0 1.5% 0;
}

.noren .noren-link li a{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	display:block;
}

.noren .noren-link li a:before{
	content: "";
	display: block;
	padding-top: 70%;
}

.noren .noren-link li a:after{
	bottom:15%;
}

.noren .noren-link li a span{
	position:absolute;
	top:15%;
	margin:0 auto;
	left:0;
	right:0;
	font-size: clamp(10px, 3vw, 16px);
}

.noren .noren-link li:last-child a span{
	padding:10% 0 0 0;
}

.noren .fullcolor{
	padding:60px 20px;
}

.noren .fullcolor .box{
	min-height:auto;
	padding:0;
}

.noren .noren-tit{
	font-size:24px;
	padding:20px 0 0 0;
	background: url(../img/noren/sp/fullcolor-tit.png) no-repeat center top;
	background-size:contain;
	position:static;
	width:100%;
	min-height:inherit;
	max-width:500px;
	margin:0 auto;
	writing-mode: horizontal-tb;
	text-align:center;
}

.noren .fullcolor .img{
	margin:0 -20px;
}

.noren .noren-txt .txt{
	padding:20px 0 30px 0;
}

.noren .noren-txt dl{
	padding:15px 0;
	display:block;
}

.noren .noren-txt dl dt{
	padding:0 0 5px 0;
}

.noren .noren-txt dl dd span{
	padding-left:1em;
	text-indent:-1em;
	display:inline-block;
}

.noren .noren-txt ul{
	display:block;
}
	
.noren .noren-txt .m-btn{
	padding:20px 0 0 0;
}

.noren .hand{
	padding:0 20px 60px 20px;
}

.noren .hand .box{
	padding:0;
}

.noren .hand .noren-tit{
    padding: 20px 0 0 0;
	background: url(../img/noren/sp/hand-tit.png) no-repeat center top;
	background-size:contain;
}

.noren .hand .img{
	margin:0 -20px;
}

.noren .hand .more-box{
	padding:60px 0 0 0;
	margin:0 -20px;
}

.noren .hand .more-box h3{
	font-size:28px;
}

.noren .hand .more-box h3 span{
	font-size:14px;
}

.noren .hand .more-box ul{
	padding:30px 0 0 0;
}

.noren .hand .more-box ul li{
	margin:5px;
	width:150px;
}

.noren .hand .more-box ul li .txt{
	padding:5px 0 0 0;
}

.noren .hand .more-box .m-btn a{
	margin:30px auto 0;
}

.noren .fabric{
	padding:60px 20px;
}

.noren .fabric .box,
.noren .tailoring .box{
	padding:0;
}

.noren .fabric .noren-tit{
	min-height:inherit;
	background: url(../img/noren/sp/fabric-tit.png) no-repeat top center;
	background-size:220px;
}

.noren .fabric .txt,
.noren .tailoring .txt
{
	padding:10px 0 30px 0;
}

.noren .fabric ul{
	padding:0 0 30px 0;
}

.noren .fabric ul li{
	padding:15px 0;
	display:block;
	position:relative;
}

.noren .fabric ul li .img{
	min-width:inherit;
	width:120px;
}

.noren .fabric ul li dl{
	padding:20px 0 0 0;
}

.noren .fabric ul li dl dt{
	font-size: clamp(10px, 4vw, 16px);
	position:absolute;
	left:140px;
	top:45px;
}

.noren .fabric ul li dl dd{
	padding:0;
}

.noren .tailoring{
	padding:60px 20px;
}

.noren .tailoring .noren-tit{
	min-height:inherit;
	background: url(../img/noren/sp/tailoring-tit.png) no-repeat top center;
	background-size:320px;
}

.noren .tailoring .txt{
	width:100%;
	padding:10px 0 30px 0;
}
	
.noren .tailoring .img-box .kome{
    right: 20px;
}

.noren .tailoring .img-box{
	padding:0 0 40px 0;
}

.noren .tailoring .img-box ul li.a{
	top: 20%;
	left: 6%;
	width: 40%;
}

.noren .tailoring .img-box ul li.b{
	top: 30%;
    left: 38%;
    width: 34%;
}

.noren .tailoring .img-box ul li.c{
	top: 40%;
	left: 2%;
	width: 40%;
}

.noren .tailoring .img-box ul li.d{
	top:63%;
	left:9%;
    width: 34%;
}

.noren .tailoring .img-box ul li.e{
	top: 55%;
    left: 58%;
    width: 27%;
}

.modal_box{
	padding:30px;
	box-sizing:border-box;
	max-width:580px;
	width:100%;
}

.modal_close{
	width:35px;
	height:36px;
	background: url(../img/noren/modal-close.png) no-repeat center center;
	background-size:contain;
}

.modal_box dl.tit{
	font-size:16px;
}

.modal_box dl.tit dt{
	font-size:21px;
	width:36px;
	height:36px;
}

.modal_box dl.tit dd span{
	font-size:13px;
	display:block;
}

.modal_box ul li{
	display:block;
	padding:20px 0;
	position:relative;
}

.modal_box ul li .img{
	min-width:inherit;
	width:100px;
	margin:0 0 10px 0;
}

.modal_box .modal-txt dt{
	padding:0;
	position:absolute;
	left:120px;
	top:35px;
}

.modal_box ul li dl.modal-txt dt{
	padding:0;
}

.modal_box dl.modal-txt dd{
	padding:10px 0 0 0;
}

.modal_box .sub-txt{
	padding:10px 0 0 0
}

.slide-area{
	padding:60px 20px;
}

.slide-area .box{
	padding:0;
}

.noren .option .noren-tit{
	min-height:inherit;
	background: url(../img/noren/sp/option-tit.png) no-repeat top center;
	background-size:245px;
}

.slide-area .box .txt{
	padding:10px 0 0 0;
}

.slide-area .box ul{
	display:block;
	padding:20px 0 30px 0;
	margin: 0 -20px;
}
	
.slide-area .box ul li{
	margin:0 10px;
}

.slide-area .box ul li dl{
	padding:0;
}

.slide-area .box ul li dl dt{
	font-size:18px;
	padding:10px 0 5px 0;
}

.slide-area .box ul li dl dd span{
	font-size:12px;
}

.noren .custom .noren-tit{
	min-height:inherit;
	background: url(../img/noren/sp/custom-tit.png) no-repeat no-repeat top center;
	background-size:260px;
}

.custom h2 span{
	display:none;
}

.noren .buzai .noren-tit{
	min-height:inherit;
	background: url(../img/noren/sp/buzai-tit.png) no-repeat no-repeat top center;
	background-size:180px;
}
}

/* THANKS/404
-------------------------------------------------------------------*/
.thanks_area{
	padding:80px 0 140px 0;
	text-align:center;
}

.thanks_area h1{
	font-size:28px;
	line-height:1.6;
	padding:50px 0;
	width:720px;
	border-bottom:1px solid #E8EBEC;
	margin:0 auto;
	font-weight:600;
}

.thanks_area .txt{
	line-height:2em;
	padding:50px 0;
	font-weight:500;
}

.thanks_area .m-btn a{
	margin:0 auto;
}

@media screen and (max-width: 800px) {
.thanks_area{
	padding:50px 20px;
	text-align:left;
}

.thanks_area h1{
	font-size:20px;
	padding:30px 0;
	box-sizing:border-box;
	width:100%;
	text-align:center;
}

.thanks_area .txt{
	padding:30px 0 40px 0;
}

}


/*  のれんバナー追加   */

a.noren_link {
    display: block;
    width: 1000px;
	position: relative;
	margin: 2rem auto;
    transition: all 0.3s;
}

a.noren_link:hover{
	transform: translateY(-15px);
	transition: all 0.3s;
}

@media screen and (max-width: 800px) {

	a.noren_link {
    width: auto;
    margin: 1rem auto 0;
}

}