@charset "UTF-8";
/*************************************************
  reset 2025.06
**************************************************/
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: inherit;
          appearance: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*************************************************
imageをいつでも親の横100%表示にする
**************************************************/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/*************************************************
/ Font / Font Opotion
/**************************************************
/* .ft-serif{font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;} */
.ft-en {
  font-family: "Cormorant", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* KoburinaGoStd W6-83pv-RKSJ-H の代替 */
.attention {
  color: #ee2c28;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-bold {
  font-weight: 700;
}

.t-under {
  text-decoration: underline;
  display: inline;
}

.t-palt {
  font-feature-settings: "palt";
}

.t-red {
  color: #ff8066;
}

.t-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
}

/*段落*/
.para > *:not(:last-child) {
  margin-bottom: 1em;
}

/*************************************************
  ※リスト
**************************************************/
.attention-lists {
  font-weight: 400;
  line-height: 1.3913;
  font-size: 1vw;
}
.attention-lists > li {
  position: relative;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.attention-lists > li::before {
  content: "※";
}
@media print, screen and (min-width: 769px) {
  .attention-lists {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .attention-lists {
    font-size: 3.0666666667vw;
  }
}

/*ドットリスト*/
.dot-lists > li {
  position: relative;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.dot-lists > li::before {
  content: "・";
}

.note-lists > li {
  position: relative;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.note-lists > li::before {
  content: "※";
}
.note-lists.asta > li::before {
  content: "＊";
}

/*************************************************
/  全体
/**************************************************/
.contents-nav {
  margin-top: 0 !important;
}

.dusinu-contest {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-display: optional;
  font-weight: bold;
  font-style: normal;
  background-color: #ffffff;
  color: #4d4d4d;
  line-height: 1.33;
  text-align: left;
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-justify: inter-character;
  font-feature-settings: "palt";
  font-size: 4vw;
  /********  SP wrap **********************************/
  /******** pc_wrap **********************************/
  /********  overlay **********************************/
  /*************************************************
  /Link
  /*************************************************/
  /*************************************************
  / animation
  /**************************************************/
  /* 落下して軽くバウンド */
  /*********************************
  Animations
  **********************************/
  /*************************************************
  /  header
  /*************************************************/
  /*************************************************
  /  footer
  /*************************************************/
  /*************************************************
  /  main
  /*************************************************/
  /******** 塗り絵白線  **********************************/
  /********  headline **********************************/
  /******** セクション **********************************/
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest {
    font-size: 1.3043478261vw;
  }
}
.dusinu-contest br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .dusinu-contest br.sp {
    display: block;
  }
  .dusinu-contest br.pc {
    display: none;
  }
}
.dusinu-contest .para > *:not(:last-child) {
  margin-bottom: 1em;
}
.dusinu-contest img {
  width: 100%;
}
.dusinu-contest .sp_wrap {
  position: relative;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
  background-image: url(../img/kv.webp);
  background-size: contain;
  background-position: top 16vw center;
  background-repeat: no-repeat;
  /********  loading **********************************/
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .sp_wrap {
    box-shadow: -5px 0 0 #d9d9d9, 5px 0 0 #d9d9d9;
    margin-left: auto;
    margin-right: auto;
    width: 32.6086956522vw;
    background-position: top 5.2173913043vw center;
  }
}
.dusinu-contest .sp_wrap .loading {
  display: none;
}
.dusinu-contest .sp_wrap._loading {
  min-height: 100dvh;
}
.dusinu-contest .sp_wrap._loading .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s 0.6s;
}
.dusinu-contest .sp_wrap._loading .loading._start {
  opacity: 0;
}
.dusinu-contest .sp_wrap .loader {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .sp_wrap .loader {
    height: 15px;
  }
}
.dusinu-contest .sp_wrap.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Fixed delays for simplicity */
}
.dusinu-contest .sp_wrap.dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #6c5ce7;
  border-radius: 50%;
  -webkit-animation: dot-pulse 1.5s ease-in-out infinite;
          animation: dot-pulse 1.5s ease-in-out infinite;
}
.dusinu-contest .sp_wrap.dots .dot:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.dusinu-contest .sp_wrap.dots .dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.dusinu-contest .sp_wrap.dots .dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes dot-pulse {
  0%, 100% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes dot-pulse {
  0%, 100% {
    transform: scale(0.7);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.dusinu-contest .pc_wrap {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .pc_wrap {
    display: block;
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-image: url(../img/bg_pc.webp);
    background-size: cover;
    background-position: top center;
    /******** タイトル **********************************/
    /******** タイトル **********************************/
  }
  .dusinu-contest .pc_wrap .title-box {
    position: absolute;
    top: 6.6086956522vw;
    left: calc(50% - 32.6086956522vw / 2 - 2.3913043478vw - 16.652173913vw);
    width: 16.652173913vw;
    aspect-ratio: 383/536;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dusinu-contest .pc_wrap .title-box > a {
    display: block;
    margin-top: -4.8260869565vw;
  }
  .dusinu-contest .pc_wrap .sns_block {
    position: absolute;
    top: 11.5217391304vw;
    right: calc(50% - 32.6086956522vw / 2 - 1.6086956522vw - 14.8695652174vw);
    width: 14.8695652174vw;
    aspect-ratio: 342/329;
    text-align: center;
  }
  .dusinu-contest .pc_wrap .sns_block > img {
    width: 87.134502924%;
  }
  .dusinu-contest .pc_wrap .sns_block > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1304347826vw;
    gap: 0.9565217391vw;
  }
  .dusinu-contest .pc_wrap .sns_block > ul a:hover {
    transition: transform 0.4s ease-out;
    transform: scale(1.1);
  }
}
.dusinu-contest .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 96vh;
  height: 100dvh;
  width: 100%;
  background: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: opacity 1s;
  opacity: 1;
}
.dusinu-contest .overlay.loaded {
  opacity: 0;
  pointer-events: none;
}
.dusinu-contest .overlay > img {
  display: block;
  width: 20vw;
  max-width: 240px;
  min-width: 120px;
  height: auto;
}
.dusinu-contest a {
  color: #4FAFF8;
  display: inline-block;
}
@media (hover: hover) {
  .dusinu-contest .btn {
    transition: transform 0.4s ease-out;
  }
  .dusinu-contest .btn:hover {
    transform: scale(1.1);
  }
  .dusinu-contest .header .btn:hover {
    transform: translateX(-50%) scale(1.1);
  }
}
.dusinu-contest button {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .dusinu-contest a[href^="tel:"] {
    pointer-events: none;
  }
}
.dusinu-contest .btn-block {
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
}
.dusinu-contest .btn-block .btn {
  border-radius: 9999px;
  color: #fff;
  background-color: #000000;
  display: flex;
  align-items: center;
  padding: 0.6em 3em 0.7em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 4.5333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .btn-block .btn {
    font-size: 1.4782608696vw;
  }
}
@-webkit-keyframes popBounce {
  0% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes popBounce {
  0% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes dropBounce {
  0% {
    transform: scale(1, 1) translate(0%, -100%);
  } /* 初期状態 */
  30% {
    transform: scale(1.5, 0.5) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  60% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  75% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}
@keyframes dropBounce {
  0% {
    transform: scale(1, 1) translate(0%, -100%);
  } /* 初期状態 */
  30% {
    transform: scale(1.5, 0.5) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  60% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  75% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}
.dusinu-contest ._f_in_bt {
  position: relative;
  top: 15dvh;
  opacity: 0;
  transition: top 0.8s, opacity 1.2s;
}
.dusinu-contest ._f_in_bt._start {
  opacity: 1;
  top: 0;
}
.dusinu-contest ._f_in_scale {
  position: relative;
  opacity: 0;
  transition: top 0.5s, opacity 0.5s, transform 0.5s;
  transform: scale(0.5);
}
.dusinu-contest ._f_in_scale._start {
  opacity: 1;
  top: 0;
  transform: scale(1);
}
.dusinu-contest .header {
  position: relative;
  width: 100%;
  aspect-ratio: 0.4669987547;
}
.dusinu-contest .header .header-top {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.3333333333%;
  padding-right: 3.6%;
  height: 16vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .header .header-top {
    height: 5.2173913043vw;
  }
}
.dusinu-contest .header .header-top .logo {
  width: 24.8%;
}
.dusinu-contest .header .header-top .btn_site-top {
  width: 32%;
}
.dusinu-contest .header h1 {
  text-indent: -9999px;
  overflow: hidden;
}
.dusinu-contest .header .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 86.6666666667% !important;
  top: 142.4vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .header .btn {
    top: 46.4347826087vw;
  }
}
.dusinu-contest .footer {
  position: relative;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-weight: 400;
  line-height: 1.5;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .footer {
    font-size: 1.0434782609vw;
  }
}
.dusinu-contest .footer::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../img/spacer-line_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  aspect-ratio: 750/27;
  top: -1.2vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .footer::before {
    top: -0.3913043478vw;
  }
}
.dusinu-contest .footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
}
.dusinu-contest .footer .footer-links > li {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.dusinu-contest .footer .footer-links > li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.64em solid #000000;
}
.dusinu-contest .footer .footer-links > li > a {
  color: #4d4d4d;
  font-size: 3.7333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .footer .footer-links > li > a {
    font-size: 1.2173913043vw;
  }
}
.dusinu-contest .main {
  margin-top: -46.8vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .main {
    margin-top: -15.2608695652vw;
  }
}
.dusinu-contest .box_line {
  position: relative;
}
.dusinu-contest .box_line::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../img/spacer-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  aspect-ratio: 750/28;
  top: -1.2vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .box_line::before {
    top: -0.3913043478vw;
  }
}
.dusinu-contest .pd-box {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .pd-box {
    padding-left: 1.9565217391vw;
    padding-right: 1.9565217391vw;
  }
}
.dusinu-contest .btn {
  display: inline-block;
}
.dusinu-contest .btn.type1 {
  width: 100%;
  aspect-ratio: 660/141;
}
.dusinu-contest .btn.type2 {
  aspect-ratio: 474/91;
  width: 63.2vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .btn.type2 {
    width: 20.6086956522vw;
  }
}
.dusinu-contest .s_headline {
  background-color: #ffffff;
}
.dusinu-contest .s_headline .head1 {
  background-color: rgba(255, 128, 102, 0.2);
  padding-top: 5.6vw;
  padding-bottom: 4.1333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .s_headline .head1 {
    padding-top: 1.8260869565vw;
    padding-bottom: 1.347826087vw;
  }
}
.dusinu-contest .s_headline .head1 .sns-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60.7407407407%;
  -moz-column-gap: 10.8148148148%;
       column-gap: 10.8148148148%;
  margin-left: auto;
  margin-right: auto;
}
.dusinu-contest .s_headline .head1 .sns-lists a:hover {
  transition: transform 0.4s ease-out;
  transform: scale(1.1);
}
.dusinu-contest .s_headline .head2 {
  background-color: #ffea80;
  padding-top: 5.3333333333vw;
  padding-bottom: 7.6vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .s_headline .head2 {
    padding-top: 1.7391304348vw;
    padding-bottom: 2.4782608696vw;
  }
}
.dusinu-contest .s_headline .head2 .head-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 6.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .s_headline .head2 .head-title {
    font-size: 2.1739130435vw;
  }
}
.dusinu-contest .s_headline .head2 .head-text {
  padding-left: 11.4666666667%;
  padding-right: 11.4666666667%;
  font-size: 4.8vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .s_headline .head2 .head-text {
    font-size: 1.5652173913vw;
  }
}
.dusinu-contest .section {
  /* 上下padding */
  /* background-color */
  /* はみだしキャラ */
  /* secタイトル */
  /*white-box*/
  /* 各セクション */
}
.dusinu-contest .section.sec_1, .dusinu-contest .section.sec_2, .dusinu-contest .section.sec_3, .dusinu-contest .section.sec_4, .dusinu-contest .section.sec_5 {
  padding-top: 9.6vw;
  padding-bottom: 9.6vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1, .dusinu-contest .section.sec_2, .dusinu-contest .section.sec_3, .dusinu-contest .section.sec_4, .dusinu-contest .section.sec_5 {
    padding-top: 3.1304347826vw;
    padding-bottom: 3.1304347826vw;
  }
}
.dusinu-contest .section.sec_1 {
  background-color: rgba(76, 195, 255, 0.2);
}
.dusinu-contest .section.sec_2 {
  background-color: rgba(255, 128, 102, 0.3);
}
.dusinu-contest .section.sec_3 {
  background-color: rgba(134, 219, 92, 0.2);
}
.dusinu-contest .section.sec_4 {
  background-color: rgba(240, 180, 0, 0.2);
}
.dusinu-contest .section.sec_5 {
  background-color: rgba(156, 130, 207, 0.2);
}
.dusinu-contest .section .character {
  position: relative;
}
.dusinu-contest .section .character::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.dusinu-contest .section .sec_title {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 100%;
  aspect-ratio: 660/90;
  text-indent: -9999px;
  margin-bottom: 7.7333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section .sec_title {
    margin-bottom: 2.5217391304vw;
  }
}
.dusinu-contest .section.sec_1 .sec_title {
  background-image: url(../img/sec_1_title.png);
}
.dusinu-contest .section.sec_1 .sec_title.character::before {
  background-image: url(../img/chara_1.svg);
  width: 23.4848484848%;
  aspect-ratio: 155/150;
  right: -2.1333333333vw;
  top: -6.8vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .sec_title.character::before {
    right: -0.6956521739vw;
    top: -2.2173913043vw;
  }
}
.dusinu-contest .section.sec_2 .sec_title {
  background-image: url(../img/sec_2_title.png);
}
.dusinu-contest .section.sec_2 .sec_title.character::before {
  background-image: url(../img/chara_3.svg);
  width: 20.1515151515%;
  aspect-ratio: 133/173;
  right: 1.4666666667vw;
  top: -6.5333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_2 .sec_title.character::before {
    right: 0.4782608696vw;
    top: -2.1304347826vw;
  }
}
.dusinu-contest .section.sec_3 .sec_title {
  background-image: url(../img/sec_3_title.png);
}
.dusinu-contest .section.sec_3 .sec_title.character::before {
  background-image: url(../img/chara_4.svg);
  width: 26.3636363636%;
  aspect-ratio: 174/176;
  right: 2.5333333333vw;
  top: -6vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_3 .sec_title.character::before {
    right: 0.8260869565vw;
    top: -1.9565217391vw;
  }
}
.dusinu-contest .section.sec_4 .sec_title {
  background-image: url(../img/sec_4_title.png);
}
.dusinu-contest .section.sec_4 .sec_title.character::before {
  background-image: url(../img/chara_4.svg);
  width: 21.2121212121%;
  aspect-ratio: 140/163;
  right: 2.9333333333vw;
  top: -6.8vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .sec_title.character::before {
    right: 0.9565217391vw;
    top: -2.2173913043vw;
  }
}
.dusinu-contest .section.sec_5 .sec_title {
  background-image: url(../img/sec_5_title.png);
}
.dusinu-contest .section .white-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 2.6666666667vw;
  margin-top: 6vw;
  /* 白いボックスの下の三角形 */
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section .white-box {
    border-radius: 0.8695652174vw;
    margin-top: 1.9565217391vw;
  }
}
.dusinu-contest .section .white-box + .white-box {
  margin-top: 5.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section .white-box + .white-box {
    margin-top: 1.7391304348vw;
  }
}
.dusinu-contest .section .white-box.arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4vw;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  border-top: 4vw solid #ffffff;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section .white-box.arrow::after {
    bottom: -1.3043478261vw;
    border-left-width: 1.3043478261vw;
    border-right-width: 1.3043478261vw;
    border-top-width: 1.3043478261vw;
  }
}
.dusinu-contest .section .sec_title + .white-box {
  margin-top: 8.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section .sec_title + .white-box {
    margin-top: 2.8260869565vw;
  }
}
.dusinu-contest .section.sec_1 .white-box {
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  padding-top: 4.9333333333vw;
  padding-bottom: 5.7333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .white-box {
    padding-left: 1.7391304348vw;
    padding-right: 1.7391304348vw;
    padding-top: 1.6086956522vw;
    padding-bottom: 1.8695652174vw;
  }
}
.dusinu-contest .section.sec_3 .white-box {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_3 .white-box {
    padding-left: 1.9565217391vw;
    padding-right: 1.9565217391vw;
  }
}
.dusinu-contest .section.sec_5 .white-box {
  padding-left: 4vw;
  padding-right: 4vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_5 .white-box {
    padding-left: 1.3043478261vw;
    padding-right: 1.3043478261vw;
  }
}
.dusinu-contest .section.sec_1 .step1.character::before {
  background-image: url(../img/chara_2.svg);
  width: 27.4242424242%;
  aspect-ratio: 181/168;
  right: -4vw;
  bottom: 0.9333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step1.character::before {
    right: -1.3043478261vw;
    bottom: 0.3043478261vw;
  }
}
.dusinu-contest .section.sec_1 .step1 .btn {
  margin-top: 2.4vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step1 .btn {
    margin-top: 0.7826086957vw;
  }
}
.dusinu-contest .section.sec_1 .step2 .tips {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 580/182;
  margin-top: 3.6vw;
  margin-bottom: 2.2666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step2 .tips {
    margin-top: 1.1739130435vw;
    margin-bottom: 0.7391304348vw;
  }
}
.dusinu-contest .section.sec_1 .step2 .tips ul {
  width: 64%;
  white-space: nowrap;
  font-size: 4vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step2 .tips ul {
    font-size: 1.3043478261vw;
  }
}
.dusinu-contest .section.sec_1 .step2 .tips ul > li + li {
  margin-top: 1.4666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step2 .tips ul > li + li {
    margin-top: 0.4782608696vw;
  }
}
.dusinu-contest .section.sec_1 .step2 .tips.tips1 {
  background-image: url(../img/sec_1_img_3.png);
}
.dusinu-contest .section.sec_1 .step2 .tips.tips1 ul {
  margin-bottom: 0.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step2 .tips.tips1 ul {
    margin-bottom: 0.2173913043vw;
  }
}
.dusinu-contest .section.sec_1 .step2 .tips.tips2 {
  background-image: url(../img/sec_1_img_4.png);
}
.dusinu-contest .section.sec_1 .step2 .tips.tips2 ul {
  margin-bottom: 2.9333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step2 .tips.tips2 ul {
    margin-bottom: 0.9565217391vw;
  }
}
.dusinu-contest .section.sec_1 .step3 {
  padding-left: 4%;
  padding-right: 4%;
}
.dusinu-contest .section.sec_1 .step3 .sns-step {
  text-align: center;
}
.dusinu-contest .section.sec_1 .step3 .sns-step .step-title {
  width: 38.6206896552%;
  aspect-ratio: 224/65;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step .step-title {
    margin-top: 1.0869565217vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .step-title {
  margin-bottom: 3.7333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step1 .step-title {
    margin-bottom: 1.2173913043vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .sns-lists {
  margin-top: 4.9333333333vw;
  margin-bottom: 1.4666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step1 .sns-lists {
    margin-top: 1.6086956522vw;
    margin-bottom: 0.4782608696vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .sns-lists > li + li {
  margin-top: 5.0666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step1 .sns-lists > li + li {
    margin-top: 1.652173913vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .sns-lists a {
  transition: transform 0.4s ease-out;
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .sns-lists a:hover {
  transform: scale(1.1);
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .img-arrow {
  width: 14.1379310345%;
  aspect-ratio: 82/60;
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag {
  position: relative;
  display: inline-block;
  font-size: 6.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag {
    font-size: 2.1739130435vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag .line {
  width: 120%;
  height: 0.75em;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #ffff70;
  z-index: 0;
  transform: translateX(-50%);
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag .text {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag + p {
  margin-top: 4vw;
  font-size: 4.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag + p {
    margin-top: 1.3043478261vw;
    font-size: 1.5217391304vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag + p + p {
  margin-top: 3.6vw;
  font-size: 5.8666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag + p + p {
    margin-top: 1.1739130435vw;
    font-size: 1.9130434783vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag + p + p + .btn {
  margin-top: 3.7333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step1 .hash-tag + p + p + .btn {
    margin-top: 1.2173913043vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step2 .step-title {
  margin-bottom: 5.0666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step2 .step-title {
    margin-bottom: 1.652173913vw;
  }
}
.dusinu-contest .section.sec_1 .step3 .sns-step.step2 .text {
  line-height: 1.4285;
  font-size: 3.7333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step3 .sns-step.step2 .text {
    font-size: 1.2173913043vw;
  }
}
.dusinu-contest .section.sec_1 .step4 .text {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_1 .step4 .text {
    font-size: 1.3913043478vw;
  }
}
.dusinu-contest .section.sec_1 .step4 .text span {
  display: inline-block;
}
.dusinu-contest .section.sec_2 {
  text-align: center;
}
.dusinu-contest .section.sec_2 .award-lists {
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.dusinu-contest .section.sec_3 .sec_body > .text {
  line-height: 1.5;
  font-size: 4.2666666667vw;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_3 .sec_body > .text {
    font-size: 1.3913043478vw;
  }
}
.dusinu-contest .section.sec_3 .judge {
  padding-top: 1em;
  padding-bottom: 1.5em;
  text-align: center;
}
.dusinu-contest .section.sec_3 .judge img {
  width: 88.9473684211%;
}
.dusinu-contest .section.sec_3 .judge .degree {
  margin-top: 1em;
  font-size: 4vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_3 .judge .degree {
    font-size: 1.3043478261vw;
  }
}
.dusinu-contest .section.sec_3 .judge .name {
  font-size: 5.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_3 .judge .name {
    font-size: 1.7391304348vw;
  }
}
.dusinu-contest .section.sec_3 .judge .profile {
  text-align: left;
  margin-top: 0.8em;
  line-height: 1.5;
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_3 .judge .profile {
    font-size: 1.3913043478vw;
  }
}
.dusinu-contest .section.sec_4 .sec_body > .text {
  text-align: center;
}
.dusinu-contest .section.sec_4 .sec_body > .btn {
  margin-top: 1.5em;
}
.dusinu-contest .section.sec_4 .videoTitle {
  margin-bottom: 0.75em;
  text-align: center;
  min-height: 3em;
  font-size: 3.7333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoTitle {
    font-size: 1.0434782609vw;
  }
}
.dusinu-contest .section.sec_4 .videoSlider {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoSlider {
    border-radius: 0.8695652174vw;
  }
}
.dusinu-contest .section.sec_4 .videoSlider__item {
  width: 100%;
  height: 100%;
}
.dusinu-contest .section.sec_4 .videoSlider__button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.dusinu-contest .section.sec_4 .videoSlider__button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dusinu-contest .section.sec_4 .videoSlider__button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.dusinu-contest .section.sec_4 .videoSlider__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 13.8666666667vw;
  height: 13.8666666667vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoSlider__play {
    width: 3.3043478261vw;
    height: 3.3043478261vw;
  }
}
.dusinu-contest .section.sec_4 .videoSlider__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  border-top: 2.4vw solid transparent;
  border-bottom: 2.4vw solid transparent;
  border-left: 4vw solid #e60012;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoSlider__play::before {
    border-top-width: 0.5217391304vw;
    border-bottom-width: 0.5217391304vw;
    border-left-width: 0.8695652174vw;
  }
}
.dusinu-contest .section.sec_4 .videoArrows {
  display: flex;
  justify-content: center;
  gap: 3.2vw;
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoArrows {
    gap: 0.6956521739vw;
  }
}
.dusinu-contest .section.sec_4 .videoArrow {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1.0666666667vw 2.1333333333vw rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoArrow {
    width: 2.4347826087vw;
    height: 2.4347826087vw;
    box-shadow: 0 0.2608695652vw 0.5217391304vw rgba(0, 0, 0, 0.16);
  }
}
.dusinu-contest .section.sec_4 .videoArrow::before {
  content: "";
  display: block;
  width: 2.4vw;
  height: 2.4vw;
  margin: 0 auto;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoArrow::before {
    width: 0.5217391304vw;
    height: 0.5217391304vw;
  }
}
.dusinu-contest .section.sec_4 .videoArrow--prev::before {
  transform: rotate(-135deg);
}
.dusinu-contest .section.sec_4 .videoArrow--next::before {
  transform: rotate(45deg);
}
.dusinu-contest .section.sec_4 .videoSliderDots {
  display: flex;
  justify-content: center;
  gap: 1.8666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoSliderDots {
    gap: 0.4347826087vw;
  }
}
.dusinu-contest .section.sec_4 .videoSliderDots .swiper-pagination-bullet {
  margin: 0 !important;
  width: 2.4vw;
  height: 2.4vw;
  background: #d9d9d9;
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 .videoSliderDots .swiper-pagination-bullet {
    width: 0.5217391304vw;
    height: 0.5217391304vw;
  }
}
.dusinu-contest .section.sec_4 .videoSliderDots .swiper-pagination-bullet-active {
  background: #e60012;
}
.dusinu-contest .section.sec_4 lite-youtube {
  display: block;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dusinu-contest .section.sec_4 lite-youtube::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 13.8666666667vw;
  height: 13.8666666667vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 lite-youtube::before {
    width: 3.3043478261vw;
    height: 3.3043478261vw;
  }
}
.dusinu-contest .section.sec_4 lite-youtube::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 0.9333333333vw);
  z-index: 2;
  border-top: 3.2vw solid transparent;
  border-bottom: 3.2vw solid transparent;
  border-left: 4.8vw solid #e60012;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_4 lite-youtube::after {
    left: calc(50% + 0.3043478261vw);
    border-top-width: 1.0434782609vw;
    border-bottom-width: 1.0434782609vw;
    border-left-width: 1.5652173913vw;
  }
}
.dusinu-contest .section.sec_4 lite-youtube[videoid=sQVAmxL0Ls0] {
  background-image: url(../img/img_thumbnail_01.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube[videoid=FFW7n6wS28A] {
  background-image: url(../img/img_thumbnail_02.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube[videoid=a2qzy-jgAxg] {
  background-image: url(../img/img_thumbnail_03.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube[videoid=iV6KqZGFxqU] {
  background-image: url(../img/img_thumbnail_04.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube[videoid=n_1etyBx5RA] {
  background-image: url(../img/img_thumbnail_05.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube[videoid="0qaKm8_SyVw"] {
  background-image: url(../img/img_thumbnail_06.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube[videoid=q7_ULOkB51k] {
  background-image: url(../img/img_thumbnail_07.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube[videoid=IPUBPQYVc7w] {
  background-image: url(../img/img_thumbnail_08.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube[videoid=MIj5dj6sARU] {
  background-image: url(../img/img_thumbnail_09.webp) !important;
}
.dusinu-contest .section.sec_4 lite-youtube:hover::before {
  background: #fff;
}
.dusinu-contest .section.sec_5 .terms {
  text-align: left;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-character;
  font-weight: 400;
  overflow-wrap: anywhere;
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_5 .terms {
    font-size: 1.1304347826vw;
  }
}
.dusinu-contest .section.sec_5 .white-box {
  margin-top: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.dusinu-contest .section.sec_5 .terms-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 5.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_5 .terms-title {
    font-size: 1.7391304348vw;
  }
}
.dusinu-contest .section.sec_5 .terms-group + .terms-group {
  margin-top: 1.5em;
}
.dusinu-contest .section.sec_5 .terms-group a {
  color: #4FAFF8;
  display: inline;
}
.dusinu-contest .section.sec_5 .terms-group h4 {
  font-weight: 700;
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_5 .terms-group h4 {
    font-size: 1.3913043478vw;
  }
}
.dusinu-contest .section.sec_5 .terms-group p {
  margin-top: 0.8em;
}
.dusinu-contest .section.sec_5 .terms-list {
  margin-top: 0.3em;
}
.dusinu-contest .section.sec_5 .terms-list li {
  position: relative;
  padding-left: 0.8em;
}
.dusinu-contest .section.sec_5 .terms-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.dusinu-contest .section.sec_5 .terms-list li + li {
  margin-top: 0.45em;
}
.dusinu-contest .section.sec_5 .terms-contact {
  font-weight: 700;
}
.dusinu-contest .section.sec_6 {
  padding-top: 1em;
  padding-bottom: 1.5em;
  text-align: center;
}
.dusinu-contest .section.sec_6 .sec_title {
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  font-size: 5.0666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_6 .sec_title {
    font-size: 1.652173913vw;
  }
}
.dusinu-contest .section.sec_6 .contest-lists {
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
}
.dusinu-contest .section.sec_6 .contest-lists a {
  transition: transform 0.4s ease-out;
}
.dusinu-contest .section.sec_6 .contest-lists a:hover {
  transform: scale(1.1);
}
.dusinu-contest .section.sec_6 .sns_lists-area {
  background-image: url(../img/sns_share_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  width: 81.2121212121%;
  aspect-ratio: 536/96;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  display: flex;
  align-items: center;
}
.dusinu-contest .section.sec_6 .sns_lists-area .sns-lists {
  display: flex;
  justify-content: space-between;
  width: 61.9402985075%;
  margin-left: 20.5223880597%;
}
.dusinu-contest .section.sec_6 .sns_lists-area .sns-lists > li {
  width: 18.0722891566%;
  aspect-ratio: 1/1;
}
.dusinu-contest .section.sec_6 .sns_lists-area .sns-lists > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.dusinu-contest .section.sec_6 .btn-page-top {
  width: 17.3333333333%;
  aspect-ratio: 130/152;
  background-image: url(../img/btn_page-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_6 .btn-page-top {
    margin-top: 3.0434782609vw;
  }
}
.dusinu-contest .section.sec_6 .bn_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.5em;
  width: 100%;
  margin-top: 9.3333333333vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_6 .bn_lists {
    margin-top: 3.0434782609vw;
  }
}
.dusinu-contest .section.sec_6 .bn_lists > .bn_break {
  flex-basis: 100%;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.dusinu-contest .section.sec_6 .bn_lists > li:not(.bn_break) {
  height: 8vw;
  width: auto;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .section.sec_6 .bn_lists > li:not(.bn_break) {
    height: 2.6086956522vw;
  }
}
.dusinu-contest .section.sec_6 .bn_lists > li:not(.bn_break) > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.dusinu-contest .section.sec_6 .bn_lists > li:not(.bn_break) > a img {
  width: auto;
  height: 100%;
}
.dusinu-contest .videoModal {
  position: fixed;
  inset: 0;
  z-index: 950;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.dusinu-contest .videoModal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.dusinu-contest .videoModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.dusinu-contest .videoModal__dialog {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.dusinu-contest .videoModal__header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 12.8vw;
  padding: 0 2.6666666667vw;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .videoModal__header {
    height: 3.1304347826vw;
    padding: 0 0.8695652174vw;
  }
}
.dusinu-contest .videoModal__close {
  position: relative;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .videoModal__close {
    width: 2.0869565217vw;
    height: 2.0869565217vw;
  }
}
.dusinu-contest .videoModal__close::before, .dusinu-contest .videoModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}
.dusinu-contest .videoModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dusinu-contest .videoModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dusinu-contest .videoModal__player {
  position: relative;
  width: 90%;
  height: calc(100% - 25.6vw);
  background: #000;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .dusinu-contest .videoModal__player {
    height: calc(100% - 8.347826087vw);
  }
}
.dusinu-contest .videoModal__player iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

body.is-video-modal-open {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */