/* CSS Document */
.message{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] .message,
body[wc-view-type="tb"] .message{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb-l"] .message{
  padding: var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] .message{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
body[wc-view-type="sp"] .message{
  flex-direction: column;
}
.message .contents_title{
}
body:not([wc-view-type="sp"]) .message .contents_title{
  width: 100%;
}
.message .m_text{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .message .m_text{
  order: 2;
}
body:not([wc-view-type="sp"]) .message .m_text{
  order: 2;
}
body[wc-view-type="tb"] .message .m_text{
  width: calc(100% - 250px);
  padding-right: 1.5rem;
}
body[wc-view-type="tb-l"] .message .m_text{
  width: calc(100% - 300px);
  padding-right: 2.5rem;
}
body[wc-view-type="pc"] .message .m_text{
  width: calc(100% - 350px);
  padding-right: 2.5rem;
}
.message .m_text .sub_title{
  margin-top: 1.5rem;
}
.message .m_text .m_in_text{
  line-height: 1.8rem;
  margin-top: 1rem;
  opacity: 0;
  transition: opacity .8s ease;
}
.message .m_text .m_in_text[inview-state="true"]{
  opacity: 1;
}
.message .m_text .m_in_text:first-of-type{
  margin-top: 1.5rem;
}
.message .m_text .name_box{
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-top: 1.5rem;
  align-items: center;
}
.message .m_text .name_box .position,
.message .m_text .name_box .name{
  font-weight: 700;
}
.message .m_text .name_box .position{
  font-size: 0.9rem;
  flex: none;
  margin-right: 0.75rem;
}
.message .m_text .name_box .name{
  font-size: 1.15rem;
}
.face_img{
  width: 100%;
  height: 100%;
  background-color: #bbb;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity .8s ease;
}
.face_img[inview-state="true"]{
  opacity: 1;
}
.face_img::before{
  content: "IMAGE";
  font-weight: 700;
  font-family: "Inter";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  letter-spacing: 1px;
  transform: translate(-50%,-50%);
  z-index: 2;
}
body[wc-view-type="sp"] .face_img{
  order:1;
  aspect-ratio:4.5/3.5;
  margin-top: 1.5rem;
}
body:not([wc-view-type="sp"]) .face_img{
  order: 3;
  aspect-ratio: 3/3.5;
  margin-top: 2rem;
}
body[wc-view-type="tb"] .face_img{
  width: 250px;
}
body[wc-view-type="tb-l"] .face_img{
  width: 300px;
}
body[wc-view-type="pc"] .face_img{
  width: 350px;
}
/*SDGS*/
.sdgs{
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
}
body[wc-view-type="sp"] .sdgs,
body[wc-view-type="tb"] .sdgs{
  padding: 0 6vw var(--headerHeight) 6vw;
}
body[wc-view-type="tb-l"] .sdgs{
  padding: 0 8vw var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] .sdgs{
  padding: 0 calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
body[wc-view-type="tb"] .sdgs,
body[wc-view-type="sp"] .sdgs{
  flex-direction: column;
}
body[wc-view-type="tb-l"] .sdgs,
body[wc-view-type="pc"] .sdgs{
  align-items: baseline;
}
.sdgs .contents_title{
}
body[wc-view-type="tb-l"] .sdgs .contents_title{
  width: 340px;
}
body[wc-view-type="pc"] .sdgs .contents_title{
  width: 400px;
}
.sdgs_contents{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .sdgs_contents{
  padding: 0 1rem 1rem 1rem;
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .sdgs_contents{
  padding-top: 0.5rem !important;
  margin-top: 1.5rem;
}
body:not([wc-view-type="sp"]) .sdgs_contents{
  padding: 1.5rem;
}
body[wc-view-type="tb-l"] .sdgs_contents{
  width: calc(100% - 340px);
}
body[wc-view-type="pc"] .sdgs_contents{
  width: calc(100% - 400px);
}
.sdgs_contents .border{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
}
.sdgs_contents .border.b01{
  left: 0;
  bottom: 0;
  top: 0;
}
.sdgs_contents .border.b02{
  right: 0;
  bottom: 0;
  top: 0;
}
.sdgs_contents .border::before,
.sdgs_contents .border::after{
  content: "";
  background-color: #000;
  position: absolute;
  z-index: -1;
  transition: all ease 0.6s;
}
.sdgs_contents .border.b01::before{
  top: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
}
.sdgs_contents[inview-state="true"] .border.b01::before{
  width: 100%;
}
.sdgs_contents .border.b01::after{
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0%;
}
.sdgs_contents[inview-state="true"] .border.b01::after{
  height: 100%;
}
.sdgs_contents .border.b02::before{
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.sdgs_contents[inview-state="true"] .border.b02::before{
  height: 100%;
}
.sdgs_contents .border.b02::after{
  right: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
}
.sdgs_contents[inview-state="true"]  .border.b02::after{
  width: 100%;
}

.sdgs_contents .sdgs_box{
}
body[wc-view-type="sp"] .sdgs_contents .sdgs_box{
}
body[wc-view-type="sp"] .sdgs_contents .sdgs_box:nth-of-type(2){
  margin-top: 1rem;
}
body[wc-view-type="tb"] .sdgs_contents .sdgs_box,
body[wc-view-type="pc"] .sdgs_contents .sdgs_box{
  display: flex;
  flex-wrap: wrap;
}
.sdgs_contents .sdgs_box > h2{
  position: relative;
  z-index: 1;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.sdgs_contents .sdgs_box > h2 .sd_title{
  transition: opacity 0.8s 0.3s ease;
  opacity: 0;
  color: #333;
  font-weight: 700;
  font-size: 1.25rem;
}
.sdgs_contents .sdgs_box > h2[inview-state="true"] .sd_title{
  opacity: 1;
}
.sdgs_contents .sdgs_box > h2::after{
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  width:0;
  height: 1px;
  z-index: 2;
  background-color: #000;
  transition:all 0.8s ease;
}
.sdgs_contents .sdgs_box > h2[inview-state="true"]::after{
  width: 100%;
  right: 0;
}
.sdgs_contents .sdgs_box > p,
.sdgs_contents .sdgs_box .sdgs_text{
  padding: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="tb"] .sdgs_contents .sdgs_box .sdgs_text,
body[wc-view-type="pc"] .sdgs_contents .sdgs_box .sdgs_text{
  width: 50%;
}
.sdgs_contents .sdgs_box .sdgs_text > p,
.sdgs_contents .sdgs_box > p{
  color: #333;
  line-height: 1.75rem;
  transition: opacity .8s 0.3s ease;
  opacity: 0;
}
body[wc-view-type="pc"] .sdgs_contents .sdgs_box > p{
  width: 100%;
}
.sdgs_contents .sdgs_box .sdgs_text > p[inview-state="true"],
.sdgs_contents .sdgs_box > p[inview-state="true"]{
  opacity: 1;
}
.sdgs_contents .sdgs_box > figure{
  transition: opacity 0.8s ease;
  opacity: 0;
}
body[wc-view-type="tb"] .sdgs_contents .sdgs_box > figure,
body[wc-view-type="pc"] .sdgs_contents .sdgs_box > figure{
  transition: opacity 0.8s 0.3s ease;
}
.sdgs_contents .sdgs_box > figure[inview-state="true"]{
  opacity: 1;
}
body[wc-view-type="sp"] .sdgs_contents .sdgs_box > figure{
  width: calc(100% - 2rem);
  margin: 0 auto;
}
body[wc-view-type="tb"] .sdgs_contents .sdgs_box > figure,
body[wc-view-type="pc"] .sdgs_contents .sdgs_box > figure{
  width: 50%;
  margin: 1rem auto 0 auto;
}
.sdgs_l_flex{
  display: flex;
  flex-wrap: wrap;
  gap:1rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .sdgs_l_flex{
  gap:0.5rem;
}
body[wc-view-type="tb"] .sdgs_l_flex,
body[wc-view-type="pc"] .sdgs_l_flex{
  padding: 0 0 0 1rem;
}
.sdgs_l_flex{
  transition: opacity 0.8s ease;
  opacity: 0;
}
body[wc-view-type="tb"] .sdgs_l_flex,
body[wc-view-type="pc"] .sdgs_l_flex{
  transition: opacity 0.8s 0.3s ease;
}
.sdgs_l_flex[inview-state="true"]{
  opacity: 1;
}
.sdgs_l_flex > figure{
}
body[wc-view-type="sp"] .sdgs_l_flex > figure{
  width: calc((88vw - 5rem) / 3);
  height: calc((88vw - 5rem) / 3);
}
body[wc-view-type="tb"] .sdgs_l_flex > figure{
  width: calc((88vw - 8.7rem) /5);
  height: calc((88vw - 8.7rem) /5);
}
body[wc-view-type="tb-l"] .sdgs_l_flex > figure{
  width: calc((46vw - 4rem) / 3);
  height: calc((46vw - 4rem) / 3);
}
body[wc-view-type="pc"] .sdgs_l_flex > figure{
  width: calc((700px - 8.3rem) / 5);
  height: calc((700px - 8.3rem) / 5);
}
.sdgs_l_flex > figure img{
  height: 100%;
}
/*会社概要*/
.company_profile{
  box-sizing: border-box;
  display: flex;
  background-color: #000;
}
body[wc-view-type="sp"] .company_profile,
body[wc-view-type="tb"] .company_profile{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb-l"] .company_profile{
  padding: var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] .company_profile{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
body[wc-view-type="sp"] .company_profile,
body[wc-view-type="tb"] .company_profile{
  flex-direction: column;
}
body[wc-view-type="tb-l"] .company_profile,
body[wc-view-type="pc"] .company_profile{
  align-items: baseline;
}
.company_profile .contents_title{
}
body[wc-view-type="tb-l"] .company_profile .contents_title{
  width: 340px;
}
body[wc-view-type="pc"] .company_profile .contents_title{
  width: 400px;
}
.company_profile .cp_list{
}
body[wc-view-type="tb-l"] .company_profile .cp_list{
  width: calc(100% - 340px);
}
body[wc-view-type="pc"] .company_profile .cp_list{
  width: calc(100% - 400px);
}
.company_profile .cp_list .cp_block{
  display: flex;
  position: relative;
  z-index: 1;
}
.company_profile .cp_list .cp_block:first-of-type{
  margin-top: 1.5rem;
}
.company_profile .cp_list .cp_block:first-of-type::before,
.company_profile .cp_list .cp_block::after{
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  width:0;
  height: 1px;
  z-index: 2;
  background-color: #fff;
  transition:all 0.8s ease;
}
.company_profile .cp_list .cp_block[inview-state="true"]:first-of-type::before,
.company_profile .cp_list .cp_block[inview-state="true"]::after{
  width: 100%;
  right: 0;
}
.company_profile .cp_list .cp_block:first-of-type::before{
  bottom: inherit;
  top: 0;
}
body[wc-view-type="sp"] .company_profile .cp_list .cp_block{
  flex-direction: column;
}
.company_profile .cp_list .cp_block > dt,
.company_profile .cp_list .cp_block > dd{
  box-sizing: border-box;
  transition: opacity 0.8s 0.5s ease;
  opacity: 0;
  color: #fff;
}
.company_profile .cp_list .cp_block[inview-state="true"] > dt,
.company_profile .cp_list .cp_block[inview-state="true"] > dd{
  opacity: 1;
}
.company_profile .cp_list .cp_block > dt{
  font-weight: 700;
  padding: 1rem;
}
body:not([wc-view-type="sp"]) .company_profile .cp_list .cp_block > dt{
  width: 150px;
}
.company_profile .cp_list .cp_block > dd{
  padding: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .company_profile .cp_list .cp_block > dd{
  padding: 0 1rem 1rem 1rem;
}
body:not([wc-view-type="sp"]) .company_profile .cp_list .cp_block > dd{
  width: calc(100% - 150px);
}
.company_profile .cp_list .cp_block > dd .c_list{
  list-style-position: outside;
  padding-left: 1rem;
}
.company_profile .cp_list .cp_block > dd .c_list li{
  margin-top: 0.75rem;
}
.company_profile .cp_list .cp_block > dd .c_list li:first-of-type{
  margin-top: 0;
}
/*事業所紹介*/
.office{
  box-sizing: border-box;
  background-color: #000;
}
body[wc-view-type="sp"] .office,
body[wc-view-type="tb"] .office{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="tb-l"] .office{
  padding: var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] .office{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.office .contents_title{
  margin-bottom: 1.5rem;
}
.office > .office_wrap{
  display: flex;
  flex-wrap: wrap;
}
body:not([wc-view-type="sp"]) .office > .office_wrap{
  gap:1.5rem;
}
.office > .office_wrap > .office_box{
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  transition:opacity 0.8s ease;
  opacity: 0;
}
.office > .office_wrap > .office_box[inview-state="true"]{
  opacity: 1;
}
body[wc-view-type="sp"] .office > .office_wrap > .office_box{
  margin-top: 1.5rem;
  width: 100%;
}
body[wc-view-type="sp"] .office > .office_wrap > .office_box:first-of-type{
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .office > .office_wrap > .office_box{
  width: 100%;
}
body[wc-view-type="tb-l"] .office > .office_wrap > .office_box,
body[wc-view-type="pc"] .office > .office_wrap > .office_box{
  width: calc(50% - 0.75rem);
}
.office > .office_wrap > .office_box .office_info,
.office > .office_wrap > .office_box > figure{
}
body:not([wc-view-type="sp"]) .office > .office_wrap > .office_box:has(> :nth-child(3):last-child) > .office_info,
body:not([wc-view-type="sp"]) .office > .office_wrap > .office_box:has(> :nth-child(3):last-child) > figure{
  width: 50%;
}
body:not([wc-view-type="sp"]) .office > .office_wrap > .office_box:has(> :nth-child(2):last-child) > .office_info{
  width: 100%;
}
.office > .office_wrap > .office_box .office_info{
  box-sizing: border-box;
  padding: 1rem;
}
.office > .office_wrap > .office_box .office_info > h2{
  font-size: 1.15rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 0 1rem 0.25rem;
}
.office > .office_wrap > .office_box .office_info > dl{
  display: flex;
  margin-top: 0.5rem;
}
.office > .office_wrap > .office_box .office_info > dl > dt{
}
.office > .office_wrap > .office_box .office_info > dl > dt .o_icon{
  -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.5rem;
  height: 1.5rem;
  background-color: #000;
  display: table;
}
.office > .office_wrap > .office_box .office_info > dl dd{
}
.office > .office_wrap > .office_box .office_info > dl dd > adress{
  font-size: 0.9rem;
}
.office > .office_wrap > .office_box .office_info > .add_block{
}
.office > .office_wrap > .office_box .office_info > .tel{
}
.office > .office_wrap > .office_box .office_info > .tel dt{
}
.office > .office_wrap > .office_box .office_info > .tel dd{
}
.office > .office_wrap > .office_box .office_info > .tel dd a{
  display: block;
  font-weight: 700;
  color: #333;
}
body:not([wc-view-type="sp"]) .office > .office_wrap > .office_box .office_info > .tel dd a{
  pointer-events: none;
}
.office > .office_wrap > .office_box > figure img{
  aspect-ratio:1/1;
}
body[wc-view-type="sp"] .office > .office_wrap > .office_box > figure img{
  aspect-ratio:2/1.3;
}
body[wc-view-type="tb"] .office > .office_wrap > .office_box > figure img{
  height: 30vw;
}
body[wc-view-type="pc"] .office > .office_wrap > .office_box > figure img{
  height: 200px;
}
.office > .office_wrap > .office_box .office_info > dd > .add_block{
}
.office > .office_wrap > .office_box .office_info > dd > .add_block dt{
}
.office > .office_wrap > .office_box .office_info > dd > .add_block dd{
}
.office > .office_wrap > .office_box > figure{
}
.office > .office_wrap > .office_box .map{
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio:2/1.3;
}
body[wc-view-type="tb"] .office > .office_wrap > .office_box .map,
body[wc-view-type="tb-l"] .office > .office_wrap > .office_box .map{
  aspect-ratio:2/0.75;
}
body[wc-view-type="pc"] .office > .office_wrap > .office_box .map{
  aspect-ratio:2/0.85;
}
.office > .office_wrap > .office_box .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(100%);
  height: 100%;
  z-index: 2;
}
/*グループ会社紹介*/
.group{
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
}
body[wc-view-type="sp"] .group,
body[wc-view-type="tb"] .group{
  padding: var(--headerHeight) 6vw;
  flex-direction: column;
}
body[wc-view-type="tb-l"] .group{
  padding: var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] .group{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.group .contents_title{
  margin-bottom: 1.5rem;
}
body[wc-view-type="tb-l"] .group .contents_title{
  width: 340px;
}
body[wc-view-type="pc"] .group .contents_title{
  width: 400px;
}
.group_box{
}
body[wc-view-type="tb-l"] .group_box{
  width: calc(100% - 340px);
}
body[wc-view-type="pc"] .group_box{
  width: calc(100% - 400px);
}
.group_box .group_inner{
  display: flex;
  position: relative;
  z-index: 1;
  padding: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .group_box .group_inner{
  flex-direction: column;
}
.group_inner .border{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
}
.group_inner .border.b01{
  left: 0;
  bottom: 0;
  top: 0;
}
.group_inner .border.b02{
  right: 0;
  bottom: 0;
  top: 0;
}
.group_inner .border::before,
.group_inner .border::after{
  content: "";
  background-color: #000;
  position: absolute;
  z-index: -1;transition: all ease 0.6s;
}
.group_inner .border.b01::before{
  top: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 1px;
}
.group_inner[inview-state="true"] .border.b01::before{
  width: 100%;
}
.group_inner .border.b01::after{
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0%;
}
.group_inner[inview-state="true"] .border.b01::after{
  height: 100%;
}
.group_inner .border.b02::before{
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.group_inner[inview-state="true"] .border.b02::before{
  height: 100%;
}
.group_inner .border.b02::after{
  right: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
}
.group_inner[inview-state="true"]  .border.b02::after{
  width: 100%;
}
.group_box .group_inner .g_text{
}
.group_box .group_inner .g_text,
.group_box .group_inner figure{
  transition: opacity ease 0.6s 0.2s;
  opacity: 0;
}
.group_box .group_inner[inview-state="true"] .g_text,
.group_box .group_inner[inview-state="true"] figure{
  opacity: 1;
}
body[wc-view-type="sp"] .group_box .group_inner .g_text{
  padding-bottom: 1rem;
}
body:not([wc-view-type="sp"]) .group_box .group_inner .g_text{
  width: 50%;
  padding: 1rem 1rem 1rem 0;
}
.group_box .group_inner .g_text > h2{
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 0 1rem 0.5rem;
  box-sizing: border-box;
}
.group_box .group_inner .g_text > p{
  padding: 1rem;
  box-sizing: border-box;
}
.group_box .group_inner figure{
}
body:not([wc-view-type="sp"]) .group_box .group_inner figure{
  width: 50%;
}
.group_box .group_inner figure img{
  aspect-ratio:1.414/1;
}
/*社内風景*/
.scenery{
  padding: var(--headerHeight) 0;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
body[wc-view-type="pc"] .scenery{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.scenery .contents_title{
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
body[wc-view-type="tb"] .scenery .contents_title,
body[wc-view-type="sp"] .scenery .contents_title{
  padding: 0 6vw;
}
body[wc-view-type="tb-l"] .scenery .contents_title{
  padding: 0 8vw;
}
.scenery article{
  margin-top: 3.5rem;
}
body[wc-view-type="sp"] .scenery article,
body[wc-view-type="tb"] .scenery article,
body[wc-view-type="tb-l"] .scenery article{
  margin-top: 2.5rem;
}
.scenery article:first-of-type{
  margin-top: 0;
}
body[wc-view-type="sp"] .scenery article,
body[wc-view-type="tb"] .scenery article{
  width: 94vw;
  margin-left: auto;
}
body[wc-view-type="tb-l"] .scenery article{
  width: 92vw;
  margin-left: auto;
}
.scenery article > h1{
  margin-bottom: 1rem;
}
.scenery article > h1 > span.a_block_title{
  background-color: #000;
  color: #fff;
  font-weight: 700;
  display: table;
  padding: 0.5rem 1rem;
}
.scenery article .c_s_inner{
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scroll-snap-type: x;
  margin-left: auto;
}
.scenery article .c_s_inner .c_display{
  flex: none;
  width: 300px;
  margin: 0 1.5rem 0 0;
  cursor: pointer;
}
body[wc-view-type="sp"] .scenery article .c_s_inner .c_display{
  width: 70vw;
}
.scenery article .c_s_inner .c_display figure img{
  aspect-ratio:1.414/1;
}
.scenery{
}





div.c_modal{
  display: none;
  position: fixed;
  min-height: calc(var(--fixdvh) * 100);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: var(--headerHeight) 0;
  background-color: rgba(249,250,252,0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
div.c_modal .c_model_inner{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--windowfixdheight) - var(--headerHeight));
  width: 100vw;
  flex-direction: column;
}
div.c_modal figure{
}
body[wc-view-type="sp"] div.c_modal figure,
body[wc-view-type="tb"] div.c_modal figure{
  width: 88vw;
}
body[wc-view-type="tb-l"] div.c_modal figure{
  width: 84vw;
}
body[wc-view-type="pc"] div.c_modal figure{
  width: 650px;
}
div.c_modal figure img{
  aspect-ratio:1.414/1;
}



span.close_top{
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  margin-bottom: 1rem;
  position: sticky;
  top: 0;
  right: 10px;
}
body[wc-view-type="sp"] span.close_top,
body[wc-view-type="tb"] span.close_top{
  margin-right: 6vw;
}
body[wc-view-type="tb"] span.close_top{
  margin-right: 8vw;
}
body[wc-view-type="pc"] span.close_top{
  margin-right: calc((100vw - 650px) / 2);
}

span.close_top::before,
span.close_top::after{
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  z-index: 9999;
  width: 25px;
  height: 1px;
  content: "";
}
span.close_top::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
span.close_top::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
/*
span.close_top::before{
  content: "";
  background-color: #fff;
  width: 14px;
  height: 14px;
  flex:none;
  -webkit-mask-image: url("/lp/img/svg/close.svg");
  mask-image: url("/lp/img/svg/close.svg");
  -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;
  display: table;
}
span.close_top::after{
  content: "CLOSE";
  color: #fff;
  font-size: 0.53rem;
  display: table;
  line-height: 1em;
  margin-top: 0.15rem;
}*/