@charset "UTF-8";
/* ---------------------------------------------------------
config
--------------------------------------------------------- */
/* responsive */
/* rem */
@media print, screen and (min-width: 961px) {
  html {
    font-size: 625%;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: calc(100vw / 9.6);
  }
}

/* ---------------------------------------------------------
reset
--------------------------------------------------------- */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

header, main, section, footer {
  display: block;
}

/* ---------------------------------------------------------
DMM_header
--------------------------------------------------------- */
#dmm_ntgnavi {
  background: url("/pc/img/bg_navimain.gif") center center repeat-x;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 12px;
}

#dmm_ntgnavi ul {
  list-style: none;
  margin: 2px 0;
  padding: 0;
}

#dmm_ntgnavi li {
  float: left;
  margin: 0 6px 0 0;
  line-height: 15px;
}

#dmm_ntgnavi .navi_left {
  float: left;
}

#dmm_ntgnavi .navi_left a {
  display: block;
  padding: 0 3px 0 8px;
  height: 33px;
  text-decoration: none;
  border: 1px solid #eee;
  border-radius: 3px;
}

#dmm_ntgnavi .navi_left a:hover {
  background: #eee;
  border: 1px solid #666;
  border-radius: 3px;
}

#dmm_ntgnavi .navi_left span {
  display: block;
  padding: 9px 10px 7px 28px;
  color: #333;
  font-weight: bold;
}

#dmm_ntgnavi .navi_right {
  float: right;
  font-size: 10px;
}

#dmm_ntgnavi .navi_right li {
  margin: 0 10px 0 0;
  padding: 8px 5px;
}

#dmm_ntgnavi .dmm_top {
  margin-left: 12px;
}

#dmm_ntgnavi .dmm_top img {
  margin: 8px 5px 8px 0;
}

#dmm_ntgnavi .ntg_top span {
  background: url("/pc/img/bg_bt_olgtop.gif") 0 center no-repeat;
}

#dmm_ntgnavi .ntg_brw span {
  background: url("/pc/img/bg_bt_brows.gif") 0 center no-repeat;
}

#dmm_ntgnavi .ntg_min span {
  background: url("/pc/img/bg_bt_mini.gif") 0 center no-repeat;
}

#dmm_ntgnavi .ntg_poi span {
  background: url("/pc/img/bg_bt_point.gif") 0 center no-repeat;
}

#dmm_ntgnavi .ntg_chip span {
  background: url("/pc/img/bg_bt_chip.gif") 0 center no-repeat;
}

#dmm_ntgnavi .arrow {
  padding-left: 14px;
  background: url("/pc/img/arrow_common.gif") no-repeat left center;
}

#dmm_ntgnavi .tx-point {
  font-size: 16px;
  font-weight: bold;
  color: #ff4b4b !important;
}

#dmm_ntgnavi .clear {
  clear: both;
}

#dmm_ntgnavi .mg-l12 {
  margin-left: 12px;
}

#dmm_ntgnavi .mg-r12 {
  margin-right: 12px;
}

#dmm_ntgnavi .pd-t12 {
  padding-top: 12px;
}

#dmm_ntgnavi p {
  margin: 0;
  line-height: 2.6em;
}

/* ---------------------------------------------------------
common
--------------------------------------------------------- */
main, footer, .modaal-wrapper {
  line-height: 1.6;
  color: #fff;
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI',Meiryo,sans-serif;
  font-size: .16rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .01rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

main a, footer a, .modaal-wrapper a {
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

main a img, footer a img, .modaal-wrapper a img {
  -webkit-transition: .3s;
  transition: .3s;
}

main a:hover, footer a:hover, .modaal-wrapper a:hover {
  text-decoration: underline;
}

main a:hover img, footer a:hover img, .modaal-wrapper a:hover img {
  opacity: .7;
}

main img, footer img, .modaal-wrapper img {
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

main .inner, footer .inner, .modaal-wrapper .inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 9.6rem;
}

/* ---------------------------------------------------------
main
--------------------------------------------------------- */
main {
  background: url("/pc/img/bg.jpg") no-repeat top/cover fixed;
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
footer {
  padding: .65rem .2rem .5rem .2rem;
  background: #000;
}

footer ul {
  margin: 0 auto;
  display: table;
}

footer ul li {
  display: inline-block;
}

footer ul li:last-child {
  margin: 0;
}

footer ul li:last-child:after {
  display: none;
}

footer .sns li {
  margin: 0 .3rem 0 0;
  width: .84rem;
}

footer .btn_inq {
  margin: .52rem auto .6rem auto;
  padding: .11rem .55rem;
  border-radius: .5rem;
  display: table;
  background: #434343;
  font-size: .18rem;
}

footer .btn_inq:hover {
  text-decoration: none;
  opacity: .7;
}

footer .policy {
  font-size: .18rem;
}

footer .policy ul + ul {
  margin-top: .1rem;
}

footer .policy li:after {
  margin: 0 .2rem;
  content: '｜';
}

footer .logo_co {
  margin: .55rem auto .65rem auto;
}

footer .logo_co li {
  margin: 0 .62rem 0 0;
}

footer .logo_co li:first-child img {
  max-width: 1.2rem;
}

footer .logo_co li:nth-child(2)  img {
  max-width: .78rem;
}
footer .logo_co li:last-child  img {
  max-width: 1.2rem;
}

footer .copy {
  font-size: .14rem;
}

@media screen and (max-width: 600px) {
  footer .copy {
    display: inherit;
    text-align: center;
  }
}

footer .copy li {
  margin: 0 .2rem 0 0;
}

@media screen and (max-width: 600px) {
  footer .copy li {
    margin: 0 0 .05rem 0;
    display: inherit;
  }
}
/*# sourceMappingURL=common.css.map */