@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  line-height: 1;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}
nav, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
img {
  width: 100%;
}
input, select {
  vertical-align: middle;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
main {
  display: block;
  margin-top: 70px;
}
.pc {
  display: inline-block;
}
.sp {
  display: none;
}
.inner {
  margin: auto;
  max-width: 1000px;
  width: 90%;
}
@-webkit-keyframes arrowAni01 {
  0%,
  25% {
    background-position: -50px;
  }
  25% {
    background-position: 0;
  }
}
@keyframes arrowAni01 {
  0%,
  25% {
    background-position: -50px;
  }
  25% {
    background-position: 0;
  }
}
@-webkit-keyframes arrowAni02 {
  0%,
  50% {
    background-position: -50px;
  }
  50% {
    background-position: 0;
  }
}
@keyframes arrowAni02 {
  0%,
  50% {
    background-position: -50px;
  }
  50% {
    background-position: 0;
  }
}
@-webkit-keyframes arrowAni03 {
  0%,
  75% {
    background-position: -50px;
  }
  75% {
    background-position: 0;
  }
}
@keyframes arrowAni03 {
  0%,
  75% {
    background-position: -50px;
  }
  75% {
    background-position: 0;
  }
}
.header {
  background: #FFF;
  left: 0;
  padding: 0 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}
.header__inner {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 10px 0;
  position: relative;
}
.header__logo {
  -webkit-transform: translate(0%, -50%);
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 130px;
}
.header__logo:hover {
  opacity: .7;
}
.header__menu {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header__menu a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 0 30px;
}
.header__menu a:hover {
  opacity: .6;
}
.header__menu li + li {
  border-left: 1px solid #000;
}
.footer {
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  padding: 15px 0;
  text-align: center;
}
.pagetop {
  bottom: 50px;
  cursor: pointer;
  height: 55px;
  position: fixed;
  right: 15px;
  width: 55px;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 110vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  max-width: 700px;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.modal__content p {
  color: #FFF;
  font-size: 16px;
  padding-top: 20px;
}
.modal__content .modal__credit {
  font-size: 12px;
  padding-top: 20px;
}
.modal__content.wide {
  width: 45%;
}
.js-modal-close-icon {
  position: absolute;
  right: 50px;
  top: 0;
  width: 24px;
}
.fixed {
  left: 0;
  position: fixed;
  width: 100%;
}
.dp__top {
  padding: 20px 0;
}
.dp__top h1 {
  margin: auto;
  width: 84%;
}
.dp__main {
  background: url(../img/entry/dp_announce_bg.jpg) no-repeat;
  background-position: right 9% bottom;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}
.dp__main .inner {
  position: relative;
  z-index: 1;
}
.dp__ttl {
  margin: auto;
  position: relative;
  top: -10px;
  width: 64%;
}
.dp__msg {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-left: 8%;
  margin-top: 85px;
  position: relative;
  z-index: 1;
}
.dp__text {
  color: #FFF100;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 2;
  position: relative;
  text-align: center;
  z-index: 1;
}
.dp__text span.border {
  position: relative;
}
.dp__text span.border:after {
  -webkit-transform: translate(-50%, 0);
  background: #FFF100;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 6px;
  left: 45%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
}
.dp__text span.str {
  font-size: 72px;
  letter-spacing: 8px;
}
.dp__lead {
  color: #FFF;
  font-size: 18px;
  line-height: 2;
  margin: 70px auto 0;
  text-align: center;
}
.dp__lead p + p {
  margin-top: 2.5em;
}
.dp__label {
  bottom: 5%;
  max-width: 60px;
  position: fixed;
  right: 0;
  z-index: 10;
}
.dp__photo01 {
  left: 0px;
  max-width: 265px;
  position: absolute;
  top: -25px;
  width: 26%;
}
.dp__photo02 {
  max-width: 275px;
  position: absolute;
  right: 70px;
  top: 190px;
  width: 21%;
}
.dp__photo03 {
  left: -60px;
  max-width: 275px;
  position: absolute;
  top: 360px;
  width: 31.5%;
}
.dp__theme {
  background: url(../img/dp_theme_bg.jpg) no-repeat;
  background-size: cover;
  color: #333;
  padding: 80px 0;
}
.dp__theme .inner {
  max-width: 930px;
}
.dp__theme h2 {
  color: #000;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
.dp__theme h2 span {
  background: linear-gradient(transparent 60%, #fff100 60%);
  display: inline-block;
  font-size: 54px;
  letter-spacing: -4px;
  margin-top: 25px;
  padding-bottom: 10px;
}
.dp__theme-text {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 2;
  margin-top: 60px;
  text-align: center;
}
.dp__theme-stage {
  margin-top: 90px;
}
.dp__theme .stage-item {
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid #000;
  padding: 15px 15px 15px 20px;
  position: relative;
}
.dp__theme .stage-item + .stage-item {
  margin-top: 130px;
  position: relative;
}
.dp__theme .stage-item + .stage-item:before {
  background: url(../img/dp_arrow.png) no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 53px;
  left: calc(50% - 25px);
  position: absolute;
  top: -90px;
  width: 50px;
}
.dp__theme .stage-item:nth-of-type(1) .stage-ttl {
  max-width: 150px;
  width: 22%;
}
.dp__theme .stage-item:nth-of-type(2) .stage-ttl {
  max-width: 170px;
  width: 25%;
}
.dp__theme .stage-item:nth-of-type(3) .stage-ttl {
  max-width: 190px;
  width: 27%;
}
.dp__theme .stage-item:nth-of-type(3) .stage-name {
  color: #E71327;
}
.dp__theme .stage-ttl {
  background: #000;
  left: -3px;
  padding: 5px 10px;
  position: absolute;
  top: -15px;
}
.dp__theme .stage-main {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.dp__theme .stage-info {
  max-width: 610px;
  width: 69%;
}
.dp__theme .stage-img {
  max-width: 255px;
  width: 30%;
}
.dp__theme .stage-name {
  font-size: 36px;
  font-style: italic;
  letter-spacing: -3px;
}
.dp__theme .stage-text {
  font-size: 18px;
  letter-spacing: -1.1px;
  line-height: 2;
  margin-top: 13px;
}
.dp__judge {
  margin-top: 80px;
}
.dp__judge.inner {
  max-width: 1000px;
}
.dp__judge-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
}
.dp__judge-list li {
  width: 18%;
}
.dp__judge-list li + li {
  margin-left: 2.5%;
}
.dp__judge-name {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
.dp__schedule {
  background: url(../img/dp_schedule_bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.dp__schedule .inner {
  max-width: 735px;
}
.dp__schedule h2 {
  margin: auto;
  max-width: 415px;
}
.dp__schedule-stage {
  margin-top: 65px;
}
.dp__schedule .sched_item {
  position: relative;
}
.dp__schedule .sched_item:after {
  background: url(../img/dp_arrow.png) no-repeat;
  background-size: cover;
  bottom: -62px;
  content: '';
  display: block;
  height: 53px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
}
.dp__schedule .sched_item:last-of-type:after {
  display: none;
}
.dp__schedule .sched_item + .sched_item {
  margin-top: 100px;
}
.dp__schedule .sched_item-ttl {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.dp__schedule .sched_item-ttl:before, .dp__schedule .sched_item-ttl:after {
  background: #000;
  content: '';
  display: block;
  height: 2px;
  width: 215px;
}
.dp__schedule .sched_item-list {
  margin-top: 30px;
}
.dp__schedule .sched_item-list li {
  background: #FFF;
  border-radius: 30px;
  font-size: 28px;
  font-weight: bold;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.dp__schedule .sched_item-list li + li {
  margin-top: 70px;
}
.dp__schedule .sched_item-list li + li:before {
  background: url(../img/dp_arrow.png) no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 53px;
  left: calc(50% - 25px);
  position: absolute;
  top: -62px;
  width: 50px;
}
.dp__schedule .sched_item-list li + li.a-none:before {
  display: none;
}
.dp__schedule .sched_item-day {
  left: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 100px;
}
.dp__schedule .sched_item-box {
  margin-top: 50px;
}
.dp__schedule .sched_item-text {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}
.dp__schedule .sched_item:nth-of-type(1) .sched_item-ttl img {
  width: 255px;
}
.dp__schedule .sched_item:nth-of-type(2) .sched_item-ttl img {
  width: 270px;
}
.dp__schedule .sched_item:nth-of-type(3) .sched_item-ttl img {
  width: 285px;
}
.dp__entry {
  background: url(../img/dp_entry_bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.dp__entry .inner {
  max-width: 700px;
  position: relative;
}
.dp__entry h2 {
  margin: auto;
  width: 270px;
}
.dp__entry-photo li {
  max-width: 207px;
  position: absolute;
  width: 62%;
}
.dp__entry-photo li:nth-of-type(1) {
  right: -80px;
  top: 405px;
  z-index: 1;
}
.dp__entry-photo li:nth-of-type(2) {
  right: -207px;
  top: 175px;
}
.dp__entry-list {
  margin-top: 60px;
}
.dp__entry-list dt {
  font-size: 21px;
  font-weight: bold;
}
.dp__entry-list dd {
  font-size: 18px;
  line-height: 1.66;
  margin-top: 13px;
}
.dp__entry-list dd + dt {
  margin-top: 25px;
}
.dp__entry-list dd .small {
  display: block;
  font-size: .85em;
  line-height: 1.6;
  margin-top: 8px;
}
.dp__entry-list ol {
  padding-left: 1.5em;
}
.dp__entry-list ol li + li {
  margin-top: 13px;
}
.dp__entry-list .red {
  color: #db1c4c;
}
.dp__entry-msg {
  font-size: 36px;
  font-weight: bold;
  margin-top: 55px;
  text-align: center;
}
.dp__entry-msg span {
  background: linear-gradient(transparent 60%, #fff100 60%);
  padding-bottom: 5px;
}
/* cssアニメーション */
.fadeIn,
.fadeIn-y,
.fadeIn--fst,
.fadeIn-y--fst,
.fadeIn-y--sc {
  -webkit-animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
}
.fadeIn.on {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeIn-y.on {
  -webkit-animation-name: fadeIn-y;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  animation-name: fadeIn-y;
}
.fadeIn--fst {
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-name: fadeIn;
}
.fadeIn-y--fst {
  -webkit-animation-name: fadeIn-y;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  animation-name: fadeIn-y;
}
.fadeIn-y--fst + .fadeIn-y--fst {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fadeIn-y--sc {
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn-y {
  from {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn-y {
  from {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1100px) {
  body {
    display: block;
  }
  .header__menu a {
    font-size: 1.6vw;
    padding: 0 2vw;
  }
  .dp__theme .stage-name {
    font-size: 3.2727vw;
  }
  .dp__theme .stage-text {
    font-size: 1.6363vw;
  }
  .dp__entry {
    position: relative;
  }
  .dp__entry .inner {
    position: static;
    width: 87%;
  }
  .dp__entry-photo li {
    width: 18.8181vw;
  }
  .dp__entry-photo li:nth-of-type(1) {
    right: 11vw;
    top: 45.8181vw;
  }
  .dp__entry-photo li:nth-of-type(2) {
    right: 0;
    top: 24.9090vw;
  }
  .dp__entry-list dt {
    font-size: 1.9090vw;
  }
  .dp__entry-list dd {
    font-size: 1.6363vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    display: block;
  }
  main {
    margin-top: 18vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .header {
    height: 18vw;
    padding: 0;
  }
  .header__inner {
    display: block;
    height: auto;
    margin: 2vw auto;
    width: 90%;
  }
  .header__logo {
    -webkit-transform: none;
    position: static;
    transform: none;
    width: 17.33333vw;
  }
  .header__menu {
    margin-top: 2.66667vw;
  }
  .header__menu a {
    font-size: 4.26667vw;
    padding: 0 4vw;
  }
  .footer {
    font-size: vw(20);
  }
  .modal {
    overflow: scroll;
  }
  .modal__content {
    width: 100%;
  }
  .modal--judge .modal__content {
    width: 80%;
  }
  .dp__top {
    padding: 4vw 0;
  }
  .dp__top h1 {
    width: 100%;
  }
  .dp__main {
    background: url(../img/entry/dp_announce_bg_sp.jpg) no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding-bottom: 26.66667vw;
  }
  .dp__ttl {
    top: -1.33333vw;
    width: 75.33333vw;
  }
  .dp__msg {
    margin-top: 15.33333vw;
  }
  .dp__text {
    font-size: 5.73333vw;
  }
  .dp__text span.border:after {
    left: 45%;
  }
  .dp__text span.str {
    font-size: 9.33333vw;
    letter-spacing: 5px;
  }
  .dp__lead {
    font-size: 4vw;
    letter-spacing: -.5px;
    line-height: 1.5;
    margin-top: 30vw;
  }
  .dp__label {
    -webkit-transform: translate(0%, -50%);
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
    width: 8vw;
  }
  .dp__photo01 {
    top: 6vw;
    width: 26.66667vw;
  }
  .dp__photo02 {
    right: 1.33333vw;
    top: 74.66667vw;
    width: 29.33333vw;
  }
  .dp__photo03 {
    top: 74.66667vw;
    width: 34vw;
  }
  .dp__theme {
    background: url(../img/dp_theme_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 12vw 0;
  }
  .dp__theme h2 {
    font-size: 4.26667vw;
  }
  .dp__theme h2 span {
    font-size: 9.6vw;
    letter-spacing: -2px;
    margin-top: 3.33333vw;
    padding-bottom: 1.33333vw;
  }
  .dp__theme-text {
    font-size: 4.26667vw;
    line-height: 1.6;
    margin-top: 9.33333vw;
  }
  .dp__theme-stage {
    margin-top: 13.33333vw;
  }
  .dp__theme .stage-item {
    border: 1px solid #000;
    padding: 9.06667vw 2.66667vw 2.66667vw 2.66667vw;
  }
  .dp__theme .stage-item + .stage-item {
    margin-top: 22.66667vw;
  }
  .dp__theme .stage-item + .stage-item:before {
    height: 9.06667vw;
    left: calc(50% - 4.333vw);
    top: -18.55vw;
    width: 8.66667vw;
  }
  .dp__theme .stage-item:nth-of-type(1) .stage-ttl {
    max-width: initial;
    width: 30.66667vw;
  }
  .dp__theme .stage-item:nth-of-type(2) .stage-ttl {
    max-width: initial;
    width: 34.66667vw;
  }
  .dp__theme .stage-item:nth-of-type(3) .stage-ttl {
    max-width: initial;
    width: 47.33333vw;
  }
  .dp__theme .stage-ttl {
    -webkit-transform: translate(-50%, 0);
    left: 50%;
    top: -3.33333vw;
    transform: translate(-50%, 0);
  }
  .dp__theme .stage-main {
    display: block;
  }
  .dp__theme .stage-info {
    max-width: initial;
    width: 100%;
  }
  .dp__theme .stage-img {
    margin-top: 5.33333vw;
    max-width: initial;
    width: 100%;
  }
  .dp__theme .stage-name {
    font-size: 7.2vw;
    letter-spacing: -1px;
    line-height: 1.33;
    text-align: center;
  }
  .dp__theme .stage-text {
    font-size: 4.26667vw;
    line-height: 1.5;
    margin-top: 4vw;
  }
  .dp__judge {
    margin-top: 9.33333vw;
  }
  .dp__judge-list {
    margin-top: 0;
  }
  .dp__judge-list li {
    margin: 10vw 3.5% 0 0;
    width: 31%;
  }
  .dp__judge-list li:nth-of-type(3n), .dp__judge-list li:last-of-type {
    margin-right: 0;
  }
  .dp__judge-list li + li {
    margin-left: 0;
  }
  .dp__judge-name {
    font-size: 3.73333vw;
    line-height: 1.7;
  }
  .dp__schedule {
    background: url(../img/dp_schedule_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 12vw 0;
  }
  .dp__schedule h2 {
    width: 56vw;
  }
  .dp__schedule-stage {
    margin-top: 8vw;
  }
  .dp__schedule .sched_item:after {
    bottom: -13.33333vw;
    height: 9.06667vw;
    left: calc(50% - 4.333vw);
    width: 8.66667vw;
  }
  .dp__schedule .sched_item + .sched_item {
    margin-top: 20.66667vw;
  }
  .dp__schedule .sched_item-ttl:before, .dp__schedule .sched_item-ttl:after {
    width: 18.66667vw;
  }
  .dp__schedule .sched_item-list {
    margin-top: 8.66667vw;
  }
  .dp__schedule .sched_item-list li {
    font-size: 4.4vw;
    letter-spacing: -.3px;
    padding: 1.33333vw 0;
    padding-left: 10vw;
  }
  .dp__schedule .sched_item-list li + li {
    margin-top: 20vw;
  }
  .dp__schedule .sched_item-list li + li:before {
    height: 9.06667vw;
    left: calc(50% - 4.333vw);
    top: -15.55vw;
    width: 8.66667vw;
  }
  .dp__schedule .sched_item-list li + li.a-none {
    margin-top: 13.33333vw;
  }
  .dp__schedule .sched_item-day {
    top: calc(50% - 8.4665vw);
    width: 16.93333vw;
  }
  .dp__schedule .sched_item-box {
    margin-top: 5.33333vw;
  }
  .dp__schedule .sched_item-text {
    font-size: 4.26667vw;
    margin-top: 5.33333vw;
  }
  .dp__schedule .sched_item:nth-of-type(1) .sched_item-ttl img {
    width: 40.66667vw;
  }
  .dp__schedule .sched_item:nth-of-type(2) .sched_item-ttl img {
    width: 45.33333vw;
  }
  .dp__schedule .sched_item:nth-of-type(3) .sched_item-ttl img {
    width: 48vw;
  }
  .dp__entry {
    background: url(../img/dp_entry_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 12vw 0;
  }
  .dp__entry h2 {
    width: 40vw;
  }
  .dp__entry-photo {
    display: flex;
    justify-content: center;
    margin-top: 8vw;
  }
  .dp__entry-photo li {
    position: static;
    width: 27.6vw;
  }
  .dp__entry-photo li + li {
    margin-left: 8vw;
  }
  .dp__entry-list {
    margin-top: 7.33333vw;
  }
  .dp__entry-list dt {
    font-size: 4.8vw;
  }
  .dp__entry-list dd {
    font-size: 4.26667vw;
    margin-top: 2.66667vw;
  }
  .dp__entry-list dd + dt {
    margin-top: 5.33333vw;
  }
  .dp__entry-msg {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-top: 6.66667vw;
  }
}
@media screen and (max-width: 1350px) {
  .dp__photo03 {
    left: -20px;
    max-width: 245px;
  }
}
