@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/fonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype"), url("/common/fonts/NotoSansJP/NotoSansJP-Medium.otf") format("opentype"), url("/common/fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}

* {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/* common */
.matsue {
  color: #333;
}

.matsue img {
  max-width: 100%;
  display: block;
}

.matsue .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 640px) {
  .matsue .inner {
    padding: 0 20px;
  }

  #PAGE {
    display: none;
  }

  .theater_pageTop a {
    color: #fff;
  }
}

/* matsue-mv */
.matsue-mv {
  padding: 140px 0 190px;
  text-align: left;
  color: #fff;
  background: url(../images/mv.png) no-repeat center / cover;
}

.matsue-mv p {
  margin-bottom: 0.1em;
  font-size: 20px;
  font-weight: 500;
}

.matsue-mv h1 {
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .matsue-mv {
    padding: 50px 0;
  }

  .matsue-mv p {
    margin-bottom: 0.3em;
    font-size: 16px;
  }

  .matsue-mv h1 {
    font-size: 20px;
  }
}

/* matsue-content */
.matsue-content {
  padding: 60px 0 100px;
  position: relative;
}

.matsue-content__title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.matsue-content__title br {
  display: none;
}

.matsue-content__small {
  margin-top: 20px;
  display: block;
  text-align: left;
  font-size: 12px;
}

p .matsue-content__small {
  margin-top: 0.5em;
}

@media screen and (max-width: 640px) {
  .matsue-content {
    padding: 28px 0 48px;
  }

  .matsue-content__title {
    margin-bottom: 28px;
    font-size: 18px;
  }

  .matsue-content__title br {
    display: block;
  }

  .matsue-content__small {
    font-size: 10px;
  }
}

/* matsue-sections */
.matsue-sections {
  margin-bottom: 80px;
  position: relative;
}

.matsue-section:not(:first-child) {
  margin-top: 48px;
}

.matsue-section-head {
  margin-bottom: 32px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
}

.matsue-section-head__label {
  margin-right: 16px;
  padding: 0.2em 16px 0.2em 0;
  line-height: 1;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

.matsue-section-head__title {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

.matsue-section-body {
  display: flex;
  align-items: flex-start;
  gap: 20px 40px;
}

.matsue-section-body__image {
  width: 200px;
  flex-shrink: 0;
}

.matsue-section-body__content {
  flex-grow: 1;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}

.matsue-section__text {
  font-size: 16px;
}

.matsue-section__text + .matsue-section__text {
  margin-top: 16px;
}

.matsue-note {
  margin-top: 20px;
  padding: 16px 24px;
  display: inline-flex;
  gap: 20px 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.matsue-note__cotnent {
  position: relative;
}

.matsue-note__image {
  width: 202px;
  flex-shrink: 0;
}

.matsue-note__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.matsue-note__text {
  font-size: 14px;
}

.matsue-note__link {
  margin-top: 12px;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  text-decoration: underline !important;
  font-size: 14px;
  color: #333 !important;
}

.matsue-note__link:hover {
  text-decoration: none !important;
}

.matsue-note__link:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 3px;
  left: calc(100% + 4px);
  background: url(../images/icon-matsue-note__link.svg) no-repeat center / contain;
}

@media screen and (max-width: 640px) {
  .matsue-sections {
    margin-bottom: 40px;
  }

  .matsue-section:not(:first-child) {
    margin-top: 36px;
  }

  .matsue-section-head {
    margin-bottom: 20px;
    padding: 10px 16px;
    display: block;
  }

  .matsue-section-head__label {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 6px 0 12px;
    display: block;
    line-height: 1;
    font-size: 15px;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }

  .matsue-section-head__title {
    font-size: 16px;
  }

  .matsue-section-body {
    flex-direction: column;
  }

  .matsue-section-body__image {
    margin: 0 auto;
  }

  .matsue-section-body__content {
    width: 100%;
  }

  .matsue-section__text {
    font-size: 14px;
  }

  .matsue-note {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
  }

  .matsue-note__title {
    font-size: 14px;
  }

  .matsue-note__text {
    font-size: 12px;
  }

  .matsue-note__link {
    font-size: 12px;
  }

  .matsue-note__link:before {
    top: 0;
  }

  .matsue-note__image {
    margin: 0 auto;
  }
}

.matsue-pink_section {
  margin-top: 48px;
  border: 1px solid #d068a4;
  border-radius: 10px;
}

.matsue-pink_section-head {
  padding: 16px 28px;
  position: relative;
  text-align: left;
  color: #fff;
  background-color: #d068a4;
  border-radius: 10px 10px 0 0;
}

.matsue-pink_section-head__label {
  margin-bottom: 0.2em;
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}

.matsue-pink_section-head__label br {
  display: none;
}

.matsue-pink_section-head__title {
  font-size: 22px;
  font-weight: 600;
}

.matsue-pink_section-head__image {
  width: 255px;
  position: absolute;
  top: -67px;
  right: 30px;
}

.matsue-pink_section-body {
  padding: 28px;
}

.matsue-pink_section-item {
  display: flex;
  align-items: flex-start;
  gap: 8px 20px;
}

.matsue-pink_section-item:not(:first-child) {
  margin-top: 28px;
}

.matsue-pink_section-item__image {
  width: 150px;
  flex-shrink: 0;
}

.matsue-pink_section-item__content {
  flex-grow: 1;
  text-align: left;
  line-height: 1.8;
}

.matsue-pink_section-item__head {
  margin-bottom: 16px;
  padding-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
  border-bottom: 2px solid #d068a4;
}

.matsue-pink_section-item__head p {
  font-size: 16px;
  font-weight: 600;
}

.matsue-pink_section-item__head small {
  margin-top: 0.3em;
  font-size: 12px;
}

.matsue-pink_section__text {
  font-size: 14px;
}

.matsue-pink_section__note {
  margin-top: 10px;
  font-size: 12px;
}

ul.matsue-pink_section__note {
  line-height: 1.8;
  list-style-type: none;
  text-align: left;
}

ul.matsue-pink_section__note.--flex {
  display: flex;
  flex-wrap: wrap;
}

ul.matsue-pink_section__note li {
  text-indent: -1em;
  padding-left: 1em;
}

.matsue-pink_section-box {
  margin-top: 28px;
  padding: 16px 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  background-color: #fcdaef;
}

.matsue-pink_section-box__title {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .matsue-pink_section-head {
    padding: 16px 20px;
  }

  .matsue-pink_section-head__label {
    margin-bottom: 0.8em;
    font-size: 13px;
  }

  .matsue-pink_section-head__label br {
    display: block;
  }

  .matsue-pink_section-head__title {
    font-size: 18px;
  }

  .matsue-pink_section-head__image {
    width: 160px;
    top: -50px;
    right: 0px;
  }

  .matsue-pink_section-body {
    padding: 16px 20px;
  }

  .matsue-pink_section-item {
    flex-direction: column;
  }

  .matsue-pink_section-item:not(:first-child) {
    margin-top: 16px;
  }

  .matsue-pink_section-item__image {
    margin: 0 auto;
  }

  .matsue-pink_section-item__head p {
    font-size: 14px;
  }

  .matsue-pink_section-item__head p:first-child {
    width: 100%;
  }

  .matsue-pink_section__text {
    font-size: 12px;
  }

  .matsue-pink_section__note {
    font-size: 10px;
  }

  ul.matsue-pink_section__note {
    margin-top: 20px;
  }

  ul.matsue-pink_section__note.--flex {
    flex-direction: column;
  }

  .matsue-pink_section-box {
    padding: 12px 16px;
    font-size: 12px;
  }

  .matsue-pink_section-box__title {
    font-size: 14px;
  }
}
