*{
  font-family: 'Outfit', "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a{
  color: inherit;
}
/* -------------- common ----------------- */
.common_temp_price {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 24px;
}
.common_temp_price span{
  font-size: 12px;
}
.common_online_button{
  width: 160px;
  display: inline-block;
  font-weight: 500;
  padding: 13px 10px;
  color: #fff;
  background-color: #121212;
  text-align: center;
  border-radius: 24px;
}
@media screen and (max-width:667px){
  .common_online_button{
    width: 100%;
  }
}
/* --- header --- */
.menuWindow{
  position: fixed;
  height: 100vh;
  width: 100%;
  right: -100%;
  padding: 100px 42px;
  background-color: #222;
}
.menuWindow.-on{
  right: 0;
}
.menu_content_block{
  display: grid;
  justify-items: end;
  row-gap: 28px;
}
.menu_part{
  text-align: right;
}
.menu_part.-icon{
  display: flex;
}
.menu_part p{
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .025em;
  font-size: 22px;
}
.menu_part_sub{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 6px;
}
.menu_part_sub p{
  font-size: 13px;
  font-weight: 500;
  margin: 7px 0px;
}
.menu_part li.snsIcon{
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  margin: 0 10px;
}
.menu_part li.snsIcon.-ins{
  background-image: url("/images/icon/istg_w.svg");
}
.menu_part li.snsIcon.-twt{
  background-image: url("/images/icon/x_w.svg");
}
.header{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 37px 34px 34px;
  border-bottom: 2px solid #222;
  z-index: 555;
}
.header.-fix{
  position: fixed;
}
.menuArea{
  display: none;
  position: absolute;
  right: 17px;
  top: 3px;
}
.companyLogo{
  position: absolute;
  top: 31px;
  left: 40px;
  width: 146px;
  height: 31px;
  background-image: url("/images/logo/zakkaworkslogo.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.companyLogo.-white{
  background-image: url("/images/logo/zakkaworkslogo_white.svg");
}
.menuPart{
  position: relative;
  display: flex;
  padding-left: 28px;
}
.menuPart::before{
  position: absolute;
  content: "";
  left: 0px;
  top: -37px;
  height: calc(100% + 71px);
  width: 2px;
  background-color: #222;
}
.menuPart li{
  font-weight: 600;
  color: #222;
  letter-spacing: .025em;
  display: inline-block;
  font-size: 15px;
  margin: 0 20px;
}
.menuPart li.header_about{
  position: relative;
  padding: 0 17px 0 0;
  cursor: pointer;
}
.menuPart li.header_about::before{
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
  border-bottom: 0;
}
.menuPart li.anchor{
  margin-right: 32px;
}
.menuPart li.snsIcon{
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px;
}
.snsIcon.-ins{
  background-image: url("/images/icon/istg_b.svg");
}
.snsIcon.-twt{
  background-image: url("/images/icon/x_b.svg");
}
.about_pu{
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  background-color: #222;
  padding: 20px 20px;
}
.about_pu.-on{
  display: block;
}
.about_pu li{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 20px;
}
.about_pu li a{
  color: #fff;
}
.sp_header_menu{
  display: none;
}
@media screen and (max-width:1024px){
  .header {
    padding-right: 20px;
  }
  .companyLogo {
    top: 32px;
    left: 32px;
    width: 136px;
    height: 29px;
  }
  .menuPart li {
    letter-spacing: .025em;
    font-size: 14px;
    margin: 0 14px;
  }
  .menuPart li.snsIcon{
    margin: 0 7px;
  }
}
@media screen and (max-width:820px){
  .header{
    padding: 0;
  }
  .companyLogo {
    top: 25px;
    left: 24px;
    width: 111px;
    height: 23px;
  }
  .menuPart {
    display: none;
  }
  .sp_header_menu{
    position: relative;
    display: block;
    background-color: #222;
    padding: 26px 44px 26px 40px;
  }
  .sp_header_menu::before{
    position: absolute;
    content: "";
    right: 22px;
    top: 36px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    border-bottom: 0;
  }
  .sp_header_menu.-on::before{
    right: 27px;
    top: 28px;
    height: 15px;
    width: 2px;
    background-color: #fff;
    border: none;
    transform: rotate(45deg);
  }
  .sp_header_menu.-on::after{
    position: absolute;
    content: "";
    right: 27px;
    top: 28px;
    height: 15px;
    width: 2px;
    background-color: #fff;
    border: none;
    transform: rotate(135deg);
  }
  .sp_header_menu p{
    color: #fff;
    font-weight: 600;
    letter-spacing: .025em;
    font-size: 15px;
  }
}
/* --- footer --- */
.footer_container{
  border-top: 2px solid #222;
  background-color: #222;
}
.footer_wrapper{
  width: 100%;
  max-width: 1280px;
  padding: 60px 40px 20px;
  margin: auto;
}
.footer_logo{
  display: inline-block;
  width: 110px;
  height: 23px;
  background-image: url(/images/logo/zakkaworkslogo_w.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_content{
  display: flex;
  margin: 40px 0 20px;
}
.footer_content_colmuns{
  flex-basis: 25%;
}
.footer_content_colmuns.-sp_only{
  display: none;
}
.footer_content ul{
  margin-bottom: 20px;
}
.footer_content li{
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
  color: #fcfcfc;
}
.footer_content li.footer_category_head{
  font-weight: 600;
}
.footer_content li a:hover{
  text-decoration: underline;
}
.footer_content ul.paragraph{
  margin-top: 26px;
}
.footer_content ul.row{
  display: flex;
}
.footer_content li.snsIcon{
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_content li.snsIcon:first-child{
  margin-right: 12px;
}
.footer_content li.snsIcon.-ins{
  background-image: url("/images/icon/istg_w.svg");
}
.footer_content li.snsIcon.-twt{
  background-image: url("/images/icon/x_w.svg");
}
.copyright{
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fcfcfc;
}
@media screen and (max-width:820px){
  .footer_content ul.row.-pc_only{
    display: none;
  }
  .footer_content_colmuns.-sp_only{
    display: block;
    margin-top: 10px;
  }
  .footer_content {
    flex-direction: column;
  }
  .footer_content ul,.footer_content ul.paragraph {
    margin: 0;
  }
  .footer_content li.footer_category_head {
    margin-top: 20px;
  }
}
@media screen and (max-width:568px){
  .footer_wrapper {
    padding: 60px 20px 20px;
  }
  .footer_content {
    margin: 10px 0 30px;
  }
}
/* -------------- top ----------------- */
.container_top_cover{
  max-width: 2400px;
  width: 100%;
  margin: auto;
}
.container_top_cover img{
  width: 100%;
  display: block;
}
.container_top_cover img.cover_sp{
  display: none;
}
/* --- news --- */
.news_container{
  border-top: 2px solid #222;
}
.news_wrapper{
  max-width: 1280px;
  padding: 60px 40px;
  margin: auto;
}
.news_content{
  display: flex;
  align-items: baseline;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 20px;
}
.news_content p.news_genre{
  letter-spacing: .025em;
}
.news_part{
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
.news_genre{
  width: 120px;
  font-weight: 600;
}
.news_date{
  width: 100px;
}
@media screen and (max-width:820px){
  .container_top_cover img.cover_sp{
    display: block;
  }
  .container_top_cover img.cover_wide{
    display: none;
  }
  .news_content{
    flex-direction: column;
  }
  .news_content.-fix{
    flex-direction: row;
  }
  .news_part {
    margin-bottom: 0;
    margin-top: 12px;
  }
  .news_genre {
    width: 100px;
  }
}
@media screen and (max-width:568px){
  .news_wrapper {
    padding: 48px 20px 36px;
  }
  .news_part{
    flex-direction: column;
  }
  .news_genre {
    width: 80px;
  }
  .news_content p{
    font-size: 15px;
  }
}
/* -------------- about ----------------- */
.container_business{
  display: grid;
  row-gap: 80px;
  width: 100%;
  max-width: 720px;
  margin: auto;
  padding: 130px 24px 240px;
}
.container_business h4{
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .0333em;
  line-height: 1.65;
  font-feature-settings: "palt";
}
.container_business h6{
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 40px;
  font-feature-settings: "palt";
}
.container_business .category_icon{
  display: inline-flex;
  flex-direction: column;
}
.container_business .context .category_icon p{
  margin: 0;
  font-size: 15px;
}
.container_business .category_icon .icon{
  width: 70px;
  height: 53px;
  margin-bottom: 2px;
  background-position: center;
  background-repeat: no-repeat;
}
.container_business .category_icon .icon.-icon_01{
  background-image: url("/about/business/images/business_icon_01.svg");
  background-size: 98%;
  margin-bottom: 8px;
}
.container_business .category_icon .icon.-icon_02{
  background-image: url("/about//business/images/business_icon_02.svg");
  background-size: 90%;
  margin-bottom: 0px;
}
.container_business .context p{
  color: #222;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .065em;
  line-height: 2;
  font-feature-settings: "palt";
  margin: 24px 0;
}
.container_business .context p a{
  color: #2fa1d4;
}
.container_business .context p.highlight{
  margin: 80px 0;
}
.container_business .context p.sub{
  font-size: 15px;
  line-height: 1.75;
}
.container_business .button_flex{
  display: flex;
  flex-direction: column;
}
.container_business .button_flex p.button{
  max-width: 280px;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .065em;
  line-height: 2;
  font-feature-settings: "palt";
  position: relative;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 24px 0;
}
.container_business .button_flex p.button.-en{
  font-weight: 600;
  letter-spacing: .025em;
}
.container_business .button_flex p.button.-anchor{
  border-top: 0;
}
.container_business .button_flex p.button::before{
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 9px solid #222;
  border-right: 0;
}
.container_business .list{
  display: flex;
  border-top: 1px solid #222;
}
.container_business .list.-anchor{
  border-bottom: 1px solid #222;
}
.container_business .list p{
  font-size: 14px;
}
.container_business .list p:first-child{
  width: 200px;
  font-weight: 600;
}
@media screen and (max-width:1024px){
  .container_business {
    padding-top: 80px;
  }
  .container_business .list p:first-child{
    width: 140px;
  }
}
@media screen and (max-width:820px){
  .container_business {
    row-gap: 60px;
  }
}
@media screen and (max-width:568px){
  .container_business .list {
      flex-direction: column;
  }
  .container_business .list p {
    margin: 0px 0 12px 0;
  }
  .container_business .list p:first-child {
    margin: 12px 0 0 0;
  }
}
