@charset "UTF-8";
/*
.nav li:nth-child(4),
.footer_nav li:nth-child(4)  {
    display: none;
}*/
body {
  background-color: #fffff1;
  color: #2d2d2d;
  display: flex;
  flex-direction: column;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
  height: 100%;
  line-height: 1.5;
  min-height: 100vh;
  width: 100%;
  word-break: break-word;
}

img {
  width: 100%;
}

ul, ol {
  padding-left: 0;
}

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

a {
  color: #2d2d2d;
  text-decoration: none;
  transition: opacity 0.3s ease 0s;
}

a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease 0s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body.on {
  overflow: hidden;
}

main {
  animation: mainbg 60s linear infinite both;
  background: #fffff1 url(/taikonotatsujin2026/img/bg_ptn.png) repeat bottom center;
  background-size: 320px auto;
  flex-grow: 1;
}

@keyframes mainbg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 320px 360px;
  }
}
/*header*/
header {
  align-items: center;
  background-color: #fffff1;
  display: flex;
  justify-content: space-between;
  min-height: 63px;
  padding: 0 40px;
}

header h1 {
  max-width: 134px;
  width: 100%;
}

nav {
  align-items: center;
  display: flex;
  justify-content: center;
}

header nav {
  justify-content: flex-end;
  width: calc(100% - 135px);
}

.nav {
  line-height: 2;
  margin: 19px 0;
  transition: none;
}

.nav li {
  display: inline-block;
}

.nav a::before {
  background: url("/taikonotatsujin2026/img/icon_menu.svg") left top no-repeat;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}

.nav a {
  font-weight: 700;
  vertical-align: middle;
}

.lang {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 40px;
  width: 112px;
}

.lang li {
  box-sizing: border-box;
  text-align: center;
  width: 50%;
}

.lang li > a, .lang li > span {
  border: #8652D9 solid 1px;
  color: #8652D9;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 5px;
  width: 100%;
}

.lang li.jp > a, .lang li.jp > span {
  border-radius: 20px 0 0 20px;
}

.lang li.en > a, .lang li.en > span {
  border-radius: 0 20px 20px 0;
}

.lang li.act > a, .lang li.act > span {
  background-color: #8652D9;
  color: #ffffff;
}

/*main*/
main {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

main > h2 {
  background: linear-gradient(45deg, #fec4f6 0%, #ccd3fc 50%, #97e3fa 50%, #afe0ce 100%);
  margin: auto;
}

main > h2 picture {
  display: block;
  margin: auto;
  max-width: 1280px;
}

.anime_h a {
  display: block;
}

.anime_h a:hover {
  animation: anime 0.6s linear 0s 1;
}

section h2.anim {
  animation: anime 0.8s linear 0s 1;
}

section h2 > img {
  margin: 0 auto;
  max-height: 72px;
  width: auto;
}

@keyframes anime {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.1, 0.9) translate(0%, 10%);
  }
  50% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.btn_section {
  overflow: hidden;
  width: 100%;
}

.btn_normal a {
  background-color: #8652D9;
  border-radius: 40px;
  color: #ffffff;
  display: block;
  margin: auto;
  max-width: 189px;
  padding: 20px;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}

.btn_normal a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease 0s;
}

.btn_area {
  background-color: #fffff1;
  text-align: center;
}

/*footer*/
.footer_nav {
  background-color: #8652D9;
  padding: 40px 20px 20px;
}

.footer_nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
}

.footer_nav li {
  display: inline-block;
  margin: 0 5px;
}

.footer_nav a {
  background: #ffffff;
  border-radius: 23px;
  box-shadow: rgba(98, 55, 115, 0.3019607843) 1px 1px 2px;
  color: #8652D9;
  display: block;
  font-size: 16px;
  font-weight: 700;
  width: 164px;
  padding: 12px 10px;
}

footer {
  background-color: #fffff1;
  padding: 0 0 50px;
  text-align: center;
}

footer small > span {
  padding: 0 5px;
}

footer small > span > span {
  padding-left: 0.4em;
}

.footer_logo {
  margin: 50px auto 20px;
  max-width: 210px;
  width: 100%;
}

.resultbtn {
  background-color: #fffff1;
  padding: 40px 15px 45px;
}

.btn_result {
  margin: auto;
  max-width: 364px;
  width: 100%;
}

.btn_result a {
  display: block;
}

/*公開予定表示*/
.nav_ex .out {
  font-size: 13px;
}
.nav_ex .in {
  font-size: 10px;
}

.ex {
  position: relative;
}
.ex a {
  opacity: 0.3;
}
.ex span {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #ffffff;
  top: -20px;
}
.ex span::before {
  content: "|";
  transform: rotate(-30deg);
  display: inline-block;
  margin-right: 5px;
}
.ex span::after {
  content: "|";
  transform: rotate(30deg);
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 641px) {
  body.on {
    padding-right: 18px;
  }
  .nav li + li {
    margin-left: min(1vw, 10px);
  }
  .nav_ex a > span {
    position: relative;
  }
  .nav_ex a::before {
    opacity: 0.3;
  }
  .nav_ex a:hover {
    opacity: 1;
  }
  .nav_ex .out {
    opacity: 0.3;
    vertical-align: -5px;
  }
  .nav_ex .in {
    position: absolute;
    width: 116%;
    left: -9px;
    right: 0;
    margin: auto;
    top: -6px;
    line-height: 1;
    text-align: center;
    color: #03BB30;
  }
  .nav_ex + .nav_ex .in {
    left: -6px;
  }
}
/*
@media (min-width: 641px) and (max-width: 800px){
header {
    padding: 13px 20px;
}

.nav {
    line-height: 2;
}

.nav li {
    margin-left: 20px;
}

.nav a {
    font-size: 12px;
}

.nav a::before {
    width: 20px;
    height: 20px;   
}

}
*/
@media (max-width: 1240px) {
  header {
    padding: 0 2%;
  }
  .lang {
    margin-left: 2%;
  }
  .nav li {
    margin-left: 1.5vw;
  }
  .nav a {
    font-size: 1.3vw;
  }
  .nav a::before {
    height: 1.6vw;
    margin-right: 0.3em;
    width: 1.6vw;
  }
  .footer_nav a {
    width: 125px;
    font-size: 14px;
  }
  .nav_ex .out {
    font-size: 1.1vw;
  }
  .nav_ex .in {
    font-size: 0.9vw;
    width: 124%;
  }
}
/*
@media(max-width:862px) and (min-width: 641px) {


    .footer_nav li{
        margin: 0 1vw;
    }
    .footer_nav a {
        width: 17vw;
        font-size: 1.7VW;
        padding: 1vw .3vw;
    }
}
*/
@media (max-width: 850px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    background-color: #fffff1;
    padding: 3px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .g-nav.active, header h1 {
    z-index: 100;
  }
  .nav {
    align-items: center;
    background-color: #fffff1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: -100vh;
    transform: translateY(-100vh);
    transition: opacity 0.15s, transform 0.35s ease-in-out, top 0s 0.35s;
    width: 100%;
    z-index: 10;
  }
  .nav.on {
    opacity: 1;
    top: 0;
    transform: translateY(0);
    transition: opacity 0.35s 0.2s, transform 0.35s ease-in-out;
  }
  .on {
    border: none;
  }
  .nav li {
    opacity: 0;
  }
  .nav li, .nav.on li {
    box-sizing: border-box;
    margin: 0;
    max-width: 500px;
    width: 100%;
  }
  .nav li:nth-child(1), .nav.on li:nth-child(1) {
    margin-top: 0;
  }
  .nav li a {
    color: #15171e !important;
    display: inline-block;
    padding: 0 20px 12px;
    width: 100%;
  }
  .nav li a span {
    display: none;
  }
  .nav li a::before {
    content: "";
    height: 0;
    padding-top: 22%;
    width: 100%;
  }
  .nav .nav-top::before {
    background: url(/taikonotatsujin2026/img/btn_4.png) left top no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }
  .nav .nav-apply::before {
    background: url(/taikonotatsujin2026/img/btn_1.png) left top no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }
  .nav .nav-guide::before {
    background: url(/taikonotatsujin2026/img/btn_3.png) left top no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }
  .nav .nav-listen::before {
    background: url(/taikonotatsujin2026/img/btn_2.png) left top no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }
  .nav .nav_ex .nav-listen::before {
    background: url(/taikonotatsujin2026/img/btn_9.png) left top no-repeat;
    background-position: center center;
    background-size: 80% auto;
    padding-top: 30%;
    opacity: 1;
  }
  .nav .nav-vote::before {
    background: url(/taikonotatsujin2026/img/btn_10.png) left top no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }
  .nav .nav_ex .nav-vote::before {
    background: url(/taikonotatsujin2026/img/btn_11.png) left top no-repeat;
    background-position: center center;
    background-size: 80% auto;
    padding-top: 30%;
    opacity: 1;
  }
  .nav .nav-contact::before {
    background: url(/taikonotatsujin2026/img/btn_5.png) left top no-repeat;
    background-position: center center;
    background-size: 80% auto;
  }
  .nav.on li {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .nav li:nth-child(1) {
    transition-delay: 0.2s;
  }
  .nav li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .nav li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .nav li:nth-child(4) {
    transition-delay: 0.5s;
  }
  .nav li:nth-child(5) {
    transition-delay: 0.6s;
  }
  .nav li:nth-child(6) {
    transition-delay: 0.7s;
  }
  .g-nav, .g-nav span {
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.4s;
  }
  .g-nav {
    height: 28px;
    order: 1;
    position: relative;
    right: 0;
    top: 4px;
    width: 30px;
  }
  .g-nav span {
    background-color: #8652D9;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .g-nav span:nth-of-type(1) {
    top: 0;
  }
  .g-nav span:nth-of-type(2) {
    top: 9px;
  }
  .g-nav span:nth-of-type(3) {
    bottom: 8px;
  }
  .g-nav.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .g-nav.active span:nth-of-type(2) {
    opacity: 0;
  }
  .g-nav.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .lang {
    margin-right: 20px;
  }
  main {
    margin-top: 70px;
  }
  /*footer*/
  footer {
    overflow: auto;
    padding-bottom: 20px;
  }
  footer small span {
    display: block;
    font-size: 12px;
    padding: 0;
  }
  .footer_logo {
    margin: 60px auto 25px;
  }
  .footer_nav ul {
    display: block;
  }
  .footer_nav li {
    display: block;
    margin: auto auto 12px;
  }
  .footer_nav li.ex {
    margin-top: 30px;
  }
  .footer_nav a {
    width: 290px;
  }
  .resultbtn {
    padding: 30px 15px;
  }
  .btn_result {
    max-width: 250px;
  }
}
/**/
.textlink {
  color: #8652D9;
  font-weight: 700;
  text-decoration: underline;
}

.note {
  color: #8652D9;
  font-size: 0.8em;
  text-align: left;
}

.inlinelink {
  color: #8652D9;
  text-decoration: underline;
}

.textmark {
  background-color: rgba(134, 82, 217, 0.3);
  color: #8652D9;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}

.entry_cont b {
  color: #8652D9;
}

.entry_cont ul {
  padding-left: 2em;
  text-indent: -2em;
}

.entry_cont p + ul {
  margin-top: 2em;
}

.entry_cont ul .listnum, .entry_cont ul > li::before {
  display: inline-block;
  text-align: center;
  text-indent: 0;
}

.list-disc > li::before {
  background-color: rgba(134, 82, 217, 0.3);
  border-radius: 0.5em;
  content: "";
  height: 0.6em;
  margin: 0 0.7em;
  width: 0.6em;
}

.entry_cont ul .listnum {
  text-align: center;
  width: 2em;
}

.entry_cont ul > li + li {
  margin-top: 1em;
}

.entry_cont li li + li {
  margin-top: 0.5em;
}

.entry_cont p, .entry_cont div {
  text-indent: 0;
}

/*# sourceMappingURL=common.css.map */
