*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
body{
  color: #242424;
  font-family: 'Outfit',"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
img{
  display: block;
}
h4{
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  color: #dc4f27;
}
p{
  letter-spacing: .025em;
}
br.sp{
  display: none;
}
.menuArea{
  position: fixed;
  right: 21px;
  top: 19px;
  z-index: 6666;
  border-radius: 50% 50%;
  height: 50px;
  width: 50px;
  border: 1px solid #dc4f27;
}
.menu-trigger,.menu-trigger span {
  display: inline-block;
  /* transition: all 1s; */
  -webkit-transition: -webkit-transform .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  top: 15px;
  left: 11px;
  width: 26px;
  height: 16px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dc4f27;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -2px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: -webkit-transform translateY(9px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: -webkit-transform translateY(-9px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  background-color: #fff;
}
.menuWindow{
  display: none;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  z-index: 111;
  background-color: #dc4f27;
  padding: 100px 42px;
}
.menuWindow.active{
  display: block;
}
._com_logo{
  position: absolute;
  top: 25px;
  left: 25px;
  width: 146px;
  height: 31px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/logo/zakkaworkslogo_white.svg);
}
.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 p a{
  color: #fff;
}
.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");
}
._half_wrap{
  display: flex;
}
._illustration{
  position: fixed;
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #efecd5;
  background-image: url("/zakkaworks-munakatado/images/illustration/image.jpg");
}
._half_part{
  width: 50%;
}
._logo_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
._logo_wrap img{
  max-width: 280px;
  margin-bottom: 70px;
}
._logo_wrap p{
  font-size: 15px;
  letter-spacing: .125em;
}
._part{
  padding: 0 120px 120px;
}
._info_part{
  background-color: #f7f8fb;
  padding: 24px 30px 30px;
}
._part_one{
  display: grid;
  justify-content: center;
  row-gap: 40px;
  text-align: center;
  padding: 0 120px 180px;
}
._part_one p{
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 2.25;
  letter-spacing: .05em;
}
._part_image{
  display: grid;
  row-gap: 80px;
  padding: 0 120px;
}
._part_image img{
  width: 100%;
}

/* .mnk_bg{
  position: relative;
  padding: 40px 120px 90px;
  background-image: url("/zakkaworks-munakatado/images/mnk_bg.svg");
  background-size: cover;
}
._mnk_logo{
  background-image: url("/zakkaworks-munakatado/images/munakatado/logo.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  height: 60px;
  transform: translateX(60px);
  margin-bottom: 60px;
}
._mk_grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 120px;
}
._mnk_font{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
._mnk_font p{
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1.95;
}
._mnk_img{
}
._mnk_img img{
  width: 100%;
  margin: 60px 0 0;
}
.pt_bg{
  padding: 80px 120px;
  background-color: #02260d;
}
._pt_logo{
  background-image: url("/zakkaworks-munakatado/images/ponte/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
}
.pt_text_part p{
  font-size: 16px;
  line-height: 1.95;
  color: #e8e6d8;
} */
._date_block{
  padding-top: 72px;
}
._date_block_part{
  margin-bottom: 50px;
}
._date_block_part_date{
  display: flex;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
._date_block_part h6{
  color: #dc4f27;
  font-size: 17px;
  font-weight: 400;
  margin-right: 4px;
  letter-spacing: .055em;
}
._date_block_part h6.anchor{
  margin-right: 0;
}
._date_block_part h6 span{
  font-size: 12px;
}
p._date_name{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
p._date_name_note{
  font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.75;
}
p._date_name_note.-anchor{
  margin-top: 8px;
}
._shop_block{
  padding-top: 98px;
}
._shop_block_part{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
._shop_block_part:last-of-type{
  margin-bottom: 0;
}
._shop_block_part p{
  font-size: 13px;
  margin-bottom: 30px;
}
._shop_block_part img{
  margin-bottom: 40px;
}
._shop_block_part img.logo_mkd{
  width: 220px;
}
._shop_block_part img.logo_ponte{
  width: 150px;
}
._shop_block_part img.logo_shinpuku{
  width: 240px;
}
._shop_block_part img.logo_krampcoffeestore{
  width: 210px;
}
._shop_block_part img.logo_zkw{
  width: 170px;
}
._shop_block_part p._shop_link{
  color: #242424;
  margin: 0;
  text-decoration: underline;
}
.snsIcon.-ins{
  margin: 0;
  position: relative;
  padding-left: 18px;
  text-decoration: underline;
  color: #242424;
}
._shop_block_part .snsIcon.-ins::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  background-image: url(/images/icon/istg_b.svg);
  width: 12px;
  height: 12px;
}
._note_font{
  padding: 40px 0;
}
._note_font p{
  font-family: "Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 1.75;
  font-size: 14px;
}
._note_font p.st{
  font-size: 18px;
  margin-bottom: 8px;
}
/* --- footer --- */
.footer_container{
  border-top: 2px solid #222;
  background-color: #222;
}
.footer_2506{
  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;
  flex-direction: column;
}
.footer_content_colmuns{
  flex-basis: 25%;
}
.footer_content_colmuns.-sp_only{
  display: none;
}
.footer_wrapper ul{
  margin-bottom: 20px;
}
.footer_wrapper li{
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
  color: #fcfcfc;
}
.footer_wrapper li.footer_category_head{
  font-weight: 600;
}
.footer_wrapper li a{
  color: #fcfcfc;
}
.footer_wrapper li a:hover{
  text-decoration: underline;
}
.footer_wrapper ul.paragraph{
  margin-top: 26px;
}
.footer_wrapper ul.row{
  display: flex;
}
.footer_wrapper li.snsIcon{
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_wrapper li.snsIcon:first-child{
  margin-right: 12px;
}
.footer_wrapper li.snsIcon.-ins{
  background-image: url("/images/icon/istg_w.svg");
}
.footer_wrapper li.snsIcon.-twt{
  background-image: url("/images/icon/x_w.svg");
}
.footer_wrapper iframe{
  margin: 4px 0 80px;
}
.footer_wrapper ul.row.-pc_only{
  display: none;
}
.footer_content_colmuns.-sp_only{
  display: block;
  margin-top: 10px;
}
.footer_content {
  flex-direction: column;
}
.footer_wrapper ul,.footer_wrapper ul.paragraph {
  margin: 0;
}
.footer_wrapper li.footer_category_head {
  margin-top: 20px;
}
.copyright{
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #fcfcfc;
}
@media screen and (max-width:1280px){
  ._part{
    padding: 0 60px 120px;
  }
  ._part_one{
    padding: 0 60px 180px;
  }
}
@media screen and (max-width:1080px){
  .menuArea {
    position: absolute;
  }
  .menuArea.fixed{
    position: fixed;
  }
  ._logo_wrap {
    /* display: none; */
    height: auto;
    margin-top: 120px;
  }
  ._half_wrap {
      flex-direction: column;
  }
  ._illustration{
    position: static;
    width: 100%;
  }
  ._half_part {
    width: 100%;
  }
  ._part_one {
    padding: 120px 20px 120px;
  }
  ._part_one p {
    font-size: 15px;
  }
}
@media screen and (max-width:667px){
  ._illustration{
    height: calc(100vh);
  }
  br.sp{
    display: block;
  }
  h4{
    font-size: 28px;
  }
  ._part {
    padding: 0 40px 120px;
  }
  ._date_block {
    padding-top: 40px;
  }
  p._date_name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  ._date_block_part {
    margin-bottom: 36px;
  }
  ._shop_block {
    padding-top: 60px;
  }
  ._shop_block_part {
    margin-bottom: 60px;
  }
  ._shop_block_part img{
    margin-bottom: 30px;
  }
  ._shop_block_part img.logo_mkd{
    width: 190px;
  }
  ._shop_block_part img.logo_ponte{
    width: 130px;
  }
  ._shop_block_part img.logo_shinpuku{
    width: 210px;
  }
  ._shop_block_part img.logo_krampcoffeestore{
    width: 185px;
  }
  ._shop_block_part img.logo_zkw{
    width: 160px;
  }
  ._note_font p.st {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width:480px){
  ._logo_wrap img {
    max-width: 220px;
    margin-bottom: 50px;
  }
  ._part {
    padding: 0 28px 88px;
  }
  ._part.-anchor {
    padding-bottom: 60px;
  }
}

@media screen and (max-width:400px){
  ._part_one p{
    font-size: 14px;
  }
}
/* ._part_map {
    display: flex;
    justify-content: center;
} */
