body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  background-color: #E7F0F8;
}

.wrap_primary {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.wide {
  max-width: 1500px;
}

.section {
  padding-top: 40px;
}

.main_area {
  background-image: url(../image/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 40px;
}

#firstview {
  position: relative;
  z-index: 100;
  background-image: url(../image/KV_bg.jpg);
  background-repeat: repeat;
  background-size: 500px auto;
  padding-top: 40px;
  padding-bottom: 60px;

  /* SVGマスクで下部を波線切り抜き (ローカルCORS対策のためBase64インライン化、アスペクト比維持解除) */
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MDAgMjAwMCIgd2lkdGg9IjUwMCIgaGVpZ2h0PSIyMDAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNIDAgMCBMIDUwMCAwIEwgNTAwIDE5NjAgQSA1MCA0MCAwIDAgMSA0MDAgMTk2MCBBIDUwIDQwIDAgMCAxIDMwMCAxOTYwIEEgNTAgNDAgMCAwIDEgMjAwIDE5NjAgQSA1MCA0MCAwIDAgMSAxMDAgMTk2MCBBIDUwIDQwIDAgMCAxIDAgMTk2MCBaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MDAgMjAwMCIgd2lkdGg9IjUwMCIgaGVpZ2h0PSIyMDAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNIDAgMCBMIDUwMCAwIEwgNTAwIDE5NjAgQSA1MCA0MCAwIDAgMSA0MDAgMTk2MCBBIDUwIDQwIDAgMCAxIDMwMCAxOTYwIEEgNTAgNDAgMCAwIDEgMjAwIDE5NjAgQSA1MCA0MCAwIDAgMSAxMDAgMTk2MCBBIDUwIDQwIDAgMCAxIDAgMTk2MCBaIiBmaWxsPSJibGFjayIvPjwvc3ZnPg==");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: 500px 100%;
  mask-size: 300px 100%;
}

#firstview .title .main_title {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}

#firstview .title .main_title img {
  margin: 0 auto;
  width: 100%;
}

#firstview .title span {
  display: block;
}


.section {
  margin-top: 60px;
}

.section .inner_wrap {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding: 20px 40px 40px 40px;
  border-bottom: 15px solid #000;
  border-radius: 4px;
}

.section01 .inner_wrap {
  border-bottom-color: #CF6DA7;
}

.section02 .inner_wrap {
  border-bottom-color: #3F71B7;
}

.section03 .inner_wrap {
  border-bottom-color: #E7141B;
}

.section04 .inner_wrap {
  border-bottom-color: #F3C537;
}

.section .block_title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.section .block_title img {
  height: 100%;
  max-height: 120px;
  width: auto;
}


#summary {
  margin-top: 20px;
}

#summary dl {
  display: flex;
  border-bottom: 3px solid #fff;
  color: #000;
  stroke-dasharray: 2px;
}

#summary dl ul {
  padding: 0;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#summary dl li {
  list-style: none;
}

#summary dl li:not(:first-child)::before {
  content: "/";
}

#summary dt,
#summary dd {
  padding: 16px 24px 16px 0;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
}

#summary dt {
  font-weight: bold;
  flex: 0 0 310px;
  vertical-align: middle;
}


#summary dd {
  text-align: right;
  width: 100%;
}

#shop_info .shop-comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
}

#shop_info .shop_icon {
  vertical-align: middle;
}

#shop_info .shop_icon::before {
  content: "";
  display: inline-block;
  background-image: url(../image/shop-icon.png);
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

#shop_info .comingsoon-btn {
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
}

#shop_info .comingsoon-btn span {
  display: block;
  background-color: #9C8880;
  border: 1px solid #707070;
  padding: 20px ;
  width: 100%;
  max-width: 370px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin:  0 auto;
}

.attention_area {
  font-size: 24px;
  font-weight: 500;
}



.copyright {
  padding: 10px 20px;
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 100;
  background: #fff;
}

@media screen and (max-width: 765px) {

  main,
  footer {
    overflow: hidden;
    width: 100%;
  }

  .wrap_primary {
    padding: 0 10px;
  }

  .section {
    margin-top: 40px;
  }

  .section .block_title img {
    max-height: 80px;
  }

  .section .inner_wrap {
    padding: 20px 20px 40px 20px;
  }

  #summary {
    padding-top: 20px;
    margin-top: 40px;
  }

  #summary dl {
    flex-direction: column;
    gap: 0;
  }


  #summary dt,
  #summary dd {
    padding: 16px;
    flex: 1 1 auto;
    text-align: left;
  }

  #summary dt {
    padding-bottom: 0;
  }

  #summary dl ul {
    justify-content: flex-start;
  }

  .attention_area {
    font-size: 85%;
  }

}