@charset "UTF-8";
body {
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 100%;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  color: #000;
  -webkit-print-color-adjust: exact;
}

.for-sp {
  display: none;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.bgGradationRed01 {
  background: rgb(0, 99, 43);
  background: linear-gradient(to bottom, #387D48 0%, rgb(0, 99, 43) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#811c29", endColorstr="#640f1a", GradientType=0);
}

#wrap ul li {
  list-style-type: none;
}

#wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#globalHeader {
  padding: 14px 0;
  background-color: #f29100;
}
#globalHeader #logo01 {
  width: 19.6%;
  float: left;
}
#globalHeader #logo02 {
  width: 61.5%;
  float: left;
}

#globalNav {
  background-color: #fff;
  transition: 0.6s;
  z-index: 999;
}
#globalNav ul {
  width: 96%;
  margin: 0 auto;
}
#globalNav ul li {
  float: left;
  border-left: #f29100 1px solid;
}
#globalNav ul li a {
  display: block;
  width: 100%;
}
#globalNav ul li.current a {
  background-color: #000;
}
#globalNav ul li a:hover {
  background-color: #000;
}
#globalNav ul li.lnk a:hover {
  background-color: #fff;
}
#globalNav ul li:first-child {
  width: 10.9375%;
}
#globalNav ul li:nth-child(2) {
  width: 11.04166667%;
}
#globalNav ul li:nth-child(3) {
  width: 10.9375%;
}
#globalNav ul li:nth-child(4) {
  width: 11.04166667%;
}
#globalNav ul li:nth-child(5) {
  width: 11.04166667%;
}
#globalNav ul li:nth-child(6) {
  width: 10.9375%;
}
#globalNav ul li:nth-child(7) {
  width: 11.04166667%;
}
#globalNav ul li:nth-child(8) {
  width: 11.04166667%;
}
#globalNav ul li:last-child {
  border-right: #f29100 1px solid;
  width: 10.9375%;
}
#globalNav ul li:last-child .col05 {
  display: flex;
  justify-content: center;
  gap: 8px;
}
#globalNav ul li:last-child .col05 .col05List {
  flex: 0 1 18px;
}
#globalNav ul li:last-child .col05 .col05List a:hover img {
  opacity: 0.2;
}
#globalNav ul li:last-child .col05 .col05List a {
  border-left: none;
  border-right: none;
}

#globalNav.scrolled {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.6s;
}

#wrap .col05List img {
  vertical-align: top;
}

.sec .sectionInner {
  width: 96%;
  margin: 0 auto;
}

#btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 70px;
  border: #fff 1px solid;
  z-index: 999;
}
#btn_pagetop a {
  background-color: #000;
  display: block;
  width: 100%;
}
#btn_pagetop a:before {
  background-color: #f29100;
}

.anchorNav .ttl {
  background-color: #000;
  padding: 0 10px;
  color: #fff;
  position: relative;
  font-size: 13px;
  line-height: 24px;
  transition: 0.6s;
}

.anchorNav .ttl::after {
  color: #fff;
}

.anchorNav .name {
  padding: 7px 10px;
  width: calc(100% - 21px);
  color: #f29100;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  transition: 0.6s;
  display: block;
  background-color: #fff;
}

.anchorNav .name.txtNarrow {
  letter-spacing: -0.06em;
}

.anchorNav .name.txtNarrow2 {
  letter-spacing: -0.1em;
}

.anchorNav .name:before {
  background-color: #666;
}

.anchorNav .name span {
  display: block;
  color: #000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.anchorNav .name:hover span {
  color: #ccc;
}

.anchorNav .name .txt01 {
  font-size: 14px;
}

.anchorNav .name .txt02 {
  font-size: 11px;
  letter-spacing: -1px;
}

.anchorNav ul {
  width: 100%;
  margin: 0 auto 40px;
}

.anchorNav ul li {
  width: 18.75%;
  float: left;
  margin-right: 1.5625%;
  margin-bottom: 15px;
  border: 1px solid #000;
  box-sizing: border-box;
}

.anchorNav ul li:nth-child(5n) {
  margin-right: 0;
}

.anchorNav ul li .ttl::after {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 24px;
  text-align: center;
  width: 30.5555555556%;
  padding-left: 2.7777777778%;
  z-index: 1;
}

.anchorNav ul li.new .ttl:after {
  content: "新制作";
  background-color: #f29100;
}

.anchorNav ul li.replay .ttl::after {
  content: "再演";
  background-color: #2F5C9A;
}

.anchorNav ul li.new.world .ttl:after {
  content: "世界初演";
  background-color: #08287f;
}

.anchorNav ul li.new.world .ttl:before {
  border-color: transparent transparent #08287f transparent;
}

.anchorNav ul li a {
  text-decoration: none;
}

.anchorNav ul li a:hover .name {
  color: #fff;
  transition: 0.6s;
}

.setTicketNav {
  position: fixed;
  right: -665px;
  width: 746px;
  z-index: 11;
}

.setTicketNav.close {
  display: none !important;
}

.setTicketNav dl {
  width: 100%;
}

.setTicketNav dl dd,
.setTicketNav dl dt {
  float: left;
  font-size: 14px;
  display: inline-block;
}

.setTicketNav dl dt {
  width: 80px;
  vertical-align: middle;
  position: relative;
  height: 260px;
  margin-right: 1px;
  cursor: pointer;
  background: url(../img/cmmn/icon_information.png) 50% 10% no-repeat #f29100;
  background-size: 30px;
  font-family: "Noto Serif JP", serif;
}

.setTicketNav dl dt span {
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 60px;
  left: 35%;
  font-size: 18px;
}

.setTicketNav dl dd {
  width: 665px;
  position: relative;
}

.setTicketNav dl dd .side_nav_inner {
  width: 580px;
  margin: 0 auto;
}

.setTicketNav dl dd .side_nav_inner h2 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: #000 1px solid;
  margin-bottom: 20px;
}

.setTicketNav dl dd .sidenav_ttl {
  color: #fff;
  font-weight: bold;
}

.setTicketNav dl dd .inquiry01 {
  background-color: #fff;
  padding: 20px 0;
  border: #f29100 2px solid;
}

.setTicketNav dl dd .inquiry01 .sidenav_ttl {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: #fff 1px solid;
  margin-bottom: 20px;
}

.setTicketNav dl dd .inquiry01 .bgGray {
  background-color: #f29100;
  padding: 0 0 10px;
  margin-bottom: 20px;
}

.setTicketNav dl dd .inquiry01 .bgGray h3 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 0;
}

.setTicketNav dl dd .inquiry01 .bgGray h3 span.subTtl {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 15px;
}

.setTicketNav dl dd .inquiry01 .bgGray h3 span.period {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 {
  width: 63.7931034483%;
  margin: 10px auto;
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 .col02List {
  width: 100%;
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 .col02List:first-child {
  margin-bottom: 10px;
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 .col02List ul {
  width: 100%;
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 .col02List ul li {
  float: left;
  margin-bottom: 0.5em;
  line-height: 25px;
  color: #fff;
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 .col02List ul li b {
  font-size: 18px;
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 .col02List ul li span {
  margin-right: 0.5em;
  padding: 2px 5px;
  color: #fff;
  background-color: #4D4D4D;
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 .col02List ul li span.full {
  background-color: rgba(228, 0, 19, 0.6);
}

.setTicketNav dl dd .inquiry01 .bgGray .col02 .col02List ul li span.early_late {
  background-color: #960000;
}

.setTicketNav dl dd .inquiry01 .first h3 {
  background-color: #b48644;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  margin-bottom: 25px;
}

.setTicketNav dl dd .inquiry01 .bgGray .list {
  width: 95%;
  margin: 0 auto;
}

.setTicketNav dl dd .inquiry01 .bgGray .list li {
  width: 48%;
}

.setTicketNav dl dd .inquiry01 .bgGray .list li:first-child {
  float: left;
  position: relative;
}

.setTicketNav dl dd .inquiry01 .bgGray .list li:first-child::after {
  content: "";
  width: 20px;
  height: 25px;
  background: url("../img/top/icon_pdf01_black.png") left top no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 4%;
  top: 17%;
  transition: 0.6s;
}

.setTicketNav dl dd .inquiry01 .bgGray .list li:first-child:hover::after {
  transition: 0.6s;
  background: url("../img/top/icon_pdf01_white.png") left top no-repeat;
  background-size: contain;
}

.setTicketNav dl dd .inquiry01 .bgGray .list li:last-child {
  float: right;
}

.setTicketNav dl dd .inquiry01 .bgGray .list li a {
  font-size: 12px;
  background-color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  color: #000;
  transition: 0.6s;
  border-radius: 5px;
}

.setTicketNav dl dd .inquiry01 .bgGray .list li a::before {
  background-color: #08287f;
  border-radius: 5px;
}

.setTicketNav dl dd .inquiry01 .bgGray .list li a:hover {
  transition: 0.6s;
  color: #fff;
}

.setTicketNav dl dd .inquiry01 .first .col02 {
  width: 100%;
  margin: 0 auto;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List {
  width: 47.76119403%;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child {
  float: left;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:last-child {
  float: right;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:last-child .lnk01 a {
  background-color: #4D4D4D;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child {
  position: relative;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  border-right: #dfdfdf 1px solid;
  position: absolute;
  right: -5%;
  top: 0;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child .lnk01 a {
  padding: 6px 0;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child .img01 {
  margin: 5px 0;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:last-child .lnk01 a {
  padding: 15px 0;
}

.setTicketNav dl dd .inquiry01 .first .lnk01 {
  margin-bottom: 10px;
}

.setTicketNav dl dd .inquiry01 .first .lnk01 a {
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  background-color: hsl(36, 100%, 55%);
  text-decoration: none;
  position: relative;
}

.setTicketNav dl dd .inquiry01 .first .lnk01 a span {
  font-size: 12px;
  display: block;
}

.setTicketNav dl dd .inquiry01 .first .lnk01 a:before {
  background-color: #f29100;
  border-radius: 5px;
}

.setTicketNav dl dd .inquiry01 .first .lnk01 a:after {
  content: "";
  background: url(../img/top/icon_double_arrow01_white.png) left top no-repeat;
  background-size: 100%;
  width: 4.0625%;
  height: 14px;
  position: absolute;
  right: 8%;
  top: 35%;
  transition: 0.6s;
}

.setTicketNav dl dd .inquiry01 .first .lnk01 a:hover:after {
  transition: 0.6s;
  right: 4%;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child {
  position: relative;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  border-right: #dfdfdf 1px solid;
  position: absolute;
  right: -5%;
  top: 0;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child .lnk01 a {
  padding: 6px 0;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:first-child .img01 {
  margin: 5px 0;
}

.setTicketNav dl dd .inquiry01 .first .col02 .col02List:last-child .lnk01 a {
  padding: 15px 0;
}

.setTicketNav dl dd .btn_sidenav_close {
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

#globalFooter {
  background-color: #000;
  padding: 45px 0;
}

#globalFooter .secTxt01,
#globalFooter h2 {
  color: #fff;
}

#globalFooter .secTxt01 a,
#globalFooter h2 a {
  color: #fff;
  text-decoration: none;
  transition: 0.6s;
}

#globalFooter .secTxt01 a:hover,
#globalFooter h2 a:hover {
  transition: 0.6s;
  color: #f29100;
}

#globalFooter h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

#globalFooter .secTxt01 {
  font-size: 13px;
  line-height: 1.76923077;
}

#globalFooter .externalLnk {
  margin-top: 15px;
}

#globalFooter .externalLnk a {
  text-decoration: underline;
  position: relative;
  display: block;
  width: 100%;
}

#globalFooter .externalLnk a:after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/cmmn/icon_external.png) left top no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#globalFooter .col02 {
  width: 96%;
  margin: 0 auto 25px;
}

#globalFooter .col02 .col02List:first-child {
  float: left;
  width: 61.45833333%;
}

#globalFooter .col02 .col02List:first-child ul li.txt {
  width: 47.45762712%;
  float: right;
}

#globalFooter .col02 .col02List:first-child ul li.img {
  width: 46.61016949%;
  float: left;
}

#globalFooter .col02 .col02List:last-child {
  float: right;
  width: 31.25%;
}

#globalFooter .col02 .col02List:last-child ul li {
  width: 50%;
  float: left;
}

#globalFooter .col02 .col02List:last-child ul li a {
  text-decoration: underline;
}

#globalFooter .col02 .col02List:last-child ul li .secTxt01 {
  margin-bottom: 10px;
}

#globalFooter .col02 .col02List:last-child ul li .secTxt01:last-child {
  margin-bottom: 0;
}

#globalFooter #bnr {
  display: flex;
  gap: 2px;
  width: 96%;
  margin: 0 auto 25px;
}

#globalFooter #bnr .col04List {
  flex: 0 1 auto;
}

#globalFooter #bnr .col04List a {
  display: block;
  width: 100%;
  position: relative;
}

#globalFooter #bnr .col04List a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.6s;
  opacity: 0;
}

#globalFooter #bnr .col04List a:hover:before {
  transition: 0.6s;
  opacity: 1;
}

#globalFooter #bnr .col04List:first-child a:before {
  background: url(../img/cmmn/f_bnr01_on.png) left top no-repeat;
  background-size: 100%;
}

#globalFooter #bnr .col04List:nth-child(2) a:before {
  background: url(../img/cmmn/f_bnr_opera_on.png) left top no-repeat;
  background-size: 100%;
}

#globalFooter #bnr .col04List:nth-child(3) a:before {
  background: url(../img/cmmn/f_bnr_ig_on.png) left top no-repeat;
  background-size: 100%;
}

#globalFooter #bnr .col04List:nth-child(4) a:before {
  background: url(../img/cmmn/f_bnr_fb_on.png) left top no-repeat;
  background-size: 100%;
}

#globalFooter #bnr .col04List:last-child a:before {
  background: url(../img/cmmn/f_bnr_x_on.png) left top no-repeat;
  background-size: 100%;
}

#globalFooter #bnr .col04List:last-child {
  margin-right: 0;
}

#globalFooter .copy {
  width: 96%;
  margin: 0 auto;
}

#globalFooter .copy li {
  color: #fff;
  font-size: 10px;
}

#globalFooter .copy li:first-child {
  float: left;
}

#globalFooter .copy li:last-child {
  float: right;
}

@media screen and (min-width: 481px) and (max-width: 1025px) {
  .for-sp {
    display: none;
  }
  .inner {
    width: 94.79166667%;
    margin: 0 auto;
  }
  #wrap #mainContents .anchorNav ul li .ttl {
    font-size: 1.5vw;
    width: 88.88888889%;
    padding: 0 5.55555556%;
  }
  #wrap #mainContents .anchorNav ul li .name {
    font-size: 1.5vw;
    width: 88.88888889%;
    padding: 7px 5.55555556%;
  }
  #wrap #mainContents .anchorNav ul li .name .txt01 {
    font-size: 1.3vw;
  }
  #wrap #mainContents .anchorNav ul li .name .txt02 {
    font-size: 1.3vw;
  }
  #mainContents .setTicketNav {
    width: 90%;
  }
  #mainContents .setTicketNav dl {
    width: 100%;
  }
  #mainContents .setTicketNav dl dt {
    width: 5.4945054945%;
  }
  #mainContents .setTicketNav dl dt span {
    left: 12%;
  }
  #mainContents .setTicketNav dl dd {
    width: 94.0934065934%;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    width: 96%;
    margin: 0 auto;
  }
  img {
    width: 100%;
    height: auto;
  }
  .for-sp {
    display: block;
  }
  .for-pc {
    display: none !important;
  }
  #btn_pagetop {
    width: 50px;
    bottom: 30px;
    right: 2.66666667%;
  }
  #wrap {
    width: 100%;
    overflow: hidden;
  }
  #wrap #globalHeader {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  #wrap #globalHeader #logo01 {
    width: 32%;
  }
  #wrap #globalHeader #logo02 {
    width: 27.06666667%;
  }
  #wrap #globalHeader #logo03 {
    width: 27.33333333%;
    float: left;
  }
  #wrap #globalHeader .drawer-toggle {
    padding: 10px 0px;
    right: 4%;
  }
  #wrap #globalHeader .drawer-toggle .drawer-hamburger-icon {
    background-color: #fff;
    margin-top: 4px;
  }
  #wrap #globalHeader .drawer-toggle .drawer-hamburger-icon:after,
  #wrap #globalHeader .drawer-toggle .drawer-hamburger-icon:before {
    background-color: #fff;
  }
  #wrap #mainContents .anchorNav {
    width: 95.83333333%;
    margin: 0 auto;
  }
  #wrap #mainContents .anchorNav ul {
    width: 100%;
    margin-bottom: 0;
  }
  #wrap #mainContents .anchorNav ul li {
    width: 47.82608696%;
    margin-right: 0;
    margin-bottom: 7px;
  }
  #wrap #mainContents .anchorNav ul li .ttl {
    font-size: 11px;
    width: 88.88888889%;
    padding: 0 5.55555556%;
  }
  #wrap #mainContents .anchorNav ul li .ttl:before {
    right: 29%;
  }
  #wrap #mainContents .anchorNav ul li .ttl:after {
    font-size: 11px;
  }
  #wrap #mainContents .anchorNav ul li .name {
    font-size: 16px;
    width: 88.88888889%;
    padding: 7px 5.55555556%;
  }
  #wrap #mainContents .anchorNav ul li .name .txt01 {
    font-size: 11px;
  }
  #wrap #mainContents .anchorNav ul li .name .txt02 {
    font-size: 9px;
  }
  #wrap #globalFooter {
    padding: 15px 0;
  }
  #wrap #globalFooter .inner {
    width: 100%;
  }
  #wrap #globalFooter .col02 {
    width: 92%;
  }
  #wrap #globalFooter .col02 .col02List {
    width: 100%;
    float: none;
  }
  #wrap #globalFooter .col02 .col02List:first-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: #fff 1px solid;
  }
  #wrap #globalFooter .col02 .col02List:first-child ul li {
    width: 100%;
    float: none;
  }
  #wrap #globalFooter .col02 .col02List:first-child ul li.img {
    margin-bottom: 15px;
  }
  #wrap #globalFooter .col02 .col02List:last-child ul li {
    width: 48%;
  }
  #wrap #globalFooter .col02 .col02List:last-child ul li:first-child {
    float: left;
  }
  #wrap #globalFooter .col02 .col02List:last-child ul li:last-child {
    float: right;
  }
  #wrap #globalFooter .col02 .col02List:last-child ul li a {
    text-align: center;
    text-decoration: none;
    background-color: #808080;
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  #wrap #globalFooter .col02 .col02List:last-child .externalLnk {
    margin-top: 10px;
  }
  #wrap #globalFooter .col02 .col02List:last-child .externalLnk a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #808080;
    padding: 7px 0;
  }
  #wrap #globalFooter #bnr {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2vw;
    width: 92%;
    margin-bottom: 15px;
  }
  #wrap #globalFooter #bnr .col04List {
    width: 48.55072464%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #wrap #globalFooter .copy {
    width: 100%;
  }
  #wrap #globalFooter .copy li {
    float: none;
    text-align: center;
  }
  #wrap #globalFooter .mapLnk {
    width: 100%;
    margin-bottom: 20px;
  }
  #wrap #globalFooter .mapLnk a {
    background-color: #808080;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 7px 0;
    position: relative;
  }
  #wrap #globalFooter .mapLnk a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 12px;
    background: url(../img/cmmn/icon_arrow01.png) left top no-repeat;
    background-size: contain;
  }
  .drawer-nav .hmbrgrLogo {
    background: #f29100;
    background: linear-gradient(to bottom, #ffd282 0%, #f29100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#044776", endColorstr="#066EB7", GradientType=0);
  }
  .drawer-nav .hmbrgrLogo .col02List {
    width: 50%;
    float: left;
  }
  .drawer-nav .bg01 {
    background-color: #f29100;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .drawer-nav .bg01 ul {
    width: 92%;
    margin: 0 auto 10px;
  }
  .drawer-nav .bg01 ul:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .bg01 ul li {
    width: 47.82608696%;
  }
  .drawer-nav .bg01 ul li:first-child {
    float: left;
  }
  .drawer-nav .bg01 ul li:last-child {
    float: right;
  }
  .drawer-nav .bg01 ul li a {
    padding: 5px 0;
    background-color: hsl(346, 100%, 35%);
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    border-radius: 5px;
  }
  .drawer-nav .bnr {
    width: 85%;
    margin: 0 auto 10px;
  }
  .drawer-nav .hmbrgrSns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0 auto 10px;
  }
  .drawer-nav .hmbrgrSns .col03List {
    width: 30px;
  }
  .drawer-nav .hmbrgrSns .col03List a:hover img {
    opacity: 0.2;
  }
  .drawer-nav section {
    width: 92%;
    margin: 0 auto;
  }
  .drawer-nav section h2 {
    font-size: 16px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 7px 0;
    margin-bottom: 10px;
  }
  .drawer-nav section .hmbrgrTxt01 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .drawer-nav section .hmbrgrTxt01 span {
    font-size: 16px;
    font-weight: bold;
  }
  .drawer-nav section .hmbrgrLnk01 a {
    font-size: 16px;
    text-align: center;
    background-color: hsl(346, 100%, 35%);
    color: #fff;
    border-radius: 5px;
    padding: 7px 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
  }
  .drawer-nav section .hmbrgrLnk01 a::after {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 7px;
  }
  .drawer-open #wrap #globalHeader .drawer-toggle .drawer-hamburger-icon {
    background: rgba(0, 0, 0, 0);
  }
  .drawer-open .drawer-overlay {
    background-color: rgba(0, 0, 0, 0);
  }
}/*# sourceMappingURL=maps/common.css.map */
