@charset "UTF-8";
/*
$serif: 'Noto Serif JP', serif;
$sansSerif: 'Noto Sans JP', sans-serif;
$sansSerifBold: 'Noto Sans JP', sans-serif;
$msSerif: 'Noto Serif JP', serif;
$msSansSerif: 'Noto Sans JP', sans-serif;
*/
/*
$serif: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
$sansSerif: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
$sansSerifBold: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
$msSerif: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
$msSansSerif: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
*/
* {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

section:not(#mv) {
  margin-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  section:not(#mv) {
    margin-top: 0.8rem;
  }
}

.copyright {
  margin-top: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  color: #fff;
  font-size: 0.14rem;
}
@media screen and (max-width: 768px) {
  .copyright {
    height: 0.5rem;
    font-size: 0.12rem;
  }
}

.link-btn {
  margin-top: 1.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid #ccc;
}

.link-btn-oda {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.16rem;
}
@media screen and (max-width: 768px) {
  .link-btn-oda {
    font-size: 0.14rem;
  }
}
.link-btn-oda:after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../images/oda/icon-link.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*/////////////////////////////////////////
//  チケット購入ボタン
/////////////////////////////////////////*/
.ticket-reserve {
  position: fixed;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .ticket-reserve {
    width: 2.6rem;
    border-radius: initial;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/*/////////////////////////////////////////
//  h2見出し
/////////////////////////////////////////*/
.section-ttl {
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    margin-bottom: 0.4rem;
  }
}
.section-ttl em {
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-ttl em {
    font-size: 0.54rem;
  }
}
.section-ttl h2 {
  font-size: 0.16rem;
  letter-spacing: 0.16;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section-ttl h2 {
    font-size: 0.14rem;
  }
}

/*/////////////////////////////////////////
//  MV
/////////////////////////////////////////*/
#mv {
  background-image: url("../images/oda/mv-back.jpg");
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mv {
    background: none;
  }
}
#mv .inner {
  height: 897px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mv .inner {
    height: initial;
    padding: 0;
  }
  #mv .inner img {
    max-width: initial;
    width: 100%;
  }
}
#mv .mv-txt {
  width: 6.31rem;
}
@media screen and (max-width: 768px) {
  #mv .mv-txt {
    width: initial;
    display: block;
    width: 100%;
  }
}
#mv .oda {
  width: 5.67rem;
  margin-top: auto;
}
@media (max-width: 1200px) {
  #mv .oda {
    margin-top: initial;
  }
}

/*/////////////////////////////////////////
//  Profile
/////////////////////////////////////////*/
#profile .box {
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  #profile .box {
    flex-direction: column;
    gap: 0.24rem;
  }
}
#profile .box figure {
  width: 4.96rem;
}
@media screen and (max-width: 768px) {
  #profile .box figure {
    width: 100%;
  }
}
#profile .box .txt-area {
  width: calc(100% - 4.96rem - 0.4rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #profile .box .txt-area {
    width: 100%;
  }
}
#profile .box .txt-area h3 {
  font-size: 0.32rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #profile .box .txt-area h3 {
    font-size: 0.24rem;
  }
}
#profile .box .txt-area .txt {
  font-size: 0.16rem;
  line-height: 1.5;
  margin-top: 0.24rem;
}
@media screen and (max-width: 768px) {
  #profile .box .txt-area .txt {
    font-size: 0.14rem;
    margin-top: 0.18rem;
  }
}
#profile .box .txt-area .txt p:not(:first-child) {
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #profile .box .txt-area .txt p:not(:first-child) {
    margin-top: 0.14rem;
  }
}
#profile .box .oda-sns {
  display: flex;
  justify-content: center;
  gap: 0.24rem;
  align-items: center;
  margin-top: 0.8rem;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #profile .box .oda-sns {
    margin-top: 0.4rem;
  }
}

/*/////////////////////////////////////////
//  Member
/////////////////////////////////////////*/
#member .member-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #member .member-list {
    gap: 0.24rem 0.16rem;
  }
}
#member .member-list li {
  width: calc((100% - 0.24rem * 4) / 5);
}
@media screen and (max-width: 768px) {
  #member .member-list li {
    width: calc((100% - 0.16rem) / 2);
  }
}
#member .member-list li figure {
  width: 100%;
}
#member .member-list li figure img {
  width: 100%;
  height: auto;
}
#member .member-list li .txt-area {
  text-align: left;
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #member .member-list li .txt-area {
    margin-top: 0.08rem;
    padding-left: 0.08rem;
  }
}
#member .member-list li .txt-area .part {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #member .member-list li .txt-area .part {
    font-size: 0.16rem;
  }
}
#member .member-list li .txt-area .name {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #member .member-list li .txt-area .name {
    font-size: 0.2rem;
  }
}
#member .member-list li .txt-area .seimei {
  font-size: 0.12rem;
  display: block;
  margin-top: 0.04rem;
}
@media screen and (max-width: 768px) {
  #member .member-list li .txt-area .seimei {
    font-size: 0.1rem;
  }
}

/*/////////////////////////////////////////
//  liveinfo
/////////////////////////////////////////*/
#liveinfo .inner {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #liveinfo .inner {
    flex-direction: column;
    gap: 0.4rem;
  }
}
#liveinfo .txt-area h3 {
  font-size: 0.24rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #liveinfo .txt-area h3 {
    font-size: 0.18rem;
  }
}
#liveinfo .txt-area dl {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.16rem;
}
@media screen and (max-width: 768px) {
  #liveinfo .txt-area dl {
    gap: 0.16rem;
  }
}
#liveinfo .txt-area dl div {
  display: flex;
  gap: 0.24rem;
}
@media screen and (max-width: 768px) {
  #liveinfo .txt-area dl div {
    gap: 0.16rem;
  }
}
#liveinfo .txt-area dl div dt {
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  line-height: 1;
  text-align: center;
  width: 1.2rem;
  height: 0.35rem;
}
@media screen and (max-width: 768px) {
  #liveinfo .txt-area dl div dt {
    width: 0.8rem;
    height: 0.3rem;
    font-size: 0.14rem;
  }
}
#liveinfo .txt-area dl div dd {
  font-size: 0.16rem;
  padding-top: 0.06rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #liveinfo .txt-area dl div dd {
    font-size: 0.14rem;
  }
}
#liveinfo .txt-area dl div dd .price {
  display: block;
  text-align: right;
}
#liveinfo .map h3 {
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
@media screen and (max-width: 768px) {
  #liveinfo .map h3 {
    font-size: 0.16rem;
  }
}
#liveinfo .map h3:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../images/oda/icon-map.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#liveinfo .map p {
  font-size: 0.16rem;
  margin-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  #liveinfo .map p {
    font-size: 0.14rem;
  }
}
#liveinfo .map iframe {
  display: block;
  margin-top: 0.24rem;
  aspect-ratio: 16/9;
  width: 5.8rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #liveinfo .map iframe {
    width: 100%;
    aspect-ratio: 4/5;
  }
}

/*/////////////////////////////////////////
//  Sponsor lnink
/////////////////////////////////////////*/
#sponsor-link {
  margin-top: 1.2rem;
}
#sponsor-link a {
  display: block;
  width: 7.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sponsor-link a {
    width: 100%;
  }
}
#sponsor-link picture {
  display: block;
  width: 100%;
  height: auto;
}

/*/////////////////////////////////////////
//  Sponsor
/////////////////////////////////////////*/
#sponsor .sponsor-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
#sponsor .sponsor-list .shop {
  display: flex;
  align-items: flex-start;
  gap: 0.56rem;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .shop {
    gap: 0.32rem;
    flex-direction: column;
  }
  #sponsor .sponsor-list .shop:not(:last-child) {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #ccc;
  }
}
#sponsor .sponsor-list .shop .sponsor-logo {
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .shop .sponsor-logo {
    margin: 0 auto;
    width: 1.5rem;
  }
}
#sponsor .sponsor-list .contents-area {
  width: calc(100% - 0.56rem);
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area {
    width: 100%;
  }
}
#sponsor .sponsor-list .contents-area h3 {
  font-size: 0.32rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area h3 {
    font-size: 0.24rem;
  }
}
#sponsor .sponsor-list .contents-area .info {
  font-size: 0.16rem;
}
#sponsor .sponsor-list .contents-area .info li {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .info li {
    align-items: flex-start;
  }
}
#sponsor .sponsor-list .contents-area .info li:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .info li:before {
    margin-top: 0.02rem;
  }
}
#sponsor .sponsor-list .contents-area .info li span {
  width: calc(100% - 0.24rem);
}
#sponsor .sponsor-list .contents-area .info .addr:before {
  background-image: url("../images/oda/icon-map.svg");
}
#sponsor .sponsor-list .contents-area .info .tel:before {
  background-image: url("../images/oda/icon-tel.svg");
}
#sponsor .sponsor-list .contents-area .description {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .description {
    font-size: 0.14rem;
    margin-top: 0.12rem;
  }
}
#sponsor .sponsor-list .contents-area h4 {
  width: 1.2rem;
  height: 0.32rem;
  font-size: 0.16rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  margin-top: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area h4 {
    width: 1rem;
    height: 0.28rem;
    font-size: 0.14rem;
  }
}
#sponsor .sponsor-list .contents-area .contact {
  margin-top: 0.16rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
#sponsor .sponsor-list .contents-area .contact li {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .contact li {
    align-items: flex-start;
  }
}
#sponsor .sponsor-list .contents-area .contact li:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .contact li:before {
    margin-top: 0.02rem;
  }
}
#sponsor .sponsor-list .contents-area .contact li a {
  width: calc(100% - 0.28rem);
}
#sponsor .sponsor-list .contents-area .contact li.instagram:before {
  background-image: url("../images/oda/icon-ig.svg");
}
#sponsor .sponsor-list .contents-area .contact li.web:before {
  background-image: url("../images/oda/icon-web.svg");
}
#sponsor .sponsor-list .contents-area .gallery {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.24rem;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .gallery {
    gap: 0.08rem;
  }
}
#sponsor .sponsor-list .contents-area .gallery li {
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  #sponsor .sponsor-list .contents-area .gallery li {
    width: calc((100% - 0.16rem) / 3);
  }
}/*# sourceMappingURL=oda.css.map */