@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
/******* reset.scss *******/
html {
  font-size: 62.5%;
}

html,
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
  font-weight: 400;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

fieldset, img, abbr {
  border: none;
}

ul, ol {
    padding-left: 24px;
}

strong {
  font-weight: bold;
}

a {
  color: #bf1d6c;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.wrapper {
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding-top: 82px;
}

br.sp {
  display: none;
}

img.sp {
  display: none;
}

.hmx_sp {
  display: none;
}

.hmx_shibuya, .hmx_yokosuka, .hmx_narita, .hmx_humax {
  display: none;
}

.hmx_ikebukuro {
  display: block;
}

/******header******/
.headWrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

header {
  border-bottom: 1px solid #bf1d6c;
  background-color: #fff;
  width: 100%;
}
header .headCont {
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
}
header .headLogo {
  width: 270px;
}
header .headLogo a {
  display: block;
}
header .headLogo a img {
  width: 100%;
}
header .headNavBtnArea {
  height: 82px;
  display: flex;
  margin-left: auto;
    width: 100%;
    justify-content: flex-end;
}
header .headNavBtnArea .headSearch,
header .headNavBtnArea .headTicket,
header .headNavBtnArea .headTicketCheck {
  border-left: 1px solid #eee;
}
header .headNavBtnArea .headSearch a,
header .headNavBtnArea .headSearch span,
header .headNavBtnArea .headTicket a,
header .headNavBtnArea .headTicket span,
header .headNavBtnArea .headTicketCheck a,
header .headNavBtnArea .headTicketCheck span {
  box-sizing: border-box;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  padding: 20px 13px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .headNavBtnArea .headSearch a:hover,
header .headNavBtnArea .headSearch span:hover,
header .headNavBtnArea .headTicket a:hover,
header .headNavBtnArea .headTicket span:hover,
header .headNavBtnArea .headTicketCheck a:hover,
header .headNavBtnArea .headTicketCheck span:hover {
  opacity: 0.6;
}
header .headNavBtnArea .headSearch a:before,
header .headNavBtnArea .headSearch span:before,
header .headNavBtnArea .headTicket a:before,
header .headNavBtnArea .headTicket span:before,
header .headNavBtnArea .headTicketCheck a:before,
header .headNavBtnArea .headTicketCheck span:before {
  background-repeat: no-repeat;
  background-size: 2000%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  background-image: url(../img/common/icon.png);
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
header .headNavBtnArea .headSearch.headSearch span:before,
header .headNavBtnArea .headTicket.headSearch span:before,
header .headNavBtnArea .headTicketCheck.headSearch span:before {
  background-position: -224px 0;
}
header .headNavBtnArea .headSearch.headSearch.c,
header .headNavBtnArea .headTicket.headSearch.c,
header .headNavBtnArea .headTicketCheck.headSearch.c {
  background-color: #eeeeee;
}
header .headNavBtnArea .headSearch.headSearch.c span,
header .headNavBtnArea .headTicket.headSearch.c span,
header .headNavBtnArea .headTicketCheck.headSearch.c span {
  color: #bf1d6c;
}
header .headNavBtnArea .headSearch.headSearch.c span:after,
header .headNavBtnArea .headTicket.headSearch.c span:after,
header .headNavBtnArea .headTicketCheck.headSearch.c span:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  background-image: url(../img/common/arrow.png);
  transform: rotate(90deg);
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
header .headNavBtnArea .headSearch.headTicket a:before,
header .headNavBtnArea .headTicket.headTicket a:before,
header .headNavBtnArea .headTicketCheck.headTicket a:before {
  background-position: -56px 0;
}
header .headNavBtnArea .headSearch.headTicketCheck a:before,
header .headNavBtnArea .headTicket.headTicketCheck a:before,
header .headNavBtnArea .headTicketCheck.headTicketCheck a:before {
  background-position: -252px 0;
  transform: rotate(45deg);
}
header .headNavBtnArea .headMenuBtn span {
  background-image: linear-gradient(0deg, #bf1d6c 0%, #e04a93 100%);
  color: #fff;
  font-size: 85%;
  font-family: Times;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 82px;
  text-decoration: none;
  transition: opacity 0.6s;
  text-decoration: none;
  width: 170px;
}
header .headNavBtnArea .headMenuBtn span:hover {
  opacity: 0.6;
}
header .headNavBtnArea .headMenuBtn span:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 20px;
  width: 25px;
  background-image: url(../img/common/headMenuIcon.png);
  margin-left: 10px;
}
header .headNavBtnArea .headMenuBtn.c span:after {
  background-position: 0 100%;
}
header .headNavBtnArea .headLink a {
  background-image: linear-gradient(0deg, #bf1d6c 0%, #e04a93 100%);
  color: #fff;
  display: flex;
  font-weight: 700;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 82px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.6s;
  text-decoration: none;
  width: 210px;
}
header .headNavBtnArea .headLink a:hover {
  opacity: 0.6;
}
header .theaterLogo {
  border-left: 1px solid #bf1d6c;
  margin-top: 2px;
  margin-left: 15px;
  padding-left: 15px;
}
header .theaterLogo img {
  vertical-align: middle;
}

/******footer******/
footer {
  background-color: #eee;
  padding: 0 0 35px;
  text-align: center;
  position: relative;
  z-index: 2;
}
footer .breadcrumbArea {
    background-color: #fff;
  border-top: 1px solid #f2f2f2;
}
footer .breadcrumbArea .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: left;
  background: transparent;
  list-style: none;
  padding-left: 0;
}
footer .breadcrumbArea .breadcrumb li {
  border-left: 1px solid #d2d2d2;
  font-size: 85%;
  margin-left: 15px;
}
footer .breadcrumbArea .breadcrumb li:last-child {
    margin-bottom: 0;
}
footer .breadcrumbArea .breadcrumb li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
footer .breadcrumbArea .breadcrumb li:before {
    content: '';
}
footer .pageTop {
  background-color: #bf1d6c;
  color: #fff;
  cursor: pointer;
  font-family: Times;
  padding: 15px 0;
}
footer .footBanner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1056px;
  margin: 0 auto 55px;
  padding-top: 80px;
  list-style: none;
  padding-left: 0;
}
footer .footBanner li {
  margin: 0 8px 15px;
  width: 195px;
}
footer .footBanner li a {
  display: block;
  transition: opacity 0.6s;
  text-decoration: none;
}
footer .footBanner li a:hover {
  opacity: 0.7;
}
footer .footBanner li a img {
  width: 100%;
}
footer .footCont {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 10px 0;
  position: relative;
  text-align: left;
}
footer .footLogo {
  margin: 0 auto 30px;
  text-align: center;
  width: 194px;
}
footer .footLogo img {
  width: 100%;
}
footer .footTheaterLink {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
footer .footTheaterLink li {
  margin: 0 12px;
  text-align: center;
}
footer .footTheaterLink li a {
  color: #000;
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
}
footer .footTheaterLink li a:after {
  background-color: #bf1d6c;
  content: "";
  height: 3px;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s;
  width: 100%;
}
footer .footTheaterLink li a:hover:after {
  opacity: 1;
}
footer .footNav {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-left: 0;
  list-style: none;
}
footer .footNav li {
  margin-bottom: 15px;
  width: 25%;
}
footer .footNav li a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.6s;
}
footer .footNav li a:hover {
  color: #bf1d6c;
}
footer .footCopyArea {
  border-top: 1px solid #a0a0a0;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
footer .footCopyArea ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
footer .footCopyArea ul li {
  font-size: 85%;
  margin-right: 20px;
}
footer .footCopyArea ul li:last-child {
  margin-right: 0;
}
footer .footCopyArea ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
}
footer .footCopyArea ul li a:hover {
  color: #bf1d6c;
}
footer .footCopy {
  font-size: 75%;
}
footer .footInputArea {
  background-color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  height: 40px;
  padding: 0 20px 0 10px;
  position: relative;
  position: absolute;
  bottom: 80px;
  right: 0px;
  width: 40px;
  transition: width 0.5s ease-in-out;
}
footer .footInputArea span {
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  z-index: 2;
}
footer .footInputArea input[type="text"] {
  border: none;
  border-radius: 50px;
  height: 40px;
  width: 0;
  transition: width 0.5s ease-in-out;
}
footer .footInputArea button {
  border: none;
  background: none;
  position: absolute;
  top: 5px;
  right: 3px;
}
footer .footInputArea button img {
  width: 18px;
}
footer .footInputArea.show {
  width: 230px;
}
footer .footInputArea.show span {
  display: none;
}
footer .footInputArea.show input[type="text"] {
  width: 180px;
  font-size: 80%;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
footer .corporationNav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .corporationNav dt {
  color: #A5A5A5;
  font-size: 73%;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
}
footer .corporationNav dd {
  font-size: 73%;
  margin-right: 20px;
}
footer .corporationNav dd a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}
footer .corporationNav dd a:hover {
  color: #bf1d6c;
}
footer .theaterFootLogoArea {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
footer .theaterFootLogoArea .footLogo {
  margin: 0;
}
footer .theaterFootLogoArea .theaterLogo {
  border-left: 1px solid #a0a0a0;
  margin-left: 20px;
  margin-top: 3px;
  padding-left: 20px;
  line-height: 120%;
}
footer .theaterFootLogoArea .theaterLogo img {
  width: 135px;
}
footer .theaterFootLogoArea .footInputArea {
  bottom: -10px;
}
footer .theaterFootLinkArea {
  display: flex;
  margin-bottom: 30px;
}
footer .theaterFootLinkArea .theaterFootLink {
  box-sizing: border-box;
  padding-right: 20px;
  width: 25%;
}
footer .theaterFootLinkArea .theaterFootLink dt {
  font-size: 86%;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .theaterFootLinkArea .theaterFootLink dt a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}
footer .theaterFootLinkArea .theaterFootLink dt a:hover {
  color: #bf1d6c;
}
footer .theaterFootLinkArea .theaterFootLink ul {
    padding-left: 0;
    list-style: none;
}
footer .theaterFootLinkArea .theaterFootLink ul li {
  font-size: 73%;
  margin-bottom: 5px;
}
footer .theaterFootLinkArea .theaterFootLink ul li:first-child {
  display: none;
}
footer .theaterFootLinkArea .theaterFootLink ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}
footer .theaterFootLinkArea .theaterFootLink ul li a:hover {
  color: #bf1d6c;
}
footer .theaterFootLinkArea .corporationNav {
  box-sizing: border-box;
  padding-right: 20px;
  display: block;
  margin: 35px 0 0;
  width: 25%;
}
footer .theaterFootLinkArea .corporationNav dd {
  margin: 0 0 5px;
}
footer .theaterFootLinkArea .theaterOtherLinkArea {
  width: 25%;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .theaterOtherLink {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .theaterOtherLink li {
  font-size: 86%;
  font-weight: 700;
  margin-bottom: 7px;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .theaterOtherLink li a {
  color: #000;
  text-decoration: none;
  transition: all 0.6s;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .theaterOtherLink li a:hover {
  color: #bf1d6c;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .socialLink {
  display: flex;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  z-index: 1;
}
footer .theaterFootLinkArea .theaterOtherLinkArea .socialLink li {
  margin-right: 10px;
}

/******modalArea******/
.menuOpen {
  height: 100%;
  overflow: hidden;
}

.view .modalWrap {
  opacity: 1;
  height: auto;
}

.modalWrap {
  box-sizing: border-box;
  padding: 00px 0 10px;
  width: 100%;
  overflow-y: scroll;
  height: 0;
  opacity: 0;
  transition: opacity 0.6s;
}

.modalArea {
  background-color: #eeeeee;
  max-width: 1340px;
  margin: 0 auto 50px;
}

.headSearchArea,
.headMenuArea {
  box-sizing: border-box;
  visibility: hidden;
  height: 0;
  max-width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}
.headSearchArea.c,
.headMenuArea.c {
  visibility: visible;
  height: auto;
  padding: 60px 10px;
  overflow: visible;
}

.dateLinkArea {
  margin: 0 auto 40px;
  padding: 0 30px;
}
.dateLinkArea .dateLink {
  margin-right: 2px;
}
.dateLinkArea .dateLink a {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  display: block;
  font-size: 160%;
  padding: 12px 0 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.6s;
}
.dateLinkArea .dateLink a span {
  border-top: 1px solid #eeeeee;
  font-size: 62.5%;
  display: block;
  margin-top: 12px;
  padding: 8px 0;
}
.dateLinkArea .dateLink a.gray {
  background-color: #bfbfbf;
}
.dateLinkArea .dateLink a.c, .dateLinkArea .dateLink a:hover {
  background-color: #bf1d6c;
  color: #fff;
}
.dateLinkArea .dateLink a.c span, .dateLinkArea .dateLink a:hover span {
  border-top-color: #fff;
}
.dateLinkArea .slick-arrow {
  border-radius: 0 2px 2px 0;
  background-color: #a0a0a0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  transition: opacity 0.6s;
  text-decoration: none;
}
.dateLinkArea .slick-arrow:hover {
  opacity: 0.7;
}
.dateLinkArea .slick-arrow:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  background-image: url(../img/common/arrow02.png);
}
.dateLinkArea .slick-arrow.prev {
  border-radius: 2px 0 0 2px;
  right: auto;
  left: 0;
}
.dateLinkArea .slick-arrow.prev:before {
  transform: scale(-1, 1);
}

.purposeLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  list-style: none;
  padding-left: 0;
}
.purposeLink li {
  margin-right: 1.44%;
  width: 18.847%;
}
.purposeLink li:last-child {
  margin-right: 0;
}
.purposeLink li a {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  line-height: 140%;
  font-weight: 700;
  display: flex;
  height: 115px;
  justify-content: center;
  align-items: center;
  padding: 60px 0 0;
  position: relative;
  text-decoration: none;
  transition: all 0.6s;
}
.purposeLink li a:before {
  background-repeat: no-repeat;
  background-size: 500%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 58px;
  width: 65px;
  background-image: url(../img/common/purposeIcon.png);
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.purposeLink li a:hover {
  background-color: #bf1d6c;
  color: #fff;
}
.purposeLink li a.purpse01:before {
  background-position: 0px 0;
}
.purposeLink li a.purpse01:hover:before {
  background-position: 0px 100%;
}
.purposeLink li a.purpse02:before {
  background-position: -65px 0;
}
.purposeLink li a.purpse02:hover:before {
  background-position: -65px 100%;
}
.purposeLink li a.purpse03:before {
  background-position: -130px 0;
}
.purposeLink li a.purpse03:hover:before {
  background-position: -130px 100%;
}
.purposeLink li a.purpse04:before {
  background-position: -195px 0;
}
.purposeLink li a.purpse04:hover:before {
  background-position: -195px 100%;
}
.purposeLink li a.purpse05:before {
  background-position: -260px 0;
}
.purposeLink li a.purpse05:hover:before {
  background-position: -260px 100%;
}

.keywordLink {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.keywordLink li {
  font-size: 105%;
  margin: 0 20px 10px 0;
}

.headSearchBtn {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.headSearchBtn li {
  margin: 0 10px;
  width: 300px;
}
.headSearchBtn li a {
  background-color: #a0a0a0;
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.6s;
}
.headSearchBtn li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  background-image: url(../img/common/arrow02.png);
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.headSearchBtn li a:hover {
  background-color: #bf1d6c;
}
@media screen and (max-width: 960px) {
  .headSearchBtn li a {
    border-radius: 4px;
    height: 11vw;
    font-size: 110%;
  }
  .headSearchBtn li a:after {
    margin-top: -1.3vw;
    height: 2.667vw;
    right: 3vw;
    width: 1.6vw;
  }
}
.headSearchBtn li.ticketLink a {
  background-color: #bf1d6c;
}
.headSearchBtn li.ticketLink a:hover {
  background-color: #a0a0a0;
}

.gNav {
  border-top: 1px solid #a0a0a0;
  border-bottom: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0;
}
.gNav li {
  border-bottom: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  box-sizing: border-box;
  width: 33.333%;
}
.gNav li:nth-child(3n+1) {
  border-left: 1px solid #a0a0a0;
}
.gNav li a {
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 45px 30px 45px 80px;
  position: relative;
  text-decoration: none;
  transition: all 0.6s;
}
.gNav li a:before {
  background-repeat: no-repeat;
  background-size: 2000%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url(../img/common/icon.png);
  position: absolute;
  margin-top: -14px;
  top: 50%;
  left: 25px;
}
.gNav li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  background-image: url(../img/common/arrow.png);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 30px;
}
.gNav li a:hover {
  background-color: #bf1d6c;
  color: #fff;
}
.gNav li a:hover:after {
  background-image: url(../img/common/arrow02.png);
}
.gNav li.nav01 a:before {
  background-position: 0px 0;
}
.gNav li.nav01 a:hover:before {
  background-position: 0px 100%;
}
.gNav li.nav02 a:before {
  background-position: -30px 0;
}
.gNav li.nav02 a:hover:before {
  background-position: -30px 100%;
}
.gNav li.nav03 a:before {
  background-position: -60px 0;
}
.gNav li.nav03 a:hover:before {
  background-position: -60px 100%;
}
.gNav li.nav04 a:before {
  background-position: -90px 0;
}
.gNav li.nav04 a:hover:before {
  background-position: -90px 100%;
}
.gNav li.nav05 a:before {
  background-position: -120px 0;
}
.gNav li.nav05 a:hover:before {
  background-position: -120px 100%;
}
.gNav li.nav06 a:before {
  background-position: -150px 0;
}
.gNav li.nav06 a:hover:before {
  background-position: -150px 100%;
}
.gNav li.nav07 a:before {
  background-position: -180px 0;
}
.gNav li.nav07 a:hover:before {
  background-position: -180px 100%;
}
.gNav li.nav08 a:before {
  background-position: -210px 0;
}
.gNav li.nav08 a:hover:before {
  background-position: -210px 100%;
}
.gNav li.nav15 a:before {
  background-position: -420px 0;
}
.gNav li.nav15 a:hover:before {
  background-position: -420px 100%;
}
.gNav li.nav18 a:before {
  background-position: -510px 0;
}
.gNav li.nav18 a:hover:before {
  background-position: -510px 100%;
}
.gNav li.nav19 a:before {
  background-position: -540px 0;
}
.gNav li.nav19 a:hover:before {
  background-position: -540px 100%;
}
.gNav li.nav20 a:before {
  background-position: -390px 0;
}
.gNav li.nav20 a:hover:before {
  background-position: -390px 100%;
}

.headMenuInfoArea {
  display: flex;
  justify-content: space-between;
}
.headMenuInfoArea .headSubMenu {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 50%;
  list-style: none;
  padding-left: 0;
}
.headMenuInfoArea .headSubMenu li {
  margin: 0 0 12px 0;
  width: 45%;
}
.headMenuInfoArea .headSubMenu li a {
  color: #000;
  text-decoration: none;
}
.headMenuInfoArea .headSubMenu li a:hover {
  color: #bf1d6c;
  text-decoration: underline;
}
.headMenuInfoArea .headSubMenu li a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  background-image: url(../img/common/arrow.png);
  display: inline-block;
  margin-right: 10px;
  vertical-align: 0.1em;
}
.headMenuInfoArea .headTopicsArea {
  width: 50%;
}
.headMenuInfoArea .headTopicsArea dl dt {
  margin: 25px 0 10px;
}
.headMenuInfoArea .headTopicsArea dl dt a {
  font-size: 85%;
  margin-left: 15px;
  color: #000;
}
.headMenuInfoArea .headTopicsArea dl dd a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.headMenuInfoArea .headTopicsArea dl dd a:hover {
  color: #bf1d6c;
  text-decoration: underline;
}
.headMenuInfoArea .headSubMenuArea {
  width: 50%;
}
.headMenuInfoArea .headSubMenuArea .headSubMenu {
  width: 100%;
}
.headMenuInfoArea .headSubMenuArea .socialLink {
  margin: 0;
  display: flex;
  margin-bottom: 35px;
  position: relative;
  top: auto;
  right: auto;
  padding-left: 0;
  list-style: none;
}
.headMenuInfoArea .headSubMenuArea .socialLink li {
  margin: 0 20px 0 0;
}

.socialLink {
  margin-top: -30px;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 50;
  list-style: none;
  padding-left: 0;
}
.socialLink li {
  margin: 0 0 10px;
  text-align: center;
  transition: opacity 0.6s;
  text-decoration: none;
  width: 36px;
}
.socialLink li:hover {
  opacity: 0.8;
}
.socialLink li img {
  width: 100%;
}

/******main******/
main {
  display: block;
}

h2 {
  border-left: 3px solid #bf1d6c;
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 10px;
}
h2.titleStyle02 {
  border-left: none;
}

section .secCont {
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 10px;
}
section h3 {
  font-size: 185%;
  font-weight: 700;
  margin: 0 auto 35px;
  line-height: 120%;
  text-align: center;
}
section h3 span {
  font-family: Times;
  color: #bf1d6c;
  display: block;
  font-size: 50%;
}
section .linkBtn {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
section .linkBtn a {
  background-color: #a0a0a0;
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.6s;
}
section .linkBtn a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  background-image: url(../img/common/arrow02.png);
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 15px;
}
section .linkBtn a:hover {
  background-color: #bf1d6c;
}
@media screen and (max-width: 960px) {
  section .linkBtn a {
    border-radius: 4px;
    height: 11vw;
    font-size: 110%;
  }
  section .linkBtn a:after {
    margin-top: -1.3vw;
    height: 2.667vw;
    right: 3vw;
    width: 1.6vw;
  }
}

span.small {
  font-size: 85%;
}
span.keyColor01 {
  color: #bf1d6c;
}

.alCenter {
  text-align: center;
}

.alRight {
  text-align: right;
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 75px !important;
}

section .secCont p{
    margin-top: 12px;
}
.pictRowArea.quarter.mb30 .detail h4 {
    margin-top: 12px;
}