@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
// フォントサイズ----------------------
========================================================================== */
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  html {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 3.6vw;
  }
}
img {
  width: 100%;
  height: auto;
}

body {
  background-color: #000000;
  font-family: Playfair Display;
}

header {
  height: 90vw;
}
@media screen and (max-width: 540px) {
  header {
    height: 220vw;
    margin-bottom: 8rem;
  }
}

._jp {
  font-family: "Noto Serif JP", serif !important;
}

.translate {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 100;
}
@media screen and (max-width: 540px) {
  .translate {
    right: 1rem;
    top: 1.6rem;
  }
}
.translate ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 540px) {
  .translate ul {
    gap: 0.6rem;
  }
}
.translate ul li {
  list-style: none;
}
.translate ul li a {
  text-decoration: none;
  color: white;
  border: 1px solid #fff;
  width: 2rem;
  display: inline-block;
  padding: 0.2rem 0.6rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .translate ul li a {
    width: 2.2rem;
    padding: 0.15rem 0.6rem;
  }
}
.translate ul li .active {
  pointer-events: none;
  background-color: #b51a1a;
  border: 1px solid #b51a1a;
}

@font-face {
  font-family: "NewYork";
  src: url("../font/NewYork.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
main {
  padding-bottom: 4rem;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 540px) {
  main {
    padding-bottom: 2rem;
  }
}

.bg {
  background: url(../images/bg1.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 100;
  background-position: 0 -30vw;
}

@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 540px) {
  .sp {
    display: block !important;
  }
}

h2 {
  font-family: "NewYork", sans-serif;
  color: white;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 2.8rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1000px) {
  h2 {
    margin-bottom: 3vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 8vw;
  }
}

.c-content {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.c-content h3 {
  text-align: center;
  color: white;
  font-size: 1.9rem;
}
@media screen and (max-width: 540px) {
  .c-content h3 {
    margin-bottom: 0rem;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}

.group {
  position: absolute;
  right: 0;
  top: 68vw;
  width: 30vw;
}
@media screen and (max-width: 540px) {
  .group {
    width: 16rem;
    top: 158vw;
  }
}

.p-concert__heading {
  display: flex;
  color: white;
  gap: 2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 540px) {
  .p-concert__heading {
    gap: 1rem;
    margin-top: 2.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.4rem;
  }
}

.p-concert__list {
  position: relative;
  z-index: 13;
  color: white;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: 0.7rem;
}
@media screen and (max-width: 540px) {
  .p-concert__list {
    border-top: 0;
    margin-top: 0;
  }
}
.p-concert__list li {
  padding: 1.875rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  border-bottom: 1px solid #fff;
  gap: 3%;
}
@media screen and (max-width: 540px) {
  .p-concert__list li {
    display: block;
    padding: 0.5rem 0 1.5rem;
  }
}
.p-concert__list li span {
  display: flex;
  align-items: center;
  min-height: 4rem;
  height: 4rem;
  max-height: 6rem;
}
@media screen and (max-width: 1250px) {
  .p-concert__list li span {
    min-height: 6.5rem;
  }
}
@media screen and (max-width: 540px) {
  .p-concert__list li span {
    display: block;
    margin: 0.5rem 0;
    min-height: auto;
    height: auto;
  }
}
.p-concert__list li ._jp2 {
  min-height: 5rem !important;
  width: 18rem;
}
@media screen and (max-width: 1250px) {
  .p-concert__list li ._jp2 {
    min-height: 6.6rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .p-concert__list li ._jp2 {
    width: 20rem;
  }
}
@media screen and (max-width: 540px) {
  .p-concert__list li ._jp2 {
    min-height: auto !important;
    width: 100%;
  }
}
.p-concert__list .p-concert__list-place {
  position: relative;
  font-size: 1.75rem;
  text-align: left;
  width: 13rem;
  font-family: "NewYork", sans-serif !important;
  word-break: break-all;
}
@media screen and (max-width: 1000px) {
  .p-concert__list .p-concert__list-place {
    width: 16rem;
  }
}
@media screen and (max-width: 900px) {
  .p-concert__list .p-concert__list-place {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 540px) {
  .p-concert__list .p-concert__list-place {
    font-size: 2rem;
    letter-spacing: 2.8px;
    width: auto;
    height: auto;
    margin-top: 1.2rem;
  }
}
.p-concert__list .schedule-head {
  position: absolute;
  top: -5.8rem;
  font-size: 1rem;
  left: 0;
  color: white !important;
  font-family: "Noto Serif JP", serif !important;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .p-concert__list .schedule-head {
    top: -6.5rem;
  }
}
@media screen and (max-width: 540px) {
  .p-concert__list .schedule-head {
    display: none;
  }
}
.p-concert__list .p-concert__list-time {
  position: relative;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-concert__list .p-concert__list-time {
    font-size: 1.14rem;
  }
}
.p-concert__list .p-concert__list-area {
  position: relative;
  color: #eb5e1a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
  width: 14rem;
}
@media screen and (max-width: 540px) {
  .p-concert__list .p-concert__list-area {
    font-size: 1.14rem;
    width: auto;
    height: auto;
  }
}
.p-concert__list .p-concert__list-area a {
  transition: 0.2s;
  color: #eb5e1a;
  text-decoration: none;
}
.p-concert__list .p-concert__list-area a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.p-concert__list .p-concert__list-data {
  position: relative;
  font-family: "Noto Serif JP", serif;
  width: 10rem;
}
@media screen and (max-width: 1200px) {
  .p-concert__list .p-concert__list-data {
    font-size: 0.9rem;
    width: 10rem;
  }
}
@media screen and (max-width: 540px) {
  .p-concert__list .p-concert__list-data {
    width: 100%;
    font-size: 1rem;
    height: auto;
  }
}
.p-concert__list .inquiries {
  width: 11rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .p-concert__list .inquiries {
    width: 9rem;
  }
}
@media screen and (max-width: 540px) {
  .p-concert__list .inquiries {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.p-concert__list .p-concert__list-inquiries {
  background-color: #0c648f;
  border: 1px solid #0c648f;
  color: rgb(255, 255, 255);
  word-break: break-all;
  padding-right: 1rem;
  text-decoration: none;
  padding: 0.28rem 2.2rem;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
  width: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.p-concert__list .p-concert__list-inquiries:hover {
  background-color: black;
  color: #0c648f;
  transition: 0.3s;
}
@media screen and (max-width: 1250px) {
  .p-concert__list .p-concert__list-inquiries {
    padding: 0.28rem 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-concert__list .p-concert__list-inquiries {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .p-concert__list .p-concert__list-inquiries {
    margin-top: 0.8rem;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    font-size: 1.125rem;
    box-sizing: border-box;
  }
}
.p-concert__list .p-concert__list-inquiries span {
  white-space: nowrap;
}
.p-concert__list .p-concert__list-inquiries._jp3 {
  font-size: 1rem;
  padding: 0.35rem 1rem;
}
.p-concert__list .btn-wrap {
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  .p-concert__list .btn-wrap {
    height: auto;
    width: 100%;
  }
  .p-concert__list .btn-wrap a {
    width: 100%;
  }
}

.p-concert__list._jp4 span {
  min-height: 5rem !important;
}
@media screen and (max-width: 1250px) {
  .p-concert__list._jp4 span {
    min-height: 6.6rem !important;
  }
}
@media screen and (max-width: 540px) {
  .p-concert__list._jp4 span {
    min-height: auto !important;
  }
}

.schedule-wrap {
  margin-bottom: 7rem;
}
.schedule-wrap h3 {
  font-size: 3rem;
  font-family: "NewYork", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .schedule-wrap h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 540px) {
  .schedule-wrap h3 {
    font-size: 2rem;
  }
}
.schedule-wrap h3 span {
  font-size: 2.26rem;
}
@media screen and (max-width: 1000px) {
  .schedule-wrap h3 span {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 540px) {
  .schedule-wrap h3 span {
    font-size: 1.3rem;
  }
}

.schedule-wrap2 {
  margin-bottom: 7rem;
}
.schedule-wrap2 h3 {
  font-size: 3rem;
  font-family: "NewYork", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 540px) {
  .schedule-wrap2 h3 {
    font-size: 2.3rem;
  }
}
.schedule-wrap2 h3 span {
  font-size: 1.2rem;
}
@media screen and (max-width: 540px) {
  .schedule-wrap2 h3 span {
    font-size: 1rem;
  }
}
.schedule-wrap2 h3 div {
  width: 300px;
  margin: 0.7rem auto;
}
@media screen and (max-width: 540px) {
  .schedule-wrap2 h3 div {
    width: 200px;
  }
}
@media screen and (max-width: 540px) {
  .schedule-wrap2:last-child {
    margin-bottom: 4rem;
  }
}

.p-concert {
  position: relative;
  z-index: 1;
}

.p-concert__list.sp span {
  margin-bottom: 0.6rem;
  display: inline-block;
  margin-right: 1rem;
  color: white;
}

.p-concert__list_title {
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: -6rem;
}
@media screen and (max-width: 540px) {
  .p-concert__list_title {
    display: none !important;
  }
}

.tickets {
  position: relative;
  width: 16rem;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .tickets {
    width: 20rem;
  }
}
@media screen and (max-width: 540px) {
  .tickets {
    width: 100%;
    height: auto;
  }
}

.only {
  justify-content: center;
}

.c-btn {
  box-sizing: border-box;
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
  font-family: "Noto Serif JP", serif;
  background-color: #b51a1a;
  display: block;
  padding: 0.4rem 2.2rem;
  text-decoration: none;
  color: white;
  transition: 0.3s;
  border: 1px solid #b51a1a;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .c-btn {
    padding: 0.4rem 1rem;
  }
}
.c-btn:hover {
  color: #b51a1a;
  background-color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .c-btn {
    text-align: center;
    margin-top: 0.8rem;
    padding: 0.475rem 4.2rem;
    width: auto;
  }
}

.sale {
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-family: "Noto Serif JP", serif;
  height: 2rem !important;
  align-items: flex-start !important;
}

.c-btn.tbc {
  pointer-events: none;
  background-color: rgb(190, 190, 190);
  color: rgb(106, 106, 106);
  border: 1px solid #919191;
  justify-content: center;
}
.p-mv {
  position: absolute;
  top: 0;
  width: 100%;
}
.p-mv div img {
  width: 100%;
  height: auto;
}

.top-text {
  position: absolute;
  bottom: 26vw;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 72vw;
  font-size: 2.38vw;
  line-height: 3.3vw;
}
@media screen and (max-width: 1200px) {
  .top-text {
    font-size: 2.18vw;
  }
}
@media screen and (max-width: 540px) {
  .top-text {
    bottom: -19rem;
    width: 90%;
    line-height: 1.4;
    text-align: center;
  }
}
.top-text a {
  border: 4px solid #b51a1a;
  box-sizing: border-box;
  padding: 2.1vw 1.7vw;
  color: white;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  transition: 0.2s;
  font-family: "NewYork", sans-serif;
  gap: 1vw;
}
@media screen and (max-width: 540px) {
  .top-text a {
    border: 2px solid #b51a1a;
    flex-direction: column;
    align-items: center;
    font-size: 1.55rem;
    padding: 5vw 1.7vw 2vw;
    gap: 2vw;
  }
}
.top-text a:hover {
  background-color: #b51a1a;
  transition: 0.2s;
}
.top-text a:hover svg path {
  stroke: #fff;
  transition: 0.2s;
}
.top-text .external-link {
  width: 2.8vw;
}
@media screen and (max-width: 540px) {
  .top-text .external-link {
    width: 2rem;
  }
}
.top-text .external-link svg {
  width: 100%;
  height: auto;
}

.logo {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40.5%;
}
@media screen and (max-width: 540px) {
  .logo {
    width: 89%;
    bottom: -6.5%;
    top: initial;
  }
}
.precautions {
  width: 90%;
  margin: 0 auto;
}

.p-about {
  position: relative;
  margin-top: 10rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  border: 1px solid #fff;
  padding: 4rem 4rem;
  box-sizing: border-box;
  width: 84rem;
  margin: 4rem auto;
  max-width: 100%;
  color: white;
}
@media screen and (max-width: 540px) {
  .p-about {
    margin-top: 4rem;
    display: block;
    padding: 4rem 1.4rem;
    text-align: justify;
  }
}
@media screen and (max-width: 540px) {
  .p-about .p-about-logos {
    margin-bottom: 2rem;
  }
}
.p-about .p-about-logos .p-about-logo {
  width: 14rem;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 540px) {
  .p-about .p-about-logos .p-about-logo {
    width: 9.3rem;
  }
}
.p-about .p-about-logos p {
  font-family: "NewYork", sans-serif;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .p-about .p-about-logos p {
    font-size: 2.1rem;
  }
}
.p-about .p-about__txt {
  position: relative;
  z-index: 11;
  font-family: "Noto Serif JP", serif;
  width: 68%;
}
@media screen and (max-width: 540px) {
  .p-about .p-about__txt {
    width: 100%;
    font-size: 1.12rem;
  }
}
.p-about h2 {
  margin: 0;
  position: relative;
  z-index: 11;
  margin: 2rem auto 3rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .p-about h2 {
    margin: 1.2rem auto 1.2rem;
  }
}

.p-about__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  margin-top: 2rem;
}
@media screen and (max-width: 540px) {
  .p-about__sns {
    justify-content: center;
    gap: 10%;
  }
}
.p-about__sns a {
  padding: 0.25rem 0;
  color: white;
  text-align: center;
  text-decoration: none;
}
.p-about__sns a svg {
  width: auto;
  height: 3rem;
  transition: 0.2s;
}
.p-about__sns a svg:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-about__sns a:nth-child(2) svg {
  width: auto;
  height: 2.3rem;
}
.p-about__sns a:nth-child(3) svg {
  width: auto;
  height: 2.3rem;
}
.p-about__sns a:nth-child(4) svg {
  width: auto;
  height: 2.5rem;
}
.p-about__sns a:hover {
  transition: 0.2s;
  color: #000;
}
.youtube {
  margin-top: 8rem;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 540px) {
  .youtube {
    margin-top: 5rem;
  }
}
.youtube p {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.4rem;
  font-family: Playfair Display;
  margin-bottom: 1rem;
}
.youtube span {
  font-size: 1.2rem;
}
.youtube .title {
  font-size: 2.5rem;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .youtube .title {
    font-size: 1.8rem;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.l-footer__copyright {
  text-align: center;
  font-weight: 400;
  font-size: 8px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-block-start: 40px;
}
.l-footer__copyright a {
  font-size: 1.3rem;
  font-family: "NewYork", sans-serif;
  display: inline-block;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__copyright {
    font-size: 0.7rem;
  }
}
.l-footer-social {
  width: 100%;
}
.l-footer-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 540px) {
  .l-footer-social ul {
    gap: 2rem;
  }
}
.l-footer-social .svg-icon path {
  transition: fill 0.3s ease; /* アニメーションで滑らかに変化 */
}
.l-footer-social svg {
  fill: white; /* デフォルトは白 */
  width: auto;
  height: 2.7rem;
}
@media only screen and (max-width: 540px) {
  .l-footer-social svg {
    height: 2.3rem;
  }
}
.l-footer-social .youtube-icon {
  height: 2.8rem;
}
.l-footer-social .svg-icon:hover path {
  fill: red; /* ホバー時に赤 */
}

.shop-btn {
  width: 444px;
  max-width: 90%;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 540px) {
  .shop-btn {
    margin-top: 1.5rem;
  }
}

.l-footer__shareItem {
  margin-inline-start: 16px;
  margin-inline-end: 16px;
}

.l-footer__shareLink {
  cursor: pointer;
  display: block;
  width: 14rem;
  max-width: 100%;
  height: 4rem;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  transition-property: background color;
  transition-timing-function: ease-out;
  font-family: "NewYork", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__shareLink {
    width: 9rem;
    height: 40px;
    text-align: center;
  }
}
.l-footer__shareLink img {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-inline-end: 0.6rem;
  filter: invert(1);
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__shareLink img {
    width: 18px;
    height: 18px;
  }
}
.l-footer__shareLink span {
  display: inline-block;
  font-size: 12px;
  font-size: 2rem;
  line-height: 2rem;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__shareLink span {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.l-footer__shareLink:focus {
  background-color: #fff;
  color: #000;
}

.l-footer__shareLink:focus img {
  filter: invert(0);
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__shareLink:hover {
    background-color: #fff;
    color: #000;
  }
  .l-footer__shareLink:hover img {
    filter: invert(0);
  }
}
.browser-is-ie .l-footer__shareLink:hover {
  background-color: #fff;
  color: #000;
}

.browser-is-ie .l-footer__shareLink:hover img {
  filter: invert(0);
}

.l-footer__heading {
  font-size: 14px;
  font-size: 2.5rem;
  text-align: center;
  font-weight: medium;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__heading {
    font-size: 1.15rem;
    text-align: center;
  }
}
@media only screen and (max-width: 47.9375em) and (min-width: 700px) {
  .l-footer__heading {
    font-family: "NewYork";
    font-size: 1.75rem;
  }
}
.l-footer__heading._sns {
  margin-block-start: 0px;
}

.l-footer__heading._share {
  margin-block-start: 120px;
  font-family: "NewYork", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__heading._share {
    margin-block-start: 60px;
  }
}
:root {
  --bg-color: transparent;
  --header-height: 142px;
}

@media print, screen and (min-width: 48em) {
  :root {
    --header-height: 142px;
  }
}
@media only screen and (max-width: 47.9375em) {
  :root {
    --header-height: 72px;
  }
}
#l-footer-container {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}

.swiper-container {
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  /* overflow: hidden; */
  width: 100%;
  padding: 0 0 3rem 0;
}

.p-banner__content {
  max-width: 100%;
  width: 100%;
}

.u-hidden {
  display: none !important;
}

.l-footer {
  padding-block-end: 40px;
  color: white;
}
.l-footer li {
  list-style: none;
}
.l-footer a {
  text-decoration: none;
  color: white;
}

.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.l-footer__sns._menu {
  margin-block-start: 60px;
}

.l-footer__sns._footer {
  margin-block-start: 50px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__sns._footer {
    margin-block-start: 20px;
  }
}
.l-footer__sns._share {
  margin-block-start: 50px;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__sns._share {
    margin-block-start: 30px;
  }
}
.l-footer__sns .l-footer__snsItem {
  margin-inline-start: 25px;
  margin-inline-end: 25px;
}

.l-footer__sns .l-footer__snsItemLink {
  display: block;
  width: 3rem;
  height: 3rem;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease-out;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__sns .l-footer__snsItemLink {
    width: 20px;
    height: 20px;
  }
}
.l-footer__sns .l-footer__snsItemLink img {
  filter: invert(1);
}

.l-footer__sns .l-footer__snsItemLink:focus {
  opacity: 0.5;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__sns .l-footer__snsItemLink:hover {
    opacity: 0.5;
  }
}
.browser-is-ie .l-footer__sns .l-footer__snsItemLink:hover {
  opacity: 0.5;
}

.p-banner {
  width: 780px !important;
  max-width: 100%;
}

.p-banner__block {
  padding: 6rem 6rem;
  background-color: rgba(255, 255, 255, 0.2);
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .p-banner__block {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.p-banner__content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .p-banner__content {
    max-width: 100%;
  }
}
.c-banner img {
  max-width: 100%;
  background-color: #000;
  margin-top: 100px;
  transition: 0.3s;
}

.c-banner img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media only screen and (max-width: 47.9375em) {
  .c-banner img {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */