/* CSS Document */
.top{
	height:var(--windowfixdheight);
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .top{
	padding: calc(var(--headerHeight) + 1.5rem) 7vw 1.5rem 7vw;
}
body[wc-view-code="tb"] .top{
	padding: calc(var(--headerHeight) + 1.5rem) 5vw 1.5rem 5vw;
}
body[wc-view-code="sp"] .top,
body[wc-view-type="tb"] .top{
	flex-direction: column;
}
body[wc-view-code="pc"] .top{
	padding: calc(var(--headerHeight) + 1.5rem) calc((100vw - 1100px) / 2) 1.5rem calc((100vw - 1100px) / 2);
}
.top > h2{
	font-size: 1.8rem;
  padding-bottom: 1rem;
  font-weight: 500;
	box-sizing: border-box;
	transition: opacity 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.top > h2.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="tb"] .top > h2{
	font-size: 2.25rem;
}
body[wc-view-type="tb-l"] .top > h2,
body[wc-view-code="pc"] .top > h2{
	width: 350px;
}
body[wc-view-type="tb-l"] .top > h2{
	padding-top: 150px;
}
body[wc-view-code="pc"] .top > h2{
	width: 350px;
	font-size: 2rem;
	padding-top: 150px;
	padding-bottom: 0;
}
.top .t_slider{
}
body[wc-view-type="tb-l"] .top .t_slider{
	width: calc(100% - 350px) !important;
}
body[wc-view-code="pc"] .top .t_slider{
	width: 750px !important;
}
.t_slider .cs_wrap[class*="fade"], .cs_wrap.comboslider-mask-change{
}
body[wc-view-type="tb"] .t_slider .cs_wrap[class*="fade"], .cs_wrap.comboslider-mask-change{
	width: 100% !important;
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem + 120px)) !important;
}
body[wc-view-type="tb-l"] .cs_wrap[class*="fade"], .cs_wrap.comboslider-mask-change{
	width: 100% !important;
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem)) !important;
}
body[wc-view-type="tb-l"] .cs_wrap[class*="fade"] .comboslider, .comboslider-mask-change .comboslider{
	width: 100% !important;
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem)) !important;
}
body[wc-view-code="pc"] .t_slider .cs_wrap[class*="fade"], .cs_wrap.comboslider-mask-change{
	width: 750px !important;
}
.t_slider .cs_inner{
}
body[wc-view-code="tb"] .t_slider .cs_inner{
	width: 100% !important; 
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem + 120px)) !important;
}
body[wc-view-type="tb-l"] .t_slider .cs_inner{
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem)) !important;
}
body[wc-view-code="pc"] .t_slider .cs_inner{
	width: 750px !important; 
}
.top .t_slider .t_in_slider{
}
body[wc-view-type="tb"] .top .t_slider .t_in_slider{
	width: 100% !important;
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem + 120px)) !important;
}
body[wc-view-code="pc"] .top .t_slider .t_in_slider{
	width: 750px !important;
}
.top .t_slider .t_in_slider .ts_item{
}
body[wc-view-code="tb"] .top .t_slider .t_in_slider .ts_item{
	width: 100% !important;
}
body[wc-view-type="tb-l"] .top .t_slider .t_in_slider .ts_item{
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem)) !important;
}
body[wc-view-code="pc"] .top .t_slider .t_in_slider .ts_item{
	width: 750px !important;
}
.top .t_slider .t_in_slider .ts_item img{
	border-radius: 1.25rem;
	width: 100% !important;
}
body[wc-view-code="sp"] .top .t_slider .t_in_slider .ts_item img{
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem + 86px)) !important;
}
body[wc-view-type="tb"] .top .t_slider .t_in_slider .ts_item img{
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem + 120px)) !important;
}
body[wc-view-type="tb-l"] .top .t_slider .t_in_slider .ts_item img,
body[wc-view-code="pc"] .top .t_slider .t_in_slider .ts_item img{
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem)) !important;
}
body[wc-view-code="pc"] .top .t_slider .t_in_slider .ts_item img{
	width: 750px !important;
}
/*コンセプト*/
.concept{
	box-sizing: border-box;
	display: flex;
	background: #FFFFFF;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 39%, rgba(255, 248, 235, 1) 100%);
}
body[wc-view-code="sp"] .concept{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="sp"] .concept,
body[wc-view-type="tb"] .concept{
	flex-direction: column;
}
body[wc-view-code="tb"] .concept{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .concept{
	padding: calc(var(--headerHeight) + 2rem) calc((100vw - 1100px) / 2);
}
.concept .concept_text{
	box-sizing: border-box;
}
body[wc-view-type="tb"] .concept .concept_text{
	display: flex;
}
body[wc-view-type="tb-l"] .concept .concept_text{
  height: 350px;
}
body[wc-view-code="pc"] .concept .concept_text{
	height: 405px;
}
body[wc-view-type="tb-l"] .concept .concept_text{
	width: 50%;
	padding-right: 2rem;
}
body[wc-view-code="pc"] .concept .concept_text{
	width: 60%;
	padding-right: 2.5rem;
}
.concept .concept_text > h2{
}
body[wc-view-type="tb"] .concept .concept_text > h2{
	width: 235px;
}
.concept .concept_text > .concept_in_text{
	box-sizing: border-box;
}
body[wc-view-type="tb"] .concept .concept_text > .concept_in_text{
	width: calc(100% - 235px);
	padding-left: 2rem;
}
.concept .concept_text > .concept_in_text p{
	line-height: 2.25rem;
	transition: opacity 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.concept .concept_text > .concept_in_text p.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.concept .concept_text > .concept_in_text p:not(:first-of-type){
	margin-top: 0.5rem;
}
.concept .concept_img{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
body[wc-view-code="sp"] .concept .concept_img{
	gap:1rem;
	margin-top: 1.35rem;
	display: flex;
}
body[wc-view-type="tb"] .concept .concept_img{
	height: 350px;
	margin-top: 2rem;
}
body[wc-view-type="tb-l"] .concept .concept_img{
	width: 50%;
}
body[wc-view-code="pc"] .concept .concept_img{
	width: 40%;
}
.concept .concept_img figure{
	width: calc(50% - 0.5rem);
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.concept .concept_img figure:nth-of-type(1){
	transform: translateX(-2.5rem);
}
body[wc-view-type="tb-l"] .concept .concept_img figure:nth-of-type(1){
	transition: opacity 600ms 150ms ease-out, transform 600ms 150ms ease-out,filter 600ms 180ms ease-out;
}
.concept .concept_img figure:nth-of-type(2){
	transform: translateX(2.5rem);
}
body[wc-view-code="tb"] .concept .concept_img figure:nth-of-type(2){
	transform: translateX(calc(100% + 2.5rem));
}
.concept .concept_img figure.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body:not([wc-view-code="sp"]) .concept .concept_img figure{
	position: absolute;
	z-index: 2;
}
body[wc-view-code="tb"] .concept .concept_img figure{
	width: calc(50% + 0.75rem);
}
body[wc-view-type="tb-l"] .concept .concept_img figure{
	width: calc(50% + 0.5rem);
}
body[wc-view-code="pc"] .concept .concept_img figure{
	width: calc(50% + 2rem);
}
body:not([wc-view-code="sp"]) .concept .concept_img figure:nth-of-type(1){
	top: 0;
}
body[wc-view-code="tb"] .concept .concept_img figure:nth-of-type(2){
	top: 55px;
}
body[wc-view-type="tb-l"] .concept .concept_img figure:nth-of-type(2){
	top: 55px;
}
body[wc-view-code="pc"] .concept .concept_img figure:nth-of-type(2){
	top: 120px;
  right: 0;
}

.concept .concept_img figure:nth-of-type(1).wcvisible{
	transform: translateX(0);
}
.concept .concept_img figure:nth-of-type(2).wcvisible{
	transform: translateX(0);
}
body[wc-view-type="tb"] .concept .concept_img figure:nth-of-type(2).wcvisible{
	transform: translateX(calc(100% - 1.5rem));
}
body[wc-view-type="tb-l"] .concept .concept_img figure:nth-of-type(2).wcvisible{
	transform: translateX(calc(100% - 1rem));
}
.concept .concept_img figure img{
	border-radius: 1rem;
	aspect-ratio:2/2.5;
}
body[wc-view-type="tb"] .concept .concept_img figure img{
	aspect-ratio:2.5/2;
}
body[wc-view-code="pc"] .concept .concept_img figure img{
	aspect-ratio:2/2.25;
}
.concept .concept_img .m_top{
}
body[wc-view-code="sp"] .concept .concept_img .m_top{
	margin-top: 2rem;
}
/*メニュー*/
.menu{
	background: #FFF8EB;
  background: linear-gradient(180deg,rgba(255, 248, 235, 1) 0%, rgba(255, 235, 228, 1) 33%, rgba(255, 255, 255, 1) 100%);
	box-sizing: border-box;
}
body[wc-view-code="sp"] .menu{
	padding: 0 7vw var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .menu{
	padding: 0 5vw var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .menu{
	padding: 0 calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 2rem) calc((100vw - 1100px) / 2);
}
.menu .menu_text{
}
.menu .menu_text .contents_title::before{
	content: "Menu";
}
.menu .menu_text > p{
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.menu .menu_text > p.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.menu .menu_list{
	display: flex;
	flex-wrap: wrap;
}
body[wc-view-code="sp"] .menu .menu_list,
body[wc-view-code="tb"] .menu .menu_list{
	gap:1rem;
}
body[wc-view-code="pc"] .menu .menu_list{
	gap:2rem;
}
.menu .menu_list > a{
	display: block;
	text-decoration: none;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.menu .menu_list > a.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="sp"] .menu .menu_list > a{
	width: calc(50% - 0.5rem);
}
body[wc-view-code="tb"] .menu .menu_list > a{
	width: calc((100% / 3) - 0.67rem);
}
body[wc-view-code="pc"] .menu .menu_list > a{
	width: calc((100% / 3) - 1.34rem);
}
.menu .menu_list > a article{
	display: flex;
	flex-direction: column-reverse;
}
.menu .menu_list > a article figure{
}
.menu .menu_list > a article figure img{
	aspect-ratio:1/1;
	border-radius: 1rem;
}
body[wc-view-type="tb-l"] .menu .menu_list > a article figure img,
body[wc-view-code="pc"] .menu .menu_list > a article figure img{
	aspect-ratio:1.414/1;
}
.menu .menu_list > a article > h2{
	font-size: 1rem;
  color: var(--defColor);
  display: flex;
  line-height: 0.95rem;
  font-weight: 500;
  padding-left: 0.5rem;
  padding-top: 0.45rem;
  align-items: center;
  justify-content: space-between;
}
body:not([wc-view-code="sp"]) .menu .menu_list > a article > h2{
	padding-top: 0.55rem;
	padding-left: 0.75rem;
	padding-right: 0.5rem;
	font-size: 1.1rem;
}
body:not([wc-view-code="sp"]) .menu .menu_list > a article > h2 br{
	display: none;
}
.menu .menu_list > a article > h2::after{
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--defColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	flex: none;
  margin-left: auto;
}
.menu .btn_block{
	margin: 1.5rem auto 0 auto;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.menu .btn_block.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-type="tb-l"] .menu .btn_block{
	margin: 1.75rem auto 0 auto;
}
body[wc-view-code="pc"] .menu .btn_block{
	margin: 2rem auto 0 auto;
}
/*流れ*/
.flow_area{
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .flow_area{
	padding: 0 7vw;
	flex-direction: column;
}
body[wc-view-code="tb"] .flow_area{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .flow_area{
	padding: 0 calc((100vw - 1100px) / 2);
}
.flow_area .f_text{
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .flow_area .f_text{
	width: 50%;
}
body[wc-view-code="tb"] .flow_area .f_text{
	padding-right: 2rem;
}
body[wc-view-code="pc"] .flow_area .f_text{
	padding-right: 2.5rem;
}
.flow_area .f_text .contents_title::before{
	content:"Flow";
}
.flow_area .f_text p{
	line-height: 1.8rem;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.flow_area .f_text p.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.flow_area .f_text .btn{
	margin: 1rem auto 0 auto;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.flow_area .f_text .btn.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="pc"] .flow_area .f_text .btn{
	margin: 1rem 0 0 auto;
}
.flow_area .f_img{
	display: flex;
	gap:2px;
	margin: 1.5rem 0 0 0;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.flow_area .f_img.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body:not([wc-view-code="sp"]) .flow_area .f_img{
	width: 50%;
}
.flow_area .f_img > figure{
	width: calc(50% - 1px);
}
.flow_area .f_img > figure img{
	aspect-ratio:1/1;
}
.flow_area .f_img > figure:nth-of-type(1) img{
	border-radius: 1rem 0 0 1rem;
}
.flow_area .f_img > figure:nth-of-type(2) img{
	border-radius: 0 1rem 1rem 0;
}
/*会社概要*/
.company{
	display: flex;
	box-sizing: border-box;
	background: #FFF;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 235, 228, 1) 51%, rgba(255, 248, 235, 1) 100%);
}
body[wc-view-code="sp"] .company{
	flex-direction: column;
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .company{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .company{
	padding: calc(var(--headerHeight) + 2rem) calc((100vw - 1100px) / 2);
}
.company .company_text{
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .company .company_text{
	width: 50%;
}
body[wc-view-type="tb"] .company .company_text{
	padding-right: 2.5rem;
}
body[wc-view-type="tb-l"] .company .company_text{
	padding-right: 2rem;
}
body[wc-view-code="pc"] .company .company_text{
	padding-right: 2.5rem;
}
.company .company_text .contents_title::before{
	content:"About";
}
.company .company_text p{
	line-height: 1.8rem;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.company .company_text p.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.company .company_text p:not(:first-of-type){
	margin-top: 0.5rem;
}
.company .company_text .btn{
	margin: 1rem auto 0 auto;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.company .company_text .btn.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="pc"] .company .company_text .btn{
	margin: 1rem 0 0 auto;
}
.company figure{
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.company figure.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="sp"] .company figure{
	margin-top: 1.5rem; 
}
body:not([wc-view-code="sp"]) .company figure{
	width: 50%;
}
.company figure img{
	aspect-ratio:1.414/1;
	border-radius: 1rem;
}
/*お知らせ*/
.news{
	box-sizing: border-box;
	overflow: hidden;
	background: #FFF8EB;
  background:linear-gradient(180deg,rgb(255, 248, 235) 0%, rgb(255, 255, 255) 12%, rgb(255, 255, 255) 100%)
}
body[wc-view-code="sp"] .news{
	padding: 0 7vw var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .news{
	padding: 0 5vw var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .news{
	padding: 0 calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 2rem) calc((100vw - 1100px) / 2);
}
.news .contents_title::before{
	content: "News";
}
.news .news_inner{
	display: flex;
	gap:1.25rem;
  box-sizing: border-box;
	transition: opacity 600ms ease-out, transform 600ms ease-out,filter 600ms ease-out;
	filter: blur(10px);
	opacity: 0;
}
.news .news_inner.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body:not([wc-view-code="pc"]) .news .news_inner{
	overflow-x: auto !important;
  -ms-overflow-style: none;
	padding-right: 7vw;
	width: 93vw;
}
body[wc-view-code="sp"] .news .news_inner{
	gap:1rem;
}
.news .news_inner a{
	flex: none;
	width: 235px;
	text-decoration: none;
}

body[wc-view-type="tb"] .news .news_inner a{
	width: 250px;
}
body[wc-view-type="tb-l"] .news .news_inner a{
	width: 280px;
}
body[wc-view-code="pc"] .news .news_inner a{
	width: calc((100% / 4) - 0.75rem);
}
.news .news_inner a article{
}
.news .news_inner a article figure{
}
.news .news_inner a article figure img{
	aspect-ratio:1.414/1;
	border-radius: 1rem;
}
.news .news_inner a article .n_text{
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0.5rem 0 0.5rem;
	box-sizing: border-box;
}
.news .news_inner a article .n_text time{
	display: table;
	order: 1;
	margin-left: auto;
	font-family: "Quicksand";
	color: var(--defColor);
}
.news .news_inner a article .n_text h2{
	font-size: 1.15rem;
	font-weight: 500;
	padding-right: 1.75rem;
	position: relative;
	z-index: 1;
	color: var(--defColor);
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	order: 2;
	margin-bottom: 0.25rem;
}
.news .news_inner a article .n_text h2::after{
	content: "";
	position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	width: 1.75rem;
	height: 1.75rem;
	background-color:var(--defColor);
}
.news .news_inner a article .n_text .n_category{
	list-style: none;
	list-style-position: outside;
	display: flex;
	overflow: hidden;
	gap:0.25rem;
	order: 3;
	margin-top: 0.3rem;
}
.news .news_inner a article .n_text .n_category li{
	flex: none;
  color: #bda79e;
  font-size: 0.85rem;
  line-height: 1em;
  padding: 0.1rem 0.25rem;
  border-radius: 1rem;
  border: solid 1px #bda79e;
}
.news .btn{
	margin: 1.5rem auto 0 auto;
}
body[wc-view-type="tb-l"] .news .btn{
	margin: 2rem auto 0 auto;
}