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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .025em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    letter-spacing: .05em;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

ul,
ol {
  list-style-type: none;
}

small,
em {
  font-style: normal;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 共通 */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.svg-symbols {
  display: none;
}

.section {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .section {
    padding: 100px 0;
  }
}

.section--pt20 {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .section--pt30sp {
    padding-top: 30px;
  }
}

.bg {
  position: relative;
  z-index: 0;
}

.bg--red {
  background-color: #B72B46;
}

.bg--gray {
  background-color: #F0EEF1;
}

.bg--under {
  z-index: -1;
}

.bg--pattern::after,
.bg--score::after,
.bg--illust::before,
.bg--illust::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg--pattern::after {
  background: url(../img/bg_pattern.jpg) repeat cadetblue / 1112px;
  background-image: image-set(url(../img/bg_pattern.jpg) 1x, url(../img/bg_pattern@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bg_pattern.jpg) 1x, url(../img/bg_pattern@2x.jpg) 2x);
  opacity: .4;
}

.bg--score::after {
  background: url(../img/bg_pattern.png) no-repeat center / cover;
  background-image: image-set(url(../img/bg_score.png) 1x, url(../img/bg_score@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_score.png) 1x, url(../img/bg_score@2x.png) 2x);
  opacity: .3;
}

.bg--illust {
  padding-bottom: 250px;
}
@media screen and (min-width: 769px) {
  .bg--illust {
    padding-bottom: 17.857vw;
  }
}

.bg--illust::before {
  background: url(../img/bg_illust_sp.png) no-repeat center bottom 103px / 241px auto;
}
@media screen and (min-width: 769px) {
  .bg--illust::before {
    background-image: url(../img/bg_illust.png);
    background-image: image-set(url(../img/bg_illust.png) 1x, url(../img/bg_illust@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/bg_illust.png) 1x, url(../img/bg_illust@2x.png) 2x);
    background-position: center top 157px;
    background-size: 981px auto;
  }
}

.bg--illust::after {
  top: auto;
  bottom: -82px;
  background: url(../img/bg_score_deco.png) no-repeat left bottom / 160% auto;
  background-image: image-set(url(../img/bg_score_deco.png) 1x, url(../img/bg_score_deco@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_score_deco.png) 1x, url(../img/bg_score_deco@2x.png) 2x);
  opacity: .3;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .bg--illust::after {
    bottom: -14.286vw;
    background-size: 100%;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
  color: #808080;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .breadcrumbs {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

.breadcrumbs li:not(:last-of-type) {
  margin-right: .5em;
}
.breadcrumbs li:not(:last-of-type)::after {
  content: ">";
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  width: 100%;
  height: 150px;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .title {
    margin-top: 80px;
    height: 214px;
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .title.bg--pattern::after {
    background-size: 780px;
  }
}

.title svg {
  margin-right: 19px;
  fill: #B72B46;
}

.title--ticket svg {
  width: 43px;
}
@media screen and (min-width: 769px) {
  .title--ticket svg {
    width: 61px;
  }
}

.title--member svg {
  width: 15px;
}
@media screen and (min-width: 769px) {
  .title--member svg {
    width: 22px;
  }
}

.title--venue svg {
  width: 21px;
}
@media screen and (min-width: 769px) {
  .title--venue svg {
    width: 30px;
  }
}

.title--event svg {
  width: 28px;
}
@media screen and (min-width: 769px) {
  .title--event svg {
    width: 39px;
  }
}

.title--contact svg {
  width: 25px;
}
@media screen and (min-width: 769px) {
  .title--contact svg {
    width: 35px;
  }
}

.title--news svg {
  width: 26px;
}
@media screen and (min-width: 769px) {
  .title--news svg {
    width: 38px;
  }
}

.heading {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .heading {
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: 28px;
  }
}

.heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 1px;
  background-color: #B72B46;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .heading::after {
    width: 60px;
  }
}

.heading--white {
  color: #FFF;
}
.heading--white::after {
  background-color: #FFF;
}

.heading--mt40 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .heading--mt40 {
    margin-top: 50px;
  }
}

.heading--mt90 {
  margin-top: 90px;
}
@media screen and (min-width: 769px) {
  .heading--mt90 {
    margin-top: 110px;
  }
}

.text {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .text {
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}

.bg--red .text {
  color: #FFF;
}

.text--center {
  text-align: center;
}

.text--contact {
  margin: 5px 0 25px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .text--contact {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.text a {
  color: #B72B46;
  text-decoration: underline;
}

.post {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .post {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .post-inner {
    padding: 30px;
  }
}

.post-date {
  display: block;
}
@media screen and (min-width: 769px) {
  .post-date {
    font-size: 15px;
  }
}

.post-title {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .post-title {
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.post .post-title {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .post .post-title {
    font-size: 22px;
  }
}

.post-title__tags {
  display: inline;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .post-title__tags {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.wisiwyg h1,
.wisiwyg h2,
.wisiwyg h3,
.wisiwyg h4,
.wisiwyg h5,
.wisiwyg h6,
.wisiwyg b,
.wisiwyg strong {
  font-weight: bolder;
}

.wisiwyg blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

.wisiwyg i,
.wisiwyg cite,
.wisiwyg em,
.wisiwyg var,
.wisiwyg address {
  font-style: italic;
}

.wisiwyg pre,
.wisiwyg tt,
.wisiwyg code,
.wisiwyg kbd,
.wisiwyg samp {
  font-family: monospace;
}

.wisiwyg pre {
  white-space: pre;
}

.wisiwyg button,
.wisiwyg textarea,
.wisiwyg input,
.wisiwyg select {
  display: inline-block;
}

.wisiwyg big {
  font-size: 1.17em;
}

.wisiwyg small,
.wisiwyg sub,
.wisiwyg sup {
  font-size: 0.83em;
}

.wisiwyg sub {
  vertical-align: sub;
}

.wisiwyg sup {
  vertical-align: super;
}

.wisiwyg thead,
.wisiwyg tbody,
.wisiwyg tfoot {
  vertical-align: middle;
}

.wisiwyg td,
.wisiwyg th,
.wisiwyg tr {
  vertical-align: inherit;
}

.wisiwyg s,
.wisiwyg strike,
.wisiwyg del {
  text-decoration: line-through;
}

.wisiwyg hr {
  border: 1px inset;
}

.wisiwyg ol,
.wisiwyg ul,
.wisiwyg dir,
.wisiwyg menu,
.wisiwyg dd {
  margin-left: 40px;
}

.wisiwyg ul {
  list-style-type: disc;
}

.wisiwyg ol {
  list-style-type: decimal;
}

.wisiwyg ol ul,
.wisiwyg ul ol,
.wisiwyg ul ul,
.wisiwyg ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.wisiwyg u,
.wisiwyg ins {
  text-decoration: underline;
}

.wisiwyg center {
  text-align: center;
}

.wisiwyg a {
  color: #b72b46;
  text-decoration: underline;
}

.wisiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wisiwyg .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.event-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .event-list li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.event-list li a {
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
@media screen and (min-width: 769px) {
  .event-list li a {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.event-list li a:hover {
  opacity: .7;
}

.event-list__image {
  width: 100%;
  height: 58.667vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .event-list__image {
    height: 220px;
  }
}

.event-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .event-list__image img {
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  .event-list li a:hover .event-list__image img {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 769px) {
  .event-wrap {
    display: flex;
    align-items: flex-start;
    padding: 30px 30px 20px;
  }
}

.event-image {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .event-image {
    margin-right: 5.556%;
    margin-bottom: 0;
    width: 44.444%;
  }
}

.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-image img:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .event-text {
    width: 50%;
  }
}

.event-tag {
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 12px;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .event-tag {
    font-size: 14px;
    vertical-align: middle;
  }
  .post-title__tags .event-tag:first-of-type {
    margin-left: 10px;
  }
}

.event-caption {
  margin-bottom: 20px;
  color: #B72B46;
  font-size: 16px;
  font-weight: 700;
}

.event-description {
  padding-bottom: 15px;
  border-bottom: 1px dotted #CECECE;
  margin-bottom: 20px;
  text-align: justify;
}

.event-info {
  display: flex;
  flex-wrap: wrap;
}

.event-info dt {
  width: 22px;
  margin-right: 8px;
  text-align: center;
}

.event-info dt svg {
  fill: #B72B46;
}

.event-info dt.event svg, 
.event-info dt.ticket svg {
  width: 22px;
}

.event-info dt.venue svg {
  width: 14px;
}

.event-info dt.price svg {
  width: 20px;
}

.event-info dt.playguide svg {
  width: 22px;
}

.event-info dd {
  width: calc(100% - 30px);
  color: #606060;
}

.event-info dd.del {
  text-decoration: line-through;
}

.post .event-info dd {
  color: #000;
}

.event-note {
  margin-top: 15px;
}

.link,
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 50px;
  border: 1px solid #000;
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  height: 60px;
  background-color: #000;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.link:hover,
.btn:hover {
  background-color: #FFF;
  color: #000;
}

.bg--score .link {
  border-color: #FFF;
  background-color: transparent;
}

.bg--score .link:hover {
  background-color: #FFF;
  color: #B72B46;
}

.bg--score .link:hover::before,
.bg--score .link:hover::after {
  background-color: #B72B46;
}

.event-text .link {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .event-text .link {
    margin-top: 40px;
    margin-left: 0;
  }
}

.link::before,
.link::after,
.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  height: 1px;
  background-color: #FFF;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.link::before,
.btn::before {
  width: 25px;
}

.link::after,
.btn::after {
  width: 11px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

.link:hover:before,
.link:hover::after,
.btn:hover::before,
.btn:hover::after {
  background-color: #000;
}

.link--red,
.btn--red {
  border-color: #B72B46;
  background-color: #B72B46;
}

.link--red:hover,
.btn--red:hover {
  background-color: #FFF;
  color: #B72B46;
}

.link--red:hover::before,
.btn--red:hover::before,
.link--red:hover::after,
.btn--red:hover::after {
  background-color: #B72B46;
}

.link--red svg,
.btn--red svg {
  fill: #FFF;
}

.link--red:hover svg,
.btn--red:hover svg {
  fill: #B72B46;
}

.link--wide {
  max-width: 475px;
  height: 80px;
}

.link--mini {
  max-width: 240px;
}

.link--reverse::before,
.link--reverse::after,
.btn--reverse::before,
.btn--reverse::after {
  left: 15px;
  right: auto;
}

.link--reverse::after,
.btn--reverse::after {
  transform: rotate(-45deg);
  transform-origin: left bottom;
}

.link--ticket {
  max-width: 600px;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .link--ticket {
    font-size: 20px;
  }
}

.link--ticket svg {
  margin-right: 15px;
  width: 45px;
}
@media screen and (min-width: 769px) {
  .link--ticket svg {
    margin-right: 19px;
    width: 56px;
  }
}

.btn:disabled {
  border: none;
  background-color: rgba(0, 0, 0, .2);
  pointer-events: none;
}

.copy {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .copy {
    margin-bottom: 40px;
    font-size: 28px;
  }
}

.bg--illust .copy {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .bg--illust .copy {
    margin-top: 50px;
  }
}

.copy--white {
  color: #FFF;
}

.copy--red {
  color: #B72B46;
}

.copy + .text {
  padding: 0;
  line-height: 2.5;
}

.postal-transfer {
  margin: 40px 0 30px;
}
@media screen and (min-width: 769px) {
  .postal-transfer {
    display: flex;
    align-items: flex-start;
    margin: 100px 0 50px;
  }
}

.postal-transfer__text {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .postal-transfer__text {
    margin-right: 50px;
    margin-bottom: 0;
    width: 40%;
  }
}

.postal-transfer__heading {
  display: inline-block;
  position: relative;
  padding: 8px 20px;
  margin-right: 13px;
  background-color: #000;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .postal-transfer__heading {
    font-size: 16px;
  }
}

.postal-transfer__heading::before, 
.postal-transfer__heading::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 13px;
  height: 50%;
  background-color: #000;
}

.postal-transfer__heading::before {
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.postal-transfer__heading::after {
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.postal-transfer__lead {
  margin-top: 25px;
  color: #B72B46;
  font-weight: 700;
}

.postal-transfer__list {
  margin: 20px 0 25px;
}
@media screen and (min-width: 769px) {
  .postal-transfer__list {
    margin: 30px 0;
  }
}

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

.postal-transfer__list li::before {
  content: "・";
}

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

.postal-transfer__note em {
  font-size: 120%;
  font-weight: 700;
}

.telnum {
  display: block;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .telnum {
    font-size: 54px;
  }
}

.bg--red .telnum {
  color: #FFF;
}

.telnum svg {
  width: 27px;
  fill: #B72B46;
}
@media screen and (min-width: 769px) {
  .telnum svg {
    width: 39px;
  }
}

.bg--red .telnum svg {
  fill: #000;
}

.splinks {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
}

.splinks li {
  width: 50%;
  height: 100%;
}

.splinks li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.splinks li.ticket a {
  background-color: #B72B46;
}

.splinks li.event a {
  background-color: #4E0020;
}

.splinks li svg {
  margin-bottom: 8px;
  fill: #FFF;
}

.splinks li.ticket svg {
  width: 39px;
}

.splinks li.event svg {
  width: 30px;
}

.empty-text {
  margin: 5em 0;
  text-align: center;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  color: #FFF;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .header {
    height: 80px;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  height: 100%;
}

.header__logo {
  position: relative;
  margin-left: 15px;
  width: 111px;
}
@media screen and (min-width: 769px) {
  .header__logo {
    margin-left: 35px;
    width: 147px;
  }
}

.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header__logo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.header__logo svg {
  width: 100%;
  fill: #FFF;
}

.header__switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}

.header__switch span {
  display: inline-block;
  position: absolute;
  left: 18px;
  border-radius: 2px;
  width: 24px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
}

.header__switch span:nth-of-type(1) {
  top: 20px;
}
.header__switch.open span:nth-of-type(1) {
  top: 27px;
  transform: rotate(225deg);
}

.header__switch span:nth-of-type(2) {
  top: 27px;
}
.header__switch.open span:nth-of-type(2) {
  opacity: 0;
}

.header__switch span:nth-of-type(3) {
  top: 34px;
}
.header__switch.open span:nth-of-type(3) {
  top: 27px;
  transform: rotate(-225deg);
}

.gnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #000;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
@media screen and (max-width: 768px) {
  .gnav {
    opacity: 0;
    pointer-events: none;
  }
  .gnav.open {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (min-width: 769px) {
  .gnav {
    position: static;
    margin-left: 10px;
    max-width: 1040px;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .gnav__list {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.gnav__list li {
  position: relative;
  height: 60px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .gnav__list li {
    flex: 1 0 auto;
    height: 100%;
  }
}

.gnav__list li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .gnav__list li:not(:last-of-type)::before {
    top: 50%;
    width: 1px;
    height: 50px;
    transform: translateY(-50%);
  }
}

.gnav__list li.ticket {
  background-color: #B72B46;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .gnav__list li.ticket {
    width: 23.1%;
    max-width: 240px;
    font-size: 20px;
  }
}

.gnav__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gnav__list li svg {
  position: absolute;
  top: 50%;
  left: calc(50% - 119px);
  fill: #B72B46;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .gnav__list li svg {
    position: static;
    margin-right: 10px;
    transform: unset;
  }
}

.gnav__list li.event svg {
  width: 30px;
}

.gnav__list li.venue svg {
  width: 19px;
}

.gnav__list li.member svg {
  width: 17px;
}

.gnav__list li.contact svg {
  width: 25px;
}

.gnav__list li.ticket svg {
  width: 47px;
  fill: #FFF;
}

/* フッター */
.footer {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-bottom: 0;
  }
}

.footer__wrap {
  padding: 40px 20px 30px;
  background-color: #000;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .footer__wrap {
    padding-top: 50x;
    padding-bottom: 50px;
  }
}

.footer__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 769px) {
  .footer__container {
    display: flex;
    justify-content: space-between;
  }
}

.footer__text {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .footer__text {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.footer__logo {
  display: block;
  margin-bottom: 30px;
  width: 174px;
}

.footer__logo svg {
  width: 100%;
  fill: #FFF;
}

.footer__sns-btn {
  position: absolute;
  left: 222px;
  top: 22px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.footer__sns-btn:hover {
  opacity: .7;
}

.footer__tel {
  display: block;
  margin-top: 15px;
  font-size: 26px;
  font-weight: 700;
}

.footer__tel svg {
  margin-right: 10px;
  width: 19px;
  fill: #FFF;
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57%;
}
@media screen and (min-width: 769px) {
  .gmap {
    padding-top: 0;
    width: 350px;
    height: 200px;
  }
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 10px;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .footer__list {
    margin-top: 25px;
    max-width: 470px;
    font-size: 14px;
  }
}

.footer__list li {
  flex: 1 0 auto;
  position: relative;
  text-align: center;
}

.footer__list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 75%;
  background-color: #000;
  transform: translateY(-50%);
}

.copyright {
  padding: 13px 0;
  color: #797979;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .copyright {
    padding: 16px 0;
    font-size: 11px;
  }
}

/* トップ */
.carousel {
  margin-top: 60px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .carousel {
    margin-top: 110px;
  }
}

.slick-dotted.carousel {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .slick-dotted.carousel {
    margin-bottom: 50px;
  }
}

.carousel .slick-slide {
  padding: 10px;
}

.carousel a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .carousel img {
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  .carousel a:hover img {
    transform: scale(1.1);
  }
}

.carousel .slick-prev,
.carousel .slick-next {
  top: auto;
  bottom: -30px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .carousel .slick-prev,
  .carousel .slick-next {
    bottom: -45px;
  }
}

.carousel .slick-prev {
  left: auto;
  right: calc(50% + 70px);
}

.carousel .slick-next {
  left: calc(50% + 70px);
  right: auto;
}

.carousel .slick-prev::before,
.carousel .slick-next::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  opacity: 1;
}

.carousel .slick-prev::before {
  transform: rotate(-45deg);
}

.carousel .slick-next::before {
  transform: rotate(135deg);
}

.carousel .slick-dots {
  bottom: -20px;
}
@media screen and (min-width: 769px) {
  .carousel .slick-dots {
    bottom: -35px;
  }
}

.carousel .slick-dots li {
  margin: 0;
}

.carousel .slick-dots li button:before {
  color: #CCC;
  font-size: 10px;
  opacity: 1;
}

.carousel .slick-dots li.slick-active button:before {
  color: #B72B46;
  opacity: 1;
}

.top-title {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top-title {
    font-size: 18px;
  }
}

.top-title em {
  display: block;
  font-family: Arial, Helvetica, "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top-title em {
    font-size: 36px;
  }
}

.event-list--top {
  margin: 20px 0 30px;
}
@media screen and (min-width: 769px) {
  .event-list--top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .event-list--top li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.event-list--top li a {
  padding: 7.5px;
}
@media screen and (min-width: 769px) {
  .event-list--top li a {
    padding: 0;
    width: 320px;
  }
}

.event-list--top li a:hover {
  opacity: inherit;
}

.event-list--top .post-title {
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 15px;
}

.event-list--top .post-title,
.event-list--top .event-info {
  padding: 0 15px;
}

.news-list {
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  .news-list {
    margin-top: 45px;
    font-size: 15px;
  }
}

.news-list li.hide {
  display: none;
}

.news-list li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (min-width: 769px) {
  .news-list li a {
    padding: 20px;
  }
}

.news-list li:first-of-type a {
  border-top: 1px solid #C4C4C4;
}

@media screen and (min-width: 769px) {
  .news-list .post-date {
    display: inline-block;
    margin-right: 20px;
  }
}

.more {
  display: none;
  margin-top: 50px;
}

.more .btn::before,
.more .btn::after {
  top: auto;
  bottom: calc(50% - 6px);
  right: 24px;
  width: 1px;
  height: 12px;
}

.more .btn::before {
  transform: rotate(45deg);
  transform-origin: left bottom;
}

.more .btn::after {
  transform: rotate(-45deg);
  transform-origin: right bottom;
}

/* チケット購入方法 */
.anker-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .anker-list {
    gap: 44px;
    margin-bottom: 90px;
  }
}

.anker-list li {
  width: 31%;
  min-width: 105px;
}
@media screen and (min-width: 769px) {
  .anker-list li {
    width: 304px;
    height: 70px;
  }
}

.anker-list li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 9px 5px;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
@media screen and (min-width: 769px) {
  .anker-list li a {
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 40px;
    font-size: 15px;
  }
}

.anker-list li a:hover {
  background-color: #FFF;
  color: #000;
}

.anker-list__text {
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .anker-list__text {
    margin-bottom: 0;
  }
}

.anker-list__arrow {
  display: block;
  position: relative;
  border-radius: 50%;
  margin: auto auto 0;
  width: 11px;
  height: 11px;
  background-color: #FFF;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
@media screen and (min-width: 769px) {
  .anker-list__arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: 0;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
  }
}

.anker-list li a:hover .anker-list__arrow {
  background-color: #000;
}

.anker-list__arrow::before,
.anker-list__arrow::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px);
  border-radius: 1px;
  width: 1px;
  height: 4px;
  background-color: #000;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
@media screen and (min-width: 769px) {
  .anker-list__arrow::before,
  .anker-list__arrow::after {
    bottom: calc(50% - 5px);
    border-radius: 2px;
    width: 2px;
    height: 6px;
  }
}

.anker-list li a:hover .anker-list__arrow::before,
.anker-list li a:hover .anker-list__arrow::after {
  background-color: #FFF;
}

.anker-list__arrow::before {
  right: calc(50% - .5px);
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: bottom right;
}
@media screen and (min-width: 769px) {
  .anker-list__arrow::before {
    right: calc(50% - 1px);
  }
}

.anker-list__arrow::after {
  left: calc(50% - .5px);
  transform: translateY(-50%) rotate(45deg);
  transform-origin: bottom left;
}
@media screen and (min-width: 769px) {
  .anker-list__arrow::after {
    left: calc(50% - 1px);
  }
}

.howto-list {
  padding: 0 15px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .howto-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 44px;
    padding: 0;
  }
}

.howto-list li {
  position: relative;
  padding: 80px 20px;
  margin-top: 78px;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .howto-list li {
    margin-top: 96px;
    width: 304px;
  }
}

.howto-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #B72B46;
}

.howto-list__heading {
  position: absolute;
  top: -55px;
  left: 50%;
  font-weight: 700;
  text-align: center;
  transform: translateX(-50%);
}

.howto-list__heading em {
  display: block;
  font-family: Arial, Helvetica, "Open Sans", sans-serif;
  font-size: 97px;
  line-height: 1;
}

.howto-list__image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.howto-list__text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}

.howto-list__note {
  margin-top: 30px;
}

.buy-note dt {
  color: #B72B46;
  font-weight: 700;
}

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

.caption {
  padding: 5px;
  margin-top: 25px;
  background-color: #B72B46;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .caption {
    padding: 10px;
    margin-top: 40px;
    font-size: 20px;
  }
}

.caption--mt0 {
  margin-top: 0;
}

.play-guide {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .play-guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 15px 22px;
    margin-top: 50px;
  }
}

.play-guide li {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .play-guide li {
    margin-top: 0;
  }
}

.play-guide li a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.play-guide li a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .play-guide--okayama {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .play-guide--okayama {
    align-items: stretch;
    gap: unset;
    margin-bottom: 50px;
  }
}

.play-guide--okayama li {
  margin-top: 0;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .play-guide--okayama li {
    width: calc(100% / 3);
  }
}

.play-guide--okayama li:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px dotted #A8A8A8;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .play-guide--okayama li:not(:last-of-type) {
    padding-bottom: 0;
    border-right: 1px dotted #A8A8A8;
    border-bottom: none;
    margin-bottom: 0;
  }
}

.play-guide--okayama li a {
  display: block;
  font-size: 30px;
}

.play-guide--okayama li svg {
  width: 22px;
  fill: #B72B46;
}

.play-guide__text {
  margin-top: 15px;
}

.play-guide--okayama .play-guide__text {
  margin-top: 0;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .play-guide--okayama .play-guide__text {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.6em;
  }
}

.sanjokai-heading {
  margin-top: 45px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sanjokai-heading {
    position: relative;
    margin-top: 85px;
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.sanjokai-heading__date {
  display: block;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .sanjokai-heading__date {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    font-size: 14px;
  }
}

.sanjokai-list {
  margin: 15px 0 45px;
}
@media screen and (min-width: 769px) {
  .sanjokai-list {
    margin: 25px 0 65px;
    display: flex;
    flex-flow: column wrap;
  }
}

.sanjokai-list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .sanjokai-list li {
    width: 50%;
  }
}

.sanjokai-list li::before {
  content: "・";
}

.sanjokai-list--mb0 {
  margin-bottom: 0;
}

/* 岡山音協会員について */
.special1-list {
  padding: 0 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .special1-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 44px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.special1-list li {
  position: relative;
  padding: 70px 0 35px;
  margin-top: 35px;
  background-color: #FFF;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .special1-list li {
    width: 304px;
  }
}

.special1-list__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  left: 50%;
  padding-bottom: 5px;
  width: 90px;
  height: 43px;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  transform: translateX(-50%);
}

.special1-list__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 10px solid #FFF;
  width: 0;
  height: 0;
}

.special1-list__image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 75px;
}

.special1-list__text {
  position: relative;
  margin: 35px 0 25px;
  font-size: 20px;
  font-weight: 700;
}

.special1-list__note {
  position: absolute;
  left: 50%;
  bottom: -25px;
  font-size: 11px;
  transform: translateX(-50%);
}

.special-note {
  padding-left: 2.5em;
  margin: 0 15px;
  color: #FFF;
  text-indent: -2.5em;
}
@media screen and (min-width: 769px) {
  .special-note {
    margin: 0;
  }
}

.join-info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  margin: 20px auto 0;
  max-width: 304px;
  font-size: 16px;
  text-align: center;
}

.join-info dt {
  padding: 5px;
  width: 100px;
  background-color: #B72B46;
  color: #FFF;
}

.join-info dd {
  padding-top: 5px;
  background-color: #F4F4F4;
  width: calc(100% - 104px);
}

.join-list {
  padding: 0 15px;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .join-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 50px;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 117px;
  }
}

.join-list li {
  position: relative;
  padding: 40px 20px 20px;
  border: 1px solid #D5D5D5;
  margin-top: 50px;
  min-height: 232px;
}
@media screen and (min-width: 769px) {
  .join-list li {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 475px;
  }
}

.join-list li::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 51px;
  height: 51px;
  background: url(../img/img_memo.png) no-repeat center / contain;
  background-image: image-set(url(../img/img_memo.png) 1x, url(../img/img_memo@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/img_memo.png) 1x, url(../img/img_memo@2x.png) 2x);
  transform: translateX(-50%);
}

.join-list__heading {
  color: #B72B46;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.join-list__heading em {
  font-size: 150%;
  vertical-align: sub;
}

.join-list__text {
  margin-top: 20px;
}

.dl-links {
  margin: 40px 0;
}
@media screen and (min-width: 769px) {
  .dl-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 70px 0;
  }
}

.dl-links .link {
  border-color: #FFF;
  background-color: #FFF;
  color: #000;
}
@media screen and (min-width: 769px) {
  .dl-links .link {
    margin: 0;
  }
}

.dl-links .link:hover {
  background-color: #000;
  color: #FFF;
}

.dl-links .link::before {
  border-radius: unset;
  background-color: transparent;
  width: 26px;
  height: 24px;
  background: no-repeat center / contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 22.99" fill="rgb(183, 43, 70)"><polygon points="22.7 13.09 22.7 20.69 2.3 20.69 2.3 13.09 0 13.09 0 22.99 25 22.99 25 13.09 22.7 13.09"/><polygon points="16.17 7.22 16.17 0 9.2 0 9.2 7.22 6.09 7.22 9.35 12.86 12.6 18.49 15.85 12.86 19.11 7.22 16.17 7.22"/></svg>');
  transform: translateY(-50%);
}

.dl-links .link::after {
  content: none;
}

.dl-links .link:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .dl-links .link:not(:last-of-type) {
    margin-bottom: 0;
  }
}

/* 会場情報 */
.venue-list,
.venue-list__name,
.venue-list__text {
  padding: 0 15px;
}

.venue-list {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .venue-list {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 44px;
    padding: 0;
    margin-top: 60px;
  }
}

.venue-list li:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .venue-list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.venue-list li .link:not(:last-of-type) {
  margin-bottom: 10px;
}

.venue-list__name {
  display: block;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.venue-list__arrow {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background-color: #B72B46;
}

.venue-list__arrow::before,
.venue-list__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  border-radius: 2px;
  width: 6px;
  height: 2px;
  background-color: #FFF;
}

.venue-list__arrow::before {
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right bottom;
}

.venue-list__arrow::after {
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: right top;
}

.venue-list__text {
  margin-bottom: 15px;
}

/* 公演一覧 */
.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .tab-list {
    flex-wrap: nowrap;
    border-bottom: 10px solid #B72B46;
    margin-bottom: 30px;
  }
}

.tab-list li {
  width: 105px;
  height: 60px;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .tab-list li {
    width: 192px;
    height: 70px;
    font-size: 15px;
  }
}

.tab-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.tab-list li.current a {
  background-color: #B72B46;
}

.tab-list li a:hover {
  background-color: #B72B46;
}

.screen-reader-text {
  display: none;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  width: 100%;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pagination ul {
    margin-top: 50px;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 769px) {
  .page-numbers {
    cursor: pointer;
  }
  .page-numbers.dots {
    cursor: auto;
  }
}

.page-numbers.current {
  background-color: #000;
  color: #FFF;
}

.page-numbers.prev,
.page-numbers.next {
  position: relative;
  width: 25px;
}

.page-numbers.prev::before,
.page-numbers.prev::after,
.page-numbers.next::before,
.page-numbers.next::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 1px;
  height: 1px;
  background-color: #000;
}

.page-numbers.prev::before,
.page-numbers.next::before {
  left: 0;
  width: 100%;
}

.page-numbers.prev::after,
.page-numbers.next::after {
  width: 11px;
}

.page-numbers.prev::after {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}

.page-numbers.next::after {
  right: 0;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

/* お問い合せ */
.contact-wrap {
  padding: 30px 20px 50px;
  margin-top: 30px;
  background-color: #EDEBEF;
}
@media screen and (min-width: 769px) {
  .contact-wrap {
    padding: 70px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

@media screen and (min-width: 769px) {
  .contact-form {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
  }
}

.contact-form dt {
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .contact-form dt {
    width: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.contact-form dt sup {
  color: #B72B46;
}

.contact-form dd {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .contact-form dd {
    width: calc(100% - 140px);
  }
}

.textbox {
  padding: 5px 10px;
  border: 1px solid #D5D5D5;
  width: 100%;
  min-height: 30px;
  background-color: #FFF;
}

.p-country-name {
  display: none;
}

.p-postal-code {
  width: 100px;
}

.postal-search {
  position: absolute;
  top: 0;
  left: 110px;
  border: 1px solid #000;
  width: 80px;
  height: 30px;
  background-color: #000;
  color: #FFF;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.postal-search:hover {
  background-color: #FFF;
  color: #000;
}

.mw_wp_form_confirm .postal-search {
  display: none;
}

.contact-form dd.is-error .textbox {
  background-color: #FFD8DC;
}

.contact-form dd.is-error .error {
  color: #FF0000;
}

.agreement {
  margin: 25px 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .agreement {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.agreement .mwform-checkbox-field-text {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.agreement .mwform-checkbox-field-text::before,
.agreement .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
}

.agreement .mwform-checkbox-field-text::before {
  left: 0;
  border: 1px solid #D5D5D5;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  transform: translateY(-50%);
}

.agreement .mwform-checkbox-field-text::after {
  left: 6px;
  border-right: 2px solid #B72B46;
  border-bottom: 2px solid #B72B46;
  width: 8px;
  height: 12px;
  transform: translateY(calc(-50% - 2px)) rotate(35deg);
  opacity: 0;
}

.agreement .mwform-checkbox-field-text.checked::after {
  opacity: 1;
}

.agreement__link {
  margin-bottom: 10px;
}

.agreement__link a {
  color: #B72B46;
  text-decoration: underline;
}

.agreement__link a:hover {
  text-decoration: none;
}

.mw_wp_form_confirm .contact-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}

.mw_wp_form_confirm .contact-btns .btn {
  margin-left: 0;
  margin-right: 0;
}

.complete-heading {
  margin-bottom: 25px;
  color: #B72B46;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .complete-heading {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.complete-text {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .complete-text {
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
  }
}