@charset "utf-8";

#otodama-wrapper p,
#otodama-wrapper a,
#otodama-wrapper li {
    font-size: 16px;
    line-height: 1.7;
}

ul.sns {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.sns li {
    float: right;
    margin-right: 4px;
}

#otodama-wrapper {
    overflow:hidden;
    background: #fff6b1;
}

div#otodama-top {
    position:relative;
    overflow: hidden;
    background: #fff6b1;
    padding-bottom: 40px;
}

div#otodama-top h2 {
    margin-left: 50%;
    position: relative;
}

div#otodama-top h2 img {
    left: -560px;
    position: absolute;
}

div#otodama-top #otodama-content {
    text-align:center;
    font-size: 16px;
    position: relative;
    width: 740px;
    margin: 560px auto 0;
    text-align: left;
}

div#otodama-top #otodama-content h3 {
  text-align:center;
  margin: 0px 0 20px;
}

.otodama-prize-winner-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.otodama-prize-winner {
    border-radius:25px;
    padding:5px;
    background: rgb(165,124,34);
    background: linear-gradient(180deg, rgba(165,124,34,1) 0%, rgba(233,214,142,1) 24%, rgba(165,124,34,1) 55%, rgba(233,214,142,1) 87%, rgba(215,183,107,1) 100%);
    width: 47.1%;
}

.otodama-prize-winner.winner-intro > div {
  padding: 31px 25px 0px;
  box-sizing:border-box;
}

.otodama-prize-winner.winner-intro > div > div + p {
  margin: 33px 0px 13px 5px;
}

#otodama-wrapper .otodama-prize-winner.winner-intro .winner-intro-subtitle {
  text-align:center;
  font-weight:bold;
  margin: 18px 0 18px;
  font-size: 22px;
}

.otodama-prize-winner.winner-intro img {
  width:100%;
}

.otodama-prize-winner.winner-intro ul {
  margin-bottom: 29px;
}

.otodama-prize-winner.winner-intro ul + p {
  margin-left:5px;
}

#otodama-wrapper .otodama-prize-winner.winner-intro ul li a {
  margin-left: 52px;
  font-size: 21px;
}

#otodama-wrapper .otodama-prize-winner.winner-intro ul li + li {
  margin-top:4px;
}

.otodama-prize-winner:nth-child(2n) {
  margin-left: 3%;
}

.otodama-prize-winner:nth-child(n + 3) {
  margin-top: 3.3%;
}

.otodama-prize-winner > div {
     border-radius:25px;
     background: #ffffff;
     overflow: hidden;
     height: 100%;
}

.otodama-prize-winner > div h4 {
  font-size: 24px;
  font-weight:bold;
  line-height: 2.1;
  margin: 15px 0 15px 18px;
}

.otodama-prize-winner > div h4 img {
  width:67px;
}

.otodama-prize-winner > div h4 + div {
  margin: 15px 20px 15px;
}

.otodama-prize-winner > div h4 span {
  font-weight:bold;
  font-size: 30px;
  padding: 0 6px 0 0;
}

.otodama-prize-winner > div dl {
  overflow:hidden;
  margin: 10px auto;
  width: 330px;
}

.otodama-prize-winner > div iframe {
  margin-bottom:15px;
}

.otodama-prize-winner > div dl dd {
  font-size: 22px;
  line-height: 1.5;
}

.otodama-prize-winner > div dl dt {
  background: #1037d5;
  color: white;
  font-weight: bold;
  display:inline-block;
  padding: 2px 14px;
  border-radius:15px;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.otodama-prize-winner > div dl dd {
  line-height: 1.5;
}

div#otodama-top #otodama-lead p {
    padding: 30px 0 0px;
    /* text-align: left; */
    text-shadow: 2px 2px 7px #ff6617, -2px -2px 7px #ff6617, -2px 2px 7px #ff6617, 2px -2px 7px #ff6617;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

ul#otodama-flow {
    overflow:hidden;
    margin: 30px 0 40px;
    display: flex;
}

ul#otodama-flow li {
    background: rgba(255, 255, 255, 0.76);
    width: 22.3%;
    float:left;
    box-sizing: border-box;
    padding: 15px;
}

ul#otodama-flow li + li {
    margin-left: 3.7%;
    position:relative;
}

ul#otodama-flow li + li:before {
    position:absolute;
    content:"";
    background:url(../img/icon_arrow_right.png);
    width:14px;
    height:28px;
    left:-20px;
    top:0;
    bottom:0;
    margin:auto;
}

ul#otodama-flow li img {
    display: block;
    margin: 0 auto 15px;
    height: 111px;
}

div#otodama-present {
    margin: 0px 0 30px;
    padding-top: 20px;
    clear: both;
}

#otodama-schedule {
    background: url(../img/bg_blue_stripe.jpg?) center center/1122px;
    padding: 45px 0 0;
}

#otodama-schedule h2 {
    text-align:center;
    margin: 10px 0 40px;
}

#otodama-schedule > div {
    width: 770px;
    margin:auto;
    position:relative;
    padding-bottom: 66px;
}

#otodama-schedule > div + div:before {
    content:"";
    background:url(../img/icon_arrow_down.png) center center no-repeat;
    display:block;
    position:absolute;
    left:0;
    right:0;
    top: -60px;
    margin:auto;
    width: 90px;
    height: 54px;
}

#otodama-schedule > div > div {
    background: white;
    overflow: hidden;
}


#otodama-schedule > div > div > div {
    margin: 10px;
    box-sizing:border-box;
    background: red;
    overflow: hidden;
    background: rgb(246,89,255);
    background: linear-gradient(90deg, rgba(246,89,255,1) 0%, rgba(254,229,128,1) 100%);
}

#otodama-schedule > div > div > div > div {
    background:white;
    margin:1px;
    overflow: hidden;
    padding: 15px;
}

.otodama-term {
    padding: 7px 15px 16px 3px;
    float: left;
    text-align:center;
    width: 199px;
}

#otodama-wrapper .otodama-term + p {
    font-weight: bold;
    font-size: 20px;
    border-left: 1px solid #f335d5;
    margin-left: 218px;
    padding-left: 17px;
}

.otodama-term img {
    height: 155px;
}

#otodama-schedule dl {
    font-weight:bold;
    font-size:20px;
    border-left: 1px solid #f335d5;
    padding-left: 20px;
    overflow: hidden;
}

#otodama-schedule dl dt {
    margin: 13px 0 8px 0px;
    background: #f335d5;
    color: white;
    width: 120px;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    padding-top: 3px;
}

div#otodama-recruit-present {
    background: #a6dffc;
    padding: 40px 0;
}

div#otodama-recruit-present > div {
  width:770px;
  margin:auto;
}

div#otodama-recruit-present > h3 {
  text-align:center;
  width:100%;
  max-width: 990px;
  margin:auto;
}

div#otodama-recruit-present > h3 img {
  width:100%;
}

div#otodama-recruit {
    text-align: center;
    padding: 35px;
    border-radius: 30px;
}

div#otodama-recruit p {
  font-weight:bold;
  font-size: 18px;
  margin: 0 0 30px;
  line-height: 1.5;
}

div#otodama-recruit ol li {
  list-style-type:decimal;
  text-align:left;
  font-size:22px;
  font-weight:bold;
  display: flex;
  align-items: center;
}

div#otodama-recruit ol li img {
  width: 160px;
  margin: 0 8px;
}

.otodama-movie-recruit {
  height:0;
  position:relative;
  padding-top:56.2%;
  border: 1px solid #a7a7a7;
}

.otodama-movie-recruit iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#otodama-wrapper #otodama-recruit .otodama-submit-button a {
  margin: 30px auto 5px;
  width: 477px;
  padding: 6px;
}

#otodama-wrapper #otodama-recruit .otodama-howto-apply {
  background:white;
  padding: 50px 0 30px;
  margin-top: 20px;
}

#otodama-wrapper #otodama-recruit .otodama-howto-apply h4 {
  margin-bottom: 23px;
}

#otodama-wrapper #otodama-recruit .otodama-howto-apply ol li {
  margin-left: 100px;
}

#otodama-wrapper #otodama-recruit .otodama-howto-apply ol li + li {
  margin-top: 10px;
}

div#otodama-requirements {
    background: url(../img/bg_blue.jpg?2bbqwewewe007a) center top / 1120px;
    padding: 10px 0 50px;
}

div#otodama-requirements h2 {
    text-align:center;
    margin: 50px 0 30px;
}

div#otodama-requirements > div {
    background:rgba(255, 255, 255, 0.62);
    padding: 47px 40px 10px;
    margin:auto;
    width:770px;
    box-sizing:border-box;
    border-radius:40px;
}

div#otodama-requirements > div.otodama-summary {
  padding-bottom:30px;
}

div#otodama-requirements > div.otodama-summary > p:first-child {
  margin:0 0 45px;
}

div#otodama-requirements > div dl dt {
    text-align: center;
}

div#otodama-requirements > div dl dd + dt {
    margin-top: 45px;
}

div#otodama-requirements > div dl dt:first-child +  dd {
    font-size: 16px;
    /* font-weight:bold; */
    margin:15px 0;
    text-align: center;
}

div#otodama-requirements > div dl dd {
    margin-left:20px;
}

div#otodama-requirements > div dl dd.otodama-conditions {
    margin: 25px 0 20px 20px;;
}

div#otodama-requirements > div dl dd.otodama-conditions ul li {
  list-style-type:disc;
}

div#otodama-requirements > div dl dd.otodama-conditions ul li + li {
  margin-top:10px;
}

div#otodama-requirements > div dl dd > ol {
  margin-top: 30px;
}

div#otodama-requirements > div dl dd > ol > li {
    list-style-type:decimal;
    font-weight:bold;
    margin: 15px 0;
}

div#otodama-requirements > div div.otodama-caution {
  margin-left:-24px;
  margin-top:25px;
}

div#otodama-requirements > div div.otodama-caution h3 {
  font-weight:bold;
  font-size:16px;
  margin-bottom:10px;
}

div#otodama-requirements > div div.otodama-caution p + p {
  margin-top: 8px;
}

p.otodama-download {
    text-align: center;
    margin: 10px auto 28px;
    display: block;
    width: 292px;
    /* display: none; */
}

p.otodama-download:hover {
    opacity:.7;
}

.otodama-prize-winner:nth-child(1) .winner-comment,
.otodama-prize-winner:nth-child(2) .winner-comment {
    min-height: 342px;
}


.otodama-prize-winner:nth-child(3) .winner-comment,
.otodama-prize-winner:nth-child(4) .winner-comment {
    min-height: 262px;
}


.otodama-prize-winner:nth-child(5) .winner-comment,
.otodama-prize-winner:nth-child(6) .winner-comment {
    min-height: 289px;
}

.otodama-prize-winner:nth-child(7) .winner-comment,
.otodama-prize-winner:nth-child(8) .winner-comment {
    min-height: 316px;
}

.otodama-prize-winner:nth-child(9) .winner-comment,
.otodama-prize-winner:nth-child(10) .winner-comment {
    min-height: 292px;
}


.winner-comment,
.staff-comment{
    padding: 0px 8px 8px;
    /* display: none; */
}

.winner-comment h5, .staff-comment h5 {
  font-weight:bold;
  font-size:20px;
  text-align:center;
  margin: 0px auto 13px;
  padding-top: 2px;
}

div#otodama-requirements > div dl dd > ol > li p {
    font-weight:normal;
}

div#otodama-requirements > div dl dd > ol > li ul {
    margin-top:10px;
}

div#otodama-requirements > div dl dd > ol > li ul li {
    list-style-type:disc;
    margin-left:20px
}

div#otodama-requirements > div#otodama-form {
    padding: 47px 40px 42px 35px;
}

div#otodama-form ul li {
    font-weight:bold;
    overflow: hidden;
}

div#otodama-form ul li + li {
    margin-top: 20px;
}

div#otodama-form ul li h3 {
    font-weight:bold;
    width: 243px;
    float: left;
}

div#otodama-form ul li p:first-child {
    font-weight:normal;
    float: left;
    width: 220px;
    line-height: 1.4;
}

div#otodama-form ul li p:first-child small {
  font-size:13px;
}

div#otodama-requirements div#otodama-form #otodama-submit {
  text-align:center;
  margin:35px 0 0;
}

div#otodama-requirements div#otodama-form #otodama-submit input {
  width: 260px;
}

div#otodama-requirements > div#otodama-form div:not(.otodama-checkbox) input {
    width: 430px;
}

.otodama-checkbox {
    font-weight:normal;
    margin-left: 243px;
}

.otodama-checkbox label {
  display:inline-block;
  margin:0 15px 5px 0;
  width: 200px;
}

.otodama-checkbox label input {
  margin-right: 6px;
}

.otodama-form-row {
    overflow: hidden;
    clear: both;
    margin-left: 22px;
    padding-top: 8px;
}

#about-tunecore div h4 {
    text-align: center;
    margin: 0px 0 25px;
}

div#otodama-requirements div#about-tunecore {
  margin-top: 80px;
  border-radius: 0px;
  border-top: 5px solid red;
}

div#otodama-requirements div#about-tunecore h2 {
  margin-top:0px;
}

#about-tunecore h2:first-child img {
    width: 350px;
}


.otodama-movie {
  max-width: 770px;
  margin: 20px auto 20px;
  box-sizing:border-box;
}

.otodama-movie div {
  height:0;
  position:relative;
  padding-top: 56.2%;
  width:  100%;
}

.otodama-movie iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/*otodama-page*/

div#otodama-requirements > div.otodama-page {
    overflow: hidden;
    width:770px;
    margin:45px auto 40px;
    border-radius: 0;
    padding: 0;
}

div#otodama-requirements >.otodama-page h2 {
    font-size: 22px;
    font-weight: bold;
    background: #ffa141;
    color: white;
    margin: 0 0 20px;
    text-align: -webkit-auto;
    padding: 4px 19px;
}

.otodama-page ul {
    margin: 40px;
    overflow: hidden;
}

.otodama-page ul li {
    float:left;
    width: 24.1%;
    box-sizing:border-box;
    margin-right: 1.1%;
}

.otodama-page ul li:last-child {
    margin-right:0;
}

.otodama-page ul li img {
    width:100%;
    margin-bottom:6px;
}

#otodama-wrapper .otodama-page ul li p {
  font-size:14px;
  line-height:1.4;
}

.otodama-announce {
  font-weight: normal;
  display: block;
  margin-top: 15px;
}

#otodama-wrapper .otodama-submit-button a {
    font-size: 27px;
    font-weight: bold;
    display: block;
    width: 400px;
    margin: 60px auto 60px;
    background: #ff3bc1;
    text-align: center;
    color: white;
    padding: 15px;
    border: 4px solid;
    border-color: #ff76d4 #ff76d4 #c62e95 #c62e95;
}

#otodama-wrapper .otodama-submit-button a:hover {
  text-decoration:none;
  background: #e924ab;
}

#otodama-wrapper #otodama-content .otodama-submit-button a {
  width: 702px;
  margin: 30px auto 70px;
}