@charset "utf-8";
/* reset -------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

canvas, time {
  display: inline-block;
}

[hidden] {
  display: none;
}

dd {
  margin-left: 0;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
}

body {
  background: #FAF6E6 url(img/world-contest/bg.jpg) left top repeat;
  background-size: 50%;
  color: #1C1F4A;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  -webkit-text-size-adjust: none;
  width: 100%;
}

a {
  color: #0066c0;
  text-decoration: none;
  transition: all 0.3s;
}

a:visited {
  color: #1C1F4A;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* common -------------------------- */
.sec {
  margin: 0 auto 75px;
  max-width: 1200px;
  width: 90%;
}

.secTtl {
  align-items: center;
  display: flex;
  font-size: 2.6rem;
  justify-content: center;
  margin: 0 0 1.29em;
}

.secTtl::before,
.secTtl::after {
  background: url(img/world-contest/icon-bamboo.png) center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: .77em;
  width: 1.25em;
}

.secTtl::before {
  margin-right: .48em;
}

.secTtl::after {
  margin-left: .48em;
}

.box {
  background-color: #FFF;
  border: 3px solid #1C1F4A;
  padding: 4px;
}

.box .inner {
  border: 2px solid #1C1F4A;
}

.udmin {
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  font-style: normal;
}

.red {
  color: #CB2726;
}

.listReset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block {
  display: inline-block;
  text-indent: 0;
}

.btn {
  margin: 25px 0 0;
  text-align: center;
}

.btn a {
  background-color: #CB2726;
  border-radius: 10px;
  color: #FFF;
  display: inline-block;
  font-size: 1.4rem;
  padding: .83em 0 1em;
  position: relative;
}

.btn a::after {
  content: ">";
  display: inline-block;
  margin-top: -.75em;
  position: absolute;
  right: 10px;
  top: 50%;
}
/* content -------------------------- */
#mainImg {
  margin: 0 0 45px;
}

#theme {
  margin: 0 0 25px;
}

#theme dt {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: .2em;
  margin-bottom: .69em;
  -webkit-text-stroke: 2px #1C1F4A;
}

#theme dt::before,
#theme dt::after {
  background: url(img/world-contest/icon-plum.png) center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.67em;
  width: 1.72em;
}

#theme dt::before {
  margin-right: .56em;
}

#theme dt::after {
  margin-left: .28em;
}

#theme dd {
  border: 4px solid #1C1F4A;
  border-radius: 50px;
  padding: 5px;
}

#theme dd .inner {
  border: 2px solid #1C1F4A;
  border-radius: 50px;
  font-size: 2.6rem;
  padding: .73em;
  text-align: center;
}

#intro .txt {
  margin: 0 0 30px;
}

#intro .message {
  margin: 0 0 30px;
}

#intro .fukidashi {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 1.25em 1em;
  border: 3px solid #1C1F4A;
  border-radius: 10px;
  background-color: #FFF;
}

#intro .fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 30px 12.5px 0 12.5px;
  border-color: #1C1F4A transparent transparent;
  translate: -50% 100%;
}

#intro .fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 22.2px 9.3px 0 9.3px;
  border-color: #FFF transparent transparent;
  translate: -50% 100%;
}

#intro .icon .img {
  margin: 0 auto 15px;
  width: 150px;
}

#intro .icon .name {
  line-height: 1.3;
  text-align: center;
}

#intro .icon .name span {
  font-size: .75em;
}

#intro .hiokicity .inner {
  padding: 2.25em 1em;
}

#intro .hiokicity .about {
  margin: 0 0 20px;
}

#intro .hiokicity .about dt {
  font-size: 1.8rem;
  margin-bottom: .69em;
}

#intro .hiokicity .ph {
  margin: 0 auto;
  max-width: 360px;
}

/* コンテスト概要 */
#outline .item {
  border-top: 3px solid #1C1F4A;
  margin: 0;
  padding: 10px 0 12.5px;
}

#outline .item .head {
  margin-bottom: 10px;
}

#outline .item .content {
  font-size: 1.8rem;
}

#outline .item .content .num {
  display: inline-block;
  margin-right: .25em;
}

#outline .item .content .suppl {
  font-size: .66em;
}

#outline .item.award,
#outline .item.member {
  padding: 20px 0 22.5px;
}

#outline .item.member {
  border-bottom: 3px solid #1C1F4A;
}

#outline .item .dept.cluster {
  margin-bottom: 37.5px;
}

#outline .item .dept.vrchat {
  margin-bottom: 20px;
}

#outline .item .deptName {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

#outline .item .dept .detail {
    border-top: 2px solid #1C1F4A;
    border-bottom: 2px solid #1C1F4A;
    padding: 10px 10px 24px;
}

#outline .item .dept .awardList > li:not(:last-child) {
  border-bottom: 1px dashed #1C1F4A;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#outline .item .dept .specialList {
  font-size: .875em;
  list-style-type: disc;
  margin-top: 1.4em;
  padding-left: 1em;
  text-indent: 0;
}

#outline .item .dept .txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-left: 1.5em;
  text-indent: -1.4em;
}

#outline .item .dept .img {
  margin: 0 auto;
  max-width: 360px;
}

#outline .item .note li {
  font-size: 1.4rem;
  padding-left: 1.5em;
  text-indent: -1.4em;
}

#outline .item .memberList li {
  border-bottom: 1px dashed #1C1F4A;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#outline .item .memberList .img {
  flex-shrink: 0;
  margin: 0 auto 15px;
  width: 150px;
}

#outline .item .memberList .name {
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
  text-align: center;
}

#outline .item .memberList .name .ttl {
  display: block;
  font-size: 1.4rem;
}

#outline .item .memberList .profile {
  margin-bottom: 1.4rem;
}

#outline .item .memberList .profile .caption,
#outline .item .memberList .comment .caption {
  font-size: 1.6rem;
}

#outline .item .memberList .profile .detail,
#outline .item .memberList .comment .detail {
  font-size: 1.4rem;
  margin: 0;
}

#outline .item .other {
  font-size: 1.4rem;
  margin: 10px 0 0;
  text-align: right;
}

/* 応募方法 */
#apply .flow > li:not(:last-child) {
  margin-bottom: 62.5px;
}

#apply .flow > li::before {
  background: center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 57px;
  margin: 0 auto 19px;
  width: 57px;
}

#apply .flow > li.flow01::before {
  background-image: url(img/world-contest/icon-num01.png);
}

#apply .flow > li.flow02::before {
  background-image: url(img/world-contest/icon-num02.png);
}

#apply .flow > li.flow03::before {
  background-image: url(img/world-contest/icon-num03.png);
}

#apply .head {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 16px;
}

#apply .head .suppl {
  font-size: .66em;
}

#apply .txt {
  font-size: 1.4rem;
  margin: 0;
}

#apply .note {
  font-size: 1.4rem;
  margin-top: 1em;
}

#apply .kit {
  margin-top: 25px;
}

#apply .kit .inner {
  padding: 2.25em 1em;
}

#apply .kit .about {
  margin: 0 0 20px;
}

#apply .kit .about dt {
  font-size: 1.8rem;
  margin-bottom: .69em;
}

#apply .kit .about .txt {
  font-size: 1.4rem;
}

#apply .kit .list {
  list-style-type: disc;
  margin-top: 1em;
  padding-left: 1.5em;
}

#apply .kit .ph {
  margin: 0 auto;
  max-width: 360px;
}

#apply .flow03 .img {
  margin: 1em auto 0;
  max-width: 600px;
}

#apply .btn a {
  max-width: 25em;
  width: 100%;
}

#apply .btn a .suppl {
  font-size: 1.1rem;
  margin-top: 10px;
}

/* コンテスト規約 */
#terms > .txt {
  font-size: 1.4rem;
  margin: 0 0 1.5em;
}

#terms .content {
  background-color: #FFF;
  border: 1px solid #1C1F4A;
  font-size: 1.4rem;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 2em 2em 1.5em;
}

#terms .content .ttl,
#terms .content .txt {
  margin: 0 0 1em;
}

#terms .content .item {
  margin: 0 0 2em;
}

#terms .content .item .head {
  margin: 0 0 em;
}

/* 主催・運営・協力 */
#operation {
  text-align: center;
}

#operation .content {
  display: inline-block;
  text-align: left;
}

#terms .content .all {
  text-align: right;
}

/* お問い合わせ */
#inquiry .txt {
  font-size: 1.4rem;
  margin: 0;
}

#inquiry .btn a {
  max-width: 15em;
  width: 100%;
}

#footer {
  background-color: #1C1F4A;
  color: #FFF;
  font-size: 1.1rem;
  padding: 20px 0;
  text-align: center;
}

#footer-copy {
  margin: 0;
}

@media screen and (min-width: 768px) {

  body {
    font-size: 1.6rem;
  }
  /* common -------------------------- */
  .sec {
    margin-bottom: 104px;
  }
  .secTtl {
    font-size: 3.6rem;
  }
  .btn {
    margin-top: 35px;
  }
  .btn a {
    font-size: 1.7rem;
  }
  /* content -------------------------- */
  #mainImg {
    margin: 0 0 62px;
  }
  #theme {
    margin: 0 0 35px;
  }
  #theme dt {
    font-size: 2.5rem;
  }
  #theme dd .inner {
    font-size: 3.6rem;
  }
  #intro .txt {
    font-size: 1.7rem;
    margin: 0 0 42px;
    text-align: center;
  }
  #intro .message {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 42px;
  }
  #intro .fukidashi {
    margin-bottom: 0;
    margin-right: 50px;
    max-width: 615px;
  }
  #intro .fukidashi::before {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0;
    border-width: 12.5px 0 12.5px 30px;
    border-color: transparent transparent transparent #1C1F4A;
    translate: 100% -50%;
  }

  #intro .fukidashi::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0;
    border-width: 9.3px 0 9.3px 22.2px;
    border-color: transparent transparent transparent #FFF;
    translate: 100% -50%;
  }
  #intro .hiokicity {
    margin: 0 auto;
    max-width: 1100px;
  }
  #intro .hiokicity .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.25em 3.5%;
  }
  #intro .hiokicity .about {
    margin: 0;
    width: 60%;
  }
  #intro .hiokicity .about dt {
    font-size: 2.5rem;
  }
  #intro .hiokicity .ph {
    margin: 0;
    width: 36%;
  }
  /* コンテスト概要 */
  #outline .item {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    padding: 14px 0 17px;
  }
  #outline .item .head {
    font-size: 1.7rem;
    margin-bottom: 0;
    width: 24%;
  }
  #outline .item .content {
    font-size: 2.5rem;
    width: 76%;
  }
  #outline .item.award,
  #outline .item.member {
    padding: 28px 0 31px;
  }
  #outline .item .dept.cluster {
    margin-bottom: 52px;
  }
  #outline .item .dept.vrchat {
    margin-bottom: 28px;
  }
  #outline .item .deptName {
    font-size: 2.5rem;
    margin-bottom: 11px;
  }
  #outline .item .dept .detail {
    border-top-width: 3px;
    border-bottom-width: 3px;
    padding: 14px 10px 33px;
  }
  #outline .item .dept .awardList > li {
    align-items: center;
    display: flex;
  }
  #outline .item .dept .awardList > li:not(:last-child) {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  #outline .item .dept .txt {
    font-size: 1.7rem;
    margin-bottom: 0;
    margin-right: 6%;
    width: 52%;
  }
  #outline .item .dept .img {
    max-width: 240px;
  }
  #outline .item .note li {
    font-size: 1.6rem;
  }
  #outline .item .memberList li {
    display: flex;
    padding-bottom: 14px;
  }
  #outline .item .memberList .img {
    margin: 0 4.8% 15px 0;
  }
  #outline .item .memberList .name {
    font-size: 2.5rem;
    margin-bottom: 1.6rem;
    text-align: left;
  }
  #outline .item .memberList .name .ttl {
    font-size: 1.6rem;
    margin-right: 20px;
  }
  #outline .item .memberList .profile {
    margin-bottom: 1.6rem;
  }
  #outline .item .other {
    font-size: 1.7rem;
    margin: 14px 0 0;
  }
  /* 応募方法 */
  #apply .flow {
    margin: 0 auto;
    max-width: 1100px;
  }
  #apply .flow > li {
    display: flex;
  }
  #apply .flow > li:not(:last-child) {
    margin-bottom: 87px;
  }
  #apply .flow > li::before {
    height: 78px;
    margin: 0 26px 0 0;
    width: 78px;
  }
  #apply .head {
    font-size: 2.5rem;
  }
  #apply .txt {
    font-size: 1.6rem;
  }
   #apply .kit .inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.25em 4%;
  }
  #apply .kit .about {
    margin: 0;
    width: 53%;
  }
  #apply .kit .ph {
    margin: 0;
    width: 42.5%;
  }
  #apply .kit .about dt {
    font-size: 2.5rem;
  }
  #apply .kit .about .txt {
    font-size: 1.6rem;
  }
  #apply .flow03 .img {
    margin-left: 0;
  }
  /* コンテスト規約 */
  #terms > .txt {
    font-size: 1.6rem;
    text-align: center;
  }
  /* 主催・運営・協力 */
  #operation .content {
    font-size: 1.7rem;
  }
  /* お問い合わせ */
  #inquiry .txt {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {

  /* common -------------------------- */
  .sec {
    margin-bottom: 150px;
  }
  .secTtl {
    font-size: 5.2rem;
  }
  .btn {
    margin-top: 50px;
  }
  .btn a {
    font-size: 2.4rem;
  }
  /* content -------------------------- */
  #mainImg {
    margin: 0 0 90px;
  }
  #theme {
    margin: 0 0 50px;
  }
  #theme dt {
    font-size: 3.6rem;
  }
  #theme dd .inner {
    font-size: 5.2rem;
  }
  #intro .txt {
    font-size: 2.4rem;
    margin: 0 0 60px;
  }
  #intro .message {
    margin: 0 0 60px;
  }
  #intro .hiokicity .about dt {
    font-size: 3.6rem;
  }
  /* コンテスト概要 */
  #outline .item {
    padding: 20px 0 25px;
  }
  #outline .item .head {
    font-size: 2.4rem;
  }
  #outline .item .content {
    font-size: 3.6rem;
  }
  #outline .item.award,
  #outline .item.member {
    padding: 40px 0 45px;
  }
  #outline .item .dept.cluster {
    margin-bottom: 75px;
  }
  #outline .item .dept.vrchat {
    margin-bottom: 40px;
  }
  #outline .item .deptName {
    font-size: 3.6rem;
    margin-bottom: 16px;
  }
  #outline .item .dept .detail {
    padding: 20px 10px 48px;
  }
  #outline .item .dept .awardList > li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #outline .item .dept .txt {
    font-size: 2.4rem;
  }
  #outline .item .memberList li {
    padding-bottom: 20px;
  }
  #outline .item .memberList .name {
    align-items: center;
    display: flex;
    font-size: 3.6rem;
  }
  #outline .item .memberList .profile .caption,
  #outline .item .memberList .comment .caption {
    font-size: 2rem;
  }
  #outline .item .memberList .profile .detail,
  #outline .item .memberList .comment .detail {
    font-size: 1.6rem;
  }
  #outline .item .other {
    font-size: 2.4rem;
    margin: 20px 0 0;
  }
    /* 応募方法 */
  #apply .flow > li:not(:last-child) {
    margin-bottom: 125px;
  }
  #apply .flow > li::before {
    height: 113px;
    margin: 0 38px 0 0;
    width: 113px;
  }
  #apply .head {
    font-size: 3.6rem;
  }
  #apply .txt {
    font-size: 2rem;
  }
  #apply .note {
    font-size: 1.6rem;
  }
   #apply .kit .about dt {
    font-size: 3.6rem;
  }
    #apply .btn a .suppl {
    font-size: 1.6rem;
  }
  /* コンテスト規約 */
  #terms > .txt {
    font-size: 2rem;
  }
  #terms .content {
    font-size: 1.6rem;
  }
  /* 主催・運営・協力 */
  #operation .content {
    font-size: 2.4rem;
  }
  /* お問い合わせ */
  #inquiry .txt {
    font-size: 2rem;
  }
}
