@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/photo-movie-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: #333;
}

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%;
}

.sans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.blue {
  color: #0F1D7E;
}

.red {
  color: #DF4840;
}

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

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

.sp-none {
  display: none;
}

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

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

.btn a::before {
  border: 2px solid #0F1D7E;
  border-radius: 40px;
  content: "";
  display: block;
  height: 100%;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 100%;
  z-index: -1;
}

.btn a::after {
  content: ">";
  display: inline-block;
  margin-top: -.75em;
  position: absolute;
  right: .83em;
  top: 50%;
}

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

.secTtl::before,
.secTtl::after {
  background: url(img/photo-movie-contest/icon-itimatu.png) center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: .5em;
  transform: translateY(.1em);
  width: 1.1em;
}

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

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

/* content -------------------------- */
#mainImg {
  margin: 0 0 45px;
}

#theme {
  margin: 0 0 25px;
}

#theme dt {
  margin: 0 auto;
  width: 85px;
}

#theme dd {
  font-size: 2.6rem;
  font-weight: 900;
  padding: .67em .77em;
  position: relative;
  border: 3px solid #1C1F4C;
  background-color: #f9f9f9;
  text-align: center;
}

#theme dd::before,
#theme dd::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #f9f9f9;
}

#theme dd::before {
  top: -3px;
  bottom: -3px;
  left: 25px;
  right: 25px;
}

#theme dd::after {
  top: 25px;
  bottom: 25px;
  left: -3px;
  right: -3px;
}

#theme dd .inner {
  position: relative;
  z-index: 1;
}

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

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

#intro .fukidashi {
  position: relative;
}

#intro .fukidashi::before {
  position: absolute;
  background-color: #0F1D7E;
  border-radius: 30px;
  content: "";
  display: block;
  height: calc(100% - 40px);
  left: 6px;
  top: 6px;
  width: 100%;
}

#intro .fukidashi::after {
  position: absolute;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 22px solid #0F1D7E;
  border-bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  bottom: 12px;
  left: calc(50% + 3px);
  transform: translateX(-50%);
  z-index: -1;
}

#intro .fukidashi .inner {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 1.25em 1em;
  border: 2px solid #0F1D7E;
  border-radius: 30px;
  background-color: #FFF;
}

#intro .fukidashi .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 26px 11.5px 0 11.5px;
  border-color: #0F1D7E transparent transparent;
  translate: -50% 100%;
}

#intro .fukidashi .inner::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: 2px solid #ccc;
  margin: 0;
  padding: 10px 0;
}

#outline .item .head {
  border-bottom: 2px dotted #ccc;
  color: #1C1F4C;
  margin-bottom: 7px;
  padding-bottom: 5px;
  position: relative;
}

#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;
}

#outline .item.member {
  border-bottom: 2px solid #ccc;
}

#outline .item .dept.photo {
  margin-bottom: 37.5px;
  margin-top: 10px;
}

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

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

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

#outline .item .dept .detail::before {
  background-color: #0F1D7E;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  top: -2px;
  position: absolute;
  width: 110px;
}

#outline .item .dept .awardList > li:not(:last-child) {
  border-bottom: 2px dotted #ccc;
  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: 2px dotted #ccc;
  padding-bottom: 10px;
  padding-top: 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;
}

/* 対象ワールド */
#world .txt {
  font-size: 1.4rem;
  margin: 0 0 2.3em;
}

#world .target {
  max-width: 1100px;
  margin: 0 auto;
}

#world .target.vrchat {
  margin-bottom: 38px;
}

#world .target .platform {
  border-bottom: 2px solid #ccc;
  color: #0F1D7E;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}

#world .target .platform::after {
  background-color: #0F1D7E;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  bottom: -2px;
  position: absolute;
  width: 110px;
}

#world .target ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#world .target li {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 48.6%;
}

#world .target li.main {
  margin-bottom: 40px;
  width: 100%;
}

#world .target .img {
  margin: 0;
}

#world .target .name {
  color: #1C1F4C;
  font-size: 1.4rem;
  margin: 1em 0 1.5em;
}

#world .target li.main .name {
  font-size: 1.6rem;
}

#world .target .name .contest {
  color: #0F1D7E;
  display: inline-block;
  font-size: .875em;
  margin-top: .5em;
}

#world .target .btn {
  margin-top: auto;
}

#world .target .btn a {
  font-size: 1.2rem;
  max-width: 90%;
  width: 18em;
}

#world .target li.main .btn a {
  font-size: 1.6rem;
}

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

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

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

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

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

#apply .head {
  color: #0F1D7E;
  font-size: 1.8rem;
  font-weight: 900;
  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: 18em;
  width: 100%;
}

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

#apply .notice {
  background-color: #FFF;
  border: 2px solid #CB2726;
  margin: -1.39em auto 2.39em;
  max-width: 1100px;
  padding: 1em;
}

#apply .notice .ttl {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}

#apply .notice .ttl .suppl {
  font-size: 1.2rem;
}

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

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

#terms .content {
  background-color: #FFF;
  border: 3px solid #0F1D7E;
  position: relative;
}

#terms .content::after {
  background-color: #0F1D7E;
  border: 3px solid #0F1D7E;
  content: "";
  display: block;
  height: 100%;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: -1;
}

#terms .content .inner {
  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;
}

#terms .revision {
  margin-top: 2em;
}

/* 主催・運営・協力 */
#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%;
}

/* Discordセクション */
#discord {
  background-color: #E0E3FF;
  border-radius: 50px;
  max-width: 1200px;
  padding: 56px 35px 35px;
  position: relative;
}

#discord .blurple {
  color: #5865F2;
}

#discord .sp-none {
  display: none;
}

#discord .catch {
  font-size: 2rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  top: 0px;
  width: 100%;
}

#discord .logo {
  margin: 0 auto;
  width: 95px;
}

#discord .ttl {
  line-height: 1.2;
  margin: 7px 0 8px;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
}

#discord .txt {
  margin: 0 0 30px;
  text-align: center;
}

#discord .qr {
  margin: 0 auto;
  width: 95px; 
}

#discord .btn a {
  background-color: #5865F2;
  max-width: 17em;
  width: 100%;
}

#discord .btn a::before {
  border: 2px solid #5865F2;
  z-index: 0;
}

#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;
  }
  .pc {
    display: block;
  }
  .sp-none {
    display: inline-block;
  }
  .btn {
    margin-top: 35px;
  }
  .btn a {
    font-size: 1.7rem;
  }
  /* content -------------------------- */
  #mainImg {
    margin: 0 0 62px;
  }
  #theme {
    margin: 0 0 35px;
  }
  #theme dt {
    width: 118px;
  }
  #theme dd {
    font-size: 3.6rem;
  }
  #theme dd::before {
    left: 34px;
    right: 34px;
  }
  #theme dd::after {
    top: 34px;
    bottom: 34px;
  }
  #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::before {
    height: 100%;
    width: calc(100% - 50px);
  }
  #intro .fukidashi::after {
    border-right: 0;
    border-left: 26px solid #0F1D7E;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: auto;
    right: 18px;
    bottom: calc(50%);
    transform: translate(0, 13px);
  }
  #intro .fukidashi .inner {
    margin-bottom: 0;
    margin-right: 50px;
    max-width: 615px;
  }
  #intro .fukidashi .inner::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 .inner::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: 0;
    border-width: 10.3px 0 10.3px 26.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 {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    padding: 15px 0;
  }
  #outline .item .head {
    align-items: center;
    border-bottom: 0;
    border-right: 2px solid #ccc;
    display: flex;
    font-size: 1.7rem;
    margin-bottom: 0;
    margin-right: 1em;
    padding-bottom: 0;
    width: 10.5em;
  }
  #outline .item .content {
    font-size: 2.4rem;
    width: 76%;
  }
  #outline .item.award,
  #outline .item.member {
    padding: 15px 0;
  }
  #outline .item .dept.photo {
    margin-bottom: 52px;
  }
  #outline .item .dept.movie {
    margin-bottom: 28px;
  }
  #outline .item .deptName {
    font-size: 2.4rem;
    margin-bottom: 11px;
  }
  #outline .item .dept .detail {
    padding: 14px 10px 33px;
  }
  #outline .item .dept .awardList > li {
    align-items: center;
    display: flex;
  }
  #outline .item .dept .awardList > li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #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 {
    padding-bottom: 8px;
  }
  #outline .item .note li {
    font-size: 1.6rem;
  }
  #outline .item .memberList li {
    display: flex;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  #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;
  }
  /* 対象ワールド */
  #world .txt {
    font-size: 1.6rem;
    text-align: center;
  }
  #world .target.vrchat {
    margin-bottom: 53px;
  }
  #world .target .platform {
    font-size: 2.4rem;
  }
  #world .target.cluster ul {
    background: url(img/photo-movie-contest/bg-itimatu.png) top right no-repeat;
    background-size: 28%;
  }
  #world .target li {
    margin-bottom: 35px;
    width: 22.9%;
  }
  #world .target li.main {
    margin-bottom: 50px;
    width: 31.6%;
  }
  #world .target.cluster li.maturi {
    margin-right: 34.2%;
  }
  #world .target .name {
    font-size: 1.5rem;
  }
  #world .target li.main .name {
    font-size: 1.8rem;
  }
  #world .target .name .contest .sp-none {
    display: none;
  }
  #world .target .btn a {
    font-size: 1.3rem;
  }
  #world .target li.main .btn a {
    font-size: 1.7rem;
  }
  /* 応募方法 */
  #apply .flow {
    margin: 0 auto;
    max-width: 1100px;
  }
  #apply .flow > li {
    display: flex;
  }
  #apply .flow > li:not(:last-child) {
    margin-bottom: 80.5px;
  }
  #apply .flow > li::before {
    height: 74px;
    margin: 0 26px 0 0;
    width: 74px;
  }
  #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;
  }
  #apply .notice {
    margin-top: -1.9em;
    margin-bottom: 2.9em;
    padding: 1.25em 3%;
  }
  #apply .notice .ttl {
    font-size: 1.7rem;
  }
  #apply .notice .ttl .suppl {
    font-size: 1.3rem;
  }
  #apply .notice .txt {
    font-size: 1.5rem;
  }
  /* コンテスト規約 */
  #terms > .txt {
    font-size: 1.6rem;
    text-align: center;
  }
  /* 主催・運営・協力 */
  #operation .content {
    font-size: 1.7rem;
  }
  /* お問い合わせ */
  #inquiry .txt {
    font-size: 1.6rem;
    text-align: center;
  }
  /* Discordセクション */
  #discord {
    padding: 56px 3.6% 49px;
  }
  #discord .sp-none {
    display: inline-block;
  }
  #discord .pc-none {
    display: none;
  }
  #discord .catch {
    font-size: 2.8rem;
  }
  #discord .wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  #discord .txtBox {
    flex-shrink: 0;
  }
  #discord .logo {
    margin: 0;
    width: 133px;
  }
  #discord .ttl {
    margin: 9px 0 12px;
    font-size: 3.6rem;
    text-align: left;
  }
  #discord .txt {
    margin: 0;
    text-align: left;
  }
  #discord .qr {
    margin: 0 2.8%;
    width: 16.9%; 
  }
  #discord .btn {
    margin: 0;
    width: 38.5%;
  }
  #discord .btn a {
    font-size: 1.5rem;
  }
}

@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 {
    width: 170px;
  }
  #theme dd {
    font-size: 5.2rem;
  }
  #theme dd::before {
    left: 50px;
    right: 50px;
  }
  #theme dd::after {
    top: 50px;
    bottom: 50px;
  }
  #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;
  }
  #outline .item .head {
    font-size: 2.4rem;
  }
  #outline .item .content {
    font-size: 3.5rem;
  }
  #outline .item.award,
  #outline .item.member {
    padding: 20px 0;
  }
  #outline .item .dept.photo {
    margin-bottom: 75px;
  }
  #outline .item .dept.movie {
    margin-bottom: 40px;
  }
  #outline .item .deptName {
    font-size: 3.5rem;
    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 .note {
    padding-bottom: 20px;
  }
  #outline .item .memberList li {
    padding-bottom: 20px;
    padding-top: 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;
  }
  /* 対象ワールド */
  #world .txt {
    font-size: 2rem;
  }
  #world .target.vrchat {
    margin-bottom: 76px;
  }
  #world .target .platform {
    font-size: 3.5rem;
  }
  #world .target li {
    margin-bottom: 40px;
  }
  #world .target li.main {
    margin-bottom: 60px;
  }
  #world .target .name {
    font-size: 1.6rem;
  }
  #world .target li.main .name {
    font-size: 2rem;
  }
  #world .target .name .contest .sp-none {
    display: inline-block;
  }
  #world .target .btn a {
    font-size: 1.4rem;
  }
  #world .target li.main .btn a {
    font-size: 1.8rem;
  }
  /* 応募方法 */
  #apply .flow > li:not(:last-child) {
    margin-bottom: 115px;
  }
  #apply .flow > li::before {
    height: 106px;
    margin: 0 38px 0 0;
    width: 106px;
  }
  #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;
  }
  #apply .notice {
    margin-top: -3.1925em;
    margin-bottom: 4.1925em;
  }
  #apply .notice .ttl {
    font-size: 2rem;
  }
  #apply .notice .ttl .suppl {
    font-size: 1.4rem;
  }
  #apply .notice .txt {
    font-size: 1.6rem;
  }
  /* コンテスト規約 */
  #terms > .txt {
    font-size: 2rem;
  }
  #terms .content .inner {
    font-size: 1.6rem;
  }
  /* 主催・運営・協力 */
  #operation .content {
    font-size: 2.4rem;
  }
  /* お問い合わせ */
  #inquiry .txt {
    font-size: 2rem;
  }
  /* Discordセクション */
    #discord {
    padding: 80px 3.6% 70px;
  }
  #discord .catch {
    font-size: 4rem;
  }
  #discord .logo {
    width: 190px;
  }
  #discord .ttl {
    margin: 14px 0 16px;
    font-size: 5.2rem;
  }
  #discord .txt {
    font-size: 2rem;
  }
  #discord .btn a {
    font-size: 2.4rem;
  }
}