/*---------------------------
Common Font Setteing
---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #CC132C;
  background: linear-gradient(90deg, rgb(214, 0, 29) 0%, rgb(113, 0, 7) 100%);
  color: #fff;
}

.serif {
  font-family: "Zen Old Mincho", serif;
}

.sans {
  font-family: "Noto Sans", sans-serif;
}

.osw {
  font-family: "Oswald", serif;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/*---------------------------
Common Layout Setteing
---------------------------*/
* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #961427;
}

b {
  font-weight: bold;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #969696;
  margin: 0;
  padding: 0;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.btn:hover {
  zoom: 1;
}

.btn a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.wrap {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/*---------------------------
Common Link Setteing
---------------------------*/
a {
  text-decoration: underline;
  color: #fff;
}

/*---------------------------
Main
---------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
#wrapper .bg_base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_pt.svg);
  background-repeat: repeat;
  background-size: 296px 299px;
  z-index: -1;
  opacity: 0.06;
  mix-blend-mode: multiply;
}
#wrapper .map_base {
  max-width: 1920px;
  height: 517px;
  margin: 0 auto;
  background-image: url(../img/map_kv.png);
  background-image: image-set(url(../img/map_kv.png) 1x, url(../img/map_kv@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/map_kv.png) 1x, url(../img/map_kv@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
#wrapper .map_base .lang_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
#wrapper .map_base .lang_btn li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#wrapper .map_base .lang_btn li a {
  text-decoration: none;
  color: #fff;
}
#wrapper .map_base .inner {
  width: 536px;
  height: 469px;
  margin: 0 auto;
  position: relative;
}
#wrapper .map_base .inner .logomark {
  position: absolute;
  top: 37px;
  left: -154px;
}
#wrapper .map_base .inner .logomark img {
  max-width: 138px;
}
#wrapper .map_base .inner .mappdf {
  position: absolute;
  top: 55px;
  right: -164px;
}
#wrapper .map_base .inner .scroll {
  background-image: url(../img/map_scroll_base.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 8px;
  height: 148px;
  position: absolute;
  bottom: -226px;
  right: -169px;
}
#wrapper .map_base .inner .scroll .dot {
  background-image: url(../img/map_scroll_dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  animation-name: UpDown;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-direction: normal;
  z-index: 1000;
}
@keyframes UpDown {
  0% {
    transform: translateY(55px);
    opacity: 1;
  }
  95% {
    transform: translateY(140px);
    opacity: 1;
  }
  100% {
    transform: translateY(148px);
    opacity: 0;
  }
}
#wrapper .map_base .inner span {
  vertical-align: middle;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
#wrapper .map_base .inner .sec01 {
  background-color: #da423a;
  padding: 9px 0;
  text-align: center;
}
#wrapper .map_base .inner .sec02 {
  background-color: #025b96;
  padding: 9px 0;
  text-align: center;
}
#wrapper .map_base .inner .sec03 {
  background-color: #be8915;
  padding: 9px 0;
  text-align: center;
}
#wrapper .map_base .inner .sec04 {
  background-color: #ec6b6c;
  padding: 9px 0;
  text-align: center;
}
#wrapper .map_base .inner .sec05 {
  background-color: #9d8a58;
  padding: 9px 0;
  text-align: center;
}
#wrapper .map_base .inner .sec06 {
  background-color: #3e3848;
  padding: 9px 0;
  text-align: center;
}
#wrapper .map_base .inner .sec07 {
  background-color: #8a68a3;
  padding: 0;
  text-align: center;
}
#wrapper .map_base .inner .sec08 {
  background-color: #817e8a;
  padding: 9px 0;
  text-align: center;
}
#wrapper .map_base .inner .a1 {
  position: absolute;
  top: 358px;
  left: 458px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .a2 {
  position: absolute;
  top: 358px;
  left: 430px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .a3 {
  position: absolute;
  top: 358px;
  left: 373px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .a4 {
  position: absolute;
  top: 358px;
  left: 346px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .a5 {
  position: absolute;
  top: 358px;
  left: 288px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .a6 {
  position: absolute;
  top: 358px;
  left: 260px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .a7 {
  position: absolute;
  top: 358px;
  left: 204px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .a8 {
  position: absolute;
  top: 358px;
  left: 175px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .a9 {
  position: absolute;
  top: 324px;
  left: 101px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .b1 {
  position: absolute;
  top: 283px;
  left: 324px;
  width: 70px;
  height: 38px;
}
#wrapper .map_base .inner .b5 {
  position: absolute;
  top: 284px;
  left: 196px;
  width: 98px;
  height: 38px;
}
#wrapper .map_base .inner .b6 {
  position: absolute;
  top: 284px;
  left: 171px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .b7 {
  position: absolute;
  top: 256px;
  left: 172px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .b10 {
  position: absolute;
  top: 256px;
  left: 255px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .b12 {
  position: absolute;
  top: 256px;
  left: 324px;
  width: 70px;
  height: 38px;
}
#wrapper .map_base .inner .c1 {
  position: absolute;
  top: 191px;
  left: 324px;
  width: 70px;
  height: 38px;
}
#wrapper .map_base .inner .c3 {
  position: absolute;
  top: 191px;
  left: 255px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .c4 {
  position: absolute;
  top: 191px;
  left: 227px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .c5 {
  position: absolute;
  top: 191px;
  left: 200px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .c6 {
  position: absolute;
  top: 191px;
  left: 171px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .c7 {
  position: absolute;
  top: 163px;
  left: 172px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .c9 {
  position: absolute;
  top: 163px;
  left: 199px;
  width: 70px;
  height: 38px;
}
#wrapper .map_base .inner .c10 {
  position: absolute;
  top: 164px;
  left: 254px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .c11 {
  position: absolute;
  top: 164px;
  left: 325px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .c12 {
  position: absolute;
  top: 164px;
  left: 353px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .d1 {
  position: absolute;
  top: 241px;
  left: 100px;
  width: 38px;
  height: 93px;
}
#wrapper .map_base .inner .d1 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .map_base .inner .d5 {
  position: absolute;
  top: 214px;
  left: 100px;
  width: 38px;
  height: 38px;
}
#wrapper .map_base .inner .d8 {
  position: absolute;
  top: 130px;
  left: 100px;
  width: 38px;
  height: 98px;
}
#wrapper .map_base .inner .d8 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .map_base h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 15px auto 0;
}
#wrapper .com_list {
  width: 720px;
  height: calc(100vh - 517px);
  height: calc(100% - 517px);
  height: calc(100svh - 517px);
  margin: 20px auto 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 0;
}
#wrapper .com_list .com_list_inner {
  width: 680px;
  height: auto;
}
#wrapper .com_list .com_list_inner .com_list_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 680px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_cat {
  flex-basis: 680px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 680px;
  height: 41px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_cat p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-left: 30px;
}
#wrapper .com_list .com_list_inner .com_list_flex .cat01 {
  background-image: url(../img/cat_bg_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .com_list .com_list_inner .com_list_flex .cat02 {
  background-image: url(../img/cat_bg_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .com_list .com_list_inner .com_list_flex .cat03 {
  background-image: url(../img/cat_bg_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .com_list .com_list_inner .com_list_flex .cat04 {
  background-image: url(../img/cat_bg_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .com_list .com_list_inner .com_list_flex .cat05 {
  background-image: url(../img/cat_bg_05.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .com_list .com_list_inner .com_list_flex .cat06 {
  background-image: url(../img/cat_bg_06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .com_list .com_list_inner .com_list_flex .cat07 {
  background-image: url(../img/cat_bg_07.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .com_list .com_list_inner .com_list_flex .cat08 {
  background-image: url(../img/cat_bg_08.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary {
  flex-basis: 680px;
  margin-bottom: 30px;
  padding-top: 30px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec01 {
  background-color: #da423a;
  border: 2px solid #da423a;
  border-radius: 2px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec01.active {
  background-color: #fff;
  border: 2px solid #da423a;
  color: #da423a;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec02 {
  background-color: #025b96;
  border: 2px solid #025b96;
  border-radius: 2px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec02.active {
  background-color: #fff;
  border: 2px solid #025b96;
  color: #025b96;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec03 {
  background-color: #be8915;
  border: 2px solid #be8915;
  border-radius: 2px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec03.active {
  background-color: #fff;
  border: 2px solid #be8915;
  color: #be8915;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec04 {
  background-color: #ec6b6c;
  border: 2px solid #ec6b6c;
  border-radius: 2px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec04.active {
  background-color: #fff;
  border: 2px solid #ec6b6c;
  color: #ec6b6c;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec05 {
  background-color: #9d8a58;
  border: 2px solid #9d8a58;
  border-radius: 2px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec05.active {
  background-color: #fff;
  border: 2px solid #9d8a58;
  color: #9d8a58;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec06 {
  background-color: #3e3848;
  border: 2px solid #3e3848;
  border-radius: 2px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec06.active {
  background-color: #fff;
  border: 2px solid #3e3848;
  color: #3e3848;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec07 {
  background-color: #8a68a3;
  border: 2px solid #8a68a3;
  border-radius: 2px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec07.active {
  background-color: #fff;
  border: 2px solid #8a68a3;
  color: #8a68a3;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec08 {
  background-color: #817e8a;
  border: 2px solid #817e8a;
  border-radius: 2px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec08.active {
  background-color: #fff;
  border: 2px solid #817e8a;
  color: #817e8a;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul .num {
  flex-basis: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul .summary {
  flex-basis: 608px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul .summary a {
  text-decoration: none;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul .kei {
  flex-basis: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #fff;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .tent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .tent .com {
  flex-basis: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .tent .items {
  flex-basis: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
#wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .tent .kei {
  flex-basis: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #fff;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
  }
  #wrapper .bg_base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_pt-s.svg);
    background-repeat: repeat;
    background-size: 41.0256410256vw 41.4102564103vw;
    z-index: 2;
    opacity: 0.06;
    mix-blend-mode: multiply;
  }
  #wrapper .map_base {
    max-width: 100%;
    height: 88.87vw;
    background-image: url(../img/map_kv-s.png);
    background-image: image-set(url(../img/map_kv-s.png) 1x, url(../img/map_kv-s.png) 2x);
    background-image: -webkit-image-set(url(../img/map_kv-s.png) 1x, url(../img/map_kv-s.png) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 3;
  }
  #wrapper .map_base .lang_btn {
    position: fixed;
    top: 2vw;
    right: inherit;
    left: 2vw;
    z-index: 1000;
  }
  #wrapper .map_base .lang_btn li {
    list-style: none;
    font-size: 3.0769230769vw;
    font-weight: 400;
    color: #1a1a1a;
  }
  #wrapper .map_base .lang_btn li a {
    text-decoration: none;
    color: #1a1a1a;
  }
  #wrapper .map_base .inner {
    width: 100%;
    height: 88.3846vw;
    position: relative;
  }
  #wrapper .map_base .inner .logomark {
    display: none;
  }
  #wrapper .map_base .inner .mappdf {
    position: absolute;
    top: 55px;
    right: -164px;
  }
  #wrapper .map_base .inner .mappdf {
    position: fixed;
    top: inherit;
    right: 0;
    left: 0;
    bottom: -1vw;
    z-index: 10;
  }
  #wrapper .map_base .inner .mappdf img {
    max-width: 100%;
  }
  #wrapper .map_base .inner .scroll {
    display: none;
  }
  #wrapper .map_base .inner span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.0512820513vw;
    line-height: 1;
    color: #fff;
    padding-top: 1.7vw;
  }
  #wrapper .map_base .inner .sec01 {
    background-color: #da423a;
    padding: 0;
    text-align: center;
  }
  #wrapper .map_base .inner .sec02 {
    background-color: #025b96;
    padding: 0;
    text-align: center;
  }
  #wrapper .map_base .inner .sec03 {
    background-color: #be8915;
    padding: 0;
    text-align: center;
  }
  #wrapper .map_base .inner .sec04 {
    background-color: #ec6b6c;
    padding: 0;
    text-align: center;
  }
  #wrapper .map_base .inner .sec05 {
    background-color: #9d8a58;
    padding: 0;
    text-align: center;
  }
  #wrapper .map_base .inner .sec06 {
    background-color: #3e3848;
    padding: 0;
    text-align: center;
  }
  #wrapper .map_base .inner .sec07 {
    background-color: #8a68a3;
    padding: 0;
    text-align: center;
  }
  #wrapper .map_base .inner .sec08 {
    background-color: #817e8a;
    padding: 0;
    text-align: center;
  }
  #wrapper .map_base .inner .a1 {
    position: absolute;
    top: 67.9487179487vw;
    left: 86.5384615385vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .a2 {
    position: absolute;
    top: 67.9487179487vw;
    left: 81.4102564103vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .a3 {
    position: absolute;
    top: 67.9487179487vw;
    left: 70.641025641vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .a4 {
    position: absolute;
    top: 67.9487179487vw;
    left: 65.3846153846vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .a5 {
    position: absolute;
    top: 67.9487179487vw;
    left: 54.4871794872vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .a6 {
    position: absolute;
    top: 67.9487179487vw;
    left: 49.358974359vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .a7 {
    position: absolute;
    top: 67.9487179487vw;
    left: 38.5897435897vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .a8 {
    position: absolute;
    top: 67.9487179487vw;
    left: 33.3333333333vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .a9 {
    position: absolute;
    top: 61.4102564103vw;
    left: 18.5897435897vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .b1 {
    position: absolute;
    top: 53.8461538462vw;
    left: 61.4102564103vw;
    width: 12vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .b5 {
    position: absolute;
    top: 53.8461538462vw;
    left: 37.5641025641vw;
    width: 18vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .b6 {
    position: absolute;
    top: 53.8461538462vw;
    left: 32.3076923077vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .b7 {
    position: absolute;
    top: 48.5897435897vw;
    left: 32.3076923077vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .b10 {
    position: absolute;
    top: 48.5897435897vw;
    left: 48.2051282051vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .b12 {
    position: absolute;
    top: 48.5897435897vw;
    left: 61.4102564103vw;
    width: 12vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c1 {
    position: absolute;
    top: 36.1538461538vw;
    left: 48.0769230769vw;
    width: 12vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c3 {
    position: absolute;
    top: 36.1538461538vw;
    left: 48.0769230769vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c4 {
    position: absolute;
    top: 36.1538461538vw;
    left: 42.9487179487vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c5 {
    position: absolute;
    top: 36.1538461538vw;
    left: 37.6923076923vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c6 {
    position: absolute;
    top: 36.1538461538vw;
    left: 32.3076923077vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c7 {
    position: absolute;
    top: 30.8974358974vw;
    left: 32.3076923077vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c9 {
    position: absolute;
    top: 30.8974358974vw;
    left: 37.6923076923vw;
    width: 12vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c10 {
    position: absolute;
    top: 30.8974358974vw;
    left: 47.9487179487vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c11 {
    position: absolute;
    top: 30.8974358974vw;
    left: 61.6666666667vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .c12 {
    position: absolute;
    top: 30.8974358974vw;
    left: 66.9230769231vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .d1 {
    position: absolute;
    top: 45.3846153846vw;
    left: 18.5897435897vw;
    width: 7vw;
    height: 18vw;
  }
  #wrapper .map_base .inner .d1 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #wrapper .map_base .inner .d5 {
    position: absolute;
    top: 40.2564102564vw;
    left: 18.5897435897vw;
    width: 7vw;
    height: 7vw;
  }
  #wrapper .map_base .inner .d8 {
    position: absolute;
    top: 24.6153846154vw;
    left: 18.5897435897vw;
    width: 7vw;
    height: 18vw;
  }
  #wrapper .map_base .inner .d8 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #wrapper .map_base h2 {
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 2vw 0;
    margin: 0 auto 0;
    background-color: #000;
  }
  #wrapper .com_list {
    width: 100vw;
    height: calc(100vh - 80.3846vw);
    margin: 15vw auto 0;
    overflow-y: scroll;
    padding: 0 5vw;
    position: relative;
    z-index: 2;
  }
  #wrapper .com_list .com_list_inner {
    width: 90vw;
  }
  #wrapper .com_list .com_list_inner .com_list_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 90vw;
    margin-bottom: 10vw;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_cat {
    flex-basis: 90vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: 7vw;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_cat p {
    font-size: 3.5897435897vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-left: 30px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .cat01 {
    background-image: url(../img/cat_bg_01-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .cat02 {
    background-image: url(../img/cat_bg_02-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .cat03 {
    background-image: url(../img/cat_bg_03-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .cat04 {
    background-image: url(../img/cat_bg_04-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .cat05 {
    background-image: url(../img/cat_bg_05-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .cat06 {
    background-image: url(../img/cat_bg_06-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .cat07 {
    background-image: url(../img/cat_bg_07-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .cat08 {
    background-image: url(../img/cat_bg_08-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary {
    flex-basis: 90vw;
    margin-bottom: 8vw;
    padding-top: 4vw;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec01 {
    background-color: #da423a;
    border: 2px solid #da423a;
    border-radius: 2px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec01.active {
    background-color: #fff;
    border: 2px solid #da423a;
    color: #da423a;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec02 {
    background-color: #025b96;
    border: 2px solid #025b96;
    border-radius: 2px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec02.active {
    background-color: #fff;
    border: 2px solid #025b96;
    color: #025b96;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec03 {
    background-color: #be8915;
    border: 2px solid #be8915;
    border-radius: 2px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec03.active {
    background-color: #fff;
    border: 2px solid #be8915;
    color: #be8915;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec04 {
    background-color: #ec6b6c;
    border: 2px solid #ec6b6c;
    border-radius: 2px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec04.active {
    background-color: #fff;
    border: 2px solid #ec6b6c;
    color: #ec6b6c;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec05 {
    background-color: #9d8a58;
    border: 2px solid #9d8a58;
    border-radius: 2px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec05.active {
    background-color: #fff;
    border: 2px solid #9d8a58;
    color: #9d8a58;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec06 {
    background-color: #3e3848;
    border: 2px solid #3e3848;
    border-radius: 2px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec06.active {
    background-color: #fff;
    border: 2px solid #3e3848;
    color: #3e3848;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec07 {
    background-color: #8a68a3;
    border: 2px solid #8a68a3;
    border-radius: 2px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec07.active {
    background-color: #fff;
    border: 2px solid #8a68a3;
    color: #8a68a3;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec08 {
    background-color: #817e8a;
    border: 2px solid #817e8a;
    border-radius: 2px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .sec08.active {
    background-color: #fff;
    border: 2px solid #817e8a;
    color: #817e8a;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul .num {
    flex-basis: 13vw;
    font-size: 3.0769230769vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul .summary {
    flex-basis: 75vw;
    font-size: 3.3333333333vw;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    margin-top: 1vw;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul .summary a {
    text-decoration: none;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary ul .kei {
    flex-basis: 100%;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    border-bottom: 1px dotted #fff;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .tent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .tent .com {
    flex-basis: 100%;
    font-size: 3.0769230769vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1vw;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .tent .items {
    flex-basis: 100%;
    font-size: 2.8205128205vw;
    font-weight: normal;
    line-height: 1.4;
    color: #fff;
  }
  #wrapper .com_list .com_list_inner .com_list_flex .com_list_summary .tent .kei {
    flex-basis: 100%;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    border-bottom: 1px dotted #fff;
  }
}/*# sourceMappingURL=map_en.css.map */