@media screen and (max-width: 800px) {
  #wrapper {
    padding-top: 100px !important;
  }
  div.contents_lp {
    max-width: none;
    width: 100%;
    padding-top: 0 !important;
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
  }
  div.contents_lp .moedanlp {
    background-color: #f7f7f7;
  }
  article#moedan {
    padding-bottom: 60px;
    width: 100%;
    overflow: hidden;
  }
  article#moedan #moedanTop {
    background-color: #f7f7f7;
    padding: 0 0 80px;
  }
  article#moedan #moedanTop .mainV .inner {
    background-image: url(../images/lp/moedan/sp-top-bg.jpg);
    background-position: 50%;
    background-size: auto 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
    padding-inline: 0;
  }
  article#moedan #moedanTop .mainV .inner .crest img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #moedanTop .mainV .inner .kikan {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 110px;
    height: 110px;
  }
  article#moedan #moedanTop .mainV .inner .kikan img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #moedanTop .mainV .inner .photos {
    max-width: 500px;
    width: 90%;
    margin: -10px auto 0;
  }
  article#moedan #moedanTop .mainV .inner .photos img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #moedanTop .mainV .inner .charas {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -30px;
  }
  article#moedan #moedanTop .mainV .inner .charas .chara {
    margin: 0 10px;
    animation: chara 5s infinite;
  }
  article#moedan #moedanTop .mainV .inner .charas .chara:nth-of-type(2) {
    animation-delay: 1.5s;
  }
  article#moedan #moedanTop .mainV .inner .charas .chara:nth-of-type(3) {
    animation-delay: 3s;
  }
  @keyframes chara {
    0% {
      transform: rotate(0);
    }
    1% {
      transform: rotate(10deg);
    }
    2% {
      transform: rotate(-10deg);
    }
    3% {
      transform: rotate(10deg);
    }
    4% {
      transform: rotate(-10deg);
    }
    5% {
      transform: rotate(10deg);
    }
    6% {
      transform: rotate(10deg);
    }
    7%, 100% {
      transform: rotate(0);
    }
  }
  article#moedan #moedanTop .mainV .inner .charas .chara img {
    width: 100%;
    height: auto;
  }
  article#moedan #intro .inner {
    width: 100%;
    margin: 0 auto;
  }
  article#moedan #intro .inner .txt h2 img {
    width: 95%;
    height: auto;
  }
  article#moedan #intro .inner .txt p {
    width: 90%;
    margin: 30px auto 0;
    color: #1e1b68;
    font-size: 14px;
    line-height: 29px;
  }
  article#moedan #intro .inner .img {
    width: 90%;
    margin: 20px auto 0;
  }
  article#moedan #intro .inner .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #intro .inner .insta {
    width: 100%;
    position: relative;
    width: 90%;
    margin: 15px auto 0;
  }
  article#moedan #intro .inner .insta .txt {
    order: 2;
    color: #1e1b68;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    flex: 1;
    text-align: center;
  }
  article#moedan #intro .inner .insta .txt span {
    font-size: 20px;
    display: block;
  }
  article#moedan #intro .inner .insta .icon {
    position: absolute;
    top: -70px;
    left: 0;
  }
  article#moedan #intro .inner .insta .icon a {
    display: block;
    width: 35vw;
  }
  article#moedan #intro .inner .insta .icon a img {
    width: 100%;
    height: auto;
  }
  article#moedan #genre .inner {
    width: 90%;
    margin: 30px auto 0;
  }
  article#moedan #genre .inner .header {
    width: 100%;
    background-image: url(../images/lp/moedan/bg2.jpg);
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-top: 40px;
  }
  article#moedan #genre .inner .header:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/nami.png);
    width: 100%;
    height: 18px;
    background-repeat: repeat-x;
    margin-top: 30px;
    background-position: 50% 0;
  }
  article#moedan #genre .inner .header .fukidashi {
    width: 140px;
    height: 85px;
    margin: 0 auto;
  }
  article#moedan #genre .inner .header .fukidashi img {
    width: 100%;
    height: auto;
  }
  article#moedan #genre .inner .header h2 {
    font-size: 23px;
    color: #1e1b68;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  article#moedan #genre .inner .header h2 span {
    display: block;
    margin: 0 20px;
  }
  article#moedan #genre .inner .header h2:before, article#moedan #genre .inner .header h2:after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    border-top: 2px solid #1e1b68;
    border-bottom: 2px solid #1e1b68;
  }
  article#moedan #genre .inner .header p.read {
    font-size: 14px;
    color: #1e1b68;
    text-align: center;
    margin-top: 10px;
    padding: 0 15px;
  }
  article#moedan #genre .inner .body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
  article#moedan #genre .inner .body .item {
    width: 100%;
    border-bottom: 2px dotted #1e1b68;
    padding-bottom: 30px;
  }
  article#moedan #genre .inner .body .item + .item {
    margin-top: 30px;
  }
  article#moedan #genre .inner .body .item .icon {
    text-align: center;
  }
  article#moedan #genre .inner .body .item .icon img {
    max-width: 120px;
    width: 100%;
    height: auto;
  }
  article#moedan #genre .inner .body .item .schedule {
    margin-top: 15px;
  }
  article#moedan #genre .inner .body .item .schedule .tag {
    display: table;
    padding: 3px 5px 4px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    margin: 0 auto;
  }
  article#moedan #genre .inner .body .item .schedule .day {
    margin-top: 10px;
  }
  article#moedan #genre .inner .body .item .schedule .day img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #genre .inner .body .item .schedule p {
    font-size: 14px;
    line-height: 1.5;
    color: #1e1b68;
    margin-top: 15px;
    text-align: center;
  }
  article#moedan #genre .inner .body .item .photo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    position: relative;
  }
  article#moedan #genre .inner .body .item .photo:after {
    content: "";
    display: block;
    width: 110px;
    height: 52px;
    position: absolute;
    right: -4vw;
    top: -20px;
    background-size: 110px auto;
  }
  article#moedan #genre .inner .body .item .photo img {
    width: 46%;
    height: auto;
    border: 8px solid #fff;
    box-shadow: 3px 3px 0 #1e1b68, 0 0 3px rgba(30, 27, 104, 0.3);
  }
  article#moedan #genre .inner .body .item.moe .tag {
    background-color: #4b9676;
  }
  article#moedan #genre .inner .body .item.moe .photo:after {
    background-image: url(../images/lp/moedan/fukidashi2.png);
  }
  article#moedan #genre .inner .body .item.akuma .tag {
    background-color: #513d75;
  }
  article#moedan #genre .inner .body .item.akuma .photo:after {
    background-image: url(../images/lp/moedan/fukidashi3.png);
  }
  article#moedan #genre .inner .body .item.sweets .tag {
    background-color: #c8504e;
  }
  article#moedan #genre .inner .body .item.sweets .photo:after {
    background-image: url(../images/lp/moedan/fukidashi4.png);
  }
  article#moedan #genre .inner .body .button {
    margin-top: 20px;
    width: 100%;
    display: block;
  }
  article#moedan #genre .inner .body .button a {
    display: flex;
    width: 100%;
    height: 57px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #bc1a3a;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    position: relative;
    font-weight: 700;
  }
  article#moedan #genre .inner .body .button a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 30px;
  }
  article#moedan #gp {
    margin-top: 40px;
  }
  article#moedan #gp .inner {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
  }
  article#moedan #gp .inner .header {
    width: 100%;
    background-image: url(../images/lp/moedan/bg2.jpg);
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-top: 40px;
  }
  article#moedan #gp .inner .header:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/nami.png);
    width: 100%;
    height: 18px;
    background-repeat: repeat-x;
    margin-top: 30px;
    background-position: 50% 0;
  }
  article#moedan #gp .inner .header .fukidashi {
    width: 140px;
    height: 85px;
    margin: 0 auto;
  }
  article#moedan #gp .inner .header .fukidashi img {
    width: 100%;
    height: auto;
  }
  article#moedan #gp .inner .header h2 {
    font-size: 23px;
    color: #1e1b68;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  article#moedan #gp .inner .header h2 span {
    display: block;
    margin: 0 20px;
  }
  article#moedan #gp .inner .header h2:before, article#moedan #gp .inner .header h2:after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    border-top: 2px solid #1e1b68;
    border-bottom: 2px solid #1e1b68;
  }
  article#moedan #gp .inner .header .kikan {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -20px;
    right: -5vw;
  }
  article#moedan #gp .inner .header .kikan img {
    width: 100%;
    height: auto;
  }
  article#moedan #gp .inner .info {
    background-color: #fff;
    padding: 35px 5vw 0;
  }
  article#moedan #gp .inner .info h3 {
    text-align: center;
  }
  article#moedan #gp .inner .info h3 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #gp .inner .info .read {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
  article#moedan #gp .inner .info .read p {
    font-size: 14px;
    line-height: 1.6;
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #gp .inner .body {
    display: flex;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 5vw 20px;
    justify-content: space-between;
  }
  article#moedan #gp .inner .body .item {
    width: 32%;
  }
  article#moedan #gp .inner .body .item img {
    width: 100%;
    height: auto;
  }
  article#moedan #join {
    width: 90%;
    margin: 40px auto 0;
    background-color: #fff;
    padding: 30px 14px 20px;
    border-radius: 10px;
  }
  article#moedan #join .letsjoin {
    text-align: center;
    width: 110px;
    margin: 0 auto;
  }
  article#moedan #join .letsjoin img {
    width: 100%;
    height: auto;
  }
  article#moedan #join h2 {
    font-size: 23px;
    color: #1e1b68;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  article#moedan #join h2 span {
    display: block;
    margin: 0 10px;
  }
  article#moedan #join h2:before, article#moedan #join h2:after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    border-top: 2px solid #1e1b68;
    border-bottom: 2px solid #1e1b68;
  }
  article#moedan #join h3 {
    background-color: #1e1b68;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  article#moedan #join h3 span.title {
    width: 100%;
    text-align: center;
  }
  article#moedan #join h3 span.kikan {
    border: 1px solid #fff;
    font-size: 13px;
    padding: 0 5px;
  }
  article#moedan #join h3 span.day {
    margin-left: 5px;
  }
  article#moedan #join #steps, article#moedan #join #finalStep {
    margin-top: 30px;
  }
  article#moedan #join #steps .item, article#moedan #join #finalStep .item {
    width: 100%;
    border: 1px solid #1e1b68;
    position: relative;
    padding: 45px 20px 20px;
  }
  article#moedan #join #steps .item.item, article#moedan #join #finalStep .item.item {
    margin-top: 70px;
  }
  article#moedan #join #steps .item:not(:last-of-type):after, article#moedan #join #finalStep .item:not(:last-of-type):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 18px solid #1e1b68;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    left: calc(50% - 30px);
    bottom: -19px;
  }
  article#moedan #join #steps .item .num, article#moedan #join #finalStep .item .num {
    width: 74px;
    height: 74px;
    position: absolute;
    top: -37px;
    left: calc(50% - 37px);
  }
  article#moedan #join #steps .item .num img, article#moedan #join #finalStep .item .num img {
    width: 100%;
    height: auto;
  }
  article#moedan #join #steps .item .img, article#moedan #join #finalStep .item .img {
    text-align: center;
  }
  article#moedan #join #steps .item .img img, article#moedan #join #finalStep .item .img img {
    max-width: 70%;
    width: auto;
    height: auto;
  }
  article#moedan #join #steps .item p, article#moedan #join #finalStep .item p {
    font-size: 14px;
    line-height: 1.5;
    color: #1e1b68;
    margin-top: 15px;
    text-align: center;
  }
  article#moedan #join #steps .item p span, article#moedan #join #finalStep .item p span {
    color: #4fa9d1;
  }
  article#moedan #join #steps .item .link, article#moedan #join #finalStep .item .link {
    display: block;
    background-color: #bc1a3a;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    border-radius: 30px;
    padding: 10px 35px 10px 10px;
    position: relative;
    margin-top: 15px;
  }
  article#moedan #join #steps .item .link:after, article#moedan #join #finalStep .item .link:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
  }
  article#moedan #join .caution {
    background-color: #f0f0f0;
    padding: 15px;
    margin-top: 30px;
  }
  article#moedan #join .caution h4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid #1e1b68;
    font-size: 18px;
    line-height: 1;
    color: #1e1b68;
    font-weight: 700;
    padding-bottom: 15px;
  }
  article#moedan #join .caution h4 span {
    display: block;
    white-space: nowrap;
  }
  article#moedan #join .caution h4 span img {
    width: 50px;
    height: auto;
  }
  article#moedan #join .caution h4 span.txt {
    display: block;
    margin-top: 5px;
  }
  article#moedan #join .caution ul {
    color: #1e1b68;
    padding-left: 1.5em;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
  article#moedan #join .caution ul li a {
    color: #bc1a3a;
    text-decoration: underline;
  }
  article#moedan #join #finalHead {
    margin: 40px auto 0;
  }
  article#moedan #join #finalHead .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  article#moedan #join #finalHead .inner .title {
    font-size: 22px;
    font-weight: 700;
    color: #1e1b68;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  article#moedan #join #finalHead .inner .title:before, article#moedan #join #finalHead .inner .title:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/final-title-line.png);
    background-size: 100% auto;
    width: 50px;
    height: 60px;
  }
  article#moedan #join #finalHead .inner .title:after {
    transform: scale(-1, 1);
  }
  article#moedan #join #finalHead .inner p {
    margin-top: 14px;
    font-size: 16px;
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #join #finalStep {
    justify-content: center;
  }
  article#moedan #join .present {
    margin-top: 30px;
  }
  article#moedan #join .present .img img {
    width: 100%;
  }
  article#moedan #join .present .txt {
    position: relative;
    background-image: url(../images/lp/moedan/bg2.jpg);
    padding: 15px;
  }
  article#moedan #join .present .txt .fukidashi {
    width: 160px;
    height: 70px;
    margin: 0 auto;
  }
  article#moedan #join .present .txt .fukidashi img {
    width: 100%;
    height: auto;
  }
  article#moedan #join .present .txt p {
    color: #1e1b68;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
  }
  article#moedan #join .present .txt p span {
    font-weight: 700;
  }
  article#moedan #join #judge {
    margin-top: 30px;
  }
  article#moedan #join #judge .judgeHead .en {
    width: 150px;
    margin: 0 auto;
  }
  article#moedan #join #judge .judgeHead .en img {
    width: 100%;
    height: auto;
  }
  article#moedan #join #judge .judgeHead p {
    font-size: 14px;
    margin-top: 20px;
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #join #judge .judgemember {
    margin-top: 30px;
  }
  article#moedan #join #judge .judgemember .item {
    width: 100%;
    border: 2px solid #1e1b68;
    padding: 20px;
  }
  article#moedan #join #judge .judgemember .item.item {
    margin-top: 20px;
  }
  article#moedan #join #judge .judgemember .item .head {
    display: flex;
    color: #1e1b68;
    align-items: center;
  }
  article#moedan #join #judge .judgemember .item .head .name {
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
  }
  article#moedan #join #judge .judgemember .item .head .name span {
    display: block;
  }
  article#moedan #join #judge .judgemember .item .head .id {
    font-size: 16px;
  }
  article#moedan #join #judge .judgemember .item .body {
    border-top: 2px dotted #1e1b68;
    margin-top: 15px;
    padding-top: 15px;
  }
  article#moedan #join #judge .judgemember .item .body p {
    font-size: 14px;
    line-height: 1.6;
    color: #1e1b68;
  }
  article#moedan #join #judge .bottom {
    width: 100%;
    margin-top: 30px;
  }
  article#moedan #join #judge .bottom p {
    display: table;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    color: #1e1b68;
    font-weight: 700;
    text-align: center;
  }
  article#moedan #join #judge .bottom p:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/pikapika.png);
    width: 81px;
    height: 66px;
    position: absolute;
    top: -39px;
    right: -40px;
  }
  article#moedan #special {
    margin-top: 40px;
  }
  article#moedan #special .inner {
    width: 90%;
    margin: 0 auto;
  }
  article#moedan #special .inner .head h2 {
    width: 100%;
    margin: 0 auto -2px;
  }
  article#moedan #special .inner .head h2 img {
    width: 100%;
    height: auto;
  }
  article#moedan #special .inner .head h3 {
    font-size: 14px;
    line-height: 1.5;
    color: #1e1b68;
    text-align: center;
    font-weight: 700;
    background-image: url(../images/lp/moedan/bg2.jpg);
    padding: 15px 10px;
  }
  article#moedan #special .inner .body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 5vw;
  }
  article#moedan #special .inner .body .champ h4 {
    text-align: center;
    max-width: 90%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  article#moedan #special .inner .body .champ h4 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #special .inner .body .champ .items {
    margin-top: 30px;
  }
  article#moedan #special .inner .body .champ .items .item {
    flex: 1;
  }
  article#moedan #special .inner .body .champ .items .item .img {
    width: 100%;
  }
  article#moedan #special .inner .body .champ .items .item .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #special .inner .body .champ .items .item .txt {
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #special .inner .body .champ .items .item .txt .name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
  }
  article#moedan #special .inner .body .champ .items .item .txt p {
    font-size: 14px;
  }
  article#moedan #special .inner .body .champ .items .and {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  article#moedan #special .inner .body .other .items .item {
    border-top: 2px dotted #1e1b68;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
  }
  article#moedan #special .inner .body .other .items .item .title {
    text-align: center;
  }
  article#moedan #special .inner .body .other .items .item .title img {
    max-width: 80%;
    width: auto;
    height: auto;
  }
  article#moedan #special .inner .body .other .items .item .img {
    width: 100%;
    margin-top: 20px;
  }
  article#moedan #special .inner .body .other .items .item .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #special .inner .body .other .items .item .txt {
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #special .inner .body .other .items .item .txt .name {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
  }
  article#moedan #special .inner .body .other .items .item .txt p {
    font-size: 14px;
  }
  article#moedan .bnrBtn {
    width: 90%;
    margin: 30px auto 0;
  }
  article#moedan .bnrBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 40px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    height: 70px;
    text-align: center;
  }
  article#moedan .bnrBtn a + a {
    margin-top: 30px;
  }
  article#moedan .bnrBtn a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
  }
  article#moedan .bnrBtn a.red {
    background-color: #bc1a3a;
  }
  article#moedan .bnrBtn a.blue {
    background-color: #1e1b68;
  }
  article#moedan #check {
    width: 100%;
    margin: 100px auto 0;
  }
  article#moedan #check .head h2 {
    width: 100%;
    border-top: 2px solid #1e1b68;
  }
  article#moedan #check .head h2 img {
    width: 200px;
    height: 115px;
    margin: -48px auto 0;
    display: block;
  }
  article#moedan #check .head p {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #1e1b68;
    margin: 20px auto 0;
    width: 90%;
  }
  article#moedan #check .head p.wait {
    font-size: 12px;
    color: #bc1a3a;
    margin: 10px auto 0;
  }
  article#moedan #check .instaSlide {
    width: 100%;
    position: relative;
    margin-top: 75px;
    padding: 60px 0;
  }
  article#moedan #check .instaSlide .title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 220px;
  }
  article#moedan #check .instaSlide .title img {
    width: 100%;
    height: auto;
  }
  article#moedan #check .instaSlide .checkSlide .slick-prev, article#moedan #check .instaSlide .checkSlide .slick-next {
    width: 50px;
    height: 130px;
    background-color: #1e1b68;
    top: calc(50% - 80px);
  }
  article#moedan #check .instaSlide .checkSlide .slick-prev:before, article#moedan #check .instaSlide .checkSlide .slick-next:before {
    top: 60px;
  }
  article#moedan #check .instaSlide .checkSlide .slick-prev {
    border-radius: 15px 0 0 15px;
    left: 10px;
  }
  article#moedan #check .instaSlide .checkSlide .slick-next {
    border-radius: 0 15px 15px 0;
    right: 10px;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem {
    padding: 0 20px;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .img {
    width: 100%;
    border: 7px solid #fff;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .txt {
    margin-top: 10px;
    color: #1e1b68;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .txt .comment {
    font-size: 18px;
    font-weight: 700;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .txt .name {
    margin-top: 5px;
    font-size: 16px;
  }
  article#moedan #check .instaSlide .soon {
    width: 100%;
    margin-top: 40px;
  }
  article#moedan #check .instaSlide .soon span {
    display: block;
    width: 320px;
    text-align: center;
    margin: 0 auto;
  }
  article#moedan #check .instaSlide .soon span img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #check .instaSlide .soon span + span {
    margin-top: 30px;
  }
  article#moedan #check .instaSlide.moe {
    background-color: #a2c9b8;
  }
  article#moedan #check .instaSlide.akuma {
    background-color: #b8aad1;
  }
  article#moedan #check .instaSlide.sweets {
    background-color: #f1cbc8;
  }
  article#moedan #gpFinal {
    margin-top: 150px;
    width: 100%;
  }
  article#moedan #gpFinal .inner {
    width: 90%;
    margin: 0 auto;
    border: 4px solid #1e1b68;
    border-radius: 15px;
  }
  article#moedan #gpFinal .inner .head .logo {
    width: 240px;
    margin: -92px auto 0;
  }
  article#moedan #gpFinal .inner .head .logo img {
    width: 100%;
    height: auto;
  }
  article#moedan #gpFinal .inner .head h2 {
    text-align: center;
    margin: 10px auto 0;
    max-width: 70%;
  }
  article#moedan #gpFinal .inner .head h2 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #gpFinal .inner .finalBlock {
    position: relative;
    padding: 100px 10px 40px;
  }
  article#moedan #gpFinal .inner .finalBlock .title {
    width: 210px;
    position: absolute;
    top: 15px;
  }
  article#moedan #gpFinal .inner .finalBlock .title img {
    width: 100%;
    height: auto;
  }
  article#moedan #gpFinal .inner .finalBlock .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item {
    width: calc((100% - 10px) / 2);
    margin-top: 30px;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .award {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 3px;
    position: relative;
    z-index: 5;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .award span {
    display: block;
    padding: 3px 0;
    text-align: center;
    font-size: 15px;
    border: 2px solid #000;
    font-weight: 700;
    line-height: 1;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .img {
    margin-top: -20px;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .txt {
    color: #1e1b68;
    margin-top: 10px;
    word-break: break-all;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .txt .name {
    font-size: 16px;
    font-weight: 700;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .txt .comment {
    margin-top: 5px;
    font-size: 16px;
  }
  article#moedan #gpFinal .inner .finalBlock + .finalBlock {
    border-top: 6px solid #1e1b68;
    padding: 100px 20px 20px;
  }
  article#moedan #gpFinal .inner .finalBlock + .finalBlock .title {
    top: 20px;
  }
  article#moedan #gpFinal .inner .finalBlock:nth-of-type(even) .title {
    left: -40px;
  }
  article#moedan #gpFinal .inner .finalBlock:nth-of-type(odd) .title {
    right: -40px;
  }
  article#moedan #gpFinal .inner .finalBlock.moe .images .item .award span {
    border-color: #4b9676;
    color: #4b9676;
  }
  article#moedan #gpFinal .inner .finalBlock.akuma .images .item .award span {
    border-color: #513d75;
    color: #513d75;
  }
  article#moedan #gpFinal .inner .finalBlock.sweets .images .item .award span {
    border-color: #c8504e;
    color: #c8504e;
  }
  article#moedan #form {
    margin-top: 60px;
  }
  article#moedan #form .inner {
    width: 90%;
    margin: 0 auto;
  }
  article#moedan #form .inner .head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  article#moedan #form .inner .head .img {
    width: 120px;
  }
  article#moedan #form .inner .head .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #form .inner .head .txt {
    margin-top: 10px;
    text-align: center;
  }
  article#moedan #form .inner .head .txt h2 {
    color: #1e1b68;
    font-weight: 700;
    font-size: 22px;
  }
  article#moedan #form .inner .head .txt p {
    color: #1e1b68;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
  }
  article#moedan #form .inner .head .txt p span {
    font-weight: 400;
    display: inline-block;
    color: #fff;
    background-color: #1e1b68;
    font-size: 18px;
    line-height: 1;
    padding: 5px 5px;
    margin-right: 5px;
  }
  article#moedan #form .inner .body {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 80px;
    padding: 0 5vw 20px;
  }
  article#moedan #form .inner .body h3 {
    width: 190px;
    height: 44px;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  article#moedan #form .inner .body h3 img {
    width: 100%;
    height: auto;
  }
  article#moedan #form .inner .body .allHissu {
    font-size: 16px;
    line-height: 1;
    color: #bc1a3a;
    text-align: center;
    padding-bottom: 20px;
  }
  article#moedan #form .inner .body dl + dl {
    margin-top: 30px;
  }
  article#moedan #form .inner .body dl dt {
    font-size: 16px;
    color: #1e1b68;
  }
  article#moedan #form .inner .body dl dt span {
    color: #bc1a3a;
    font-size: 13px;
    display: block;
  }
  article#moedan #form .inner .body dl dt span.required {
    display: none;
  }
  article#moedan #form .inner .body dl dd ul {
    list-style: none;
  }
  article#moedan #form .inner .body dl dd ul li input[type=radio] {
    display: none;
  }
  article#moedan #form .inner .body dl dd input[type=text], article#moedan #form .inner .body dl dd input[type=email] {
    width: 100%;
    height: 50px;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
  }
  article#moedan #form .inner .body dl dd textarea {
    width: 100%;
    height: 150px;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
  }
  article#moedan #form .inner .body dl dd label {
    display: block;
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
  }
  article#moedan #form .inner .body dl dd label input {
    display: none;
  }
  article#moedan #form .inner .body dl dd label:before {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/checkbox.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 1;
    transition: all 0.3s;
  }
  article#moedan #form .inner .body dl dd label:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/checkbox2.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
  }
  article#moedan #form .inner .body dl dd label.checked:before {
    opacity: 0;
  }
  article#moedan #form .inner .body dl dd label.checked:after {
    opacity: 1;
  }
  article#moedan #form .inner .body dl dd label.error {
    font-weight: 700;
    font-size: 15px;
    padding: 0;
    color: #bc1a3a;
  }
  article#moedan #form .inner .body dl dd label.error:before, article#moedan #form .inner .body dl dd label.error:after {
    display: none;
    color: #000;
  }
  article#moedan #form .inner .body dl dd label.error img {
    display: none;
  }
  article#moedan #form .inner .body dl dd .title {
    display: block;
    color: #1e1b68;
    font-weight: 700;
  }
  article#moedan #form .inner .body dl dd .title.moe {
    color: #4b9676;
    margin-top: 20px;
  }
  article#moedan #form .inner .body dl dd .title.akuma {
    color: #513d75;
    margin-top: 30px;
  }
  article#moedan #form .inner .body dl dd .title.sweets {
    color: #c8504e;
    margin-top: 30px;
  }
  article#moedan #form .inner .body .aform-button-area, article#moedan #form .inner .body .submit {
    text-align: center;
    margin-top: 30px;
  }
  article#moedan #form .inner .body .aform-button-area input[type=submit], article#moedan #form .inner .body .submit input[type=submit] {
    width: 90%;
    height: 58px;
    border-radius: 30px;
    background-color: #bc1a3a;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  }
  article#moedan #grandPrix {
    background-image: url(../images/lp/moedan/bg2.jpg);
    position: relative;
    margin-top: 150px;
    padding-bottom: 60px;
  }
  article#moedan #grandPrix:before {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/gp-logo-bg.png);
    background-size: 250px auto;
    width: 250px;
    height: 90px;
    position: absolute;
    top: -88px;
    left: 50%;
    transform: translateX(-50%);
  }
  article#moedan #grandPrix .head {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  article#moedan #grandPrix .head h2 {
    width: 230px;
    height: 136px;
    margin: 0 auto;
  }
  article#moedan #grandPrix .head h2 img {
    width: 100%;
    height: auto;
  }
  article#moedan #grandPrix .gpImg {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 0;
    padding-top: 120px;
  }
  article#moedan #grandPrix .gpImg .img {
    max-width: 497px;
    width: 100%;
    margin: 0 auto;
  }
  article#moedan #grandPrix .gpImg .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #grandPrix .gpImg .txt {
    text-align: center;
    color: #1e1b68;
    margin-top: 10px;
  }
  article#moedan #grandPrix .gpImg .txt .comment {
    font-size: 18px;
    font-weight: 700;
  }
  article#moedan #grandPrix .gpImg .txt .name {
    font-size: 16px;
  }
  article#moedan #kiyaku {
    margin-top: 80px;
  }
  article#moedan #kiyaku .inner {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 15px 15px 15px;
    color: #1e1b68;
  }
  article#moedan #kiyaku .inner h2 {
    width: 148px;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  article#moedan #kiyaku .inner h2 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #kiyaku .inner .read {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }
  article#moedan #kiyaku .inner .grayBg {
    background-color: #f0f0f0;
    padding: 1px 15px 15px;
    margin-top: 30px;
    font-size: 16px;
    height: 50vh;
    overflow: scroll;
  }
  article#moedan #kiyaku .inner .grayBg h3 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
  }
  article#moedan #kiyaku .inner .grayBg p {
    font-size: 12px;
  }
  article#moedan #kiyaku .inner .grayBg ul {
    list-style: none;
  }
  article#moedan #kiyaku .inner .grayBg ul li {
    position: relative;
    padding-left: 1em;
    font-size: 12px;
    margin-top: 3px;
  }
  article#moedan #kiyaku .inner .grayBg ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #1e1b68;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
  }
  article#moedan #kiyaku .inner .grayBg ol {
    padding-left: 1.3em;
    margin-top: 1em;
    font-size: 12px;
  }
  article#moedan #kiyaku .inner .grayBg ol li {
    color: #1e1b68;
    margin-top: 3px;
  }
  article#moedan #kiyaku .inner .grayBg p {
    font-size: 12px;
    color: #1e1b68;
  }
  article#moedan #kiyaku .inner .pp {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
  }
  article#moedan #kiyaku .inner .pp a {
    color: #ce2424;
  }
  article#moedan .modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    z-index: 999;
    transform: scale(0);
    transition: all 0.3s;
  }
  article#moedan .modal.isOpen {
    transform: scale(1);
  }
  article#moedan .modal .modInner {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article#moedan .modal .modInner .modClose {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 35vh - 60px);
    right: calc(50% - 45vw);
    cursor: pointer;
  }
  article#moedan .modal .modInner .modClose:before, article#moedan .modal .modInner .modClose:after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 25px;
    background-color: #fff;
  }
  article#moedan .modal .modInner .modClose:before {
    transform: rotate(45deg);
  }
  article#moedan .modal .modInner .modClose:after {
    transform: rotate(-45deg);
  }
  article#moedan .modal .modInner .modImg {
    max-width: 90vw;
    max-height: 70vh;
    overflow: scroll;
  }
  article#moedan .modal .modInner .modImg img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  article#moedan .moedanRed {
    color: #bc1a3a;
  }
  article#moedan .szS {
    font-size: 12px;
  }
  article#moedan .tac {
    text-align: center;
  }
}
@media print, screen and (min-width: 801px) {
  #wrapper {
    padding-top: 180px !important;
  }
  div.contents_lp {
    max-width: none;
    width: 100%;
    padding-top: 0 !important;
    font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
  }
  div.contents_lp .moedanlp {
    background-color: #f7f7f7;
  }
  article#moedan {
    padding-bottom: 100px;
  }
  article#moedan #moedanTop {
    background-color: #f7f7f7;
    padding: 0 0 150px;
  }
  article#moedan #moedanTop .mainV {
    background-image: url(../images/lp/moedan/top-bg-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  article#moedan #moedanTop .mainV .inner {
    background-image: url(../images/lp/moedan/top-bg.jpg);
    background-position: 50% 50%;
    height: 560px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-inline: 0;
  }
  article#moedan #moedanTop .mainV .inner .crest {
    max-width: 612px;
    width: 50vw;
  }
  article#moedan #moedanTop .mainV .inner .crest img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #moedanTop .mainV .inner .kikan, article#moedan #moedanTop .mainV .inner .photos {
    max-width: 25vw;
  }
  article#moedan #moedanTop .mainV .inner .kikan img, article#moedan #moedanTop .mainV .inner .photos img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #moedanTop .mainV .inner .charas {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -85px;
  }
  article#moedan #moedanTop .mainV .inner .charas .chara {
    margin: 0 45px;
    animation: chara 5s infinite;
  }
  article#moedan #moedanTop .mainV .inner .charas .chara:nth-of-type(2) {
    animation-delay: 1.5s;
  }
  article#moedan #moedanTop .mainV .inner .charas .chara:nth-of-type(3) {
    animation-delay: 3s;
  }
  @keyframes chara {
    0% {
      transform: rotate(0);
    }
    1% {
      transform: rotate(10deg);
    }
    2% {
      transform: rotate(-10deg);
    }
    3% {
      transform: rotate(10deg);
    }
    4% {
      transform: rotate(-10deg);
    }
    5% {
      transform: rotate(10deg);
    }
    6% {
      transform: rotate(10deg);
    }
    7%, 100% {
      transform: rotate(0);
    }
  }
  article#moedan #moedanTop .mainV .inner .charas .chara img {
    width: 100%;
    height: auto;
  }
  article#moedan #intro {
    padding: 30px 0 150px;
    background-color: #fff;
  }
  article#moedan #intro .inner {
    max-width: 1170px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  article#moedan #intro .inner .txt {
    max-width: 60%;
    width: 611px;
  }
  article#moedan #intro .inner .txt h2 img {
    width: 100%;
    height: auto;
  }
  article#moedan #intro .inner .txt p {
    color: #1e1b68;
    font-size: 16px;
    line-height: 29px;
    padding-left: 24px;
    margin-top: 30px;
  }
  article#moedan #intro .inner .img {
    padding-top: 20px;
    width: 40%;
  }
  article#moedan #intro .inner .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #intro .inner .insta {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  article#moedan #intro .inner .insta .txt {
    color: #1e1b68;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
    flex: 1;
    padding-left: 24px;
  }
  article#moedan #intro .inner .insta .txt span {
    font-size: 30px;
  }
  article#moedan #intro .inner .insta .icon a {
    display: block;
    width: 200px;
    transition: all 0.3s;
  }
  article#moedan #intro .inner .insta .icon a img {
    width: 100%;
    height: auto;
  }
  article#moedan #intro .inner .insta .icon a:hover {
    opacity: 0.7;
  }
  article#moedan #genre .inner {
    max-width: 1170px;
    width: 95%;
    margin: -90px auto 0;
  }
  article#moedan #genre .inner .header {
    width: 100%;
    background-image: url(../images/lp/moedan/bg2.jpg);
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-top: 40px;
  }
  article#moedan #genre .inner .header:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/nami.png);
    width: 100%;
    height: 18px;
    background-repeat: repeat-x;
    margin-top: 30px;
    background-position: 50% 0;
  }
  article#moedan #genre .inner .header .fukidashi {
    width: 176px;
    height: 85px;
    margin: 0 auto;
  }
  article#moedan #genre .inner .header h2 {
    font-size: 40px;
    color: #1e1b68;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  article#moedan #genre .inner .header h2 span {
    display: block;
    margin: 0 20px;
  }
  article#moedan #genre .inner .header h2:before, article#moedan #genre .inner .header h2:after {
    content: "";
    display: block;
    width: 34px;
    height: 5px;
    border-top: 2px solid #1e1b68;
    border-bottom: 2px solid #1e1b68;
  }
  article#moedan #genre .inner .header p.read {
    font-size: 16px;
    color: #1e1b68;
    text-align: center;
    margin-top: 10px;
  }
  article#moedan #genre .inner .body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 50px;
  }
  article#moedan #genre .inner .body .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 2px dotted #1e1b68;
    padding-bottom: 50px;
  }
  article#moedan #genre .inner .body .item + .item {
    margin-top: 50px;
  }
  article#moedan #genre .inner .body .item .icon {
    width: 20%;
  }
  article#moedan #genre .inner .body .item .icon img {
    max-width: 174px;
    width: 100%;
    height: auto;
  }
  article#moedan #genre .inner .body .item .schedule {
    width: 40%;
    padding: 0 30px;
  }
  article#moedan #genre .inner .body .item .schedule .tag {
    display: table;
    padding: 3px 5px 4px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
  }
  article#moedan #genre .inner .body .item .schedule .day {
    margin-top: 10px;
  }
  article#moedan #genre .inner .body .item .schedule .day img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #genre .inner .body .item .schedule p {
    font-size: 16px;
    line-height: 1.5;
    color: #1e1b68;
    margin-top: 15px;
  }
  article#moedan #genre .inner .body .item .photo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    position: relative;
  }
  article#moedan #genre .inner .body .item .photo:after {
    content: "";
    display: block;
    width: 138px;
    height: 65px;
    position: absolute;
    right: -20px;
    top: -20px;
  }
  article#moedan #genre .inner .body .item .photo img {
    width: 48%;
    height: auto;
    border: 8px solid #fff;
    box-shadow: 3px 3px 0 #1e1b68, 0 0 3px rgba(30, 27, 104, 0.3);
  }
  article#moedan #genre .inner .body .item.moe .tag {
    background-color: #4b9676;
  }
  article#moedan #genre .inner .body .item.moe .photo:after {
    background-image: url(../images/lp/moedan/fukidashi2.png);
  }
  article#moedan #genre .inner .body .item.akuma .tag {
    background-color: #513d75;
  }
  article#moedan #genre .inner .body .item.akuma .photo:after {
    background-image: url(../images/lp/moedan/fukidashi3.png);
  }
  article#moedan #genre .inner .body .item.sweets .tag {
    background-color: #c8504e;
  }
  article#moedan #genre .inner .body .item.sweets .photo:after {
    background-image: url(../images/lp/moedan/fukidashi4.png);
  }
  article#moedan #genre .inner .body .button {
    margin-top: 50px;
    width: 100%;
    display: block;
  }
  article#moedan #genre .inner .body .button a {
    display: flex;
    width: 365px;
    height: 57px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #bc1a3a;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    position: relative;
    transition: all 0.3s;
  }
  article#moedan #genre .inner .body .button a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 30px;
  }
  article#moedan #genre .inner .body .button a:hover {
    box-shadow: 3px 3px 0 #1e1b68, 0 0 3px rgba(30, 27, 104, 0.3);
    transform: translateX(-3px) translateY(-3px);
  }
  article#moedan #gp {
    margin-top: 90px;
  }
  article#moedan #gp .inner {
    background-color: #fff;
    max-width: 1170px;
    width: 95%;
    margin: 0 auto;
  }
  article#moedan #gp .inner .header {
    width: 100%;
    background-image: url(../images/lp/moedan/bg2.jpg);
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-top: 40px;
  }
  article#moedan #gp .inner .header:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/nami.png);
    width: 100%;
    height: 18px;
    background-repeat: repeat-x;
    margin-top: 30px;
    background-position: 50% 0;
  }
  article#moedan #gp .inner .header .fukidashi {
    width: 176px;
    height: 85px;
    margin: 0 auto;
  }
  article#moedan #gp .inner .header h2 {
    font-size: 40px;
    color: #1e1b68;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  article#moedan #gp .inner .header h2 span {
    display: block;
    margin: 0 20px;
  }
  article#moedan #gp .inner .header h2:before, article#moedan #gp .inner .header h2:after {
    content: "";
    display: block;
    width: 34px;
    height: 5px;
    border-top: 2px solid #1e1b68;
    border-bottom: 2px solid #1e1b68;
  }
  article#moedan #gp .inner .header .kikan {
    width: 290px;
    height: 210px;
    position: absolute;
    top: -45px;
    right: 40px;
  }
  article#moedan #gp .inner .info {
    background-color: #fff;
    padding-top: 35px;
  }
  article#moedan #gp .inner .info h3 {
    text-align: center;
  }
  article#moedan #gp .inner .info h3 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #gp .inner .info .read {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
  article#moedan #gp .inner .info .read p {
    font-size: 16px;
    line-height: 1.6;
    color: #1e1b68;
  }
  article#moedan #gp .inner .body {
    display: flex;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px 80px 50px 50px;
    justify-content: space-between;
  }
  article#moedan #gp .inner .body .item {
    width: 30%;
  }
  article#moedan #gp .inner .body .item img {
    width: 100%;
    height: auto;
  }
  article#moedan #join {
    max-width: 1170px;
    width: 95%;
    margin: 80px auto 0;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
  }
  article#moedan #join .letsjoin {
    text-align: center;
    width: 100%;
  }
  article#moedan #join h2 {
    font-size: 40px;
    color: #1e1b68;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
  }
  article#moedan #join h2 span {
    display: block;
    margin: 0 20px;
  }
  article#moedan #join h2:before, article#moedan #join h2:after {
    content: "";
    display: block;
    width: 34px;
    height: 5px;
    border-top: 2px solid #1e1b68;
    border-bottom: 2px solid #1e1b68;
  }
  article#moedan #join h3 {
    background-color: #1e1b68;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
  }
  article#moedan #join h3 span {
    display: inline-block;
  }
  article#moedan #join h3 span.kikan {
    font-size: 14px;
    border: 2px solid #fff;
    margin-left: 10px;
    padding: 0 5px;
  }
  article#moedan #join h3 span.day {
    margin-left: 10px;
  }
  article#moedan #join #steps, article#moedan #join #finalStep {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  article#moedan #join #steps .item, article#moedan #join #finalStep .item {
    width: calc((100% - 60px) / 4);
    border: 2px solid #1e1b68;
    position: relative;
    padding: 45px 20px 20px;
  }
  article#moedan #join #steps .item:not(:last-of-type):after, article#moedan #join #finalStep .item:not(:last-of-type):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid #1e1b68;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    position: absolute;
    top: calc(50% - 30px);
    right: -19px;
  }
  article#moedan #join #steps .item .num, article#moedan #join #finalStep .item .num {
    width: 74px;
    height: 74px;
    position: absolute;
    top: -37px;
    left: calc(50% - 37px);
  }
  article#moedan #join #steps .item .num img, article#moedan #join #finalStep .item .num img {
    width: 100%;
    height: auto;
  }
  article#moedan #join #steps .item .img, article#moedan #join #finalStep .item .img {
    text-align: center;
  }
  article#moedan #join #steps .item .img img, article#moedan #join #finalStep .item .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #join #steps .item p, article#moedan #join #finalStep .item p {
    font-size: 14px;
    line-height: 1.5;
    color: #1e1b68;
    margin-top: 15px;
    text-align: center;
  }
  article#moedan #join #steps .item p span, article#moedan #join #finalStep .item p span {
    color: #4fa9d1;
  }
  article#moedan #join #steps .item .link, article#moedan #join #finalStep .item .link {
    display: block;
    background-color: #bc1a3a;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    border-radius: 30px;
    padding: 10px 35px 10px 10px;
    position: relative;
    margin-top: 15px;
    transition: all 0.3s;
    cursor: pointer;
  }
  article#moedan #join #steps .item .link:after, article#moedan #join #finalStep .item .link:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
  }
  article#moedan #join #steps .item .link:hover:hover, article#moedan #join #finalStep .item .link:hover:hover {
    box-shadow: 3px 3px 0 #1e1b68, 0 0 3px rgba(30, 27, 104, 0.3);
    transform: translateX(-3px) translateY(-3px);
  }
  article#moedan #join .caution {
    background-color: #f0f0f0;
    padding: 20px 45px;
    display: flex;
    margin-top: 40px;
  }
  article#moedan #join .caution h4 {
    display: flex;
    align-items: center;
    border-right: 1px solid #1e1b68;
    font-size: 24px;
    line-height: 1;
    color: #1e1b68;
    font-weight: 700;
  }
  article#moedan #join .caution h4 span {
    display: block;
    white-space: nowrap;
    padding-right: 45px;
  }
  article#moedan #join .caution ul {
    color: #1e1b68;
    padding-left: 1.5em;
    font-size: 14px;
    line-height: 1.6;
    margin-left: 45px;
  }
  article#moedan #join .caution ul li a {
    color: #bc1a3a;
    text-decoration: underline;
  }
  article#moedan #join #finalHead {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
  }
  article#moedan #join #finalHead:before, article#moedan #join #finalHead:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/final-title-line.png);
    width: 82px;
    height: 101px;
  }
  article#moedan #join #finalHead:after {
    transform: scale(-1, 1);
  }
  article#moedan #join #finalHead .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  article#moedan #join #finalHead .inner .title {
    font-size: 32px;
    font-weight: 700;
    color: #1e1b68;
  }
  article#moedan #join #finalHead .inner p {
    margin-top: 15px;
    font-size: 16px;
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #join #finalStep {
    justify-content: center;
  }
  article#moedan #join #finalStep .item + .item {
    margin-left: 20px;
  }
  article#moedan #join .present {
    display: flex;
    width: 100%;
    margin-top: 40px;
  }
  article#moedan #join .present .img {
    width: 50%;
  }
  article#moedan #join .present .img img {
    width: 100%;
  }
  article#moedan #join .present .txt {
    width: 50%;
    position: relative;
    background-image: url(../images/lp/moedan/bg2.jpg);
    padding: 15px;
  }
  article#moedan #join .present .txt .fukidashi {
    width: 215px;
    height: 97px;
    margin: 0 auto;
  }
  article#moedan #join .present .txt p {
    color: #1e1b68;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
  }
  article#moedan #join .present .txt p span {
    font-size: 22px;
    font-weight: 700;
  }
  article#moedan #join #judge {
    margin-top: 40px;
    border-top: 2px dotted #1e1b68;
    padding-top: 35px;
  }
  article#moedan #join #judge .judgeHead .en {
    width: 186px;
    height: 39px;
    margin: 0 auto;
  }
  article#moedan #join #judge .judgeHead h2 {
    margin-top: 20px;
  }
  article#moedan #join #judge .judgeHead p {
    font-size: 16px;
    margin-top: 20px;
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #join #judge .judgemember {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  article#moedan #join #judge .judgemember .item {
    width: 32%;
    border: 2px solid #1e1b68;
    padding: 25px;
  }
  article#moedan #join #judge .judgemember .item .head {
    display: flex;
    color: #1e1b68;
    align-items: center;
  }
  article#moedan #join #judge .judgemember .item .head .name {
    font-size: 25px;
    font-weight: 700;
    margin-left: 20px;
    display: block;
  }
  article#moedan #join #judge .judgemember .item .head .id {
    font-size: 20px;
    display: block;
  }
  article#moedan #join #judge .judgemember .item .body {
    border-top: 2px dotted #1e1b68;
    margin-top: 15px;
    padding-top: 15px;
  }
  article#moedan #join #judge .judgemember .item .body p {
    font-size: 16px;
    line-height: 1.6;
    color: #1e1b68;
  }
  article#moedan #join #judge .bottom {
    width: 100%;
    margin-top: 50px;
  }
  article#moedan #join #judge .bottom p {
    display: table;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    color: #1e1b68;
    font-weight: 700;
  }
  article#moedan #join #judge .bottom p:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/pikapika.png);
    width: 81px;
    height: 66px;
    position: absolute;
    top: -39px;
    right: -43px;
  }
  article#moedan #special .inner {
    max-width: 1170px;
    width: 95%;
    margin: 80px auto 0;
  }
  article#moedan #special .inner .head h2 {
    max-width: 750px;
    margin: 0 auto;
  }
  article#moedan #special .inner .head h2 img {
    width: 100%;
    height: auto;
    margin-bottom: -2px;
  }
  article#moedan #special .inner .head h3 {
    font-size: 20px;
    line-height: 1.5;
    color: #1e1b68;
    text-align: center;
    font-weight: 700;
    background-image: url(../images/lp/moedan/bg2.jpg);
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
  }
  article#moedan #special .inner .body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 50px;
  }
  article#moedan #special .inner .body .champ h4 {
    text-align: center;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #special .inner .body .champ .items {
    display: flex;
    margin-top: 30px;
  }
  article#moedan #special .inner .body .champ .items .item {
    flex: 1;
  }
  article#moedan #special .inner .body .champ .items .item .img {
    width: 100%;
  }
  article#moedan #special .inner .body .champ .items .item .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #special .inner .body .champ .items .item .txt {
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #special .inner .body .champ .items .item .txt .name {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
  }
  article#moedan #special .inner .body .champ .items .item .txt p {
    font-size: 16px;
  }
  article#moedan #special .inner .body .champ .items .and {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
  }
  article#moedan #special .inner .body .other .items {
    border-top: 2px dotted #1e1b68;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    margin-top: 40px;
    position: relative;
  }
  article#moedan #special .inner .body .other .items:before {
    content: "";
    display: block;
    width: 0;
    height: calc(100% - 40px);
    border-left: 2px dotted #1e1b68;
    position: absolute;
    top: 40px;
    left: 50%;
  }
  article#moedan #special .inner .body .other .items.single {
    justify-content: center;
  }
  article#moedan #special .inner .body .other .items.single:before {
    display: none;
  }
  article#moedan #special .inner .body .other .items .item {
    width: calc((100% - 60px) / 2);
  }
  article#moedan #special .inner .body .other .items .item .title {
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }
  article#moedan #special .inner .body .other .items .item .title img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #special .inner .body .other .items .item .img {
    width: 80%;
    margin: 20px auto 0;
  }
  article#moedan #special .inner .body .other .items .item .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #special .inner .body .other .items .item .txt {
    color: #1e1b68;
    text-align: center;
  }
  article#moedan #special .inner .body .other .items .item .txt .name {
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
  }
  article#moedan #special .inner .body .other .items .item .txt p {
    font-size: 16px;
  }
  article#moedan .bnrBtn {
    max-width: 1170px;
    width: 95%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
  }
  article#moedan .bnrBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    border-radius: 50px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    height: 90px;
    text-align: center;
    transition: all 0.3s;
  }
  article#moedan .bnrBtn a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
  }
  article#moedan .bnrBtn a.red {
    background-color: #bc1a3a;
  }
  article#moedan .bnrBtn a.red:hover {
    box-shadow: 3px 3px 0 #1e1b68, 0 0 3px rgba(30, 27, 104, 0.3);
    transform: translateX(-3px) translateY(-3px);
  }
  article#moedan .bnrBtn a.blue {
    background-color: #1e1b68;
  }
  article#moedan .bnrBtn a.blue:hover {
    box-shadow: 3px 3px 0 #bc1a3a, 0 0 3px rgba(188, 26, 58, 0.3);
    transform: translateX(-3px) translateY(-3px);
  }
  article#moedan #check {
    max-width: 1170px;
    width: 95%;
    margin: 150px auto 0;
  }
  article#moedan #check .head h2 {
    width: 100%;
    border-top: 3px solid #1e1b68;
  }
  article#moedan #check .head h2 img {
    width: 266px;
    height: 152px;
    margin: -64px auto 0;
    display: block;
  }
  article#moedan #check .head p {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #1e1b68;
    margin-top: 20px;
  }
  article#moedan #check .head p.wait {
    font-size: 14px;
    color: #bc1a3a;
    margin-top: 10px;
  }
  article#moedan #check .instaSlide {
    width: 100%;
    min-height: 356px;
    border-radius: 10px;
    position: relative;
    margin-top: 75px;
    padding: 80px 80px 40px;
  }
  article#moedan #check .instaSlide .title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 274px;
  }
  article#moedan #check .instaSlide .checkSlide .slick-prev, article#moedan #check .instaSlide .checkSlide .slick-next {
    width: 50px;
    height: 130px;
    background-color: #1e1b68;
    top: 17%;
  }
  article#moedan #check .instaSlide .checkSlide .slick-prev:before, article#moedan #check .instaSlide .checkSlide .slick-next:before {
    top: 60px;
  }
  article#moedan #check .instaSlide .checkSlide .slick-prev {
    border-radius: 15px 0 0 15px;
    left: -50px;
  }
  article#moedan #check .instaSlide .checkSlide .slick-next {
    border-radius: 0 15px 15px 0;
    right: -50px;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem {
    padding: 0 20px;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .img {
    width: 100%;
    border: 10px solid #fff;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .txt {
    margin-top: 15px;
    color: #1e1b68;
  }
  article#moedan #check .instaSlide .checkSlide .slideItem .txt .comment {
    font-weight: 700;
  }
  article#moedan #check .instaSlide .soon {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  article#moedan #check .instaSlide .soon span img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  article#moedan #check .instaSlide .soon span:nth-of-type(1) {
    margin-top: 25px;
  }
  article#moedan #check .instaSlide .soon span + span {
    padding-left: 50px;
  }
  article#moedan #check .instaSlide.moe {
    background-color: #a2c9b8;
  }
  article#moedan #check .instaSlide.akuma {
    background-color: #b8aad1;
  }
  article#moedan #check .instaSlide.sweets {
    background-color: #f1cbc8;
  }
  article#moedan #gpFinal {
    margin-top: 240px;
  }
  article#moedan #gpFinal .inner {
    max-width: 1170px;
    width: 95%;
    margin: 0 auto;
    border: 6px solid #1e1b68;
    border-radius: 15px;
  }
  article#moedan #gpFinal .inner .head .logo {
    width: 394px;
    height: 211px;
    margin: -151px auto 0;
  }
  article#moedan #gpFinal .inner .head .logo img {
    width: 100%;
    height: auto;
  }
  article#moedan #gpFinal .inner .head h2 {
    text-align: center;
    margin-top: 20px;
  }
  article#moedan #gpFinal .inner .finalBlock {
    position: relative;
    padding: 100px 50px 50px;
  }
  article#moedan #gpFinal .inner .finalBlock .title {
    position: absolute;
    top: -30px;
  }
  article#moedan #gpFinal .inner .finalBlock .images {
    display: flex;
    justify-content: space-between;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item {
    width: 24%;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .award {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px;
    position: relative;
    z-index: 5;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .award span {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    border: 2px solid #000;
    font-weight: 700;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .img {
    margin-top: -30px;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .txt {
    color: #1e1b68;
    margin-top: 10px;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .txt .name {
    font-size: 18px;
    font-weight: 700;
  }
  article#moedan #gpFinal .inner .finalBlock .images .item .txt .comment {
    margin-top: 5px;
    font-size: 16px;
  }
  article#moedan #gpFinal .inner .finalBlock + .finalBlock {
    border-top: 6px solid #1e1b68;
    padding: 150px 50px 50px;
  }
  article#moedan #gpFinal .inner .finalBlock + .finalBlock .title {
    top: 20px;
  }
  article#moedan #gpFinal .inner .finalBlock:nth-of-type(even) .title {
    left: -20px;
  }
  article#moedan #gpFinal .inner .finalBlock:nth-of-type(odd) .title {
    right: -20px;
  }
  article#moedan #gpFinal .inner .finalBlock.moe .images .item .award span {
    border-color: #4b9676;
    color: #4b9676;
  }
  article#moedan #gpFinal .inner .finalBlock.akuma .images .item .award span {
    border-color: #513d75;
    color: #513d75;
  }
  article#moedan #gpFinal .inner .finalBlock.sweets .images .item .award span {
    border-color: #c8504e;
    color: #c8504e;
  }
  article#moedan #form {
    margin-top: 60px;
  }
  article#moedan #form .inner {
    max-width: 1170px;
    width: 95%;
    margin: 0 auto;
  }
  article#moedan #form .inner .head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article#moedan #form .inner .head .txt {
    padding-left: 15px;
  }
  article#moedan #form .inner .head .txt h2 {
    color: #1e1b68;
    font-weight: 700;
    font-size: 34px;
  }
  article#moedan #form .inner .head .txt p {
    color: #1e1b68;
    font-size: 24px;
    font-weight: 700;
  }
  article#moedan #form .inner .head .txt p span {
    font-weight: 400;
    display: inline-block;
    color: #fff;
    background-color: #1e1b68;
    font-size: 18px;
    line-height: 1;
    padding: 5px 5px;
    margin-right: 5px;
  }
  article#moedan #form .inner .body {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 80px;
    padding: 0 110px 50px 110px;
  }
  article#moedan #form .inner .body h3 {
    width: 229px;
    height: 53px;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  article#moedan #form .inner .body .allHissu {
    font-size: 16px;
    line-height: 1;
    color: #bc1a3a;
    text-align: center;
  }
  article#moedan #form .inner .body dl {
    display: flex;
    margin-top: 30px;
  }
  article#moedan #form .inner .body dl + dl {
    margin-top: 48px;
  }
  article#moedan #form .inner .body dl dt {
    width: 30%;
  }
  article#moedan #form .inner .body dl dt .aform-label {
    font-size: 16px;
    color: #1e1b68;
  }
  article#moedan #form .inner .body dl dt span.check {
    color: #bc1a3a;
    font-size: 13px;
    display: block;
  }
  article#moedan #form .inner .body dl dt span.required {
    display: none;
  }
  article#moedan #form .inner .body dl dd {
    width: 70%;
  }
  article#moedan #form .inner .body dl dd ul {
    list-style: none;
  }
  article#moedan #form .inner .body dl dd ul li input[type=radio] {
    display: none;
  }
  article#moedan #form .inner .body dl dd input[type=text], article#moedan #form .inner .body dl dd input[type=email] {
    width: 100%;
    height: 50px;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    padding: 0 10px;
  }
  article#moedan #form .inner .body dl dd textarea {
    width: 100%;
    height: 150px;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    padding: 10px;
    font-family: "Noto sans Japanese", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  article#moedan #form .inner .body dl dd label {
    display: block;
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
  }
  article#moedan #form .inner .body dl dd label input {
    display: none;
  }
  article#moedan #form .inner .body dl dd label:before {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/checkbox.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 1;
    transition: all 0.3s;
  }
  article#moedan #form .inner .body dl dd label:after {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/checkbox2.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
  }
  article#moedan #form .inner .body dl dd label.checked:before {
    opacity: 0;
  }
  article#moedan #form .inner .body dl dd label.checked:after {
    opacity: 1;
  }
  article#moedan #form .inner .body dl dd label.error {
    font-weight: 700;
    font-size: 15px;
    padding: 0;
    color: #bc1a3a;
  }
  article#moedan #form .inner .body dl dd label.error:before, article#moedan #form .inner .body dl dd label.error:after {
    display: none;
  }
  article#moedan #form .inner .body dl dd label.error img {
    display: none;
  }
  article#moedan #form .inner .body dl dd .title {
    display: block;
    color: #1e1b68;
    font-weight: 700;
  }
  article#moedan #form .inner .body dl dd .title.moe {
    color: #4b9676;
  }
  article#moedan #form .inner .body dl dd .title.akuma {
    color: #513d75;
    margin-top: 30px;
  }
  article#moedan #form .inner .body dl dd .title.sweets {
    color: #c8504e;
    margin-top: 30px;
  }
  article#moedan #form .inner .body .aform-button-area, article#moedan #form .inner .body .submit {
    text-align: center;
    margin-top: 30px;
  }
  article#moedan #form .inner .body .aform-button-area input[type=submit], article#moedan #form .inner .body .submit input[type=submit] {
    width: 365px;
    height: 58px;
    border-radius: 30px;
    background-color: #bc1a3a;
    border: none;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  }
  article#moedan #grandPrix {
    background-image: url(../images/lp/moedan/bg2.jpg);
    position: relative;
    margin-top: 200px;
    padding-bottom: 60px;
  }
  article#moedan #grandPrix:before {
    content: "";
    display: block;
    background-image: url(../images/lp/moedan/gp-logo-bg.png);
    width: 358px;
    height: 128px;
    position: absolute;
    top: -127px;
    left: 50%;
    transform: translateX(-50%);
  }
  article#moedan #grandPrix .head {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  article#moedan #grandPrix .head h2 {
    width: 350px;
    height: 238px;
    margin: 0 auto;
  }
  article#moedan #grandPrix .gpImg {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 0;
    padding-top: 210px;
  }
  article#moedan #grandPrix .gpImg .img {
    max-width: 497px;
    width: 100%;
    margin: 0 auto;
  }
  article#moedan #grandPrix .gpImg .img img {
    width: 100%;
    height: auto;
  }
  article#moedan #grandPrix .gpImg .txt {
    text-align: center;
    color: #1e1b68;
    margin-top: 10px;
  }
  article#moedan #grandPrix .gpImg .txt .comment {
    font-size: 22px;
    font-weight: 700;
  }
  article#moedan #grandPrix .gpImg .txt .name {
    font-size: 18px;
  }
  article#moedan #kiyaku {
    margin-top: 60px;
  }
  article#moedan #kiyaku .inner {
    max-width: 1170px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 50px 50px 50px;
    color: #1e1b68;
  }
  article#moedan #kiyaku .inner h2 {
    width: 168px;
    height: 53px;
    margin: 0 auto;
    transform: translateY(-26px);
  }
  article#moedan #kiyaku .inner .read {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  article#moedan #kiyaku .inner .grayBg {
    background-color: #f0f0f0;
    padding: 20px 50px 50px;
    margin-top: 30px;
    font-size: 16px;
    height: 50vh;
    overflow-y: scroll;
  }
  article#moedan #kiyaku .inner .grayBg h3 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
  }
  article#moedan #kiyaku .inner .grayBg ul {
    list-style: none;
  }
  article#moedan #kiyaku .inner .grayBg ul li {
    position: relative;
    padding-left: 1em;
    font-size: 14px;
  }
  article#moedan #kiyaku .inner .grayBg ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1e1b68;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
  }
  article#moedan #kiyaku .inner .grayBg ol {
    padding-left: 1.3em;
    margin-top: 1em;
    font-size: 14px;
  }
  article#moedan #kiyaku .inner .grayBg p {
    font-size: 14px;
  }
  article#moedan #kiyaku .inner .pp {
    text-align: center;
    margin-top: 40px;
  }
  article#moedan #kiyaku .inner .pp a {
    color: #ce2424;
  }
  article#moedan .modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    z-index: 999;
    transform: scale(0);
    transition: all 0.3s;
  }
  article#moedan .modal.isOpen {
    transform: scale(1);
  }
  article#moedan .modal .modInner {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  article#moedan .modal .modInner .modClose {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 35vh - 60px);
    right: calc(50% - 35vw);
    cursor: pointer;
  }
  article#moedan .modal .modInner .modClose:before, article#moedan .modal .modInner .modClose:after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 25px;
    background-color: #fff;
  }
  article#moedan .modal .modInner .modClose:before {
    transform: rotate(45deg);
  }
  article#moedan .modal .modInner .modClose:after {
    transform: rotate(-45deg);
  }
  article#moedan .modal .modInner .modImg {
    max-width: 600px;
    width: 80vw;
    max-height: 70vh;
    overflow-y: scroll;
  }
  article#moedan .modal .modInner .modImg img {
    width: 100%;
    height: auto;
  }
  article#moedan .moedanRed {
    color: #bc1a3a;
  }
  article#moedan .szS {
    font-size: 14px;
  }
  article#moedan .tac {
    text-align: center;
  }
}
/*# sourceMappingURL=map/lp_moedan.css.map */
