.otodama-wrapper p, .otodama-wrapper a, .otodama-wrapper li {
    font-size: 16px;
    line-height: 1.7;
}

.otodama-wrapper img {
    height: auto;
    max-width: 100%;
}

ul.sns {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.sns li {
    float: right;
    margin-right: 4px;
}

.otodama-top {
    overflow: hidden;
}

.otodama-top > div {
    margin-left: 50%;
}

.otodama-top > div img {
    margin-left: -560px;
    width: 1120px;
    max-width: initial;
}

@media screen and (max-width: 1200px) {
    .otodama-top > div img {
        width: 1000px;
        margin-left: -500px;
    }
}

#otodama-main {
    background: url(../img/bg_main1.png) center top 123px / 1120px no-repeat, url(../img/bg_main2.png) center top 1560px / 1120px, #f6f6f6;
    padding: 48px 0 40px;
}

.otodama-lead {
    width: 770px;
    margin: 10px auto 10px;
    text-align: center;
}

.otodama-lead h2 {
    margin-bottom: 35px;
}

.otodama-lead p:first-child {
    text-align: center;
    margin-bottom: 14px;
}

.otodama-lead a {
    width: 360px;
    display: block;
    margin: 40px auto;
}

.otodama-prize-wrapper {
}

.otodama-prize-wrapper > h2 {
    text-align: center;
    margin: 0px 0 65px;
}

.otodama-prize-wrapper > h2 img {
    width: 500px;
}

.otodama-prize {
    width: 770px;
    margin: 50px auto 40px;
    background: white;
    box-sizing: border-box;
    padding: 55px 40px 50px;
    position: relative;
}

.otodama-prize > div + div {
    margin-top: 50px;
}

.otodama-prize h3 {
    text-align: center;
    margin-bottom: 30px;
}

.otodama-prize h3 + p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 0px;
    line-height: 1.4;
}

.otodama-prize h3 + p span {
    font-weight: normal;
    font-size: 16px;
}

.otodama-prize iframe {
    width: 100%;
    height: 110px;
}

.otodama-prize iframe + a {
    background: #f33bd6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    box-sizing: border-box;
    border: 5px solid;
    border-color: #f340d7 #cf32b6 #cf32b6 #f340d7;
    margin-top: 10px;
}

.otodama-prize iframe + a img {
    width: auto;
    height: 25px;
}

.otodama-artist-detail {
}

.otodama-artist-detail h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.otodama-gp-artist .otodama-artist-detail h4 {
    margin: 30px 0;
}

.otodama-artist-detail h4 span {
    background-image: linear-gradient(90deg, #fe69d7, #40e8dd, #8e5dff);
    background-repeat: no-repeat;
    background-position: center bottom 5px;
    background-size: 100% 20%;
}

.otodama-ichioshi-point {
    background: #fffece;
    padding: 52px 20px 20px;
    position: relative;
    margin-top: 51px;
}

.otodama-ichioshi-point h4 {
    position: absolute;
    top: -45px;
    left: 0;
    right: 23px;
    margin: 9px auto 35px;
    text-align: center;
}

.otodama-special-jury-artist .otodama-artist-detail {
    margin-bottom: 20px;
}

.otodama-special-jury-artist .otodama-ichioshi-point {
    margin-top: 20px;
}

.otodama-special-jury-artist .otodama-ichioshi-point h4 {
    position: relative;
    margin: 3px 0;
    top: -25px;
}

.otodama-ichioshi-point h4 img {
    width: 260px;
}

.otodama-prize-artist-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.otodama-prize-artist-wrapper > div:first-child {
    width: 100%;
    text-align: center;
}

.otodama-prize-artist-wrapper > div:first-child h3 {
    margin-bottom: 20px;
}

.otodama-prize-artist {
    flex: 1 1 40%;
    margin: 10px 0 10px 0px;
    padding: 15px 0px 0px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.otodama-prize-artist h3 {
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
}

.otodama-thankyou {
    clear: both;
    text-align: center;
    padding-top: 20px;
}

.otodama-thankyou p:first-child {
    margin: 0px 0 -60px;
}

.otodama-thankyou p + p {
    background: radial-gradient(#fffecf 40%,#fff 76%);
    padding: 65px 30px;
    font-weight: bold;
}

.otodama-message {
    margin: 40px 30px 33px;
}

.otodama-message:last-child {
    margin-bottom: 20px;
}

.otodama-message.sh-message {
    border: 6px solid #f01134;
}

.otodama-message.tuncore-message {
    border: 6px solid #00a3d7;
    height: 320px;
}

.otodama-message h2 {
    margin-top: -35px;
    text-align: center;
    margin-bottom: 0px;
}

.otodama-message div {
    padding: 22px 26px 20px 10px;
}

.otodama-message div img {
    float: left;
}

.otodama-message.sh-message div img {
    width: 157px;
    margin-left: 30px;
    margin-top: 20px;
    height: auto;
}

.otodama-message.tuncore-message div p {
    margin-top: 2px;
}

.otodama-message.tuncore-message div img {
    width: 140px;
    margin-left: 42px;
    margin-top: 10px;
    height: auto;
}

.otodama-message p {
    margin-left: 223px;
}

.otodama-under {
    text-align: center;
    margin: 60px 0 50px;
}

.winner-comment {
    padding: 20px;
    margin: 25px 0 0;
    background: #f9f4ff;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.otodama-interview {
     margin-top:auto;   
}


.winner-comment a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px !important;
  color: white;
  margin: 15px auto;
  border-radius: 35px;
  background: #d9a6b9;
}

.winner-comment a:hover {
    background: #c37793;
    text-decoration:none;
}

.winner-comment h4 {
    text-align: center;
    margin: 5px 0 23px;
}

.winner-comment h4 img {
    width: 140px;
}

.otodama-special-jury-artist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.otodama-special-jury-artist > div:first-child {
    width: 100%;
    margin-bottom: 30px;
}

.otodama-special-jury-artist > div:nth-of-type(n+2) {
    width: 328px;
}

.otodama-special-jury-artist > div:nth-of-type(2) img {
    width: 100%;
}

.otodama-special-jury-artist > div:nth-of-type(2) h4 {
    margin: 25px 0 14px;
}

.otodama-special-jury-artist > div:nth-of-type(2) .judge-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}

.otodama-special-jury-artist > div:nth-of-type(2) dl {
    font-size: 16px;
    margin-top: 10px;
}

.otodama-special-jury-artist > div:nth-of-type(2) dl dt {
    float: left;
}

.otodama-special-jury-artist > div:nth-of-type(2) dl dd {
    position: relative;
    margin-left: 88px;
}

.otodama-special-jury-artist > div:nth-of-type(2) dl dd:before {
    content: ":";
    position: absolute;
    left: -14px;
}

.otodama-announcement {
    text-align: center;
    font-weight: bold;
    color: #0d5fe5;
}

.otodama-announcement > div {
    margin: 60px auto 0;
    width: 770px;
    padding-top: 30px;
}

.otodama-announcement > div > p:first-child {
    font-size: 42px;
    margin-bottom: 20px;
}

.otodama-announcement > div > p:first-child + p {
    font-size: 20px;
    margin-top: 40px;
}

.otodama-announcement img {
    width: 700px;
}

.otodama-requirements {
    background: url(../../otodama2022/img/line.png?) top / 1120px no-repeat;
    padding-top: 120px;
}

.otodama-requirements h2 {
    text-align: center;
    margin: 0px 0 60px;
}

.otodama-requirements h3 {
    text-align: center;
}

.otodama-requirements > div:nth-of-type(1) {
    width: 770px;
    margin: 90px auto 10px;
    background: white;
    box-sizing: border-box;
    padding: 40px 70px 50px;
    box-shadow: 8px 8px #00bfff;
}

.otodama-requirements > div p:nth-child(1) {
    text-align: center;
    margin-top: -61px;
}

.otodama-requirements > div h3 {
    text-align: center;
    margin: 40px 0;
    border-bottom: 2px solid #00246e;
    padding-bottom: 12px;
}

.otodama-requirements > div h4 {
    text-align: center;
    margin: 40px 0 30px;
}

.otodama-requirements > div:nth-of-type(1) ol > li {
    list-style-type: decimal;
    margin-left: 1.5em;
}

.otodama-requirements > div:nth-of-type(1) ol > li + li {
    margin-top: .8em;
}

.otodama-requirements > div:nth-of-type(1) ol > li ul {
    margin-top: 10px;
}

.otodama-requirements ul:not(.sponsors-list) li {
    list-style-type: disc;
    margin-left: 1.5em;
    line-height: 1.5;
}

.otodama-requirements ul li + li {
    margin-top: .3em;
}

.otodama-other-requirements {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.otodama-other-requirements > div {
    width: 770px;
    margin: auto;
    padding: 30px 0;
}

p.otodama-period {
    text-align: center;
    margin: 30px 0;
}

a.otodma-form-btn {
    display: block;
    margin: 0px auto 10px;
    width: 406px;
}

a.otodma-form-btn:hover {
    opacity: .7;
}
