/*! author langxiaobai2814@ewan.cn, domain www.onegaishacho.jp, Thu Jun 12 2025 09:59:05 GMT+0800 (China Standard Time) */
.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#app {
    margin: 0 auto;
    /* max-width: 10rem !important; */
    width: 100%;
    height: 100%;
}

/* 
 移动端（最大屏幕宽度: 768px）ipad以上是pc

 设计稿 w:750 
 目标: 1rem = 75px
       10rem=100vw
 base font-size = 100 / 7.5 vw = 13.333333333333 vw
 */
@media screen and (max-width: 768px) {
    html {
        font-size: 10vw;
    }
}

/* 
     pc端（最小屏幕宽度: 768px）ipad以上是pc
     设计稿 w:1920 
     目标: 1rem = 75px
     (1920/75)rem = 100vw
     25.6rem=100vw
     base font-size = 100 / 25.6 vw = 3.90625vw
     */
@media screen and (min-width: 769px) {
    html {
        font-size: 3.90625vw;
    }
}

/* - Chrome ≤56,
  
     - Safari 5-10.0
  
     - iOS Safari 4.2-10.2
  
     - Opera 15-43
  
     - Opera Mobile >12
  
     - Android Browser 2.1-4.4.4
  
     - Samsung Internet
  
     - UC Browser for Android
  
     - QQ Browser */

::-webkit-input-placeholder {

    color: #ccc;

    font-weight: 400;

}



/* Firefox 4-18 */

:-moz-placeholder {

    color: #ccc;

    font-weight: 400;

}



/* Firefox 19-50 */

::-moz-placeholder {

    color: #ccc;

    font-weight: 400;

}



/* - Internet Explorer 10–11
  
   - Internet Explorer Mobile 10-11 */

:-ms-input-placeholder {

    color: #ccc !important;

    font-weight: 400 !important;

}



/* Edge (also supports ::-webkit-input-placeholder) */

::-ms-input-placeholder {

    color: #ccc;

    font-weight: 400;

}



/* CSS Working Draft */

::placeholder {

    color: #ccc;

    font-weight: 400;

}



.van-button:before {
    display: none;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline;
    -webkit-text-decoration: underline dotted currentColor;
            text-decoration: underline dotted currentColor;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
    outline: none;
}

textarea {
    outline: none;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

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

/**
   * Remove the inner border and padding in Firefox.
   */

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

/**
   * Restore the focus styles unset by the previous rule.
   */

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

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}
.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.App {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.App .screen-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition-property: top;
  transition-duration: 0.8s;
}
.App .right-btns {
  position: fixed;
  right: 0.4rem;
  top: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/rechage-btn.f2682e7d26..png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .float-role {
    width: 2.42133rem;
    height: 2.15467rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/float-role.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    right: 0.66667rem;
    bottom: 0.66667rem;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .float-btns {
    width: 100%;
    height: 0.74667rem;
    position: fixed;
    bottom: 2.24rem;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .float-btns.under {
    bottom: 0.37333rem;
  }
  .float-btns > div {
    margin-right: 0.46667rem;
    cursor: pointer;
  }
  .float-btns .btn-twitter {
    width: 2.44rem;
    height: 0.74667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/btn-twitter.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .float-btns .btn-apple-store {
    width: 2.44rem;
    height: 0.74667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/btn-apple-store.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .float-btns .btn-google-store {
    margin-right: 0px;
    width: 2.44rem;
    height: 0.74667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/btn-google-store.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .App .right-btns {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../img/rechage-btn.f2682e7d26..png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 0.26667rem;
    top: 1.33333rem;
  }
}
.to-stored {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.to-stored .to-stored-content {
  width: 11.57333rem;
  height: 7.54667rem;
  background-image: url(../img/to-stored.1775ee5cbc..png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: -1.33333rem;
  position: relative;
}
.to-stored .to-stored-btn {
  display: block;
  position: absolute;
  left: 5.82667rem;
  top: 6.28rem;
  width: 2.93333rem;
  height: 0.93333rem;
}
.to-stored .close-stored {
  position: absolute;
  right: 0;
  top: 1.13333rem;
  display: block;
  width: 0.58667rem;
  height: 0.58667rem;
  cursor: pointer;
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
@media screen and (min-width: 769px) {
  .screen1 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-screen1.215e685f2e..jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .screen1 {
    background-image: url(../img/bg-screen1.c878dd9c87..png);
    background-size: 100% auto;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .screen1 .btn-player {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/btn-player.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
@media screen and (min-width: 769px) {
  .screen2 {
    width: 100%;
    height: 100vh;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-screen2.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center 0;
    position: relative;
  }
  .screen2 .swiper-container {
    width: 19.06667rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4.93333rem;
  }
  .screen2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .screen2 .feature-button-next {
    width: 0.6rem;
    height: 0.78667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/button-prev.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 7.17333rem;
    right: 2rem;
    cursor: pointer;
  }
  .screen2 .feature-button-prev {
    width: 0.6rem;
    height: 0.78667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/button-next.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 7.17333rem;
    left: 2rem;
    cursor: pointer;
  }
  .screen2 .title-screen2 {
    width: 5.6rem;
    height: 1.46133rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/title-screen2.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.13333rem;
  }
}
@media screen and (max-width: 768px) {
  .screen2 {
    width: 100%;
    height: 100vh;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/bg-screen2.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .screen2 .title-screen2 {
    width: 5.36rem;
    height: 1.42667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/title-screen2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.46667rem;
  }
  .screen2 .swiper-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3.2rem;
    width: 8rem;
  }
  .screen2 .swiper-container .swiper-slide {
    padding: 0.2rem;
  }
  .screen2 .swiper-container .swiper-slide .highLight {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/hightLight.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .screen2 .swiper-container .swiper-slide img {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
  }
  .screen2 .tab-prev {
    width: 0.45333rem;
    height: 0.68rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/tab-prev.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 3.66667rem;
    left: 0.4rem;
  }
  .screen2 .tab-next {
    width: 0.45333rem;
    height: 0.68rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/tab-next.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 3.66667rem;
    right: 0.4rem;
  }
  .screen2 .desc-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5.84rem;
  }
  .screen2 .desc-info .btn-audio {
    width: 0.41333rem;
    height: 0.76rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/roles/btn-audio.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 1.85333rem;
    right: 1.2rem;
    cursor: pointer;
  }
  .screen2 .desc-info .btn-audio.mt {
    bottom: 2.6rem;
  }
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
@media screen and (min-width: 769px) {
  .screen3 {
    width: 100%;
    height: 100vh;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-screen3.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center 0;
    position: relative;
  }
  .screen3 .video-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4.4rem;
  }
  .screen3 .tabs {
    display: flex;
    margin: 0 auto 0.4rem;
    width: 16rem;
  }
  .screen3 .tabs > div {
    width: 4rem;
    height: 0.53333rem;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
  }
  .screen3 .tabs > div .line {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.06667rem;
    width: 3.73333rem;
    height: 0.05333rem;
    background: #b8a084;
  }
  .screen3 .tabs > div:nth-child(1) {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/tab-all.png');
    background-size: 0.61333rem 0.28rem;
  }
  .screen3 .tabs > div:nth-child(2) {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/tab-cm.png');
    background-size: 0.48rem 0.28rem;
  }
  .screen3 .tabs > div:nth-child(3) {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/tab-mi.png');
    background-size: 3.62667rem 0.28rem;
  }
  .screen3 .tabs > div:nth-child(4) {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/tab-pv.png');
    background-size: 0.41333rem 0.28rem;
  }
  .screen3 .media-box {
    display: flex;
  }
  .screen3 .media-box .media-first {
    width: 9.80267rem;
    height: 6.05867rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-media-first.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 0.26667rem;
  }
  .screen3 .media-box .media-first .media-player {
    width: 9.80267rem;
    height: 5.51467rem;
    background-size: cover;
    position: relative;
  }
  .screen3 .media-box .media-first .media-player .btn-player {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-player.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
  }
  .screen3 .media-box .media-first .media-name {
    text-align: center;
    height: 0.53333rem;
    line-height: 0.53333rem;
  }
  .screen3 .media-box .media-list {
    width: 9.06667rem;
    display: flex;
    flex-wrap: wrap;
  }
  .screen3 .media-box .media-list .media-item {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-media-normal.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 4.39467rem;
    height: 2.96533rem;
    margin-right: 0.13333rem;
    margin-bottom: 0.13333rem;
  }
  .screen3 .media-box .media-list .media-item .media-player {
    width: 4.39467rem;
    height: 2.47467rem;
    background-size: cover;
    position: relative;
  }
  .screen3 .media-box .media-list .media-item .media-player .btn-player {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-player.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
  }
  .screen3 .media-box .media-list .media-item .media-name {
    text-align: center;
    height: 0.49067rem;
    line-height: 0.49067rem;
  }
  .screen3 .title-screen3 {
    width: 4.17067rem;
    height: 1.504rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/title-screen3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.13333rem;
  }
}
@media screen and (max-width: 768px) {
  .screen3 {
    width: 100%;
    height: 100vh;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/bg-screen3.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .screen3 .title-screen3 {
    width: 3.98667rem;
    height: 1.48rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/title-screen3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.46667rem;
  }
  .screen3 .video-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3.46667rem;
  }
  .screen3 .video-container .tabs {
    display: flex;
    margin: 0 auto 0.4rem;
    width: 7.73333rem;
  }
  .screen3 .video-container .tabs > div {
    height: 0.66667rem;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    margin-right: 0.26667rem;
  }
  .screen3 .video-container .tabs > div .line {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.06667rem;
    width: 100%;
    height: 0.08rem;
    background: #b8a084;
  }
  .screen3 .video-container .tabs > div:nth-child(1) {
    width: 1.33333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/tab-all.png');
    background-size: 0.49333rem 0.22667rem;
  }
  .screen3 .video-container .tabs > div:nth-child(2) {
    width: 1.33333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/tab-cm.png');
    background-size: 0.38667rem 0.22667rem;
  }
  .screen3 .video-container .tabs > div:nth-child(3) {
    width: 2.66667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/tab-mi.png');
    background-size: 2.62667rem 0.22667rem;
  }
  .screen3 .video-container .tabs > div:nth-child(4) {
    width: 1.33333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/tab-pv.png');
    background-size: 0.33333rem 0.22667rem;
  }
  .screen3 .media-box .media-first {
    width: 8.57333rem;
    height: 5.29333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/bg-media-first.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 0.26667rem;
  }
  .screen3 .media-box .media-first .media-player {
    width: 8.57333rem;
    height: 4.84rem;
    background-size: cover;
    position: relative;
  }
  .screen3 .media-box .media-first .media-player .btn-player {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/btn-player.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
  }
  .screen3 .media-box .media-first .media-name {
    text-align: center;
    height: 0.45333rem;
    line-height: 0.45333rem;
  }
  .screen3 .media-box .media-list {
    width: 8.57333rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.26667rem;
  }
  .screen3 .media-box .media-list .media-item {
    width: 4.21333rem;
    height: 2.81333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/bg-media-normal.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 0.13333rem;
  }
  .screen3 .media-box .media-list .media-item:nth-child(2n-1) {
    margin-right: 0.13333rem;
  }
  .screen3 .media-box .media-list .media-item .media-player {
    width: 4.21333rem;
    height: 2.4rem;
    background-size: cover;
    position: relative;
  }
  .screen3 .media-box .media-list .media-item .media-player .btn-player {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/btn-player.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
  }
  .screen3 .media-box .media-list .media-item .media-name {
    text-align: center;
    height: 0.49067rem;
    line-height: 0.49067rem;
  }
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
@media screen and (min-width: 769px) {
  .screen-five {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-screen4.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center 0;
    overflow: hidden;
  }
  .screen-five .title-screen4 {
    width: 4.928rem;
    height: 1.504rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/title-screen4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2.13333rem;
  }
  .screen-five .featureSwiper {
    top: 4.4rem;
    width: 19.41333rem;
    height: 6.16rem;
  }
  .screen-five .featureSlide {
    width: 10.64533rem;
    height: 5.99467rem;
    position: relative;
    visibility: hidden;
  }
  .screen-five .featureSlide.swiper-slide-visible {
    visibility: visible;
  }
  .screen-five .featureSlide::after {
    width: 90%;
    height: 90%;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/img-boder.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .screen-five .featureSlide img {
    width: 89%;
    height: 88%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .screen-five .feature-button-prev {
    position: absolute;
    width: 0.6rem;
    height: 0.78667rem;
    top: 7.05333rem;
    left: 2rem;
    background-image: url(https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-prev.png);
    background-size: cover;
    cursor: pointer;
  }
  .screen-five .feature-button-next {
    position: absolute;
    width: 0.6rem;
    height: 0.78667rem;
    top: 7.05333rem;
    right: 2rem;
    background-image: url(https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-next.png);
    background-size: cover;
    cursor: pointer;
  }
  .screen-five .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.14667rem;
    background: #FFFFFF;
    border-radius: 0.10667rem;
  }
  .screen-five .swiper-pagination-bullet-active {
    width: 0.52rem;
    height: 0.14667rem;
    background: #FFFFFF;
    border-radius: 0.06667rem;
  }
  .screen-five .footer {
    width: 100%;
    height: 1.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-footer.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center 0;
    position: absolute;
    bottom: 0;
  }
  .screen-five .footer .info-footer .btn {
    width: 0.8rem;
    height: 0.26667rem;
    font-size: 0.18667rem;
    color: #EEE;
    position: absolute;
    cursor: pointer;
    top: 0.30667rem;
  }
  .screen-five .footer .info-footer .btn:hover {
    color: #2caae1;
  }
  .screen-five .footer .info-footer .btn.btn1 {
    width: 0.93333rem;
    height: 0.26667rem;
    left: 12rem;
  }
  .screen-five .footer .info-footer .btn.btn2 {
    width: 2.13333rem;
    height: 0.26667rem;
    left: 12.93333rem;
  }
  .screen-five .footer .info-footer .btn.btn3 {
    width: 2.26667rem;
    height: 0.26667rem;
    left: 15.06667rem;
  }
  .screen-five .footer .info-footer .btn.btn4 {
    width: 2.4rem;
    height: 0.26667rem;
    left: 17.33333rem;
  }
  .screen-five .footer .info-footer .btn.btn5 {
    width: 2.4rem;
    height: 0.26667rem;
    left: 19.86667rem;
  }
  .screen-five .footer .info-footer .txt1 {
    position: absolute;
    left: 12rem;
    top: 0.69333rem;
    font-size: 0.18667rem;
    color: #EEE;
  }
  .screen-five .footer .info-footer .txt2 {
    position: absolute;
    left: 12rem;
    top: 1.09333rem;
    font-size: 0.18667rem;
    color: #EEE;
  }
  .screen-five .footer .info-footer .logo-bottom {
    width: 2.36rem;
    height: 0.86667rem;
    background-image: url(../img/logo-bottom.2e57144e39..png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7.73333rem;
  }
  .screen-five .footer .info-footer .icon-bottom {
    width: 1.064rem;
    height: 1.064rem;
    background-image: url(../img/logo.7ecc68f453..png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10.4rem;
  }
}
@media screen and (max-width: 768px) {
  .screen-five {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/bg-screen4.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .screen-five .title-screen4 {
    width: 4.928rem;
    height: 1.504rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/title-screen4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3.86667rem;
  }
  .screen-five .featureSwiper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 8.24rem;
    height: 4.41333rem;
    margin-top: -0.49333rem;
  }
  .screen-five .featureSlide {
    width: 8.24rem;
    height: 4.41333rem;
    position: relative;
    visibility: hidden;
    opacity: 0.7;
  }
  .screen-five .featureSlide.swiper-slide-active {
    opacity: 1;
  }
  .screen-five .featureSlide.swiper-slide-visible {
    visibility: visible;
  }
  .screen-five .featureSlide::after {
    width: 90%;
    height: 90%;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/image-boder.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .screen-five .featureSlide img {
    width: 89%;
    height: 88%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .screen-five .feature-button-prev {
    width: 0.544rem;
    height: 0.816rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -0.49333rem;
    left: 0.46667rem;
    background-image: url(https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/btn-prev.png);
    background-size: cover;
    cursor: pointer;
    z-index: 2;
  }
  .screen-five .feature-button-next {
    width: 0.544rem;
    height: 0.816rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -0.49333rem;
    right: 0.46667rem;
    background-image: url(https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/btn-next.png);
    background-size: cover;
    cursor: pointer;
    z-index: 2;
  }
  .screen-five .footer {
    width: 100%;
    height: 1.86667rem;
    background-image: url(../img/bg-footer.26fd099200..png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
  }
  .screen-five .footer .icon-logo {
    width: 1.82667rem;
    height: 0.70667rem;
    background-image: url(../img/logo-bottom.2e57144e39..png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.06667rem;
  }
  .screen-five .footer .icon-bottom {
    width: 1.216rem;
    height: 1.216rem;
    background-image: url(../img/logo.7ecc68f453..png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
  }
  .screen-five .footer .btn {
    width: 0.8rem;
    height: 0.26667rem;
    position: absolute;
    cursor: pointer;
  }
  .screen-five .footer .btn.btn1 {
    width: 0.8rem;
    height: 0.26667rem;
    left: 3.73333rem;
    top: 0.49333rem;
  }
  .screen-five .footer .btn.btn2 {
    width: 1.57333rem;
    height: 0.26667rem;
    left: 4.53333rem;
    top: 0.49333rem;
  }
  .screen-five .footer .btn.btn3 {
    width: 1.68rem;
    height: 0.26667rem;
    left: 6.10667rem;
    top: 0.49333rem;
  }
  .screen-five .footer .btn.btn4 {
    width: 2.02667rem;
    height: 0.26667rem;
    left: 7.78667rem;
    top: 0.49333rem;
  }
  .screen-five .footer .btn.btn5 {
    width: 2.02667rem;
    height: 0.26667rem;
    left: 3.85333rem;
    bottom: 0.06667rem;
    color: #fff;
    font-size: 0.18667rem;
  }
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
@media screen and (min-width: 769px) {
  .screen5 {
    width: 100%;
    height: 100vh;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-screen5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  .screen5 .title-screen5 {
    width: 6.47467rem;
    height: 1.77067rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/title-screen5.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.6rem;
  }
  .screen5 .news-container {
    position: absolute;
    left: 3.33333rem;
    width: 11.81333rem;
    top: 3.46667rem;
  }
  .screen5 .news-container .tab-news {
    margin: 0.13333rem auto;
    width: 3.98667rem;
    height: 0.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/tab-news.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .news-container .box {
    margin: 0.13333rem auto;
    width: 10.632rem;
    height: 7.62rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bd-news.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }
  .screen5 .news-container .box .container {
    position: absolute;
    top: 0.48rem;
    left: 0.48rem;
    width: 9.6rem;
    height: 6.53333rem;
  }
  .screen5 .news-container .box .container .tabs {
    width: 100%;
    display: flex;
    height: 1.06667rem;
    align-items: center;
    justify-content: center;
  }
  .screen5 .news-container .box .container .tabs .tab {
    width: 2.44rem;
    height: 0.56rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-tab.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0.29333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3A2F2A;
    font-weight: 600;
    cursor: pointer;
  }
  .screen5 .news-container .box .container .tabs .tab:not(:last-child) {
    margin-right: 0.13333rem;
  }
  .screen5 .news-container .box .container .tabs .tab:hover,
  .screen5 .news-container .box .container .tabs .tab.active {
    width: 2.44rem;
    height: 0.56rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-tab-ac.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .news-container .box .container .list-container {
    width: 90%;
    margin: 0 auto;
    height: 5.33333rem;
  }
  .screen5 .news-container .box .container .list-container .item {
    width: 100%;
    height: 1.04rem;
    border: #999 solid 2px;
    position: relative;
    cursor: pointer;
  }
  .screen5 .news-container .box .container .list-container .item:not(:last-child) {
    margin-bottom: 0.13333rem;
  }
  .screen5 .news-container .box .container .list-container .item .dot {
    position: absolute;
    width: 0.13333rem;
    height: 0.13333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/dot.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0.13333rem;
    top: 0.21333rem;
  }
  .screen5 .news-container .box .container .list-container .item .timer {
    position: absolute;
    color: #3A2F2A;
    left: 0.48rem;
    top: 0.13333rem;
    font-size: 0.26667rem;
  }
  .screen5 .news-container .box .container .list-container .item .title {
    position: absolute;
    color: #fff;
    background-color: #3A2F2A;
    border-radius: 0.09333rem;
    padding: 0.06667rem 0.26667rem;
    left: 2.08rem;
    top: 0.09333rem;
    font-size: 0.21333rem;
  }
  .screen5 .news-container .box .container .list-container .item .desc {
    position: absolute;
    top: 0.56rem;
    font-size: 0.26667rem;
    width: 90%;
    left: 0.42667rem;
  }
  .screen5 .news-container .box .container .list-container .item:hover {
    background-color: #CAB47C;
  }
  .screen5 .news-container .box .container .list-container .item:hover .timer {
    color: #fff;
  }
  .screen5 .news-container .box .container .list-container .item:hover .desc {
    color: #fff;
  }
  .screen5 .news-container .box .container .list-container .btn-more {
    position: absolute;
    width: 1.25333rem;
    height: 0.36rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-more.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0.44rem;
    bottom: 0.26667rem;
    cursor: pointer;
  }
  .screen5 .news-container .box .container .list-container .btn-more:hover {
    width: 1.25333rem;
    height: 0.36rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-more-ac.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .twitter-container {
    position: absolute;
    right: 3.33333rem;
    width: 6.28rem;
    top: 3.46667rem;
  }
  .screen5 .twitter-container .tab-x {
    margin: 0.13333rem auto;
    width: 2.48rem;
    height: 0.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/tab-x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .twitter-container .box {
    margin: 0.13333rem auto;
    width: 5.652rem;
    height: 7.62rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bd-x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .twitter-container .box .url {
    position: absolute;
    top: 1.41333rem;
    left: 0.73333rem;
    width: 4.8rem;
    height: 6.66667rem;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .screen5 {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/bg-screen5.png');
    background-size: 100% auto;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .screen5 .title-screen5 {
    width: 3.97333rem;
    height: 1.48rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/title-screen5.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.6rem;
  }
  .screen5 .news-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 8.78667rem;
    top: 3.46667rem;
  }
  .screen5 .news-container .tab-news {
    margin: 0.13333rem auto;
    width: 3.98667rem;
    height: 0.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/tab-news.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .news-container .box {
    margin: 0.13333rem auto;
    width: 8.78667rem;
    height: 6.33333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bd-news.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }
  .screen5 .news-container .box .container {
    position: absolute;
    top: 0.48rem;
    left: 0.48rem;
    width: 8rem;
    height: 6.53333rem;
  }
  .screen5 .news-container .box .container .tabs {
    width: 100%;
    display: flex;
    height: 1.06667rem;
    align-items: center;
    justify-content: center;
  }
  .screen5 .news-container .box .container .tabs .tab {
    width: 1.872rem;
    height: 0.504rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/bg-tab.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3A2F2A;
    font-weight: 600;
    line-height: 0.46667rem;
    cursor: pointer;
  }
  .screen5 .news-container .box .container .tabs .tab:not(:last-child) {
    margin-right: 0.06667rem;
  }
  .screen5 .news-container .box .container .tabs .tab:hover,
  .screen5 .news-container .box .container .tabs .tab.active {
    width: 1.872rem;
    height: 0.504rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/bg-tab-ac.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .news-container .box .container .list-container {
    width: 90%;
    margin: 0 auto;
    height: 4rem;
    overflow-y: scroll;
  }
  .screen5 .news-container .box .container .list-container .item {
    width: 100%;
    height: 0.88rem;
    border: #999 solid 2px;
    position: relative;
    cursor: pointer;
  }
  .screen5 .news-container .box .container .list-container .item:not(:last-child) {
    margin-bottom: 0.13333rem;
  }
  .screen5 .news-container .box .container .list-container .item .dot {
    position: absolute;
    width: 0.13333rem;
    height: 0.13333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/dot.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0.13333rem;
    top: 0.21333rem;
  }
  .screen5 .news-container .box .container .list-container .item .timer {
    position: absolute;
    color: #3A2F2A;
    left: 0.48rem;
    top: 0.13333rem;
    font-size: 0.26667rem;
  }
  .screen5 .news-container .box .container .list-container .item .title {
    position: absolute;
    color: #fff;
    background-color: #3A2F2A;
    border-radius: 0.09333rem;
    padding: 0.06667rem 0.26667rem;
    left: 2.08rem;
    top: 0.09333rem;
    font-size: 0.21333rem;
    max-width: 2.66667rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .screen5 .news-container .box .container .list-container .item .desc {
    position: absolute;
    top: 0.56rem;
    font-size: 0.26667rem;
    width: 90%;
    left: 0.42667rem;
  }
  .screen5 .news-container .box .container .list-container .item:hover {
    background-color: #CAB47C;
  }
  .screen5 .news-container .box .container .list-container .item:hover .timer {
    color: #fff;
  }
  .screen5 .news-container .box .container .list-container .item:hover .desc {
    color: #fff;
  }
  .screen5 .twitter-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 8.78667rem;
    top: 10.66667rem;
  }
  .screen5 .twitter-container .tab-x {
    margin: 0.13333rem auto;
    width: 2.48rem;
    height: 0.6rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/tab-x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .twitter-container .box {
    margin: 0.13333rem auto;
    width: 8.78667rem;
    height: 6.33333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bd-news.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .screen5 .twitter-container .box .url {
    position: absolute;
    top: 1.36rem;
    left: 0.46667rem;
    width: 7.86667rem;
    height: 5.22667rem;
    overflow-y: auto;
  }
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.modal-singletext-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}
.modal-singletext-modal .modal {
  position: relative;
  width: 18.2rem;
  height: 10.92rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/modal-news.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.modal-singletext-modal .modal .text {
  position: absolute;
  overflow-y: auto;
  width: 80%;
  height: 6rem;
  top: 3.13333rem;
  left: 1.8rem;
  font-size: 0.37333rem;
  line-height: 0.48rem;
}
.modal-singletext-modal .modal .text img {
  max-width: 95%;
}
.modal-singletext-modal .modal .timer {
  position: absolute;
  top: 1.06667rem;
  left: 1.8rem;
  font-size: 0.34667rem;
}
.modal-singletext-modal .modal .title {
  background-color: #CEB777;
  height: 0.6rem;
  line-height: 0.6rem;
  position: absolute;
  top: 1.73333rem;
  left: 1.8rem;
  padding: 0 0.33333rem;
  border-radius: 0.10667rem;
}
.modal-singletext-modal .close-img {
  position: absolute;
  top: -0.2rem;
  right: -1.06667rem;
  width: 0.66667rem;
  height: 0.66667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/close-img.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-singletext-modal .modal {
    width: 8.78667rem;
    height: 13.33333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/modal-news.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .modal-singletext-modal .modal .timer {
    position: absolute;
    top: 0.8rem;
    left: 0.78667rem;
    font-size: 0.34667rem;
  }
  .modal-singletext-modal .modal .title {
    background-color: #CEB777;
    height: 0.6rem;
    line-height: 0.64rem;
    position: absolute;
    top: 1.46667rem;
    left: 0.78667rem;
    padding: 0 0.33333rem;
    border-radius: 0.10667rem;
  }
  .modal-singletext-modal .modal .text {
    height: 8.66667rem;
    top: 3.13333rem;
    left: 0.78667rem;
  }
  .modal-singletext-modal .close-img {
    top: -1.13333rem;
    right: 0.26667rem;
  }
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.screen-role-detail {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-screen-role-detail.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.screen-role-detail .swiper-container {
  width: 13.33333rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.screen-role-detail .swiper-container .swiper-slide {
  display: flex;
  height: 80vh;
}
.screen-role-detail .swiper-container .swiper-slide .role-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: auto;
  height: 80vh;
  cursor: pointer;
}
.screen-role-detail .swiper-container .swiper-slide .info-img {
  position: absolute;
  top: 2rem;
  right: 0.26667rem;
  display: block;
  width: 6.28rem;
  height: auto;
  cursor: pointer;
}
.screen-role-detail .swiper-container .swiper-slide .btn-audio {
  width: 0.41333rem;
  height: 0.76rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/roles/btn-audio.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 3.50667rem;
  right: 0.13333rem;
  cursor: pointer;
}
.screen-role-detail .feature-button-next {
  width: 0.6rem;
  height: 0.78667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/button-prev.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  margin-top: -0.66667rem;
  cursor: pointer;
}
.screen-role-detail .feature-button-prev {
  width: 0.6rem;
  height: 0.78667rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/button-next.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  margin-top: -0.66667rem;
  cursor: pointer;
}
.screen-role-detail .close-image {
  position: absolute;
  right: 3.4rem;
  top: 1.6rem;
  width: 0.64rem;
  height: 0.64rem;
  background: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/close-img.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
@media screen and (min-width: 769px) {
  .top-nav {
    width: 100%;
    height: 1.26667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/top-nav.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
  }
  .top-nav .logo-top {
    width: 2.36rem;
    height: 0.86667rem;
    background-image: url(../img/logo-bottom.2e57144e39..png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0.13333rem;
    left: 0.4rem;
  }
  .top-nav .btn-apple-store {
    width: 2.44rem;
    height: 0.76rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-google-store.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3.73333rem;
    cursor: pointer;
  }
  .top-nav .btn-google-store {
    width: 2.44rem;
    height: 0.76rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-apple-store.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.4rem;
    cursor: pointer;
  }
  .top-nav .menu-list {
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    top: 0;
    left: 10.13333rem;
  }
  .top-nav .menu-list .menu-item {
    width: 2rem;
    height: 0.66667rem;
    margin-right: 0.90667rem;
    position: relative;
    cursor: pointer;
  }
  .top-nav .menu-list .menu-item .img {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .top-nav .menu-list .menu-item:nth-child(1) .img {
    width: 1rem;
    height: 0.37333rem;
  }
  .top-nav .menu-list .menu-item:nth-child(1) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(1) .img.active {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/nav-txt1-h.png') !important;
  }
  .top-nav .menu-list .menu-item:nth-child(1) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(1) .img.active {
    width: 1.48rem;
    height: 0.84rem;
  }
  .top-nav .menu-list .menu-item:nth-child(2) .img {
    width: 2.08rem;
    height: 0.36rem;
  }
  .top-nav .menu-list .menu-item:nth-child(2) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(2) .img.active {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/nav-txt2-h.png') !important;
  }
  .top-nav .menu-list .menu-item:nth-child(2) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(2) .img.active {
    width: 2.56rem;
    height: 0.85333rem;
  }
  .top-nav .menu-list .menu-item:nth-child(3) .img {
    width: 1.38667rem;
    height: 0.36rem;
  }
  .top-nav .menu-list .menu-item:nth-child(3) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(3) .img.active {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/nav-txt3-h.png') !important;
  }
  .top-nav .menu-list .menu-item:nth-child(3) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(3) .img.active {
    width: 1.84rem;
    height: 0.85333rem;
  }
  .top-nav .menu-list .menu-item:nth-child(4) .img {
    width: 1.77333rem;
    height: 0.38667rem;
  }
  .top-nav .menu-list .menu-item:nth-child(4) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(4) .img.active {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/nav-txt5-h.png') !important;
  }
  .top-nav .menu-list .menu-item:nth-child(4) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(4) .img.active {
    width: 2.22667rem;
    height: 0.90667rem;
  }
  .top-nav .menu-list .menu-item:nth-child(5) .img {
    width: 1.42667rem;
    height: 0.38667rem;
  }
  .top-nav .menu-list .menu-item:nth-child(5) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(5) .img.active {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/nav-txt4-h.png') !important;
  }
  .top-nav .menu-list .menu-item:nth-child(5) .img:hover,
  .top-nav .menu-list .menu-item:nth-child(5) .img.active {
    width: 2.22667rem;
    height: 0.90667rem;
  }
}
@media screen and (max-width: 768px) {
  .top-nav {
    width: 100%;
    height: 1.10667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/top-nav.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
  }
  .top-nav .logo-top {
    width: 2.36rem;
    height: 0.86667rem;
    background-image: url(../img/logo-bottom.2e57144e39..png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0.05333rem;
    left: 0.06667rem;
  }
  .top-nav .menu-list {
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    top: 0;
    left: 2.66667rem;
  }
  .top-nav .menu-list .menu-item {
    width: 1.2rem;
    height: 0.66667rem;
    margin-right: 0.90667rem;
    position: relative;
    cursor: pointer;
  }
  .top-nav .menu-list .menu-item .img {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .top-nav .menu-list .menu-item:nth-child(1) .img {
    width: 0.85333rem;
    height: 0.33333rem;
  }
  .top-nav .menu-list .menu-item:nth-child(1) .img.active {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/nav-txt1-h.png') !important;
  }
  .top-nav .menu-list .menu-item:nth-child(1) .img.active {
    width: 1.34667rem;
    height: 0.8rem;
  }
  .top-nav .menu-list .menu-item:nth-child(2) .img {
    width: 1.69333rem;
    height: 0.32rem;
  }
  .top-nav .menu-list .menu-item:nth-child(2) .img.active {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/nav-txt2-h.png') !important;
  }
  .top-nav .menu-list .menu-item:nth-child(2) .img.active {
    width: 2.16rem;
    height: 0.81333rem;
  }
  .top-nav .menu-list .menu-item:nth-child(3) .img {
    width: 1.50667rem;
    height: 0.33333rem;
  }
  .top-nav .menu-list .menu-item:nth-child(3) .img.active {
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/nav-txt3-h.png') !important;
  }
  .top-nav .menu-list .menu-item:nth-child(3) .img.active {
    width: 1.97333rem;
    height: 0.86667rem;
  }
  .top-nav .more-menu {
    width: 0.97333rem;
    height: 0.96rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/icon-menu.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 0.41333rem 0.32rem;
    background-position: center center;
    right: 0.50667rem;
  }
  .top-nav .select-menu {
    background-color: #383126;
    position: absolute;
    border: #584e38 solid 2px;
    border-top: none;
    width: 2.02667rem;
    padding: 0.26667rem 0.29333rem;
    right: 0.13333rem;
    top: 1.10667rem;
  }
  .top-nav .select-menu .item:first-child {
    width: 1.14667rem;
    height: 0.26667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/nav-txt4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto 0.4rem;
  }
  .top-nav .select-menu .item:nth-child(2) {
    width: 1.42667rem;
    height: 0.38667rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/nav-txt5.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.base-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}
.base-modal .modal-container {
  position: relative;
}
.base-modal .modal-container .close-img {
  position: absolute;
  right: -0.73333rem;
  top: 0.04rem;
  width: 0.50667rem;
  height: 0.50667rem;
  background: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/close-img.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.media-player-modal {
  width: 16.58667rem;
  height: 9.38667rem;
  position: relative;
}
.media-player-modal iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .media-player-modal {
    width: 9.33333rem;
    height: 5rem;
  }
  .base-modal .modal-container .close-img {
    bottom: -0.8rem !important;
  }
  .base-modal .modal-container .close-img {
    top: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.screen-news-detail {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-screen5.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.screen-news-detail .title-screen-news {
  width: 4.57333rem;
  height: 1.12rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/title-screen-news.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.46667rem;
}
.screen-news-detail .tabs {
  width: 100%;
  display: flex;
  height: 1.06667rem;
  align-items: center;
  justify-content: center;
}
.screen-news-detail .tabs .tab {
  width: 2.44rem;
  height: 0.56rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-tab.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 0.29333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3a2f2a;
  font-weight: 600;
  cursor: pointer;
}
.screen-news-detail .tabs .tab:not(:last-child) {
  margin-right: 0.13333rem;
}
.screen-news-detail .tabs .tab:hover,
.screen-news-detail .tabs .tab.active {
  width: 2.44rem;
  height: 0.56rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bg-tab-ac.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.screen-news-detail .news-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 17.09333rem;
  top: 2.66667rem;
}
.screen-news-detail .news-container .box {
  margin: 0.13333rem auto;
  position: relative;
  width: 17.09333rem;
  height: 8.17333rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/bd-news2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.screen-news-detail .news-container .box .list-container {
  width: 90%;
  margin: 0.90667rem auto 0;
  height: 5.73333rem;
  overflow-y: scroll;
}
.screen-news-detail .news-container .box .list-container::-webkit-scrollbar {
  width: 0.10667rem;
  /* 滚动条宽度 */
}
.screen-news-detail .news-container .box .list-container::-webkit-scrollbar-thumb {
  background: #CEB777;
  /* 滑块颜色 */
}
.screen-news-detail .news-container .box .list-container .item {
  width: 100%;
  height: 1.36rem;
  position: relative;
  cursor: pointer;
}
.screen-news-detail .news-container .box .list-container .item:not(:last-child) {
  margin-bottom: 0.24rem;
}
.screen-news-detail .news-container .box .list-container .item .dot {
  width: 0.10667rem;
  height: 0.10667rem;
  border-radius: 0.05333rem;
  position: absolute;
  left: 0.13333rem;
  top: 0.21333rem;
  background-color: #fff;
}
.screen-news-detail .news-container .box .list-container .item .timer {
  position: absolute;
  color: #fff;
  left: 0.48rem;
  top: 0.13333rem;
  font-size: 0.26667rem;
}
.screen-news-detail .news-container .box .list-container .item .title {
  position: absolute;
  color: #333;
  background-color: #CACACA;
  border-radius: 0.09333rem;
  padding: 0.06667rem 0.26667rem;
  left: 2.08rem;
  top: 0.09333rem;
  font-size: 0.21333rem;
}
.screen-news-detail .news-container .box .list-container .item .desc {
  position: absolute;
  top: 0.69333rem;
  font-size: 0.26667rem;
  width: 90%;
  left: 0.42667rem;
  color: #fff;
}
.screen-news-detail .news-container .box .list-container .item:hover .timer {
  color: #CEB777;
}
.screen-news-detail .news-container .box .list-container .item:hover .desc {
  color: #CEB777;
}
.screen-news-detail .news-container .box .list-container .item:hover .dot {
  background-color: #CEB777;
}
.screen-news-detail .news-container .box .list-container .item:hover .title {
  background-color: #DCC893;
}
.screen-news-detail .news-container .box .list-container .btn-more {
  position: absolute;
  width: 1.25333rem;
  height: 0.36rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-more.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0.44rem;
  bottom: 0.26667rem;
  cursor: pointer;
}
.screen-news-detail .news-container .box .list-container .btn-more:hover {
  width: 1.25333rem;
  height: 0.36rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/btn-more-ac.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.screen-news-detail .close-image {
  position: absolute;
  right: 3.4rem;
  top: 1.6rem;
  width: 0.64rem;
  height: 0.64rem;
  background: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/close-img.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.mixin-grayscale {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.modal-singletext-modal2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}
.modal-singletext-modal2 .modal2 {
  position: relative;
  width: 18.2rem;
  height: 10.92rem;
  background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/pc/modal-news.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.modal-singletext-modal2 .modal2 .text2 {
  position: absolute;
  overflow-y: auto;
  width: 80%;
  height: 6rem;
  top: 3.13333rem;
  left: 1.8rem;
  font-size: 0.26667rem;
  line-height: 0.48rem;
}
.modal-singletext-modal2 .modal2 .text2 img {
  max-width: 95%;
}
.modal-singletext-modal2 .modal2 .timer2 {
  position: absolute;
  top: 1.06667rem;
  left: 1.8rem;
  font-size: 0.34667rem;
}
.modal-singletext-modal2 .modal2 .title2 {
  background-color: #ceb777;
  height: 0.6rem;
  line-height: 0.6rem;
  position: absolute;
  top: 1.73333rem;
  left: 1.8rem;
  padding: 0 0.33333rem;
  border-radius: 0.10667rem;
  font-size: 0.37333rem;
}
@media screen and (max-width: 768px) {
  .modal-singletext-modal2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
  }
  .modal-singletext-modal2 .modal2 {
    width: 8.78667rem;
    height: 13.33333rem;
    background-image: url('https://cdn-game-activity.23you.net/frontend/sdgs-official-japan_1226/images/mobile/modal-news.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
  }
  .modal-singletext-modal2 .modal2 .timer2 {
    position: absolute;
    top: 0.8rem;
    left: 0.78667rem;
    font-size: 0.34667rem;
  }
  .modal-singletext-modal2 .modal2 .title2 {
    background-color: #ceb777;
    height: 0.6rem;
    line-height: 0.64rem;
    position: absolute;
    top: 1.46667rem;
    left: 0.78667rem;
    padding: 0 0.33333rem;
    border-radius: 0.10667rem;
    font-size: 0.37333rem;
  }
  .modal-singletext-modal2 .modal2 .text2 {
    overflow-y: auto;
    height: 8.66667rem;
    top: 3.13333rem;
    left: 0.78667rem;
  }
}
.right-btns {
  position: fixed;
  right: 0.4rem;
  top: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/rechage-btn.f2682e7d26..png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 300;
}

