/* CSS Document */
/*背景固定*/
main{
  margin-top: 0 !important;
}
/*ファーストビュー*/
section.first_view{
  height: var(--windowfixdheight);
  margin-top: calc(var(--headerHeight) * -1);
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: -moz-linear-gradient(-45deg, rgba(235,224,244,1) 0%, rgba(184,224,255,1) 50%, rgba(235,224,244,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(235,224,244,1) 0%,rgba(184,224,255,1) 50%,rgba(235,224,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, rgba(235,224,244,1) 0%,rgba(184,224,255,1) 50%,rgba(235,224,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100vw;
}
body[wc-view-type="sp"] section.first_view,
body[wc-view-type="tb"] section.first_view{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
body[wc-view-type="sp"] section.first_view{
  padding: calc(var(--headerHeight) + 6.5vw) 0 0 0;
}
body[wc-view-type="tb"] section.first_view{
  padding: calc(var(--headerHeight) + 4vw) 0 0 0;
}
body[wc-view-type="tb-l"] section.first_view{
  justify-content: center;
}
body[wc-view-type="tb-l"] section.first_view,
body[wc-view-type="pc"] section.first_view{
  flex-wrap: wrap;
  align-items: center;
}
body[wc-view-type="tb-l"] section.first_view{
  padding:0 8vw 0 8vw;
}
body[wc-view-type="pc"] section.first_view{
  padding: 0 calc((100vw - 1100px) / 2);
	padding-top: calc(var(--fixdvh) * 15);
}
section.first_view div.first_text{
  flex-direction: column-reverse;
  display: flex;
  -webkit-transition: opacity 1000ms ease-out 500ms,filter 1000ms ease-out 500ms;
  transition: opacity 1000ms ease-out 500ms,filter 1000ms ease-out 500ms;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
}
section.first_view div.first_text.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body[wc-view-type="sp"] section.first_view div.first_text,
body[wc-view-type="tb"] section.first_view div.first_text{
  box-sizing: border-box;
  width: 100vw;
}
body[wc-view-type="sp"] section.first_view div.first_text{
  padding: 0 6.5vw;
  justify-content: center;
  height: calc(var(--fixdvh) * 26.5);
  padding-bottom: 1rem;
}
body[wc-view-type="tb"] section.first_view div.first_text{
  padding: 0 10vw;
  justify-content: center;
  height: calc(var(--fixdvh) * 35.5);
  padding-bottom: 1rem;
}
body[wc-view-type="pc"] section.first_view div.first_text,
body[wc-view-type="tb-l"] section.first_view div.first_text{
  width: 45%;
  align-items: center;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.first_view div.first_text{
  padding: 2rem 0;
  justify-content: center;
  margin-top: auto;
}
body[wc-view-type="pc"] section.first_view div.first_text{
  padding-top: 3rem;
  padding-bottom: 3rem;
  justify-content: flex-end;
}
section.first_view div.first_text > h1{
  display: flex;
  flex-direction: column;
  align-items: center;
}
body[wc-view-type="sp"] section.first_view div.first_text > h1{
  margin-top: 1rem;
}
body[wc-view-type="tb"] section.first_view div.first_text > h1{
  margin-top: 2rem;
}
body[wc-view-type="tb-l"] section.first_view div.first_text > h1,
body[wc-view-type="pc"] section.first_view div.first_text > h1{
  justify-content: center;
}
section.first_view div.first_text > h1 span.f_title_ani{
  color: #444;
  font-weight: 400;
  display: table;
  line-height: 1em;
}
section.first_view div.first_text > h1 span.f_title_ani.small{
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}
body[wc-view-type="sp"] section.first_view div.first_text > h1 span.f_title_ani.small{
  font-size: 5.5vw;
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] section.first_view div.first_text > h1 span.f_title_ani.small{
  font-size: 4vw;
  margin-bottom: 1rem;
}
body[wc-view-type="tb-l"] section.first_view div.first_text > h1 span.f_title_ani.small{
  font-size: 2.7vw;
  margin-bottom: 1rem;
}
body[wc-view-type="pc"] section.first_view div.first_text > h1 span.f_title_ani.small{
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
section.first_view div.first_text > h1 span.f_title_ani.big{
  font-size: 1.8rem;
}
body[wc-view-type="sp"] section.first_view div.first_text > h1 span.f_title_ani.big{
  font-size: 8.5vw;
  margin-left: -4vw;
}
body[wc-view-type="tb"] section.first_view div.first_text > h1 span.f_title_ani.big{
  font-size: 6vw;
  margin-left: -4vw;
}
body[wc-view-type="tb-l"] section.first_view div.first_text > h1 span.f_title_ani.big{
  font-size: 4vw;
  margin-left: -2rem;
}
body[wc-view-type="pc"] section.first_view div.first_text > h1 span.f_title_ani.big{
  font-size: 2.8rem;
  margin-left: -2rem;
}
section.first_view div.first_text div.first_in_text{
}
body[wc-view-type="pc"] section.first_view div.first_text div.first_in_text,
body[wc-view-type="tb-l"] section.first_view div.first_text div.first_in_text{
  width: 100%;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="tb-l"] section.first_view div.first_text div.first_in_text{
  margin-bottom: 2rem;
}
body[wc-view-type="pc"] section.first_view div.first_text div.first_in_text{
  margin-bottom: 2.5rem;
}
section.first_view div.first_text div.first_in_text > span.back_white{
  background-color: #fff;
  border-radius: 3rem;
  font-size: 1.5rem;
  display: table;
  padding: 0.25rem 1.5rem;
  margin: 0 auto 1.5rem auto;
}
body[wc-view-type="sp"] section.first_view div.first_text div.first_in_text > span.back_white{
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  padding: 0.1rem 1.5rem;
}
section.first_view div.btn{
  margin: 0 auto;
  position: absolute;
  z-index: 5;
}
body[wc-view-type="sp"] section.first_view div.btn{
  bottom: 6.5vw;
  left: 50%;
  transform: translateX(-50%);
}
body[wc-view-type="tb"] section.first_view div.btn{
  bottom: 10vw;
  left: 50%;
  transform: translateX(-50%);
}
body[wc-view-type="tb-l"] section.first_view div.btn{
  position: static;
}
body[wc-view-type="pc"] section.first_view div.btn{
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
}
body[wc-view-type="pc"] section.first_view div.btn a{
  margin: 0 auto;
}
section.first_view div.btn a{
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border-radius: 3rem;
  background-color: #2EAAF9;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  white-space: nowrap;
}
body[wc-view-type="tb-l"] section.first_view div.btn a{
  font-size: 3vw;
}
section.first_view div.btn a::after{
  background-color: #fff;
}
div.first_in_flex{
  display: flex;
  align-content: center;
  justify-content: center;
}
body[wc-view-type="sp"] div.first_in_flex{
}
div.first_in_flex > span{
  width: calc(100% / 3);
}
div.first_in_flex > span.moji{
  border: solid 1px #2EAAF9;
  box-sizing: border-box;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 1.3rem;
  line-height: 1.4em;
  text-align: center;
  flex-direction: column;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] div.first_in_flex > span.moji{
  width: 23vw;
  height: 23vw;
  font-size: 4vw;
}
body[wc-view-type="sp"] div.first_in_flex > span.moji.hifu{
  font-size: 5.5vw;
}
body[wc-view-type="tb"] div.first_in_flex > span.moji{
  width: 18vw;
  height: 18vw;
  font-size: 3vw;
}
body[wc-view-type="tb"] div.first_in_flex > span.moji.hifu{
  font-size: 4vw;
}
body[wc-view-type="tb-l"] div.first_in_flex > span.moji{
  width: 12vw;
  height: 12vw;
  font-size: 1.8vw;
}
body[wc-view-type="tb-l"] div.first_in_flex > span.moji.hifu{
  font-size: 2.8vw;
}
body[wc-view-type="pc"] div.first_in_flex > span.moji{
  width: 140px;
  height: 140px;
}
div.first_in_flex > span.moji > span{
  font-size: 1.8rem;
}
body[wc-view-type="sp"] div.first_in_flex > span.moji > span{
  font-size: 5.5vw;
}
body[wc-view-type="tb"] div.first_in_flex > span.moji > span{
  font-size: 4vw;
}
body[wc-view-type="tb-l"] div.first_in_flex > span.moji > span{
  font-size: 2.8vw;
}
div.first_in_flex > span.kigou{
  position: relative;
  z-index: 1;
  margin: 0 1rem;
}
body[wc-view-type="sp"] div.first_in_flex > span.kigou{
  width: calc(24vw - 2rem);
  height: 23vw;
}
body[wc-view-type="tb"] div.first_in_flex > span.kigou{
  width: 14vw;
  height: 18vw;
}
body[wc-view-type="tb-l"] div.first_in_flex > span.kigou{
  width: 80px;
  height: 110px;
}
body[wc-view-type="pc"] div.first_in_flex > span.kigou{
  width: 100px;
  height: 140px;
}
div.first_in_flex > span.kigou::before,
div.first_in_flex > span.kigou::after{
  content: "";
  height: 1px;
  background-color: #444;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}
body[wc-view-type="sp"] div.first_in_flex > span.kigou::before,
body[wc-view-type="sp"] div.first_in_flex > span.kigou::after{
  width: calc(24vw - 2rem);
}
body[wc-view-type="tb"] div.first_in_flex > span.kigou::before,
body[wc-view-type="tb"] div.first_in_flex > span.kigou::after{
  width: 12vw;
}
body[wc-view-type="tb-l"] div.first_in_flex > span.kigou::before,
body[wc-view-type="tb-l"] div.first_in_flex > span.kigou::after{
  width: 60px;
}
body[wc-view-type="pc"] div.first_in_flex > span.kigou::before,
body[wc-view-type="pc"] div.first_in_flex > span.kigou::after{
  width: 100px;
}
div.first_in_flex > span.kigou::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
div.first_in_flex > span.kigou::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
section.first_view figure{
}
body[wc-view-type="sp"] section.first_view figure,
body[wc-view-type="tb"] section.first_view figure{
 -webkit-mask-image: -webkit-linear-gradient(to top, black 0,black calc( 100% - 3.5rem),transparent calc( 100% - 1.75rem));
 mask-image: linear-gradient(to top, black 0,black calc( 100% - 3rem),transparent calc( 100% - 1.5rem));
}
body[wc-view-type="sp"] section.first_view figure{
 height: calc(var(--fixdvh) * 65);
}
body[wc-view-type="tb"] section.first_view figure{
 height: calc(var(--fixdvh) * 60.5);
}
body[wc-view-type="tb-l"] section.first_view figure{
  padding-left: 5vw;
  box-sizing: border-box;
  width: 55%;
  margin-top: auto;
}
body[wc-view-type="pc"] section.first_view figure{
  width: 55%;
  padding-left: 2rem;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] section.first_view figure,
body[wc-view-type="pc"] section.first_view figure{
  -webkit-transition: opacity 1000ms ease-out 1000ms,filter 1000ms ease-out 1000ms;
  transition: opacity 1000ms ease-out 1000ms,filter 1000ms ease-out 1000ms;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
}
body[wc-view-type="tb-l"] section.first_view figure.wcvisible,
body[wc-view-type="pc"] section.first_view figure.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
section.first_view figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.first_view figure img{
  width: 100%;
  height:100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.first_view figure img,
body[wc-view-type="tb"] section.first_view figure img{
  width: 100vw;
}
body[wc-view-type="pc"] section.first_view figure img{
  height: 500px;
}
/*お知らせ*/
section.news{
  padding: var(--headerHeight) 0;
  background-color: #fff;
  box-sizing: border-box;
  width: 100vw;
}
body[wc-view-type="sp"] section.news,
body[wc-view-type="tb"] section.news{
  flex-direction: column;
}
body[wc-view-type="sp"] section.news{
  padding: var(--headerHeight) 6.5vw calc(var(--headerHeight) / 2);
}
body[wc-view-type="tb-l"] section.news,
body[wc-view-type="tb"] section.news{
  padding: var(--headerHeight) 10vw calc(var(--headerHeight) / 2);
}
body[wc-view-type="tb-l"] section.news,
body[wc-view-type="pc"] section.news{
  position: relative;
  z-index: 1;
}
body[wc-view-type="pc"] section.news{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.news div.news_inner{
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding:3rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.news div.news_inner{
  padding: 1.5rem;
}
body[wc-view-type="tb"] section.news div.news_inner{
  padding: 2rem;
}
section.news div.news_inner > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
}
body[wc-view-type="tb-l"] section.news div.news_inner > h1{
  width: 200px;
}
body[wc-view-type="pc"] section.news div.news_inner > h1{
  width: 230px;
}
section.news div.news_inner > h1::before{
  content: "News";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
section.news div.news_inner div.news_box{
  margin-top: 1rem;
}
body[wc-view-type="tb"] section.news div.news_inner div.news_box,
body[wc-view-type="sp"] section.news div.news_inner div.news_box{
  width: 100%;
}
body[wc-view-type="tb"] section.news div.news_inner div.news_box{
  margin-top: 1.5rem;
}
body[wc-view-type="tb-l"] section.news div.news_inner div.news_box{
  width: calc(100% - 200px);
  height: 184px;
}
body[wc-view-type="pc"] section.news div.news_inner div.news_box{
  width: calc(100% - 230px);
  height: 184px;
}
section.news div.news_inner div.news_box article{
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
section.news div.news_inner div.news_box article:last-of-type{
  margin-bottom: 0;
}
section.news div.news_inner div.news_box article a{
  padding: 1.5rem 2rem 0.5rem 0.5rem;
  box-sizing: border-box;
  text-decoration: none;
  color: #444;
  display: block;
}
section.news div.news_inner div.news_box article a::after{
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  background-color: #444;
  -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: var(--headerBtnSize);
  mask-size: var(--headerBtnSize);
}
section.news div.news_inner div.news_box article a h1{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.news div.news_inner div.news_box article time{
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: -1;
  color: #808080;
  font-weight: 300;
  font-family: "Number";
}
section.news div.news_inner div.btn{
}
body[wc-view-type="sp"] section.news div.news_inner div.btn,
body[wc-view-type="tb"] section.news div.news_inner div.btn{
  margin-top: 1.5rem;
  margin-left: auto;
}
body[wc-view-type="tb-l"] section.news div.news_inner div.btn,
body[wc-view-type="pc"] section.news div.news_inner div.btn{
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  z-index: 2;
}
/*コンセプト*/
section.concept{
  padding: var(--headerHeight) 0;
  overflow: hidden;
  display: flex;
  box-sizing: border-box;
  width: 100vw;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 32%, rgba(194,234,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 32%,rgba(194,234,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 32%,rgba(194,234,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body[wc-view-type="sp"] section.concept,
body[wc-view-type="tb"] section.concept{
  flex-direction: column-reverse;
}
body[wc-view-type="sp"] section.concept{
  padding: var(--headerHeight) 6.5vw calc(var(--headerHeight) * 1.5) 6.5vw; 
}
body[wc-view-type="tb"] section.concept,
body[wc-view-type="tb-l"] section.concept{
  padding: var(--headerHeight) 10vw calc(var(--headerHeight) * 1.5) 10vw;
}
body[wc-view-type="tb-l"] section.concept{
  flex-direction: row-reverse;
}
body[wc-view-type="pc"] section.concept{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
  flex-direction: row-reverse;
}
section.concept div.c_text_box{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.concept div.c_text_box{
  margin-top: 5vw;
  padding: 0 1rem;
}
body[wc-view-type="tb"] section.concept div.c_text_box{
  padding: 0 1rem;
}
body[wc-view-type="tb-l"] section.concept div.c_text_box{
  width: 50%;
  padding-top: 2rem;
}
body[wc-view-type="pc"] section.concept div.c_text_box{
  width: 50%;
  padding-top: 4rem;
}
section.concept div.c_text_box > h1{
  line-height: 1.8em;
  font-size: 1.35rem;
  color: #444;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
}
section.concept div.c_text_box.wcvisible > h1{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
section.concept div.c_text_box > h1::before{
  content: "Concept";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1em;
  margin-bottom: 1.25rem;
}
section.concept div.c_text_box div.c_text{
  padding: 1.5rem 1rem 0 1rem;
}
section.concept div.c_text_box div.c_text p{
  margin-bottom: 1rem;
  line-height: 2.5rem;
  color: #444;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  transform: translateY(1rem);
}
section.concept div.c_text_box.wcvisible div.c_text p{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}
section.concept div.c_text_box div.c_text p:last-of-type{
  margin-bottom: 0;
}
section.concept div.c_img{
}
section.concept div.c_img{
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] section.concept div.c_img{
  width: 100%;
}
body[wc-view-type="tb-l"] section.concept div.c_img{
  padding-right: 2rem;
  box-sizing: border-box;
  width: 50%;
}
body[wc-view-type="pc"] section.concept div.c_img{
  padding-right: 4rem;
  box-sizing: border-box;
  width: 50%;
}
body[wc-view-type="sp"] section.concept div.c_img figure{
}
section.concept div.c_img figure.concept_img01{
  width: 65%;
  -webkit-transition: opacity 1000ms ease-out 800ms, transform 1000ms ease-out 800ms;
  transition: opacity 1000ms ease-out 800ms, transform 1000ms ease-out 800ms;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
section.concept div.c_img.wcvisible figure.concept_img01{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body[wc-view-type="sp"] section.concept div.c_img figure.concept_img01{
  margin-right: auto;
}
body[wc-view-type="tb-l"] section.concept div.c_img figure.concept_img01{
  width: 85%;
}
body[wc-view-type="pc"] section.concept div.c_img figure.concept_img01{
  margin-right: auto;
  width: 75%;
}
section.concept div.c_img figure.concept_img02{
  width: 45%;
  margin-left: auto;
  -webkit-transition: opacity 1000ms ease-out 800ms, transform 1000ms ease-out 800ms;
  transition: opacity 1000ms ease-out 800ms, transform 1000ms ease-out 800ms;
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
section.concept div.c_img.wcvisible figure.concept_img02{
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body[wc-view-type="sp"] section.concept div.c_img figure.concept_img02{
  margin-top: -28vw;
}
body[wc-view-type="tb"] section.concept div.c_img figure.concept_img02{
  width: 42%;
  margin-top: -23vw;
}
body[wc-view-type="tb-l"] section.concept div.c_img figure.concept_img02{
  margin-top: -7.5vw;
}
body[wc-view-type="pc"] section.concept div.c_img figure.concept_img02{
  margin-top: -6.5rem;
}
section.concept div.c_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.concept div.c_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.concept div.c_img figure.concept_img02 img{
  height: 36vw;
}
body[wc-view-type="tb"] section.concept div.c_img figure.concept_img02 img{
  height: 32vw;
}
body[wc-view-type="tb-l"] section.concept div.c_img figure.concept_img02 img{
  height: 16vw;
}
body[wc-view-type="pc"] section.concept div.c_img figure.concept_img02 img{
  height: 200px;
}
section.concept div.btn{
  margin-top: 1.5rem;
  margin-left: auto;
}
/*menu*/
section.service{
  padding: calc(var(--headerHeight) * 1.5) 0;
  box-sizing: border-box;
  background-color: #fff;
}
body[wc-view-type="sp"] section.service{
}
section.service > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
}
section.service > h1.wcvisible{
  -ms-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}
body[wc-view-type="sp"] section.service > h1{
  width: 100vw;
  padding: 0 6.5vw;
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.service > h1{
}
section.service > h1::before{
  content: "Service";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.service > p{
  box-sizing: border-box;
  color: #444;
  line-height: 1.8rem;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transform: translateY(1rem);
}
section.service > p.wcvisible{
  opacity: 1;
  transform: translateY(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
body:not([wc-view-type="sp"]) section.service > p{
  text-align: center;
}
body[wc-view-type="sp"] section.service > p{
  padding: 0 calc(6.5vw + 1rem);
  margin-bottom: 2rem;
}
body[wc-view-type="tb"] section.service > p,
body[wc-view-type="tb-l"] section.service > p{
  padding: 0 10vw;
  margin-bottom: 2rem;
}
body[wc-view-type="pc"] section.service > p{
  margin-bottom: 2rem;
}
section.service > article{
  position: relative;
  z-index: 1;
  display: flex;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out,transform 1000ms ease-out;
  opacity: 0;
  transform: translateY(1rem);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.service > article.wcvisible{
  opacity: 1;
  transform: translateY(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.service > article{
  padding: 0 0 0 calc(6.5vw + 3rem);
  box-sizing: border-box;
  display: flex;
  flex-direction:column-reverse;
  margin-bottom: var(--headerHeight);
}
body[wc-view-type="tb"] section.service > article{
  margin-bottom: var(--headerHeight);
}
body[wc-view-type="tb-l"] section.service > article{
  margin-bottom: var(--headerHeight);
  width: 80vw;
  margin: 0 auto var(--headerHeight) auto;
}
body[wc-view-type="pc"] section.service > article{
  width: 1100px;
  margin: 0 auto var(--headerHeight) auto;
}
body[wc-view-type="tb-l"] section.service > article:nth-of-type(odd),
body[wc-view-type="pc"] section.service > article:nth-of-type(odd){
  flex-direction: row-reverse;
}
section.service > article:last-of-type{
  margin-bottom: 0;
}
section.service > article span.s_deco{
  font-size: 2rem;
  color: #ebebeb;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 3.5vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.35rem;
  white-space: nowrap;
  line-height: 1em;
}
body[wc-view-type="sp"] section.service > article span.s_deco{
  left: 5vw;
}
body[wc-view-type="tb"] section.service > article span.s_deco{
  font-size: 1.8rem;
  left: 2.5vw;
}
body[wc-view-type="pc"] section.service > article span.s_deco{
  font-size: 2.5rem;
}
body[wc-view-type="tb-l"] section.service > article:nth-of-type(odd) span.s_deco,
body[wc-view-type="pc"] section.service > article:nth-of-type(odd) span.s_deco{
  right: 0;
  left: inherit;
}
body[wc-view-type="tb-l"] section.service > article:nth-of-type(even) span.s_deco,
body[wc-view-type="pc"] section.service > article:nth-of-type(even) span.s_deco{
  right: inherit;
  left: 0;
}
section.service > article:last-of-type{
  margin-bottom: 0 !important;
}
section.service > article div.s_text{
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) section.service > article div.s_text{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.service > article div.s_text{
}
body[wc-view-type="tb"] section.service > article div.s_text{
  padding-left: 7.5vw;
  width: 55%;
  padding-right: 1rem;
}
body[wc-view-type="tb-l"] section.service > article div.s_text{
  width: 50%;
  padding-right: 2rem;
  padding-left: 1rem;
}
body[wc-view-type="tb-l"] section.service > article:nth-of-type(even) div.s_text{
  padding-left: 2rem;
  padding-right: 1rem;
}
body[wc-view-type="pc"] section.service > article div.s_text{
  width: 50%;
  padding: 1.5rem 4rem 2rem 3rem;
}
body[wc-view-type="pc"] section.service > article:nth-of-type(even) div.s_text{
  padding: 1.5rem 3rem 2rem 4rem;
}
section.service > article div.s_text > h1{
  color: #444;
  font-size: 1.2rem;
  padding: 1.5rem 1rem 1rem 1rem;
  box-sizing: border-box;
}
section.service > article div.s_text > p{
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.8rem;
  color: #444;
}
section.service > article div.s_text > div.btn{
  margin-left: auto;
  margin-right: 6.5vw;
  margin-top: 1rem;
}
body:not([wc-view-type="sp"]) section.service > article div.s_text > div.btn{
  margin-top: auto;
}
section.service > article div.s_img{
}
body[wc-view-type="tb"] section.service > article div.s_img{
  width: 45%;
}
body[wc-view-type="tb-l"] section.service > article div.s_img{
  width: 50%;
}
body[wc-view-type="pc"] section.service > article div.s_img{
  width: 50%;
}
section.service > article div.s_img figure{
}
section.service > article div.s_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.service > article div.s_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.service > article div.s_img figure img{
  height: 55vw;
}
body[wc-view-type="pc"] section.service > article div.s_img figure img{
  height: 350px;
}
/*クーポン*/
section.coupon{
  padding: calc(var(--headerHeight) * 1.5) 0;
  background-color: #F2F2F2;
  /*background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,245,1) 84%, rgba(242,242,245,1) 84%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,245,1) 84%,rgba(242,242,245,1) 84%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,245,1) 84%,rgba(242,242,245,1) 84%,rgba(255,255,255,1) 100%);*/
}
section.coupon > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
  text-align: center;
}
section.coupon > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.coupon > h1::before{
  content: "Coupon";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.coupon > p{
  width: 100vw;
  box-sizing: border-box;
  line-height: 1.8rem;
  color: #444;
  -ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transform: translateY(1rem);
}
section.coupon > p.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
  transform: translateX(0);
}
body[wc-view-type="sp"] section.coupon > p{
  padding: 0 6.5vw 1.5rem 6.5vw;
}
body[wc-view-type="tb"] section.coupon > p,
body[wc-view-type="tb-l"] section.coupon > p{
  padding: 0 10vw 2rem 10vw;
  text-align: center;
}
body[wc-view-type="pc"] section.coupon > p{
  padding: 0 calc((100vw - 1100px) / 2) 2rem calc((100vw - 1100px) / 2);
  text-align: center;
}
span.kome{
  position: relative;
  z-index: 1;
  font-size: 0.85rem;
  color: #444;
  line-height: 1.5em;
  text-align: left;
  padding-left: 1rem;
}
body[wc-view-type="sp"] span.kome{
  display: block;
}
body[wc-view-type="tb"] span.kome,
body[wc-view-type="tb-l"] span.kome,
body[wc-view-type="pc"] span.kome{
  margin: 0 auto;
  display: table;
}
span.kome::before{
  content: "※";
position: absolute;
top: 0.2rem;
left: 0;
z-index: 2;
font-size: 0.85rem;
color: #444;
line-height: 1em;
}
section.coupon div.coupon_block{
}
body[wc-view-type="pc"] section.coupon div.coupon_block{
  width: 1100px;
  margin: 0 auto;
}
section.coupon div.coupon_block div.coupon_slide{
  overflow-x: auto !important;
  -ms-overflow-style: none;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box{
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  box-sizing: border-box;
  border:solid 1px #ccc;
  background-color: #fff;
  flex: none;
}
body[wc-view-type="sp"] section.coupon div.coupon_block div.coupon_slide div.coupon_box{
  width: 80vw;
  margin: 0 0.75rem;
  flex-direction: column;
}
body[wc-view-type="tb"] section.coupon div.coupon_block div.coupon_slide div.coupon_box{
  width: 450px;
  margin: 0 0.75rem;
}
body[wc-view-type="tb-l"] section.coupon div.coupon_block div.coupon_slide div.coupon_box{
  width: 450px;
  margin: 0 0.75rem;
}
body[wc-view-type="pc"] section.coupon div.coupon_block div.coupon_slide div.coupon_box{
  width: 400px !important;
  margin: 0 0.75rem;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text,
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img{
  width: 50%;
}
body[wc-view-type="sp"] section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text,
body[wc-view-type="sp"] section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img{
  width: 100%;
}
body:not([wc-view-type="sp"]) section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text{
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img{
  margin-bottom: 1rem;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text{
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text > p.coupon_title{
  font-size: 1.1rem;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444;
  -webkit-line-clamp: 1;
}
body:not([wc-view-type="sp"]) section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text > p.coupon_title{
  padding: 0 0.75rem 0 0rem;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text > p.coupon_text{
  box-sizing: border-box;
  font-size: 0.85rem;
  line-height: 1.5rem;
  color: #666;
  margin-top: 0.5rem;
  border-top: 1px solid #444;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}
body:not([wc-view-type="sp"]) section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text > p.coupon_text{
  padding: 0.5rem 0.75rem 0 0.75rem;
}
body[wc-view-type="sp"] section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text > p.coupon_text{
  height: 5.1rem;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text > p.money{
  font-weight: 700;
  margin-top: 0.5rem;
  margin-right: 1rem;
  font-family: "Number";
  font-size: 1.5rem;
  margin-left: auto;
  display: table;
}
body:not([wc-view-type="sp"]) section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text > p.money{
  margin-top: auto;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_text > p.money span{
  font-size: 0.85rem;
  color: #444;
  font-weight: 700;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img{
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img figure{
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img figure img{
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img figure img{
  height: 45.5vw;
}
body[wc-view-type="tb"] section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img figure img{
  height: 23.5vw;
}
body[wc-view-type="tb-l"] section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img figure img{
  height: 180px;
}
body[wc-view-type="pc"] section.coupon div.coupon_block div.coupon_slide div.coupon_box div.coupon_img figure img{
  height: 175px;
}
section.coupon div.coupon_block div.coupon_slide div.coupon_box > div.btn{
  margin: 1rem auto 0 auto;
}
body[wc-view-type="sp"] section.coupon div.coupon_block div.coupon_slide div.coupon_box > div.btn{
  margin: auto auto 0 auto;
}
section.coupon > div.btn{
  margin: 1.5rem auto 0 auto;
}
section.coupon > div.btn a::before{
  display: none;
}
/*スライダー*/
/*section.coupon .comboslider-slide .comboslider{
  padding-bottom: 1px !important;
  padding-top: 1px !important;
}

section.coupon .csarrowwrap .csarrowinner .csarrow::before {
  -webkit-backdrop-filter: brightness(0.8) blur(0.2rem);
  backdrop-filter: brightness(0.8) blur(0.2rem);
  transition: background-color 0.3s ease;
  background-color: rgba(255,255,255,0.75) !important;
  border: solid 1px #444;
  box-sizing: border-box;
}
section.coupon .csarrowwrap .csarrow.cs-prev::after,
section.coupon .csarrowwrap .csarrow.cs-next::after{
  -webkit-mask-image:none !important;
  mask-image: none!important;
  background-color: transparent !important;
  box-sizing: border-box;
}
section.coupon .csarrowwrap .csarrow.cs-prev::after {
  width: 0.85rem;
  height: 0.85rem;
  border-left: 1px solid #444;
  border-bottom: 1px solid #444;
  border-radius: 0;
  top: 50%;
  left: calc(50% + 0.25rem);
  transform: translate(-50%,-50%) rotate(45deg);
}
section.coupon .csarrowwrap .csarrow.cs-next::after{
  width: 0.85rem;
  height: 0.85rem;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  border-radius: 0;
  top: 50%;
  left: calc(50% - 0.25rem);
  transform: translate(-50%,-50%) rotate(-45deg);
}
section.coupon .comboslider .cs_item:not([csitem-type="normal"])::after{
  z-index: -1;
}*/
/*メニュー*/
section.treatment{
  position: relative;
  z-index: 1;
  padding-bottom: calc(var(--headerHeight) * 1.5);
  background-color: #fff;
}
body[wc-view-type="sp"] section.treatment{
  padding-bottom: calc(var(--headerHeight) * 1.5);
}
body[wc-view-type="pc"] section.treatment{
  padding: calc(var(--headerHeight) * 1.5) 0;
}
section.treatment div.treatment_inner{
  display: flex;
}
body[wc-view-type="tb"] section.treatment div.treatment_inner,
body[wc-view-type="sp"] section.treatment div.treatment_inner{
  flex-direction:column-reverse;
}
body[wc-view-type="tb-l"] section.treatment div.treatment_inner{
  align-items: center;
  padding-top: var(--headerHeight);
}
body[wc-view-type="tb-l"] section.treatment div.treatment_inner,
body[wc-view-type="pc"] section.treatment div.treatment_inner{
  flex-direction: row-reverse;
}
section.treatment div.treatment_inner div.tr_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.treatment div.treatment_inner div.tr_text{
  padding: calc(var(--headerHeight) / 1.4) 6.5vw;
}
body[wc-view-type="tb"] section.treatment div.treatment_inner div.tr_text{
  padding: calc(var(--headerHeight) / 1.4) 10vw;
}
body[wc-view-type="tb-l"] section.treatment div.treatment_inner div.tr_text{
  width: 60vw;
  padding-right: 10vw;
  padding-top: calc(var(--headerHeight) + 2rem);
  padding-left: var(--headerHeight);
  padding-bottom: var(--headerHeight);
  display: flex;
  flex-direction: column;
}
body[wc-view-type="pc"] section.treatment div.treatment_inner div.tr_text{
  width: 60vw;
  padding-right: calc((100vw - 1100px) / 2);
  padding-top: calc(var(--headerHeight) + 2rem);
  padding-left: var(--headerHeight);
  padding-bottom: var(--headerHeight);
  display: flex;
  flex-direction: column;
}
section.treatment div.treatment_inner div.tr_text > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.treatment div.treatment_inner div.tr_text > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.treatment div.treatment_inner div.tr_text > h1::before{
  content: "Menu";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.treatment div.treatment_inner div.tr_text > p{
  box-sizing: border-box;
  line-height: 1.8rem;
  color: #444;
  padding: 0 1rem;
  -webkit-transition: opacity 1000ms ease-out,transform 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out,transform 1000ms ease-out;
  opacity: 0;
  transform: translateY(1rem);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.treatment div.treatment_inner div.tr_text > p.wcvisible{
  opacity: 1;
  transform: translateY(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.treatment div.treatment_inner div.tr_text > p{
  padding: 0 1rem;
}
section.treatment div.treatment_inner div.tr_text > div.btn{
}
body[wc-view-type="sp"] section.treatment div.treatment_inner div.tr_text > div.btn,
body[wc-view-type="tb"] section.treatment div.treatment_inner div.tr_text > div.btn{
  margin-left: auto;
  margin-top: 1.5rem;
}
body[wc-view-type="tb-l"] section.treatment div.treatment_inner div.tr_text > div.btn{
  margin-top: 1.5rem;
  margin-left: auto;
}
body[wc-view-type="pc"] section.treatment div.treatment_inner div.tr_text > div.btn{
  margin-left: auto;
  margin-top: auto;
}
section.treatment div.treatment_inner div.tr_img{
}
body[wc-view-type="sp"] section.treatment div.treatment_inner div.tr_img,
body[wc-view-type="tb"] section.treatment div.treatment_inner div.tr_img{
  -webkit-mask-image: -webkit-linear-gradient(to bottom, black 0,black calc( 100% - 2.5rem),transparent calc( 100% - 0.25rem));
  mask-image: linear-gradient(to bottom, black 0,black calc( 100% - 2.5rem),transparent calc( 100% - 0.25rem));
}
body[wc-view-type="tb-l"] section.treatment div.treatment_inner div.tr_img,
body[wc-view-type="pc"] section.treatment div.treatment_inner div.tr_img{
  width: 40%;
}
section.treatment div.treatment_inner div.tr_img figure{
}
section.treatment div.treatment_inner div.tr_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.treatment div.treatment_inner div.tr_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="tb"] section.treatment div.treatment_inner div.tr_img figure img{
  height: 43vw;
}
body[wc-view-type="tb-l"] section.treatment div.treatment_inner div.tr_img figure img{
  height: 35vw;
}
body[wc-view-type="pc"] section.treatment div.treatment_inner div.tr_img figure img{
  height: 430px;
}
section.treatment > figure{
}
body[wc-view-type="sp"] section.treatment > figure{
  width: 78.5vw;
  margin-left: auto;
}
body[wc-view-type="tb"] section.treatment > figure{
  width: 65vw;
  margin-left: auto;
}
body[wc-view-type="tb-l"] section.treatment > figure,
body[wc-view-type="pc"] section.treatment > figure{
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 730/300;
  width: 35vw;
  overflow: hidden;
  z-index: 0;
}
section.treatment > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.treatment > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*ご利用の流れ*/
/*スタッフ*/
section.staff{
  padding: calc(var(--headerHeight) * 1.5) 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
body[wc-view-type="pc"] section.staff{
  padding: calc(var(--headerHeight) * 1.5) 0 calc(var(--headerHeight) * 1.5) calc((100vw - 1100px) / 2);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
section.staff::before{
  content: "";
  background: -moz-linear-gradient(top, rgba(194,234,255,1) 0%, rgba(235,224,244,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(194,234,255,1) 0%,rgba(235,224,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(194,234,255,1) 0%,rgba(235,224,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
}
section.staff > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 2rem;
  box-sizing: border-box;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.staff > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.staff > h1{
  padding-left:6.5vw; 
}
body[wc-view-type="tb"] section.staff > h1,
body[wc-view-type="tb-l"] section.staff > h1{
  padding-left: 10vw;
}
body[wc-view-type="pc"] section.staff > h1{
  width: 250px;
  margin-bottom: 0;
}
section.staff > h1::before{
  content: "Staff";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.staff div.staff_block{
  overflow-x: auto !important;
  -ms-overflow-style: none;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
body[wc-view-type="sp"] section.staff div.staff_block{
  padding-left: 6.5vw;
}
body[wc-view-type="tb"] section.staff div.staff_block,
body[wc-view-type="tb-l"] section.staff div.staff_block{
  width: 90vw;
  margin-left: auto;
}
body[wc-view-type="pc"] section.staff div.staff_block{
  width: calc(100% - 250px);
  margin-bottom: 0;
}
section.staff div.staff_block div.staff_box{
  width: calc(100% - 2.3rem);
  margin-right: 2.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: none;
}
body[wc-view-type="sp"] section.staff div.staff_block div.staff_box{
  max-width: 164px;
}
body[wc-view-type="tb"] section.staff div.staff_block div.staff_box,
body[wc-view-type="tb-l"] section.staff div.staff_block div.staff_box{
  max-width: 164px;
}
body[wc-view-type="pc"] section.staff div.staff_block div.staff_box{
  max-width: 164px;
}
section.staff div.staff_block div.staff_box > a{
  padding-top: 219px;
  display: block;
  width: 100%;
  text-decoration: none;
}
section.staff div.staff_block div.staff_box > a div.name{
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  box-sizing: border-box;
}
section.staff div.staff_block div.staff_box > a div.name span.free span{
  display: table;
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
  color: #444;
  font-size: 0.85rem;
}
section.staff div.staff_block div.staff_box > a div.name span.free span::before,
section.staff div.staff_block div.staff_box > a div.name span.free span::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #444;
  font-size: 0.85rem;
  line-height: 1em;
}
section.staff div.staff_block div.staff_box > a div.name span.free span::before{
  content: "[";
  left: 0;
}
section.staff div.staff_block div.staff_box > a div.name span.free span::after{
  content: "]";
  right: 0;
}
section.staff div.staff_block div.staff_box > a div.name span.name{
  color: #444;
  margin-bottom: 0.25rem;
  font-size: 1.2rem;
}
section.staff div.staff_block div.staff_box > figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
section.staff div.staff_block div.staff_box > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.staff div.staff_block div.staff_box > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.staff div.staff_block div.staff_box > figure img{
  height: 219px;
}
section.staff div.btn{
  margin: 0 auto;
}
body[wc-view-type="sp"] section.staff div.btn{
  margin: 0 6.5vw 0 auto;
}
body[wc-view-type="tb"] section.staff div.btn{
  margin: 0 10vw 0 auto;
}
body[wc-view-type="tb-l"] section.staff div.btn{
  margin: 1rem 10vw 0 auto;
}
body[wc-view-type="pc"] section.staff div.btn{
  margin: 1rem auto 0 0;
}
/*店舗紹介02*/
section.store_intoro{
  padding: calc(var(--headerHeight) *1.5) 0;
  width: 100vw;
  background-color: #fff;
  display: flex;
}
body:not([wc-view-type="sp"]) section.store_intoro{
}
body[wc-view-type="sp"] section.store_intoro,
body[wc-view-type="tb"] section.store_intoro{
  flex-direction: column;
}
body[wc-view-type="tb-l"] section.store_intoro,
body[wc-view-type="pc"] section.store_intoro{
  flex-direction: row-reverse;
  align-items: stretch;
  padding: var(--headerBtnSize) 0;
}
body[wc-view-type="pc"] section.store_intoro{
  padding: var(--headerHeight) 0;
}
section.store_intoro div.s_intro_block{
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.store_intoro div.s_intro_block{
  flex-direction:column-reverse;
}
section.store_intoro div.s_intro_block::before{
  content: "";
  position: absolute;
  background-color: #f2f2f5;
  z-index: -1;
}
body[wc-view-type="sp"] section.store_intoro div.s_intro_block::before{
  top: var(--headerHeight);
  left: calc(6.5vw - 1rem);
  right: 0;
  bottom: -3rem;
}
body[wc-view-type="tb"] section.store_intoro div.s_intro_block::before{
  top: var(--headerHeight);
left: 1rem;
right: 0;
bottom: calc((var(--headerHeight) / 2) * -1);
}
body[wc-view-type="tb-l"] section.store_intoro div.s_intro_block::before{
  top: var(--headerHeight);
  left: 1rem;
  right: 0;
  bottom: 2rem;
}
body[wc-view-type="pc"] section.store_intoro div.s_intro_block::before{
  top: var(--headerHeight);
  left: -2rem;
  right: calc((100vw - 1100px) / 2);
  bottom: 2rem;
}
body:not([wc-view-type="sp"]) section.store_intoro div.s_intro_block{
  padding: calc(var(--headerHeight) / 2) 0;
}
section.store_intoro div.s_intro_block div.s_intro_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.store_intoro div.s_intro_block div.s_intro_text{
  margin-top: -1.5rem;
  padding-bottom: 1.5rem !important;
  padding: 0 6.5vw;
}
body[wc-view-type="tb"] section.store_intoro div.s_intro_block div.s_intro_text,
body[wc-view-type="tb-l"] section.store_intoro div.s_intro_block div.s_intro_text{
  width: 40vw;
  padding: var(--headerHeight) 2rem var(--headerHeight) 3rem;
}
body[wc-view-type="pc"] section.store_intoro div.s_intro_block div.s_intro_text{
  padding: calc(var(--headerHeight) * 1.5) 4rem calc(var(--headerHeight) * 1.5) 0;
  width: 550px;
}
section.store_intoro div.s_intro_block div.s_intro_text div.s_intoro_title{
  display: flex;
  flex-direction: column-reverse;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.store_intoro div.s_intro_block div.s_intro_text div.s_intoro_title.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.store_intoro div.s_intro_block div.s_intro_text div.s_intoro_title > h1{
  font-size: 1.35rem;
  color: #444;
}
section.store_intoro div.s_intro_block div.s_intro_text div.s_intoro_title > span.s_intro_eg{
  font-size: 1.8rem;
  color: #444;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.store_intoro div.s_intro_block div.s_intro_text div.s_intoro_title > span.s_intro_eg span{
  display: block;
  margin-top: 0.85rem;
  line-height: 1em;
}
section.store_intoro div.s_intro_block div.s_intro_text > p{
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.8rem;
  color: #444;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out,transform 1000ms ease-out;
  opacity: 0;
  transform: translateY(1rem);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.store_intoro div.s_intro_block div.s_intro_text > p.wcvisible{
  opacity: 1;
  transform: translateY(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
section.store_intoro div.s_intro_block div.s_intro_text > div.btn{
  margin-left: auto;
  margin-top: 1rem;
}
section.store_intoro div.s_intro_block div.s_intro_slider{
}
body[wc-view-type="sp"] section.store_intoro div.s_intro_block div.s_intro_slider,
body[wc-view-type="tb"] section.store_intoro div.s_intro_block div.s_intro_slider{
  margin-left: auto;
}
body[wc-view-type="sp"] section.store_intoro div.s_intro_block div.s_intro_slider{
  width: 65vw;
}
body[wc-view-type="tb"] section.store_intoro div.s_intro_block div.s_intro_slider,
body[wc-view-type="tb-l"] section.store_intoro div.s_intro_block div.s_intro_slider{
  width: 50vw;
}
body[wc-view-type="pc"] section.store_intoro div.s_intro_block div.s_intro_slider{
  width: 50vw;
}
section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block{
}
section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block > div.s_intro_slider_box{
}
section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block > div.s_intro_slider_box > figure{
}
section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block > div.s_intro_slider_box > figure > picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block > div.s_intro_slider_box > figure > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block > div.s_intro_slider_box > figure img{
  height: 72vw !important;
}
body[wc-view-type="tb"] section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block > div.s_intro_slider_box > figure img{
  height: 60vw !important;
}
body[wc-view-type="tb-l"] section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block > div.s_intro_slider_box > figure img{
  height: calc(45vw - 3rem) !important;
}
body[wc-view-type="pc"] section.store_intoro div.s_intro_block div.s_intro_slider div.slider_block > div.s_intro_slider_box > figure img{
  height: calc(500px - 1rem) !important;
}
section.store_intoro > figure{
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.store_intoro > figure.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.store_intoro > figure{
  width: 70vw;
  margin-right: auto;
  margin-left: 0;
  position: relative;
  z-index: 3;
}
body[wc-view-type="tb"] section.store_intoro > figure{
  width: 48vw;  
  margin-top: -2rem;
  position: relative;
  z-index: 3;
}
body[wc-view-type="tb-l"] section.store_intoro > figure{
  width: 10vw;
}
body[wc-view-type="pc"] section.store_intoro > figure{
  width: calc(((100vw - 1100px) / 2) - 4rem);
  margin-right: 4rem;
}
section.store_intoro > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.store_intoro > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.store_intoro > figure img{
  height: 30vw;
}
body[wc-view-type="tb"] section.store_intoro > figure img{
  height: 17vw;
}
body[wc-view-type="tb-l"] section.store_intoro > figure img{
  height: 100%;
}
/*店舗紹介*/
section.store{
  padding: calc(var(--headerHeight) * 1.5) 0;
  background-color: #fff;
  box-sizing: border-box;
  width: 100vw;
  overflow: hidden;
}
body[wc-view-type="sp"] section.store{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
  width: 100vw;
}
body[wc-view-type="tb"] section.store{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
  width: 100vw;
}
body[wc-view-type="tb-l"] section.store{
  width: 100vw;
  padding: calc(var(--headerHeight) * 1.5) 10vw;
}
section.store div.store_inner{
  display: flex;
}
body[wc-view-type="sp"] section.store div.store_inner,
body[wc-view-type="tb"] section.store div.store_inner{
  flex-direction:column-reverse;
}
body[wc-view-type="pc"] section.store div.store_inner{
  width: 1100px;
  margin: 0 auto;
}
section.store div.store_inner div.store_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.store div.store_inner div.store_text,
body[wc-view-type="tb"] section.store div.store_inner div.store_text{
  padding: 0 1rem 0 1rem;
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_text,
body[wc-view-type="pc"] section.store div.store_inner div.store_text{
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_text{
  padding: 4rem 4rem 4rem 0;
}
body[wc-view-type="pc"] section.store div.store_inner div.store_text{
  padding-bottom: 4rem;
  padding-top: 4rem;
}
section.store div.store_inner div.store_text > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.store div.store_inner div.store_text > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.store div.store_inner div.store_text > h1::before{
  content: "Store";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.store div.store_inner div.store_text > p{
  color: #444;
  line-height: 1.8rem;
  box-sizing: border-box;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out,transform 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
  transform: translateY(1rem);
}
section.store div.store_inner div.store_text > p.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
  transform: translateY(0);
}
body[wc-view-type="sp"] section.store div.store_inner div.store_text > p{
  padding: 0 0.5rem 1.5rem 0.5rem;
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_text > p,
body[wc-view-type="pc"] section.store div.store_inner div.store_text > p{
  padding: 0 1rem;
  width: 100%;
}
section.store div.store_inner div.store_text div.btn{
  margin-left: auto;
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_text div.btn,
body[wc-view-type="pc"] section.store div.store_inner div.store_text div.btn{
  margin-top: auto;
}
section.store div.store_inner div.store_img{
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_img,
body[wc-view-type="pc"] section.store div.store_inner div.store_img{
  width: 50%;
  box-sizing: border-box;
}

body[wc-view-type="pc"] section.store div.store_inner div.store_img{
  padding-left: 4rem;
}
body[wc-view-type="sp"] section.store div.store_inner div.store_img,
body[wc-view-type="tb"] section.store div.store_inner div.store_img{
  display: flex;
  flex-direction: column;
}
body[wc-view-type="pc"] section.store div.store_inner div.store_img{
}
section.store div.store_inner div.store_img figure{
}
section.store div.store_inner div.store_img figure.s_img01{
  -webkit-transition: opacity 1000ms ease-out 800ms, transform 1000ms ease-out 800ms;
  transition: opacity 1000ms ease-out 800ms, transform 1000ms ease-out 800ms;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
section.store div.store_inner div.store_img.wcvisible figure.s_img01{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body[wc-view-type="sp"] section.store div.store_inner div.store_img figure.s_img01{
  width: 65%;
}
body[wc-view-type="tb"] section.store div.store_inner div.store_img figure.s_img01{
  width: 60%;
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_img figure.s_img01,
body[wc-view-type="pc"] section.store div.store_inner div.store_img figure.s_img01{
  width: 80%;
  margin-left: auto;
}
section.store div.store_inner div.store_img figure.s_img02{
  -webkit-transition: opacity 1000ms ease-out 800ms, transform 1000ms ease-out 800ms;
  transition: opacity 1000ms ease-out 800ms, transform 1000ms ease-out 800ms;
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
section.store div.store_inner div.store_img.wcvisible figure.s_img02{
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
body[wc-view-type="sp"] section.store div.store_inner div.store_img figure.s_img02{
  width: 45%;
  margin-left: auto;
  margin-top: -5.5rem;
}
body[wc-view-type="tb"] section.store div.store_inner div.store_img figure.s_img02{
  width: 50%;
  margin-left: auto;
  margin-top: -11.5rem;
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_img figure.s_img02,
body[wc-view-type="pc"] section.store div.store_inner div.store_img figure.s_img02{
  width: 45%;
  margin-top: -5rem;
  margin-right: auto;
}
section.store div.store_inner div.store_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.store div.store_inner div.store_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.store div.store_inner div.store_img figure.s_img01 img{
  height: 72vw;
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_img figure.s_img01 img{
  height: 35vw;
}
body[wc-view-type="pc"] section.store div.store_inner div.store_img figure.s_img01 img{
  height: 464px;
}
body[wc-view-type="sp"] section.store div.store_inner div.store_img figure.s_img02 img{
  height: 36vw;
}
body[wc-view-type="tb-l"] section.store div.store_inner div.store_img figure.s_img02 img{
  height: 17vw;
}
/*オンラインショップ*/
section.online_shop{
  padding: calc(var(--headerHeight) * 1.5) 0;
  background-color: #f2f2f5;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.online_shop{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
  width: 100vw;
}
body[wc-view-type="tb"] section.online_shop,
body[wc-view-type="tb-l"] section.online_shop{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
  width: 100vw;
}
section.online_shop div.online_inner{
  display: flex;
}
body[wc-view-type="sp"] section.online_shop div.online_inner{
  flex-direction: column;
}
body[wc-view-type="tb-l"] section.online_shop div.online_inner,
body[wc-view-type="pc"] section.online_shop div.online_inner{
  flex-direction: row-reverse;
}
body[wc-view-type="pc"] section.online_shop div.online_inner{
  width: 1100px;
  margin: 0 auto;
}
section.online_shop div.online_inner div.online_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.online_shop div.online_inner div.online_text{
  padding-bottom: 1.5rem;
}
body:not([wc-view-type="sp"]) section.online_shop div.online_inner div.online_text{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 50%;
}
body[wc-view-type="tb"] section.online_shop div.online_inner div.online_text{
  padding: 2rem 2rem 2rem 0;
}
body[wc-view-type="tb-l"] section.online_shop div.online_inner div.online_text{
  padding: 2rem 0 2rem 2rem;
}
body[wc-view-type="pc"] section.online_shop div.online_inner div.online_text{
  padding: 4rem 0;
}
section.online_shop div.online_inner div.online_text > h1{ 
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: filter 1000ms ease-out,opacity 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.online_shop div.online_inner div.online_text > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.online_shop div.online_inner div.online_text > h1::before{
  content: "Online Store";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
  text-align: center;
}
section.online_shop div.online_inner div.online_text > p{
  line-height: 1.8rem;
  color: #444;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
  box-sizing: border-box;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
  transform: translateY(1rem);
}
section.online_shop div.online_inner div.online_text > p.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
  transform: translateY(0);
}
body:not([wc-view-type="sp"]) section.online_shop div.online_inner div.online_text > p{
  text-align: center;
}
section.online_shop div.online_inner div.online_text > div.btn{
  margin: 0 auto;
}
body:not([wc-view-type="sp"]) section.online_shop div.online_inner div.online_text > div.btn{
  margin-top: auto;
}
section.online_shop div.online_inner div.online_text > div.btn a::before{
  display: none;
}
section.online_shop div.online_inner div.online_img{
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.online_shop div.online_inner div.online_img.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="tb-l"] section.online_shop div.online_inner div.online_img,
body[wc-view-type="tb"] section.online_shop div.online_inner div.online_img{
  width: 50%;
}
body[wc-view-type="pc"] section.online_shop div.online_inner div.online_img{
  width: 50%;
  padding-right: 4rem;
  box-sizing: border-box;
}
section.online_shop div.online_inner div.online_img > figure{
}
section.online_shop div.online_inner div.online_img > figure.online_img01{
  width: calc(50% - 0.25rem);
  margin-right: 0.25rem;
}
section.online_shop div.online_inner div.online_img > figure.online_img02{
  width: calc(50% - 0.25rem);
  margin-left: 0.25rem;
}
section.online_shop div.online_inner div.online_img > figure.online_img03{
  width: 100%;
  margin-top: 0.5rem;
}
section.online_shop div.online_inner div.online_img > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.online_shop div.online_inner div.online_img > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*よくある質問*/
div.faq{
  padding: calc(var(--headerHeight) * 1.5) 0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100vw;
}
body[wc-view-type="sp"] div.faq{
  padding: calc(var(--headerHeight) * 0.75) 6.5vw;
  width: 100%;
}
body[wc-view-type="tb"] div.faq{
  padding: calc(var(--headerHeight) * 0.75) 15vw;
}
div.faq article{
  position: relative;
  z-index: 1;
  padding: 1.5rem 0;
}
body[wc-view-type="tb-l"] div.faq article,
body[wc-view-type="pc"] div.faq article{
  width: 600px;
  padding: 1.8rem 0;
  margin: 0 auto;
}
div.faq article > h1{
  font-size: 1.35rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}
div.faq article > h1::before{
  content: "Q&A";
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
  text-align: center;
}
div.faq article > span{
  color: #fff;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto;
  font-size: 1.1rem;
  padding-left: 1rem;
}
div.faq article > span::after{
  content: "";
  position: absolute;
  right: -0.2rem;
  top: 57%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  -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: var(--headerBtnSize);
  mask-size: var(--headerBtnSize);
}
div.faq article figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
div.faq article figure::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(88,99,252,0.35);
  z-index: 1;
}
div.faq article figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.faq article figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.faq article a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
/*スタッフブログ*/
section.blog{
  padding: calc(var(--headerHeight) * 1.5) 0;
  background-color: #f2f2f5;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100vw;
}
body[wc-view-type="sp"] section.blog{
  padding: calc(var(--headerHeight) * 1.5) 0 calc(var(--headerHeight) * 1.5) 6.5vw;
}
body[wc-view-type="tb"] section.blog{
  padding: calc(var(--headerHeight) * 1.5) 0 calc(var(--headerHeight) * 1.5) 10vw;
}
body[wc-view-type="tb-l"] section.blog{
  padding: calc(var(--headerHeight) * 1.5) 0 calc(var(--headerHeight) * 1.5) 10vw;
}
body[wc-view-type="pc"] section.blog{
  padding: calc(var(--headerHeight) * 1.5) 0 calc(var(--headerHeight) * 1.5) calc((100vw - 1100px) / 2);
  display: flex;
  flex-wrap: wrap;
}
section.blog > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.blog > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="pc"] section.blog > h1{
  width: 250px;
}
section.blog > h1::before{
  content: "Blog";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
section.blog div.blog_inner{
  overflow-x: auto !important;
  -ms-overflow-style: none;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}
body[wc-view-type="pc"] section.blog div.blog_inner{
  width: calc(100% - 250px);
  margin-bottom: 0;
  height: 280px;
}
section.blog div.blog_inner article{
  width: calc(100% - 2.3rem);
  margin-right: 2.3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  flex: none;
}
body[wc-view-type="sp"] section.blog div.blog_inner article{
  max-width: 164px;
}
body[wc-view-type="tb"] section.blog div.blog_inner article,
body[wc-view-type="tb-l"] section.blog div.blog_inner article{
  max-width: 164px;
}
body[wc-view-type="pc"] section.blog div.blog_inner article{
  max-width: 164px;
}
section.blog div.blog_inner article > a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
section.blog div.blog_inner article div.blog_text_box{
  display: flex;
  flex-direction: column-reverse;
  padding: 0.75rem 0.75rem 0 0.75rem;
  box-sizing: border-box;
}
section.blog div.blog_inner article div.blog_text_box div.b_tex_top{
	display: flex;
  flex-direction: column-reverse;
}
section.blog div.blog_inner article div.blog_text_box div.b_tex_top p.staff_name{
	font-size: 0.9rem;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.blog div.blog_inner article div.blog_text_box div.b_tex_top p.staff_name span{
	font-size: 0.9rem;
	display: inline-block;
	padding-right: 0.25rem;
}
section.blog div.blog_inner article div.blog_text_box time{
  color: #808080;
  font-weight: 300;
  font-family: "Number";
  margin-bottom: 0.15rem;
  line-height: 1em;
}
section.blog div.blog_inner article div.blog_text_box h1{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  padding-right: 2rem;
  box-sizing: border-box;
}
section.blog div.blog_inner article div.blog_text_box h1::after{
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  background-color: #444;
  -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: var(--headerBtnSize);
  mask-size: var(--headerBtnSize);
}
section.blog div.blog_inner article > figure{
}
section.blog div.blog_inner article> figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.blog div.blog_inner article > figure img{
  width: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] section.blog div.blog_inner article > figure img{
  height: 219px;
}
body[wc-view-type="tb"] section.blog div.blog_inner article> figure img,
body[wc-view-type="tb-l"] section.blog div.blog_inner article > figure img{
  height: 219px;
}
body[wc-view-type="pc"] section.blog div.blog_inner article > figure img{
  height: 219px;
}
section.blog div.btn{
  margin-left: auto;
  margin-right: 6.5vw;
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] section.blog div.btn,
body[wc-view-type="tb-l"] section.blog div.btn{
  margin-left: auto;
  margin-right: 10vw;
  margin-top: 1.5rem;
}
body[wc-view-type="pc"] section.blog div.btn{
  position: absolute;
  bottom: calc(var(--headerHeight) * 1.5);
  left: calc((100vw - 1100px) / 2);
  z-index: 2;
}
/*採用情報*/
section.recruit{
  background: -moz-linear-gradient(45deg, rgba(235,224,244,1) 0%, rgba(184,224,255,1) 50%, rgba(235,224,244,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(235,224,244,1) 0%,rgba(184,224,255,1) 50%,rgba(235,224,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(235,224,244,1) 0%,rgba(184,224,255,1) 50%,rgba(235,224,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] section.recruit{
  padding: 0 0 calc(var(--headerHeight) * 1.5) 0;
  width: 100vw;
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.recruit{
  padding-bottom: calc(var(--headerHeight) * 1.5);
}
body[wc-view-type="tb-l"] section.recruit,
body[wc-view-type="pc"] section.recruit{
  padding: calc(var(--headerHeight) * 1.5) 0;
}
section.recruit div.recruit_block{
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block,
body[wc-view-type="pc"] section.recruit div.recruit_block{
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block{
  width: 80vw;
}
body[wc-view-type="pc"] section.recruit div.recruit_block{
  width: 1100px;
}
section.recruit div.recruit_block > figure{
}
body[wc-view-type="sp"] section.recruit div.recruit_block > figure,
body[wc-view-type="tb"] section.recruit div.recruit_block > figure{
  -webkit-mask-image: -webkit-linear-gradient(to bottom, black 0,black calc( 100% - 2.5rem),transparent calc( 100% - 0.25rem));
  mask-image: linear-gradient(to bottom, black 0,black calc( 100% - 2.5rem),transparent calc( 100% - 0.25rem));
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block > figure,
body[wc-view-type="pc"] section.recruit div.recruit_block > figure{
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block > figure.wcvisible,
body[wc-view-type="pc"] section.recruit div.recruit_block > figure.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block > figure{
  width: 55%;
}
body[wc-view-type="pc"] section.recruit div.recruit_block > figure{
  width: 50%;
}
section.recruit div.recruit_block > figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.recruit div.recruit_block > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="tb"] section.recruit div.recruit_block > figure img{
  height: 40vw;
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block > figure img{
  height: 35vw;
}
section.recruit div.recruit_block > div.recruit_text{
  background-color: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.recruit div.recruit_block > div.recruit_text,
body[wc-view-type="tb"] section.recruit div.recruit_block > div.recruit_text{
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
  transform: translateY(1rem);
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block > div.recruit_text,
body[wc-view-type="pc"] section.recruit div.recruit_block > div.recruit_text{
  opacity: 1;
  -ms-filter: blur(4px);
  filter: blur(4px);
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
body[wc-view-type="sp"] section.recruit div.recruit_block > div.recruit_text.wcvisible,
body[wc-view-type="tb"] section.recruit div.recruit_block > div.recruit_text.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
  transform: translateY(0);
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block > div.recruit_text.wcvisible,
body[wc-view-type="pc"] section.recruit div.recruit_block > div.recruit_text.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.recruit div.recruit_block > div.recruit_text,
body[wc-view-type="tb"] section.recruit div.recruit_block > div.recruit_text{
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
body[wc-view-type="tb"] section.recruit div.recruit_block > div.recruit_text{
  padding: 2rem;
}
body[wc-view-type="sp"] section.recruit div.recruit_block > div.recruit_text{
  width: calc(100vw - 13vw);
  margin: -20vw auto 0 auto;
}
body[wc-view-type="tb"] section.recruit div.recruit_block > div.recruit_text{
  width: calc(100vw - 20vw);
  margin: -5vw auto 0 auto;
}
body[wc-view-type="tb-l"] section.recruit div.recruit_block > div.recruit_text,
body[wc-view-type="pc"] section.recruit div.recruit_block > div.recruit_text{
  width: 55%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 2.5rem 1.5rem;
  z-index: 2;
}
section.recruit div.recruit_block > div.recruit_text > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}
section.recruit div.recruit_block > div.recruit_text > h1::before{
  content: "Recruit";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
  text-align: center;
}
section.recruit div.recruit_block > div.recruit_text > p{
  padding: 0 1rem 1.5rem 1rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  width: 100%;
}
section.recruit div.recruit_block > div.recruit_text > div.btn{
  margin: 0 auto;
}
/*会社概要*/
section.company{
  padding: calc(var(--headerHeight) * 1.5) 0;
  box-sizing: border-box;
  background-color: #fff;
}
body[wc-view-type="sp"] section.company{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
  width: 100vw;
}
body[wc-view-type="tb"] section.company{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
  width: 100vw;
}
body[wc-view-type="tb-l"] section.company{
  padding: calc(var(--headerHeight) * 1.5) 10vw;
  width: 100vw;
}
section.company div.company_inner{
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.company div.company_inner::before,
section.company div.company_inner::after{
  content: "";
  height: 1px;
  background-color: #444;
  transition: all 1000ms ease-out;
  position: absolute;
  z-index: 2;
}
section.company div.company_inner::before{
  left: 0;
  width: 0;
  top: 0;
}
section.company div.company_inner::after{
  width: 0;
  right: 0;
  left: 100%;
  bottom: 0;
}
section.company div.company_inner.wcvisible::before{
  width: 100%;
  right: 0;
}
section.company div.company_inner.wcvisible::after{
  width: 100%;
  left: 0;
  right: 0;
}
body[wc-view-type="sp"] section.company div.company_inner{
  flex-direction: column;
  padding: 2rem 1.5rem;
}
body[wc-view-type="tb"] section.company div.company_inner{
  padding: 2rem;
}
body[wc-view-type="tb-l"] section.company div.company_inner{
  padding: 3rem 2rem 3rem 0;
}
body[wc-view-type="pc"] section.company div.company_inner{
  width: 1100px;
  margin: 0 auto;
  padding: 3rem 4rem;
}
section.company div.company_inner div.company_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.company div.company_inner div.company_text{
  padding-bottom: 1.5rem;
}
body[wc-view-type="tb"] section.company div.company_inner div.company_text{
  padding-right: 1.5rem;
  width: 50%;
}
body[wc-view-type="tb-l"] section.company div.company_inner div.company_text,
body[wc-view-type="pc"] section.company div.company_inner div.company_text{
  display: flex;
  flex-direction: column;
  width: 50%;
}
body[wc-view-type="tb-l"] section.company div.company_inner div.company_text{
  padding: 2rem 0;
}
body[wc-view-type="pc"] section.company div.company_inner div.company_text{
  width: 50%;
  padding: 2rem 4rem 2rem 0;
}
section.company div.company_inner div.company_text > h1{
font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.company div.company_inner div.company_text > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.company div.company_inner div.company_text > h1::before{
  content: "Company";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
  text-align: center;
}
section.company div.company_inner div.company_text > p{
  line-height: 1.8rem;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.company div.company_inner div.company_text > p.wcvisible{
 opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0); 
}
body[wc-view-type="sp"] section.company div.company_inner div.company_text > div.btn{
  margin: 1rem auto 0 auto;
}
body[wc-view-type="tb"] section.company div.company_inner div.company_text > div.btn{
  margin: 2rem auto 0 auto;
}
body[wc-view-type="tb-l"] section.company div.company_inner div.company_text > div.btn,
body[wc-view-type="pc"] section.company div.company_inner div.company_text > div.btn{
  margin: 1.5rem auto 0 auto;
}
section.company div.company_inner div.company_img{
}
body[wc-view-type="sp"] section.company div.company_inner div.company_img{
}
body[wc-view-type="tb"] section.company div.company_inner div.company_img,
body[wc-view-type="tb-l"] section.company div.company_inner div.company_img,
body[wc-view-type="pc"] section.company div.company_inner div.company_img{
  width: 50%;
}
section.company div.company_inner div.company_img figure{
}
section.company div.company_inner div.company_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.company div.company_inner div.company_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="tb"] section.company div.company_inner div.company_img figure img{
  height: 250px;
}
/*お問合せ*/
section.contact{
  padding: calc(var(--headerHeight) * 1.5) 0;
  box-sizing: border-box;
  background-color: #f2f2f5;
}
body[wc-view-type="sp"] section.contact{
  padding: calc(var(--headerHeight) * 1.5) 6.5vw;
  width: 100vw;
}
section.contact > h1{
  font-size: 1.35rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.contact > h1.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
section.contact > h1::before{
  content: "Contact";
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1em;
  margin-bottom: 1rem;
  text-align: center;
}
section.contact > p{
  padding: 1rem 1.5rem 1rem;
  color: #444;
  line-height: 1.8rem;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out,transform 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
  transform: translateY(1rem);
}
section.contact > p.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
  transform: translateY(0);
}
body:not([wc-view-type="sp"]) section.contact > p{
  text-align: center;
  padding: 0;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
body[wc-view-type="tb-l"] section.contact > p,
body[wc-view-type="pc"] section.contact > p{
  width: 750px;
  margin: 0 auto 2.5rem auto;
}
section.contact div.contact_block{
  display: flex;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  opacity: 0;
  -ms-filter: blur(4px);
  filter: blur(4px);
}
section.contact div.contact_block.wcvisible{
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);
}
body[wc-view-type="sp"] section.contact div.contact_block{
  flex-direction: column;
}
body:not([wc-view-type="sp"]) section.contact div.contact_block{
  margin: 0 auto;
}
body[wc-view-type="tb"] section.contact div.contact_block{
  width: 70vw;
}
body[wc-view-type="tb-l"] section.contact div.contact_block,
body[wc-view-type="pc"] section.contact div.contact_block{
  width: 750px;
}
section.contact div.contact_block > div{
  padding: 1.5rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.contact div.contact_block > div{
  padding: 1.5rem;
  border-top: 1px solid #ccc;
}
body:not([wc-view-type="sp"]) section.contact div.contact_block > div:nth-of-type(1){
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
body[wc-view-type="sp"] section.contact div.contact_block > div:last-of-type{
  border-bottom: 1px solid #ccc;
}
body:not([wc-view-type="sp"]) section.contact div.contact_block > div:nth-of-type(2){
  border-right: 1px solid #ccc;
}
body[wc-view-type="tb"] section.contact div.contact_block > div,
body[wc-view-type="tb-l"] section.contact div.contact_block > div,
body[wc-view-type="pc"] section.contact div.contact_block > div{
  width: 50%;
}
section.contact div.contact_block div.tel{
}
section.contact div.contact_block div.mail{
}
section.contact div.contact_block > div p.contact_title{
  text-align: center;
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 1.5rem;
}
section.contact div.contact_block div.tel a{
  display: table;
  margin: 0 auto;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
  color: #444;
  line-height: 1em;
  font-size: 1.8rem;
  text-decoration: none;
}
section.contact div.contact_block div.tel a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #444;
  -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: 2.5rem;
  mask-size: 2.5rem;
}
section.contact div.contact_block div.mail div.btn{
  margin: 0 auto;
}
section.contact div.contact_block div.mail div.btn a::before{
  display: none;
}