@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
body {
  margin: 0;
  font-family: -apple-system, "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
}

a {
  color: #e92294;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

.global_head {
  margin: 0;
}

h2 {
  font-family: "Lato";
  text-align: center;
  line-height: 100%;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2.3rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 4rem;
    letter-spacing: 0.1rem;
    margin: 0 0 50px;
  }
}

h3 {
  border-bottom: 4px solid #000;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .block {
    margin: 0 22px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 950px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.wrap {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrap {
    border: 15px solid #e92294;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    border: 18px solid #e92294;
  }
}

@media only screen and (max-width: 767px) {
  .ticket-sale {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .ticket-sale {
    position: fixed;
    right: 35px;
    bottom: 30px;
    z-index: 10;
    border-radius: 50%;
    background: linear-gradient(155deg, #8675a2, #ef43a5);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    display: flex;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0 0 5px;
  }
}
.ticket-sale a {
  color: #fff;
  display: block;
  width: 100%;
}
.ticket-sale a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ticket-sale span {
  display: block;
  transform: rotate(-15deg);
  margin: 0 0 5px;
}
.ticket-sale span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3ff";
  color: #fff;
  font-size: 1.3rem;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.hero {
  background: #e92294;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 850px;
    padding: 40px;
  }
}
.hero__content {
  border-radius: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    background: url(../img/hero-sp.jpg) no-repeat center/cover;
    height: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content {
    background: url(../img/hero.jpg) no-repeat top center/cover;
    height: 850px;
  }
}
.hero h1 {
  margin: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    bottom: 30px;
    left: 40px;
  }
}
.hero h1 img {
  filter: drop-shadow(-5px -5px 5px rgba(128, 113, 154, 0.6)) drop-shadow(5px 5px 10px rgba(239, 67, 165, 0.8));
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    width: 93%;
  }
}
@media only screen and (min-width: 768px) {
  .hero h1 {
    width: 70%;
  }
}
.hero .sub-ttl {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .hero .sub-ttl {
    right: 15px;
    width: 280px;
  }
}
@media only screen and (min-width: 768px) {
  .hero .sub-ttl {
    right: 20px;
    width: 600px;
  }
}

.scroll__down {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  transform-origin: left bottom;
  transform: rotate(90deg);
  font-family: "Lato";
}
@media only screen and (max-width: 767px) {
  .scroll__down {
    top: 15px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .scroll__down {
    left: auto;
    bottom: 150px;
    right: -36px;
  }
}
.scroll__down .line {
  width: 23px;
  height: 2px;
  margin-right: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .scroll__down .line {
    width: 30px;
    margin-left: 20px;
  }
}
.scroll__down .line .line__in {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: right;
  animation: 2s line linear infinite;
}
.scroll__down a {
  color: #fff;
  display: flex;
  align-items: center;
}
.scroll__down .scroll-text {
  letter-spacing: 0.2rem;
}

@keyframes line {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(30px);
    opacity: 1;
  }
  100% {
    transform: translateX(30px);
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .share {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .share {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
  }
}
.share__text {
  font-family: "Lato";
  transform: rotate(90deg);
  margin: 0;
  padding: 43px 0 0 0;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
}
.share__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.share__list li {
  margin: 0 0 15px;
}
.share__list li:last-child {
  margin: 0;
}
.share__list li span {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .share__list li span:hover::before {
    color: #80719a;
    transition: 0.3s;
  }
}
.share__list li span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  font-size: 1.2rem;
}
.share__list li span.share-twitter::before {
  content: "\f099";
}
.share__list li span.share-line::before {
  content: "\f3c0";
}
.share__list li span.share-facebook {
  position: relative;
  left: 3px;
}
.share__list li span.share-facebook::before {
  content: "\f39e";
}

.etiquette {
  background: #e92294;
}
@media only screen and (max-width: 767px) {
  .etiquette {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .etiquette {
    padding: 20px 0 50px;
  }
}
.etiquette__content {
  background: #fff;
  border-radius: 35px;
}
@media only screen and (min-width: 768px) {
  .etiquette__content {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
  }
}
.etiquette__content .etiquette-head {
  position: relative;
  padding: 20px 50px 20px 30px;
  font-weight: 700;
  cursor: pointer;
  color: #e92294;
}
@media only screen and (max-width: 767px) {
  .etiquette__content .etiquette-head {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .etiquette__content .etiquette-head {
    font-size: 1.15rem;
  }
}
.etiquette__content .etiquette-head:before, .etiquette__content .etiquette-head::after {
  content: "";
  background: #e92294;
  position: absolute;
  height: 2px;
  top: 50%;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .etiquette__content .etiquette-head:before, .etiquette__content .etiquette-head::after {
    width: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .etiquette__content .etiquette-head:before, .etiquette__content .etiquette-head::after {
    width: 15px;
  }
}
.etiquette__content .etiquette-head::after {
  transition: 0.2s;
  transform: rotate(90deg);
}
.etiquette__content .etiquette-body {
  display: none;
  border-top: 1px solid #e92294;
}
@media only screen and (max-width: 767px) {
  .etiquette__content .etiquette-body {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .etiquette__content .etiquette-body {
    padding: 25px 30px;
  }
}

.release {
  color: #e92294;
  position: relative;
}
.release::after {
  content: "";
  background: #feeef4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .release::after {
    width: 92%;
    height: 73%;
  }
}
@media only screen and (min-width: 768px) {
  .release::after {
    width: 80%;
    height: 80%;
  }
}
.release h2 {
  color: #e92294;
}
@media only screen and (min-width: 768px) {
  .release h2 {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
}
.release__content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .release__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .release__img {
    max-width: 250px;
    margin: 0 auto 35px;
  }
}
@media only screen and (min-width: 768px) {
  .release__img {
    width: 300px;
    position: relative;
    z-index: 1;
  }
}
.release__img img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .release__text {
    width: calc(100% - 350px);
  }
}
.release__text .title {
  font-weight: 700;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .release__text .title {
    font-size: 1.3rem;
    margin: 0 0 10px;
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .release__text .title {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.release__text .detail p {
  margin: 0;
}
.release__text .detail .date {
  background: #e92294;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .release__text .detail .date {
    font-size: 1rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .release__text .detail .date {
    font-size: 1.1rem;
    margin: 0 0 25px;
  }
}
.release__text .detail .price {
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .release__text .detail .price {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .release__text .detail .price {
    font-size: 1.1rem;
  }
}
.release__text .detail .price span {
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .release__text .detail .price span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .release__text .detail .price span {
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 767px) {
  .event__item {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .event__item {
    margin: 0 0 40px;
  }
}
.event__item:last-child {
  margin: 0;
}
.event__item p {
  margin: 0;
  line-height: 1.6rem;
}
.event__item p span {
  color: #e92294;
  font-weight: 600;
  border-bottom: 2px solid #e92294;
}
@media only screen and (max-width: 767px) {
  .event .session {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .event .session {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .event .session__item {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .event .session__item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
  }
}
.event .session__item:last-child {
  margin: 0;
}
.event .session__item__ttl {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .event .session__item__ttl {
    margin: 0 0 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .event .session__item__ttl {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .event .session__item__content {
    width: calc(100% - 110px);
    padding: 2px 0 0;
  }
}
.event .session__item__content p {
  font-family: "Lato";
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .event .session__item__content p {
    font-size: 1.1rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .event .session__item__content p {
    font-size: 1.25rem;
    margin: 0 0 15px;
  }
}
.event .session__item__content dl {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .event .session__item__content dl {
    justify-content: space-between;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .event .session__item__content dl {
    margin: 0 0 5px;
  }
}
.event .session__item__content dl:last-child {
  margin: 0;
}
.event .session__item__content dl dt {
  margin: 0;
  font-family: "Lato";
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .event .session__item__content dl dt {
    width: 100px;
    font-size: 0.95rem;
    padding: 1px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .event .session__item__content dl dt {
    width: 140px;
    font-size: 1.05rem;
  }
}
.event .session__item__content dl dt span {
  border-bottom: 1px solid #000;
}
.event .session__item__content dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .event .session__item__content dl dd {
    width: calc(100% - 105px);
    line-height: 1.5rem;
  }
}
.event .tokuten dl {
  margin: 0 0 7px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .event .tokuten dl:nth-child(2) dt {
    width: 105px;
  }
  .event .tokuten dl:nth-child(2) dd {
    width: calc(100% - 105px);
    line-height: 1.5rem;
  }
}
.event .tokuten dl:last-child {
  margin: 0;
}
.event .tokuten dl dt {
  margin: 0;
}
.event .tokuten dl dd {
  margin: 0;
}
.ticket {
  background: #feeef4;
  color: #e92294;
}
.ticket h3 {
  border-bottom: 4px solid #e92294;
}
.ticket .ticket-text {
  margin: 0 0 25px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .ticket .ticket-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .ticket .ticket-text {
    font-size: 1.15rem;
  }
}
.ticket .ticket-note {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .ticket .ticket-note {
    font-size: 0.95rem;
  }
}
.ticket table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .ticket table tr {
    display: grid;
    grid-template-columns: 125px 1fr;
    grid-template-rows: 50px 35px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table tr:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .ticket table tr:nth-child(3) td {
    border-bottom: 2px solid #e92294;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table tr:nth-child(3) .ticket-link {
    border-bottom: 2px solid #e92294;
  }
}
@media only screen and (min-width: 768px) {
  .ticket table th {
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table th.ticket-link {
    display: none;
  }
}
.ticket table td {
  border-top: 2px solid #e92294;
}
@media only screen and (min-width: 768px) {
  .ticket table td {
    font-size: 1.05rem;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table td.session {
    font-size: 1rem;
    position: relative;
  }
  .ticket table td.session::before {
    content: "";
    background: #e92294;
    width: 5px;
    height: 22px;
    position: absolute;
    top: 22px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table td.time {
    font-size: 1.07rem;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .ticket table td.time {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table td.price {
    border-top: none;
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .ticket table .session, .ticket table .time, .ticket table .price {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table .session {
    grid-area: 1/1/3/2;
    padding: 20px 0 0 12px;
  }
}
.ticket table .time {
  font-family: "Lato";
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .ticket table .time {
    grid-area: 1/2/2/3;
    padding: 22px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table .price {
    grid-area: 2/2/3/3;
  }
}
.ticket table .price span {
  margin: 0 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .ticket table .price span {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .ticket table .price span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .ticket table .ticket-link {
    grid-area: 3/1/4/3;
    width: 100%;
    padding: 10px 0 20px;
    font-size: 0.95rem;
    border-top: none;
  }
}
@media only screen and (min-width: 768px) {
  .ticket table .ticket-link {
    width: 40%;
  }
}
.ticket table .link {
  background: #e92294;
  background: linear-gradient(155deg, #8675a2, #ef43a5);
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .ticket table .link {
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .ticket table .link {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 0.95rem;
    margin: 0 0 0 auto;
    transition: 0.3s;
  }
  .ticket table .link:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
.ticket table .link a {
  display: block;
  width: 100%;
  color: #fff;
}
.ticket table .link.soon {
  background: #a1a1a1;
  pointer-events: none;
}

.attention__item {
  margin: 0 0 15px;
  border: 2px solid #000;
  border-radius: 35px;
}
.attention__item:last-child {
  margin: 0;
}
.attention__item .acc-head {
  position: relative;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .attention__item .acc-head {
    padding: 20px 50px 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .attention__item .acc-head {
    font-size: 1.15rem;
    padding: 20px 50px 20px 30px;
  }
}
.attention__item .acc-head:before, .attention__item .acc-head::after {
  content: "";
  background: #e92294;
  position: absolute;
  height: 2px;
  top: 50%;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .attention__item .acc-head:before, .attention__item .acc-head::after {
    width: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .attention__item .acc-head:before, .attention__item .acc-head::after {
    width: 15px;
  }
}
.attention__item .acc-head::after {
  transition: 0.2s;
  transform: rotate(90deg);
}
.attention__item .acc-body {
  margin: 0;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .attention__item .acc-body {
    padding: 25px 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .attention__item .acc-body {
    padding: 25px 30px;
  }
}
.attention__item .acc-body p {
  margin: 0;
  line-height: 1.6rem;
}
.attention__item .acc-body ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.attention__item .acc-body ul li {
  margin: 0 0 5px;
  line-height: 1.6rem;
}
.attention__item .acc-body ul li:last-child {
  margin: 0;
}

.contact {
  background: #e92294;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact__container {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__container {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin: 0 0 25px;
  }
}
.contact__item {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact__item {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .contact__item {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .contact__item:first-child {
    border-bottom: 1px solid #fff;
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__item:first-child {
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .contact__item:last-child {
    padding: 20px 0 0;
  }
}
.contact p {
  margin: 0;
}
.contact p.tanto {
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .contact p.tanto {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact p.tanto {
    font-size: 1.2rem;
  }
}
.contact p.tanto span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact p.tanto span {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact p.tanto span {
    font-size: 1rem;
  }
}
.contact p.phone {
  font-family: "Lato";
}
@media only screen and (max-width: 767px) {
  .contact p.phone {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact p.phone {
    font-size: 1.2rem;
  }
}
.contact p.phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .contact p.phone::before {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact p.phone::before {
    font-size: 0.9rem;
  }
}
.contact p.info span {
  font-family: "Lato";
}
@media only screen and (min-width: 768px) {
  .contact p.info span {
    font-size: 1.05rem;
  }
}
.contact a {
  color: #fff;
  text-decoration: underline;
}
.contact a:hover {
  text-decoration: none;
}

.is-open {
  display: block;
}
.is-open::after {
  transform: rotate(0deg) !important;
}

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

@media only screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

.detail_contents {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .btn {
    display: flex;
    border: 10px solid #d9559e;
    border-radius: 20px;
    background-color: #ef81b2;
    padding: 2px;
    width: 180px;
    text-align: center;
    height: 45px;
    margin: 65px 10px 0px 50px;
    flex-direction: column;
    justify-content: space-around;
  }
  .btn p {
    color: #fff;
    font-size: 10px;
    letter-spacing: 2;
    line-height: 2;
  }
  .btn span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    display: flex;
    border: 10px solid #d9559e;
    border-radius: 20px;
    background-color: #ef81b2;
    padding: 2px;
    width: 210px;
    text-align: center;
    height: 45px;
    margin: 65px 10px 0px 50px;
    flex-direction: column;
    justify-content: space-around;
  }
  .btn p {
    color: #fff;
    font-size: 8px;
  }
  .btn span {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */