@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
[Zen Kaku Gothic New]
https://fonts.google.com/specimen/Zen+Kaku+Gothic+New

Light 300
Regular 400
Medium 500
Bold 700
Black 900

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap" rel="stylesheet">

font-family: 'Zen Kaku Gothic New', sans-serif;
*/
html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  color: #231F20;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 400; /* 游ゴシックかすれ対策:500 */
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
}

._serif {
  font-family: "KozMinPro-Bold", "Kozuka Mincho Pro B", "Kozuka Mincho Std B", "小塚明朝 Pro B", "小塚明朝 Std B", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  line-height: 0;
  font-size: 60%;
  margin-right: 0.3em;
}

a:link {
  color: #011e5a;
  text-decoration: none;
}

button,
input[type=submit] {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  cursor: pointer;
  outline: none;
  appearance: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  overflow: visible;
}

.prj__videoContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.3235294118%;
}
.prj__videoContainer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.prj__input__cb input[type=checkbox] {
  display: none;
}
.prj__input__cb input[type=checkbox] + span {
  position: relative;
  padding-left: 1.8em;
  margin-right: 1.8em;
}
.prj__input__cb input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #13216a;
  background: #fff;
  transform: translateY(-50%);
}
.prj__input__cb input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0.4em;
  top: 50%;
  width: 0.6em;
  height: 1.3em;
  border-bottom: 3px solid #13216a;
  border-right: 3px solid #13216a;
  transform: translateY(-75%) rotate(40deg);
}

@media print {
  ._noPrint {
    display: none;
  }
}
@media all and (min-width: 491px) {
  body {
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
  }
  .__sp {
    display: none !important;
  }
}
@media all and (max-width: 490px) {
  html,
  body {
    height: 100vh;
    min-height: 100vh;
    height: -webkit-fill-available;
  }
  body {
    background: #fff;
  }
  .__pc {
    display: none !important;
  }
}
#main {
  background: #008F63;
}

@media all and (min-width: 491px) {
  #main {
    position: relative;
    width: 490px;
    overflow: hidden;
    margin: 0 11.3065326633% 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 1600px) {
  #main {
    margin: 0 6.2814070352% 0 auto;
  }
}
@media all and (max-width: 1200px) {
  #main {
    margin: 0 auto;
  }
}
@media all and (min-width: 491px) {
  .prj__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .prj__secInner {
    position: relative;
    margin: 0 auto;
  }
  .prj__secHeader {
    position: relative;
  }
  .prj__secMain {
    position: relative;
    margin: 0 auto;
  }
}
@media all and (max-width: 490px) {
  .prj__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .prj__secInner {
    position: relative;
    margin: 0 auto;
  }
  .prj__secHeader {
    position: relative;
  }
  .prj__secMain {
    position: relative;
    margin: 0 auto;
  }
}
@media all and (min-width: 491px) {
  .prj__loading {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1000;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background: rgb(255, 255, 255);
  }
  .prj__loading > .prj__inner {
    position: relative;
    left: 50%;
    width: 100%;
    height: calc(100vh - 84px);
    max-width: 1000px;
    transform: translateX(-50%);
  }
  .prj__loading .prj__load__anime {
    display: none;
  }
}
@media all and (max-width: 490px) {
  .prj__loading {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
  }
  .prj__loading > .prj__inner {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .prj__loading .prj__load__anime {
    display: none;
  }
}
.prj__header {
  position: relative;
  width: 100%;
  background: #fff;
}
.prj__header > .prj__inner {
  padding: 4.1025641026% 0;
}

@media all and (min-width: 491px) {
  .prj__header {
    height: 50px;
    z-index: 1;
  }
  .prj__header > .prj__inner {
    padding: 16px 0;
  }
}
.prj__h__sunstarLogo {
  position: relative;
  width: 29.7435897436%;
  margin: 0 auto;
}

@media all and (min-width: 491px) {
  .prj__h__sunstarLogo {
    position: relative;
    width: 116px;
    margin: 0 0 0 40px;
  }
}
.prj__footer {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #005634;
}
.prj__footer .prj__inner {
  padding: 10.2564102564% 0 10.2564102564%;
}

@media all and (min-width: 491px) {
  .prj__footer {
    width: 490px;
    overflow: hidden;
    margin: 0 11.3065326633% 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 1600px) {
  .prj__footer {
    margin: 0 6.2814070352% 0 auto;
  }
}
@media all and (max-width: 1200px) {
  .prj__footer {
    margin: 0 auto;
  }
}
.prj__f__share__heading {
  width: 84.8717948718%;
  margin: 0 auto;
}

.prj__f__share__btnBlc {
  width: 89.7435897436%;
  padding: 3.8461538462% 0;
  margin: 5.641025641% auto 0;
  background: #FFF;
  border-radius: 1em;
}

.prj__f__share__btnList {
  display: flex;
  justify-content: space-between;
  width: 72.5714285714%;
  margin: 0 auto;
}
.prj__f__share__btnList > li {
  position: relative;
  width: 27.5590551181%;
}
.prj__f__share__btnList > li a {
  display: block;
  position: relative;
  border-radius: 20em;
}
@media all and (min-width: 491px) {
  .prj__f__share__btnList > li a {
    transition: all 0.2s;
  }
  .prj__f__share__btnList > li a:hover {
    opacity: 0.7;
  }
}

.prj__f__copyright {
  margin-top: 5.1282051282%;
}
.prj__f__copyright small {
  display: block;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__f__copyright small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__f__copyright small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__f__copyright small {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__f__copyright small {
    font-size: 1.568rem;
  }
}

.prj__f__pagetopBtn {
  position: relative;
  width: 100%;
  background: #FFF;
}
.prj__f__pagetopBtn button {
  padding-bottom: 23.0769230769%;
}
@media all and (min-width: 491px) {
  .prj__f__pagetopBtn button {
    transition: all 0.2s;
  }
  .prj__f__pagetopBtn button:hover {
    opacity: 0.7;
  }
}
body.__teaser .prj__f__pagetopBtn button, body.__finished .prj__f__pagetopBtn button {
  padding-bottom: 0 !important;
}

.prj__cmn__txtBtn {
  position: relative;
  margin: 0 auto;
}
.prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
  display: block;
  position: relative;
  padding: 1em 0;
  background: #005634;
  border-radius: 10em;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  transition: all 0.2s;
}
@media all and (max-width: 490px) {
  .prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
    font-size: 2.8746666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
    font-size: 2.8746666667rem;
  }
}
.prj__cmn__txtBtn a > div, .prj__cmn__txtBtn button > div {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.3em;
}
.prj__cmn__txtBtn a .ico, .prj__cmn__txtBtn button .ico {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.2272727273em;
  height: 0;
  padding-top: 1.2272727273em;
  margin: -0.6136363636em 0.9090909091em 0 0;
  transition: all 0.2s;
}
.prj__cmn__txtBtn a .ico::after, .prj__cmn__txtBtn button .ico::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/cmn_btn_link-ico.svg) 50% 50% no-repeat;
  background-size: contain;
}
.prj__cmn__txtBtn--anchor a .ico {
  width: 1.1em;
  padding-top: 1.1em;
}
.prj__cmn__txtBtn--anchor a .ico::after {
  background-image: url(../img/common/cmn_btn_anchor-ico.svg);
}
.prj__cmn__txtBtn--toggle button > div.__open {
  display: flex;
}
.prj__cmn__txtBtn--toggle button > div.__close {
  display: none;
}
.prj__cmn__txtBtn--toggle button .ico {
  width: 13px;
  padding-top: 4px;
  margin-top: -2px;
}
.prj__cmn__txtBtn--toggle button .ico::after {
  background-image: none;
}
.prj__cmn__txtBtn--toggle button .ico::before, .prj__cmn__txtBtn--toggle button .ico::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.prj__cmn__txtBtn--toggle button .ico::after {
  transform: rotate(90deg);
}
.prj__cmn__txtBtn--close button .ico::after {
  transform: rotate(45deg);
}
.prj__cmn__txtBtn.--open button {
  background: #FFF;
  color: #005634;
}
.prj__cmn__txtBtn.--open button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #005634 1px solid;
  border-radius: 10em;
}
.prj__cmn__txtBtn.--open button .ico::before, .prj__cmn__txtBtn.--open button .ico::after {
  content: "";
  background: #005634;
}
.prj__cmn__txtBtn.--open button .ico::before {
  transform: rotate(-45deg);
}
.prj__cmn__txtBtn.--open button .ico::after {
  transform: rotate(45deg);
}
.prj__cmn__txtBtn.--open button > div.__open {
  display: none;
}
.prj__cmn__txtBtn.--open button > div.__close {
  display: flex;
}
.prj__cmn__txtBtn--line a {
  background: #00B900;
}
.prj__cmn__txtBtn--line a > div {
  display: inline-block;
  position: relative;
  padding-left: 2.2em;
  margin-left: -1em;
  text-align: center;
}
.prj__cmn__txtBtn--line a > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.8em;
  height: 1.8em;
  margin-top: -0.88em;
  background: url(../img/common/cmn_btn_line-ico.png) 50% 50% no-repeat;
  background-size: contain;
}
.prj__cmn__txtBtn--line a .ico::after {
  transform: rotate(-90deg);
}

@media all and (min-width: 491px) {
  .prj__cmn__txtBtn a:hover {
    transform: translateY(3px);
  }
  .prj__cmn__txtBtn a:hover .ico {
    transform: translateX(5px);
  }
  .prj__cmn__txtBtn--anchor a:hover {
    transform: translateY(3px);
  }
  .prj__cmn__txtBtn--anchor a:hover .ico {
    transform: translateY(5px);
  }
  .prj__cmn__txtBtn--toggle button:hover {
    transform: translateY(3px);
  }
  .prj__cmn__txtBtn--toggle button:hover .ico {
    transform: rotate(90deg);
  }
  .prj__cmn__txtBtn--line a:hover .ico {
    transform: translateX(5px);
  }
}
.prj__stickyPanel {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.prj__stickyPanel.--hide .prj__stickyPanel__applicationBtn {
  transform: translateY(101%);
}
.prj__stickyPanel.--show .prj__stickyPanel__applicationBtn {
  transform: translateY(0);
}
body.__finished .prj__stickyPanel {
  display: none;
  pointer-events: none;
}

.prj__stickyPanel__applicationBtn {
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.prj__stickyPanel__applicationBtn a {
  display: block;
}

@media all and (min-width: 491px) {
  .prj__stickyPanel {
    left: auto;
    right: 0;
    width: 490px;
    margin-right: 11.3065326633%;
  }
}
@media all and (max-width: 1600px) {
  .prj__stickyPanel {
    margin-right: 6.2814070352%;
  }
}
@media all and (max-width: 1200px) {
  .prj__stickyPanel {
    right: 50%;
    margin-right: 0;
    transform: translateX(50%);
  }
}
@media all and (max-width: 490px) {
  .prj__stickyPanel {
    right: auto;
    margin-right: auto;
    transform: translateX(0);
  }
}
[class*=prj__cmn__gradientBg] {
  background: #00835F;
}
[class*=prj__cmn__gradientBg]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 0;
  margin-left: -50%;
  background: radial-gradient(circle at 100%, #008F63, #006B43 65%);
}
[class*=prj__cmn__gradientBg].prj__cmn__gradientBg--campaign::before {
  padding-top: 564.1025641026%;
}
[class*=prj__cmn__gradientBg].prj__cmn__gradientBg--term::before {
  padding-top: 717.9487179487%;
}
[class*=prj__cmn__gradientBg].prj__cmn__gradientBg--applEndBlc::before {
  padding-top: 717.9487179487%;
}
[class*=prj__cmn__gradientBg].prj__cmn__gradientBg--applPostcard::before {
  padding-top: 846.1538461538%;
}

.prj__cover {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 491px) {
  .prj__cover {
    position: relative;
  }
}
[class*=prj__covr__decoCoins] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
[class*=prj__covr__decoCoins].prj__covr__decoCoins--behind {
  z-index: 0;
}
[class*=prj__covr__decoCoins].prj__covr__decoCoins--front {
  z-index: 2;
}
[class*=prj__covr__decoCoins] > div {
  position: absolute;
  left: 0;
  top: 0;
}
[class*=prj__covr__decoCoins] .coin1 {
  width: 18.9743589744%;
  margin: 0% 0 0 85.1282051282%;
}
[class*=prj__covr__decoCoins] .coin2 {
  width: 17.9487179487%;
  margin: 2.5641025641% 0 0 5.1282051282%;
}
[class*=prj__covr__decoCoins] .coin3 {
  width: 14.1025641026%;
  margin: 11.2820512821% 0 0 63.8461538462%;
}
[class*=prj__covr__decoCoins] .coin4 {
  width: 14.8717948718%;
  margin: 61.5384615385% 0 0 83.8461538462%;
}
[class*=prj__covr__decoCoins] .coin5 {
  width: 10%;
  margin: 83.3333333333% 0 0 2.8205128205%;
}
[class*=prj__covr__decoCoins] .coin6 {
  width: 13.5897435897%;
  margin: 106.4102564103% 0 0 86.1538461538%;
}
[class*=prj__covr__decoCoins] .coin7 {
  width: 18.9743589744%;
  margin: 126.6666666667% 0 0 -2.5641025641%;
}
[class*=prj__covr__decoCoins] .coin8 {
  width: 16.1538461538%;
  margin: 158.9743589744% 0 0 87.1794871795%;
}
[class*=prj__covr__decoCoins] .coin9 {
  width: 10.2564102564%;
  margin: 162.8205128205% 0 0 1.0256410256%;
}
[class*=prj__covr__decoCoins] .coin10 {
  width: 15.3846153846%;
  margin: 216.1538461538% 0 0 86.6666666667%;
}

.prj__covr__kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 294.358974359%;
}

.prj__covr__kv__t1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 11.5384615385% 0 0 0;
  transform-origin: 80% 90%;
}

.prj__covr__kv__t2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 77.4358974359% 0 0 0;
}

.prj__covr__kv__t2__01 {
  position: relative;
  width: 89.2307692308%;
  margin: 0 auto;
}

.prj__covr__kv__t2__02 {
  position: relative;
  width: 47.4358974359%;
  margin: 2.3076923077% auto 0;
}

.prj__covr__kv__t2__03 {
  position: relative;
  width: 83.5897435897%;
  margin: 0.2564102564% auto 0;
}

.prj__covr__kv__t3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 89.7435897436%;
  margin: 102.5641025641% 0 0 5.1282051282%;
}

.prj__covr__kv__bonus {
  position: absolute;
  left: 0;
  top: 0;
  width: 89.7435897436%;
  margin: 151.2820512821% 0 0 5.1282051282%;
}

.prj__covr__kv__bonus__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2em;
}

.prj__covr__kv__stackofcoins {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  margin-bottom: -1px;
}

.prj__covr__kv__bonus .swiper-pagination {
  position: absolute;
  top: 100% !important;
  margin-top: 31px !important;
}
.prj__covr__kv__bonus .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
  background: #FFF !important;
  opacity: 1 !important;
}
.prj__covr__kv__bonus .swiper-pagination .swiper-pagination-bullet-active {
  background: #F4D778 !important;
}
.prj__covr__kv__bonus .swiper-button-prev,
.prj__covr__kv__bonus .swiper-button-next {
  position: absolute !important;
  top: 100% !important;
  width: 32px !important;
  height: 32px !important;
  margin-top: 20px !important;
  color: #005634 !important;
}
.prj__covr__kv__bonus .swiper-button-prev::before,
.prj__covr__kv__bonus .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 10em;
}
.prj__covr__kv__bonus .swiper-button-prev::after,
.prj__covr__kv__bonus .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polyline points='8 4 16 12 8 20' fill='none' stroke='%23005634' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/></svg>") 50% 50% no-repeat;
  background-size: 13px 13px;
}
.prj__covr__kv__bonus .swiper-button-prev svg,
.prj__covr__kv__bonus .swiper-button-next svg {
  display: none !important;
}
.prj__covr__kv__bonus .swiper-button-prev {
  left: 50% !important;
  margin-left: -64px !important;
}
.prj__covr__kv__bonus .swiper-button-prev::after {
  transform: scaleX(-1);
}
.prj__covr__kv__bonus .swiper-button-next {
  right: 50% !important;
  margin-right: -62px !important;
}

.prj__covr__term {
  position: relative;
  padding: 5.1282051282% 0;
  background: #E84982;
}

.prj__covr__term__txt {
  display: block;
  width: 89.7435897436%;
  margin: 0 auto;
}

.prj__covr__term__coming {
  display: none;
  width: 90.2564102564%;
  margin: 0 auto 3.3333333333%;
}
body.__teaser .prj__covr__term__coming {
  display: block;
}

.prj__covr__finished {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 160, 119, 0.4);
}

.prj__covr__finished__txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 94.8717948718%;
  border-radius: 1em;
  margin: 91.5384615385% 0 0 2.5641025641%;
  background: rgba(234, 80, 142, 0.93);
}

@media all and (min-width: 1000px) {
  .prj__covr__kv {
    margin-top: -72%;
  }
  .prj__covr__kv__t1 {
    display: none;
  }
}
.prj__products {
  position: relative;
  background: #FFF;
}
.prj__products .prj__secInner {
  position: relative;
  padding: 12.8205128205% 0 17.9487179487%;
}
.prj__products .prj__secMain {
  margin: 15.3846153846% auto 0;
}

.prj__prod__h__heading {
  position: relative;
  width: 31.2820512821%;
  margin: 0 auto;
}

.prj__prod__h__desc {
  display: block;
  margin-top: 3.8461538462%;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__prod__h__desc {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media all and (min-width: 491px) {
  .prj__prod__h__desc {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__prod__h__desc {
    font-size: 1.96rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__prod__h__desc {
    font-size: 1.96rem;
  }
}

.prj__prod__appliBrands {
  position: relative;
  width: 89.7435897436%;
  margin: 0 auto;
}

.prj__prod__appliBrands__logoList {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3.5em;
  row-gap: 4em;
  flex-wrap: wrap;
}
.prj__prod__appliBrands__logoList > li:nth-of-type(1) {
  width: 32%;
}
.prj__prod__appliBrands__logoList > li:nth-of-type(2) {
  width: 27.7142857143%;
}
.prj__prod__appliBrands__logoList > li:nth-of-type(3) {
  width: 20.2857142857%;
}
.prj__prod__appliBrands__logoList > li:nth-of-type(4) {
  width: 45.4285714286%;
}
.prj__prod__appliBrands__logoList > li:nth-of-type(5) {
  width: 34.8571428571%;
}
.prj__prod__appliBrands__logoList > li:nth-of-type(6) {
  width: 34.2857142857%;
}
.prj__prod__appliBrands__logoList > li:nth-of-type(7) {
  width: 20.8571428571%;
}
.prj__prod__appliBrands__logoList > li:nth-of-type(8) {
  width: 58.2857142857%;
}

.prj__prod__appliBrands__notes {
  display: block;
  margin-top: 11.4285714286%;
}
.prj__prod__appliBrands__notes small {
  display: block;
  line-height: 1.5;
}
@media all and (max-width: 490px) {
  .prj__prod__appliBrands__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__prod__appliBrands__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__prod__appliBrands__notes small {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__prod__appliBrands__notes small {
    font-size: 1.568rem;
  }
}

.prj__prod__appliProducts {
  position: relative;
  width: 89.7435897436%;
  margin: 10.2564102564% auto 0;
}

.prj__prod__appliProducts__list {
  position: relative;
}

.prj__prod__appliProducts__list__heading {
  position: relative;
  width: 24.8571428571%;
  margin: 0 auto;
}

.prj__prod__appliProducts__list__main {
  position: relative;
  margin-top: 5.5555555556%;
}

.prj__prod__appliProducts__list__group {
  position: relative;
}
.prj__prod__appliProducts__list__group:nth-of-type(n+2) {
  margin-top: 8.3333333333%;
}
.prj__prod__appliProducts__list__group dt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.7em 0;
  background: #005634;
  border-radius: 0.5em;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__prod__appliProducts__list__group dt {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__prod__appliProducts__list__group dt {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__prod__appliProducts__list__group dt {
    font-size: 2.6133333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__prod__appliProducts__list__group dt {
    font-size: 2.6133333333rem;
  }
}
.prj__prod__appliProducts__list__group ul {
  position: relative;
  width: 98.5714285714%;
  margin: 5.7142857143% auto 0;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 490px) {
  .prj__prod__appliProducts__list__group ul {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__prod__appliProducts__list__group ul {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__prod__appliProducts__list__group ul {
    font-size: 2.0906666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__prod__appliProducts__list__group ul {
    font-size: 2.0906666667rem;
  }
}
.prj__prod__appliProducts__list__group ul li {
  position: relative;
  padding-left: 1.4em;
}
.prj__prod__appliProducts__list__group ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  margin-left: -0.15em;
  transform: scale(0.5);
}
.prj__prod__appliProducts__list__group--exclude dt {
  background: #9C9C9C;
}
.prj__prod__appliProducts__list__group--exclude dt::before {
  content: "";
  position: relative;
  width: 1.3em;
  height: 1.1em;
  margin-right: 0.2em;
  background: url(../img/products/prod_appli-prod_list_attention-ico.png) 50% 50% no-repeat;
  background-size: contain;
}

.prj__prod__appliProducts__openCloseBtn {
  position: relative;
  width: 100%;
}
.prj__prod__appliProducts__openCloseBtn.--open {
  margin-top: 10%;
}

.prj__prod__appliProducts__notes {
  display: block;
  margin-top: 5.7142857143%;
}
.prj__prod__appliProducts__notes small {
  display: block;
  line-height: 1.5;
}
@media all and (max-width: 490px) {
  .prj__prod__appliProducts__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__prod__appliProducts__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__prod__appliProducts__notes small {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__prod__appliProducts__notes small {
    font-size: 1.568rem;
  }
}

.prj__prod__purchase {
  position: relative;
  margin: 12.8205128205% auto 0;
}

.prj__prod__purchase__heading {
  width: 50.7692307692%;
  margin: 0 auto;
}

.prj__prod__purchase__desc {
  margin-top: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__prod__purchase__desc {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media all and (min-width: 491px) {
  .prj__prod__purchase__desc {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__prod__purchase__desc {
    font-size: 1.96rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__prod__purchase__desc {
    font-size: 1.96rem;
  }
}

.prj__prod__purchase__shopList {
  width: 89.7435897436%;
  padding: 5.1282051282% 0;
  margin: 7.6923076923% auto 0;
  background: #006B43;
  border-radius: 2em;
}
.prj__prod__purchase__shopList > li {
  position: relative;
  width: 88.5714285714%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1em;
}
.prj__prod__purchase__shopList > li:nth-of-type(n+2) {
  margin-top: 5.1612903226%;
}
.prj__prod__purchase__shopList > li a {
  display: block;
  position: relative;
}
.prj__prod__purchase__shopList > li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: all 0.2s;
  opacity: 0;
}

.prj__campaign {
  position: relative;
}
.prj__campaign .prj__secInner {
  position: relative;
  z-index: 1;
  padding: 7.6923076923% 0 12.8205128205%;
}
.prj__campaign .prj__secMain {
  margin: -28.9743589744% auto 0;
}

[class*=prj__camp__decoCoins] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
[class*=prj__camp__decoCoins].prj__camp__decoCoins--behind {
  z-index: 0;
}
[class*=prj__camp__decoCoins].prj__camp__decoCoins--front {
  z-index: 2;
}
[class*=prj__camp__decoCoins] > div {
  position: absolute;
  left: 0;
  top: 0;
}
[class*=prj__camp__decoCoins] .coin1 {
  width: 12.5641025641%;
  margin: 58.9743589744% 0 0 5.3846153846%;
}
[class*=prj__camp__decoCoins] .coin2 {
  width: 13.5897435897%;
  margin: 63.0769230769% 0 0 85.3846153846%;
}
[class*=prj__camp__decoCoins] .coin3 {
  width: 13.0769230769%;
  margin: 106.1538461538% 0 0 88.2051282051%;
}
[class*=prj__camp__decoCoins] .coin4 {
  width: 16.6666666667%;
  margin: 112.0512820513% 0 0 -5.1282051282%;
}
[class*=prj__camp__decoCoins] .coin5 {
  width: 18.9743589744%;
  margin: 223.5897435897% 0 0 86.1538461538%;
}
[class*=prj__camp__decoCoins] .coin6 {
  width: 17.9487179487%;
  margin: 270.7692307692% 0 0 -4.6153846154%;
}
[class*=prj__camp__decoCoins] .coin7 {
  width: 14.8717948718%;
  margin: 359.4871794872% 0 0 88.9743589744%;
}

.prj__camp__h__products {
  position: relative;
  width: 100%;
  color: #FFF;
  text-align: center;
}

.prj__camp__h__products__fig {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.prj__camp__h__products__figContainer {
  display: flex;
  width: 100%;
  animation: scrollX 5s linear infinite;
}

.prj__camp__h__products__figContainer img {
  display: block;
  flex-shrink: 0;
  width: 146.9230769231%;
  max-width: none;
}
.prj__camp__h__products__figContainer img:nth-of-type(2) {
  margin-left: -8%;
}

@keyframes scrollX {
  from {
    transform: translateX(-10.5%);
  }
  to {
    transform: translateX(-150%);
  }
}
.prj__camp__h__products__cap {
  position: relative;
  margin-top: 2.0512820513%;
  font-weight: 700;
}
@media all and (max-width: 490px) {
  .prj__camp__h__products__cap {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__h__products__cap {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__h__products__cap {
    font-size: 1.6986666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__h__products__cap {
    font-size: 1.6986666667rem;
  }
}

.prj__camp__h__products__notes {
  position: relative;
  margin-top: 1em;
}
@media all and (max-width: 490px) {
  .prj__camp__h__products__notes small {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__h__products__notes small {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__h__products__notes small {
    font-size: 1.4373333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__h__products__notes small {
    font-size: 1.4373333333rem;
  }
}

.prj__camp__h__heading {
  position: relative;
  width: 105.1282051282%;
  margin: 12.8205128205% 0 0 5.1282051282%;
}

.prj__camp__present {
  position: relative;
  width: 89.7435897436%;
  overflow: hidden;
  padding: 0 0 5.1282051282%;
  margin: 0 auto;
  background: #008F63;
  border-radius: 2em;
}
.prj__camp__present::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 82.8571428571%;
  background: #005634;
}

.prj__camp__present__heading {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.4285714286%;
}
.prj__camp__present__heading > div {
  position: absolute;
  left: 0;
  top: 0;
}
.prj__camp__present__heading::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 89.1428571429%;
  padding-top: 15.4285714286%;
  margin: 21.4285714286% 0 0 4.8571428571%;
  background: url(../img/campaign/camp_present_heading_deco.svg) 50% 50% no-repeat;
  background-size: contain;
}

.prj__camp__present__heading__t1 {
  width: 85.7142857143%;
  margin: 6% 0 0 9.4285714286%;
}

.prj__camp__present__heading__t2 {
  width: 60.8571428571%;
  margin: 19.4285714286% 0 0 20%;
}

.prj__camp__present__heading__t3 {
  width: 92.2857142857%;
  margin: 31.1428571429% 0 0 4.5714285714%;
}

.prj__camp__present__heading__t4 {
  width: 80%;
  margin: 56.8571428571% 0 0 10%;
}

.prj__camp__present__subhead,
.prj__camp__present__chance {
  position: relative;
}
.prj__camp__present__subhead::before,
.prj__camp__present__chance::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 32.5714285714%;
  margin-top: -2%;
  background: #F4D778;
  transform: skewY(-3deg);
}
.prj__camp__present__subhead > div,
.prj__camp__present__chance > div {
  position: relative;
  margin: 0 auto;
}

.prj__camp__present__subhead {
  margin-top: 5.7142857143%;
}

.prj__camp__present__subhead__t1 {
  width: 71.4285714286%;
}

.prj__camp__present__chance {
  margin-top: 5.7142857143%;
}
.prj__camp__present__chance::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  width: 100%;
  height: 0;
  padding-top: 28.5714285714%;
  background: #008F63;
  transform: skewY(-3deg);
}

.prj__camp__present__chance__t1 {
  width: 67.1428571429%;
}

.prj__camp__present__chance__pkg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 4.2857142857% 0 0 -1.7142857143%;
}

.prj__camp__present__prizeBlc {
  margin-top: 12.2857142857%;
}

.prj__camp__present__prize__heading {
  width: 92%;
  margin: 0 auto;
}

.prj__camp__present__prizeList {
  position: relative;
  width: 88.5714285714%;
  margin: 0 auto;
}

.prj__camp__present__prize {
  position: relative;
  padding: 6.4516129032% 0 4.8387096774%;
}
.prj__camp__present__prize::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0CA077;
}
.prj__camp__present__prize dl {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.prj__camp__present__prize dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  width: 83.8709677419%;
}
.prj__camp__present__prize:nth-of-type(n+3) {
  padding-bottom: 6.4516129032%;
}
.prj__camp__present__prize:nth-of-type(5) {
  padding-top: 18.7096774194%;
}
.prj__camp__present__prize:nth-of-type(5) dl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45.8064516129%;
  padding-top: 21.6129032258%;
  margin: 0 0 -3.2258064516% 1.6129032258%;
  background: url(../img/campaign/camp_present_prize_morenaku.svg) 50% 50% no-repeat;
  background-size: contain;
}
.prj__camp__present__prize:last-child::before {
  display: none;
}

.prj__camp__present__prize__rank {
  position: relative;
  width: 13.8709677419%;
}
.prj__camp__present__prize__rank img {
  position: relative;
}

.prj__camp__present__prize__title {
  position: relative;
}

.prj__camp__present__prize__title__amount {
  position: absolute;
  right: 0;
  top: 0;
  width: 19.2307692308%;
  margin-top: 2.3076923077%;
}
.prj__camp__present__prize--01 .prj__camp__present__prize__title__amount {
  width: 17.6923076923%;
}
.prj__camp__present__prize--05 .prj__camp__present__prize__title__amount {
  width: 114.6153846154%;
  margin: -12.6923076923% 1.9230769231% 0 0;
}

.prj__camp__present__prize__title__point {
  position: relative;
  margin-top: 1.9230769231%;
  margin-right: 30%;
}
.prj__camp__present__prize--01 .prj__camp__present__prize__title__point {
  width: 68.4615384615%;
}
.prj__camp__present__prize--02 .prj__camp__present__prize__title__point {
  width: 69.6153846154%;
}
.prj__camp__present__prize--03 .prj__camp__present__prize__title__point {
  width: 64.6153846154%;
}
.prj__camp__present__prize--04 .prj__camp__present__prize__title__point {
  width: 46.5384615385%;
}
.prj__camp__present__prize--05 .prj__camp__present__prize__title__point {
  width: 48.8461538462%;
  margin-top: 3.8461538462%;
  margin-right: 9.6153846154%;
}
.prj__camp__present__prize--05 .prj__camp__present__prize__title__point::after {
  width: 1.2em;
  height: 5.6em;
  margin: 0.3em -1.8em 0 0;
}
.prj__camp__present__prize__title__point::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.1em;
  height: 4em;
  margin: 0.2em -1.8em 0 0;
  background: url(../img/campaign/camp_present_prize_point_subfix.svg) 0 0 no-repeat;
  background-size: contain;
}

@media all and (min-width: 491px) {
  .prj__camp__present__prize--05 .prj__camp__present__prize__title__point::after {
    width: 1.45em;
    height: 6.2em;
    margin-right: -2.1em;
  }
  .prj__camp__present__prize__title__point::after {
    width: 1.3em;
    height: 5.1em;
  }
}
.prj__camp__notes {
  position: relative;
  width: 89.7435897436%;
  margin: 3.8461538462% auto 0;
}
.prj__camp__notes small {
  display: block;
  line-height: 1.5;
  color: #FFF;
  text-align: justify;
}
@media all and (max-width: 490px) {
  .prj__camp__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__notes small {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__notes small {
    font-size: 1.568rem;
  }
}

.prj__term {
  position: relative;
}
.prj__term .prj__secInner {
  position: relative;
  z-index: 1;
  padding-top: 13.8461538462%;
}
.prj__term .prj__secMain {
  margin-top: -12.3076923077%;
}

[class*=prj__term__decoCoins] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
[class*=prj__term__decoCoins].prj__term__decoCoins--behind {
  z-index: 0;
}
[class*=prj__term__decoCoins].prj__term__decoCoins--front {
  z-index: 2;
}
[class*=prj__term__decoCoins] > div {
  position: absolute;
  left: 0;
  top: 0;
}
[class*=prj__term__decoCoins] .coin1 {
  width: 18.9743589744%;
  margin: 10.2564102564% 0 0 -3.0769230769%;
}
[class*=prj__term__decoCoins] .coin2 {
  width: 16.1538461538%;
  margin: 12.5641025641% 0 0 87.4358974359%;
}
[class*=prj__term__decoCoins] .coin3 {
  width: 15.3846153846%;
  margin: 96.4102564103% 0 0 86.6666666667%;
}

.prj__term__h__heading {
  position: relative;
  width: 100.7692307692%;
  margin-left: 3.8461538462%;
}

.prj__term__main {
  position: relative;
  width: 89.7435897436%;
  padding: 5.1282051282% 0 3.0769230769%;
  margin: 0 auto;
  background: #E84982;
  border-radius: 2em;
}

.prj__term__date {
  position: relative;
  width: 88.5714285714%;
  margin: 0 auto;
}

.prj__term__notes {
  margin-top: 3.4285714286%;
}
.prj__term__notes small {
  display: block;
  line-height: 1.6666666667;
  color: #FFF;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__term__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__term__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__term__notes small {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__term__notes small {
    font-size: 1.568rem;
  }
}

.prj__application {
  position: relative;
  z-index: 1;
  margin-top: 5.1282051282%;
}
.prj__application .prj__secInner {
  position: relative;
  z-index: 1;
  padding: 5.1282051282% 0 10.2564102564%;
}
.prj__application .prj__secMain {
  margin-top: -12.8205128205%;
}

[class*=prj__appl__decoCoins] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
[class*=prj__appl__decoCoins].prj__appl__decoCoins--behind {
  z-index: 0;
}
[class*=prj__appl__decoCoins] > div {
  position: absolute;
  left: 0;
  top: 0;
}
[class*=prj__appl__decoCoins] .coin1 {
  width: 17.9487179487%;
  margin: 13.0769230769% 0 0 -1.0256410256%;
}
[class*=prj__appl__decoCoins] .coin2 {
  width: 14.1025641026%;
  margin: 146.1538461538% 0 0 90%;
}
[class*=prj__appl__decoCoins] .coin3 {
  width: 18.7179487179%;
  margin: 157.9487179487% 0 0 -6.6666666667%;
}
[class*=prj__appl__decoCoins] .coin4 {
  width: 10%;
  margin: 234.8717948718% 0 0 90%;
}
[class*=prj__appl__decoCoins] .coin5 {
  width: 26.9230769231%;
  margin: 325.1282051282% 0 0 -12.0512820513%;
}

.prj__appl__h__heading {
  position: relative;
  width: 64.6153846154%;
  margin-left: 17.9487179487%;
}

.prj__appl__steps {
  position: relative;
  width: 89.7435897436%;
  margin: 0 auto;
}

.prj__appl__step {
  position: relative;
  overflow: hidden;
  padding-bottom: 8.5714285714%;
  background: #FFF;
  border-radius: 2em;
}
.prj__appl__step:nth-of-type(n+2) {
  margin-top: 5.7142857143%;
}

.prj__appl__step__heading {
  position: relative;
  width: 100%;
  padding: 4.2857142857% 0;
}
.prj__appl__step__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #005634;
}
.prj__appl__step__heading dl {
  display: flex;
  align-items: center;
  position: relative;
  width: 89.7142857143%;
  margin-left: 6.3694267516%;
}
.prj__appl__step__heading dt {
  width: 7.9617834395%;
}
.prj__appl__step__heading dd {
  position: relative;
  padding-left: 7.6433121019%;
  margin-left: 6.3694267516%;
}
.prj__appl__step__heading dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  margin-left: 0.1em;
  background: #FFF;
}
.prj__appl__step--01 .prj__appl__step__heading dd {
  width: 35.0318471338%;
}
.prj__appl__step--02 .prj__appl__step__heading dd {
  width: 77.3885350318%;
}

.prj__appl__step__main {
  position: relative;
  width: 88.5714285714%;
  margin: 5.7142857143% auto 0;
}

.prj__appl__step__desc {
  position: relative;
  font-weight: 700;
  line-height: 1.4545454545;
}
@media all and (max-width: 490px) {
  .prj__appl__step__desc {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__step__desc {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__step__desc {
    font-size: 2.8746666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__step__desc {
    font-size: 2.8746666667rem;
  }
}
.prj__appl__step__desc strong {
  color: #019064;
}

.prj__appl__step1__friendBtn {
  position: relative;
  width: 100%;
  margin: 8.064516129% auto 0;
}
@media all and (min-width: 491px) {
  .prj__appl__step1__friendBtn a {
    transition: all 0.2s;
  }
  .prj__appl__step1__friendBtn a:hover {
    opacity: 0.7;
  }
}
body.__teaser .prj__appl__step1__friendBtn, body.__finished .prj__appl__step1__friendBtn {
  pointer-events: none;
}
body.__teaser .prj__appl__step1__friendBtn a, body.__finished .prj__appl__step1__friendBtn a {
  background: #CCC !important;
}
body.__teaser .prj__appl__step1__friendBtn a .ico, body.__finished .prj__appl__step1__friendBtn a .ico {
  display: none;
}

.prj__appl__step1__fig {
  position: absolute;
  left: 0;
  top: 0;
  width: 52.8571428571%;
  margin: 2.2857142857% 0 0 50.8571428571%;
}

.prj__appl__receipt {
  position: relative;
  width: 89.7435897436%;
  padding: 6.4102564103% 0 12.8205128205%;
  margin: 5.1282051282% auto 0;
  background: #FFF;
  border-radius: 0.8em;
}

.prj__appl__receipt__h__heading {
  width: 57.7142857143%;
  margin: 0 auto;
}

.prj__appl__receipt__h__desc {
  margin: 5.7142857143% auto 0;
  color: #666;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__h__desc {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__h__desc {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__h__desc {
    font-size: 1.8293333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__h__desc {
    font-size: 1.8293333333rem;
  }
}

.prj__appl__receipt__main {
  position: relative;
  width: 100%;
  margin: 8.5714285714% auto 0;
}

.prj__appl__receipt__desc {
  width: 88.5714285714%;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.5555555556;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__desc {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__desc {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__desc {
    font-size: 2.352rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__desc {
    font-size: 2.352rem;
  }
}

.prj__appl__receipt__fig {
  width: 88.5714285714%;
  margin: 7.1428571429% auto 0;
}

.prj__appl__receipt__notes {
  width: 88.5714285714%;
  margin: 8.5714285714% auto 0;
}
.prj__appl__receipt__notes small {
  line-height: 1.5;
  text-align: justify;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__notes small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__notes small {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__notes small {
    font-size: 1.568rem;
  }
}

.prj__appl__receipt__shooting {
  position: relative;
  margin-top: 14.2857142857%;
}

.prj__appl__receipt__shooting__contents {
  position: relative;
}

.prj__appl__receipt__shooting__openCloseBtn {
  width: 88.5714285714%;
  margin: 0% auto 0;
}
.prj__appl__receipt__shooting__openCloseBtn .__close {
  display: none;
}
.prj__appl__receipt__shooting__openCloseBtn.--open {
  margin-top: 11.4285714286%;
}
.prj__appl__receipt__shooting__openCloseBtn.--open .__open {
  display: none;
}
.prj__appl__receipt__shooting__openCloseBtn.--open .__close {
  display: block;
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__shooting__openCloseBtn button {
    transition: all 0.2s;
  }
  .prj__appl__receipt__shooting__openCloseBtn button:hover {
    opacity: 0.7;
  }
}

.prj__appl__receipt__shooting__result {
  padding: 0 5.7142857143%;
}
.prj__appl__receipt__shooting__result--ok .prj__appl__receipt__shooting__result__fig {
  width: 61.2903225806%;
  margin: 6.4516129032% auto 0;
}
.prj__appl__receipt__shooting__result--ok .prj__appl__receipt__shooting__result__points {
  margin-top: 9.6774193548%;
}
.prj__appl__receipt__shooting__result--ok .prj__appl__receipt__shooting__result__points li {
  position: relative;
  padding-left: 1em;
}
.prj__appl__receipt__shooting__result--ok .prj__appl__receipt__shooting__result__points li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.prj__appl__receipt__shooting__result--ng {
  margin-top: 16.1290322581%;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 9.6774193548%;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points li {
  width: 46.4516129032%;
  text-align: center;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points li:nth-of-type(n+3) {
  margin-top: 6.4516129032%;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points li:nth-of-type(5) {
  margin-left: 28.064516129%;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points li:nth-of-type(5) span {
  display: block;
  position: relative;
  left: 50%;
  width: 236.1111111111%;
  transform: translateX(-50%);
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__fig {
  width: 100%;
  margin-bottom: 5.5555555556%;
}

.prj__appl__receipt__shooting__result__heading {
  position: relative;
  width: 112.9032258065%;
  padding: 0.3em 0;
  margin-left: -6.4516129032%;
  font-weight: 900;
  color: #FFF;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__heading {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__shooting__result__heading {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__heading {
    font-size: 4.1813333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__shooting__result__heading {
    font-size: 4.1813333333rem;
  }
}
.prj__appl__receipt__shooting__result--ok .prj__appl__receipt__shooting__result__heading {
  background: #EA508E;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__heading {
  background: #727171;
}

.prj__appl__receipt__shooting__result__desc {
  position: relative;
  margin-top: 1.5em;
  font-weight: 700;
  line-height: 1.875;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__desc {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__shooting__result__desc {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__desc {
    font-size: 2.0906666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__shooting__result__desc {
    font-size: 2.0906666667rem;
  }
}
.prj__appl__receipt__shooting__result__desc strong {
  color: #0CA077;
}

.prj__appl__receipt__shooting__result__fig {
  overflow: hidden;
  border-radius: 10px;
}

.prj__appl__receipt__shooting__result__points {
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__points {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__shooting__result__points {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__points {
    font-size: 2.0906666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__shooting__result__points {
    font-size: 2.0906666667rem;
  }
}

.prj__appl__postcard {
  position: relative;
  width: 100%;
  padding: 12.8205128205% 0 25.641025641%;
  margin-top: 25.641025641%;
}

[class*=prj__appl__postcard__decoCoins] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
[class*=prj__appl__postcard__decoCoins].prj__appl__postcard__decoCoins--behind {
  z-index: 0;
}
[class*=prj__appl__postcard__decoCoins].prj__appl__postcard__decoCoins--front {
  z-index: 2;
}
[class*=prj__appl__postcard__decoCoins] > div {
  position: absolute;
  left: 0;
  top: 0;
}
[class*=prj__appl__postcard__decoCoins] .coin1 {
  width: 17.9487179487%;
  margin: 16.9230769231% 0 0 -3.8461538462%;
}
[class*=prj__appl__postcard__decoCoins] .coin2 {
  width: 26.4102564103%;
  margin: 33.5897435897% 0 0 83.0769230769%;
}
[class*=prj__appl__postcard__decoCoins] .coin3 {
  width: 14.1025641026%;
  margin: 157.4358974359% 0 0 87.1794871795%;
}
[class*=prj__appl__postcard__decoCoins] .coin4 {
  width: 18.9743589744%;
  margin: 169.2307692308% 0 0 -9.4871794872%;
}
[class*=prj__appl__postcard__decoCoins] .coin5 {
  width: 10%;
  margin: 246.1538461538% 0 0 89.7435897436%;
}
[class*=prj__appl__postcard__decoCoins] .coin6 {
  width: 26.9230769231%;
  margin: 308.2051282051% 0 0 -14.8717948718%;
}

.prj__appl__postcard__decoCoinPile1 {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}

.prj__appl__postcard__decoCoinPile2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.prj__appl__postcard__main {
  position: relative;
  width: 89.7435897436%;
  padding: 12.8205128205% 0 10.2564102564%;
  margin: 0 auto;
  background: #FFF;
  border-radius: 2em;
}

.prj__appl__postcard__heading {
  width: 51.4285714286%;
  margin: 0 auto;
}

.prj__appl__postcard__fig {
  width: 88.5714285714%;
  margin: 7.4285714286% auto 0;
}

.prj__appl__postcard__topic {
  position: relative;
  width: 88.5714285714%;
  margin: 8.5714285714% auto 0;
}
.prj__appl__postcard__topic:nth-of-type(n+2) {
  padding-top: 8.5714285714%;
  border-top: 1px #B8B9B9 solid;
}

.prj__appl__postcard__topic__heading {
  font-weight: 900;
  color: #005634;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__appl__postcard__topic__heading {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__postcard__topic__heading {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__postcard__topic__heading {
    font-size: 2.6133333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__postcard__topic__heading {
    font-size: 2.6133333333rem;
  }
}

.prj__appl__postcard__topic__desc {
  margin-top: 4.8387096774%;
  line-height: 1.75;
  text-align: justify;
}
@media all and (max-width: 490px) {
  .prj__appl__postcard__topic__desc {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__postcard__topic__desc {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__postcard__topic__desc {
    font-size: 2.0906666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__postcard__topic__desc {
    font-size: 2.0906666667rem;
  }
}

.prj__appl__postcard__topic__notes {
  margin-top: 3.8709677419%;
  line-height: 1.5;
  text-align: justify;
}
@media all and (max-width: 490px) {
  .prj__appl__postcard__topic__notes {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__postcard__topic__notes {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__postcard__topic__notes {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__postcard__topic__notes {
    font-size: 1.568rem;
  }
}

.prj__appl__postcard__topic__02__contents {
  width: 100%;
  margin: 9.6774193548% auto 0;
}

.prj__appl__endBlc {
  position: relative;
  padding-top: 12.8205128205%;
}

[class*=prj__appl__endBlc__decoCoins] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
[class*=prj__appl__endBlc__decoCoins].prj__appl__endBlc__decoCoins--behind {
  z-index: 0;
}
[class*=prj__appl__endBlc__decoCoins].prj__appl__endBlc__decoCoins--front {
  z-index: 2;
}
[class*=prj__appl__endBlc__decoCoins] > div {
  position: absolute;
  left: 0;
  top: 0;
}
[class*=prj__appl__endBlc__decoCoins] .coin1 {
  width: 17.9487179487%;
  margin: 19.2307692308% 0 0 -3.8461538462%;
}
[class*=prj__appl__endBlc__decoCoins] .coin2 {
  width: 29.4871794872%;
  margin: 64.1025641026% 0 0 85.3846153846%;
}
[class*=prj__appl__endBlc__decoCoins] .coin3 {
  width: 14.1025641026%;
  margin: 157.4358974359% 0 0 87.1794871795%;
}
[class*=prj__appl__endBlc__decoCoins] .coin4 {
  width: 18.9743589744%;
  margin: 169.2307692308% 0 0 -9.4871794872%;
}

.prj__appl__terms {
  position: relative;
  z-index: 1;
  width: 89.7435897436%;
  padding: 6.4102564103% 0 7.6923076923%;
  margin: 0 auto;
  background: #FFF;
  border-radius: 2em;
}

.prj__appl__terms__heading {
  width: 29.1428571429%;
  margin: 0 auto;
}

.prj__appl__terms__main {
  position: relative;
  margin-top: 7.1428571429%;
}

.prj__appl__terms__mainContents {
  position: relative;
  width: 91.4285714286%;
  height: 15.75em;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 1em;
  margin: 0 0 0 5.7142857143%;
  line-height: 1.75;
  word-break: break-all;
}
@media all and (max-width: 490px) {
  .prj__appl__terms__mainContents {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__terms__mainContents {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__terms__mainContents {
    font-size: 2.0906666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__terms__mainContents {
    font-size: 2.0906666667rem;
  }
}
.prj__appl__terms__mainContents section:nth-of-type(n+2) {
  margin-top: 12.5%;
}
.prj__appl__terms__mainContents h4 {
  font-weight: 700;
}
@media all and (max-width: 490px) {
  .prj__appl__terms__mainContents h4 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__terms__mainContents h4 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__terms__mainContents h4 {
    font-size: 2.352rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__terms__mainContents h4 {
    font-size: 2.352rem;
  }
}
.prj__appl__terms__mainContents h5 {
  margin-top: 7.8125%;
  font-weight: 700;
}
.prj__appl__terms__mainContents h5 + * {
  margin-top: 1.5625% !important;
}
.prj__appl__terms__mainContents p, .prj__appl__terms__mainContents ol, .prj__appl__terms__mainContents ul, .prj__appl__terms__mainContents dl {
  margin-top: 6.25%;
}
.prj__appl__terms__mainContents dd > *:nth-child(1) {
  margin-top: 0;
}

.prj__appl__inquiry {
  position: relative;
  z-index: 1;
  width: 89.7435897436%;
  padding: 10.2564102564% 0;
  margin: 5.1282051282% auto 0;
  background: #FFF;
  border-radius: 2em;
}

.prj__appl__inquiry__heading {
  width: 43.4285714286%;
  margin: 0 auto;
}

.prj__appl__inquiry__main {
  position: relative;
  margin-top: 7.1428571429%;
}

.prj__appl__inquiry__info {
  position: relative;
  text-align: center;
}
.prj__appl__inquiry__info dt {
  font-weight: 900;
  line-height: 1.6666666667;
}
@media all and (max-width: 490px) {
  .prj__appl__inquiry__info dt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__inquiry__info dt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__inquiry__info dt {
    font-size: 2.352rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__inquiry__info dt {
    font-size: 2.352rem;
  }
}
.prj__appl__inquiry__info dd:nth-of-type(1) {
  margin-top: 1.1111111111em;
  font-weight: 900;
  line-height: 1.6666666667;
}
@media all and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(1) {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__inquiry__info dd:nth-of-type(1) {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(1) {
    font-size: 2.352rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(1) {
    font-size: 2.352rem;
  }
}
.prj__appl__inquiry__info dd:nth-of-type(2) {
  margin-top: 1.25em;
  line-height: 1.75;
}
@media all and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(2) {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__inquiry__info dd:nth-of-type(2) {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(2) {
    font-size: 2.0906666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(2) {
    font-size: 2.0906666667rem;
  }
}

[class*=prj__deco__] {
  position: absolute;
}

.prj__deco__appl__step1__pingu {
  right: 0;
  top: 0;
  width: 32.6086956522%;
  margin: 2.1739130435% 3.6231884058% 0 0;
}

.prj__deco__appl__step2__pingu {
  left: 0;
  bottom: 0;
  width: 77.8260869565%;
  margin: 0 0 9.2753623188% 11.1594202899%;
}

.prj__deco__appl__receipt__pingu {
  right: 0;
  top: 0;
  z-index: 1;
  width: 38.9855072464%;
  margin: 38.5507246377% 6.0869565217% 0 0;
}

.prj__deco__appl__pingu1 {
  position: relative;
  z-index: 1;
  width: 84.358974359%;
  margin: 11.5384615385% 0 0 7.9487179487%;
}

.prj__pc {
  position: fixed;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #008F63 url(../img/pc/pc_bg.png) 0 100% no-repeat;
  background-size: cover;
}

@media all and (max-width: 490px) {
  .prj__pc {
    display: none;
  }
}
.prj__pc__titleBlc {
  position: absolute;
  left: 0;
  top: 50%;
  width: 43.0222222222%;
  max-width: 619.52px;
  margin-left: 30.5555555556%;
  transform: translate(-50%, -52%);
}
@media all and (max-width: 1200px) {
  .prj__pc__titleBlc {
    display: none;
  }
}

.prj__pc__term {
  position: relative;
  width: 93.75%;
  margin: -2.1306818182% auto 0;
}

.prj__pc__coming {
  display: none;
  position: relative;
  width: 68.1818181818%;
  margin: -2.1306818182% auto -1.4204545455%;
}

.prj__pc__detailBtn {
  position: relative;
  width: 61.3636363636%;
  margin: 4.2613636364% auto 0;
}
.prj__pc__detailBtn a {
  transition: all 0.2s;
}
.prj__pc__detailBtn a:hover {
  opacity: 0.8;
}

.prj__pc__title img {
  display: block;
}

body.__teaser .prj__pc__term {
  display: none;
}
body.__teaser .prj__pc__coming {
  display: block;
}

[class*=__ani_fadeIn] {
  opacity: 0;
  transition: all 0.5s linear;
}
[class*=__ani_fadeIn].--show {
  opacity: 1;
}

[class*=__ani_fadeUp] {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[class*=__ani_fadeUp].__ani_fadeUp_long {
  transform: translateY(120px);
}
[class*=__ani_fadeUp].__ani_fadeUp_toR {
  transform: translateX(-80px);
}
[class*=__ani_fadeUp].__ani_fadeUp_toL {
  transform: translateX(80px);
}
[class*=__ani_fadeUp].__ani_fadeUp_toB {
  transform: translateY(-120px);
}
[class*=__ani_fadeUp].--show {
  opacity: 1;
  transform: translate(0, 0);
}

[class*=__ani_frameUp] {
  overflow: hidden;
}
[class*=__ani_frameUp] > *,
[class*=__ani_frameUp] > picture img {
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(101%);
}
[class*=__ani_frameUp].__ani_frameUp_toR > *,
[class*=__ani_frameUp].__ani_frameUp_toR > picture img {
  transform: translateX(-101%);
}
[class*=__ani_frameUp].__ani_frameUp_toL > *,
[class*=__ani_frameUp].__ani_frameUp_toL > picture img {
  transform: translateX(101%);
}
[class*=__ani_frameUp].--show > *,
[class*=__ani_frameUp].--show > picture img {
  transform: translateY(0);
}

[class*=__ani_frameDown] {
  overflow: hidden;
}
[class*=__ani_frameDown] > *,
[class*=__ani_frameDown] > picture img {
  display: block;
  transform: translateY(-101%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[class*=__ani_frameDown].--show > *,
[class*=__ani_frameDown].--show > picture img {
  transform: translateY(0);
}

.__ani_serialFadeIn > * {
  opacity: 0;
  transition: all 0.5s;
}
.__ani_serialFadeIn > *:nth-child(1) {
  transition-delay: 0.12s;
}
.__ani_serialFadeIn > *:nth-child(2) {
  transition-delay: 0.24s;
}
.__ani_serialFadeIn > *:nth-child(3) {
  transition-delay: 0.36s;
}
.__ani_serialFadeIn > *:nth-child(4) {
  transition-delay: 0.48s;
}
.__ani_serialFadeIn > *:nth-child(5) {
  transition-delay: 0.6s;
}
.__ani_serialFadeIn > *:nth-child(6) {
  transition-delay: 0.72s;
}
.__ani_serialFadeIn > *:nth-child(7) {
  transition-delay: 0.84s;
}
.__ani_serialFadeIn > *:nth-child(8) {
  transition-delay: 0.96s;
}
.__ani_serialFadeIn > *:nth-child(9) {
  transition-delay: 1.08s;
}
.__ani_serialFadeIn > *:nth-child(10) {
  transition-delay: 1.2s;
}
.__ani_serialFadeIn > *:nth-child(11) {
  transition-delay: 1.32s;
}
.__ani_serialFadeIn > *:nth-child(12) {
  transition-delay: 1.44s;
}
.__ani_serialFadeIn > *:nth-child(13) {
  transition-delay: 1.56s;
}
.__ani_serialFadeIn > *:nth-child(14) {
  transition-delay: 1.68s;
}
.__ani_serialFadeIn > *:nth-child(15) {
  transition-delay: 1.8s;
}
.__ani_serialFadeIn > *:nth-child(16) {
  transition-delay: 1.92s;
}
.__ani_serialFadeIn > *:nth-child(17) {
  transition-delay: 2.04s;
}
.__ani_serialFadeIn > *:nth-child(18) {
  transition-delay: 2.16s;
}
.__ani_serialFadeIn > *:nth-child(19) {
  transition-delay: 2.28s;
}
.__ani_serialFadeIn > *:nth-child(20) {
  transition-delay: 2.4s;
}
.__ani_serialFadeIn.--show > * {
  opacity: 1;
}

[class*=__ani_serialFadeUp] > * {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[class*=__ani_serialFadeUp].__ani_serialFadeUp_toR > * {
  transform: translateX(-80px);
}
[class*=__ani_serialFadeUp].__ani_serialFadeUp_toL > * {
  transform: translateX(80px);
}
[class*=__ani_serialFadeUp].__ani_serialFadeUp_toB > * {
  transform: translateY(-80px);
}
[class*=__ani_serialFadeUp].--show > * {
  opacity: 1;
  transform: translate(0, 0);
}
[class*=__ani_serialFadeUp].--show > *:nth-child(1) {
  transition-delay: 0.12s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(2) {
  transition-delay: 0.24s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(3) {
  transition-delay: 0.36s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(4) {
  transition-delay: 0.48s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(5) {
  transition-delay: 0.6s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(6) {
  transition-delay: 0.72s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(7) {
  transition-delay: 0.84s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(8) {
  transition-delay: 0.96s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(9) {
  transition-delay: 1.08s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(10) {
  transition-delay: 1.2s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(11) {
  transition-delay: 1.32s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(12) {
  transition-delay: 1.44s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(13) {
  transition-delay: 1.56s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(14) {
  transition-delay: 1.68s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(15) {
  transition-delay: 1.8s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(16) {
  transition-delay: 1.92s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(17) {
  transition-delay: 2.04s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(18) {
  transition-delay: 2.16s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(19) {
  transition-delay: 2.28s;
}
[class*=__ani_serialFadeUp].--show > *:nth-child(20) {
  transition-delay: 2.4s;
}

[class*=__ani_serialFlipIn] {
  perspective: 800px;
}
[class*=__ani_serialFlipIn] > * {
  opacity: 0;
  transform: translateY(100%) rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 -80%;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
[class*=__ani_serialFlipIn].--show > * {
  opacity: 1;
  transform: translate(0, 0) rotate3d(0, 0, 0, 0deg);
}
[class*=__ani_serialFlipIn].--show > *:nth-child(1) {
  transition-delay: 0.22s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(2) {
  transition-delay: 0.34s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(3) {
  transition-delay: 0.46s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(4) {
  transition-delay: 0.58s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(5) {
  transition-delay: 0.7s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(6) {
  transition-delay: 0.82s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(7) {
  transition-delay: 0.94s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(8) {
  transition-delay: 1.06s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(9) {
  transition-delay: 1.18s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(10) {
  transition-delay: 1.3s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(11) {
  transition-delay: 1.42s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(12) {
  transition-delay: 1.54s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(13) {
  transition-delay: 1.66s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(14) {
  transition-delay: 1.78s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(15) {
  transition-delay: 1.9s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(16) {
  transition-delay: 2.02s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(17) {
  transition-delay: 2.14s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(18) {
  transition-delay: 2.26s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(19) {
  transition-delay: 2.38s;
}
[class*=__ani_serialFlipIn].--show > *:nth-child(20) {
  transition-delay: 2.5s;
}

[class*=__ani_zoomOutImg] {
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(50%);
  opacity: 0;
}
[class*=__ani_zoomOutImg] img {
  transition: all 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.5) translateY(100%);
}
[class*=__ani_zoomOutImg].--show {
  transform: translateY(0);
  opacity: 1;
}
[class*=__ani_zoomOutImg].--show img {
  transform: scale(1) translateY(0);
}

[class*=__ani_scaleOut] img {
  transition: transform 0.25s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 0.05s linear;
  transform: scale(3) rotate(20deg);
  opacity: 0;
}
[class*=__ani_scaleOut].--show img {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

[class*=__ani_popUp] img {
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transform: scale(0) rotate(30deg);
  transform-origin: 50% 100%;
}
[class*=__ani_popUp].--show img {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/*
<div class="animeObj __ani_underline">
  <img src="./img/***.svg" alt="">
  <div class="u"></div>
</div>

<p class="animeObj __ani_underline">
  あああ<br>
  あああ<br>
  <strong class="underline"><span class="txt">あああ</span></strong><br>
  あああ
</p>

.u {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.2em;

  &::before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: math.percentage(math.div(18*2,265*2)) 0 0 math.percentage(math.div(-4*2,265*2));
    border-radius: 10em;
    background: #FFF302;
  }
}
.underline {
  position: relative;

  .txt {
    position: relative;
    z-index: 1;
  }

  &::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110%;
    height: .8em;
    margin: 0 0 -.2em -5%;
    background: #FFF302;
    border-radius: 10em;
  }
}
*/
[class*=__ani_underline] .underline::before,
[class*=__ani_underline] .u::before {
  width: 0;
  transition: width 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
[class*=__ani_underline] .underline:nth-child(1)::before,
[class*=__ani_underline] .u:nth-child(1)::before {
  transition-delay: 0.52s;
}
[class*=__ani_underline] .underline:nth-child(2)::before,
[class*=__ani_underline] .u:nth-child(2)::before {
  transition-delay: 0.64s;
}
[class*=__ani_underline] .underline:nth-child(3)::before,
[class*=__ani_underline] .u:nth-child(3)::before {
  transition-delay: 0.76s;
}
[class*=__ani_underline] .underline:nth-child(4)::before,
[class*=__ani_underline] .u:nth-child(4)::before {
  transition-delay: 0.88s;
}
[class*=__ani_underline] .underline:nth-child(5)::before,
[class*=__ani_underline] .u:nth-child(5)::before {
  transition-delay: 1s;
}
[class*=__ani_underline] .underline:nth-child(6)::before,
[class*=__ani_underline] .u:nth-child(6)::before {
  transition-delay: 1.12s;
}
[class*=__ani_underline] .underline:nth-child(7)::before,
[class*=__ani_underline] .u:nth-child(7)::before {
  transition-delay: 1.24s;
}
[class*=__ani_underline] .underline:nth-child(8)::before,
[class*=__ani_underline] .u:nth-child(8)::before {
  transition-delay: 1.36s;
}
[class*=__ani_underline] .underline:nth-child(9)::before,
[class*=__ani_underline] .u:nth-child(9)::before {
  transition-delay: 1.48s;
}
[class*=__ani_underline] .underline:nth-child(10)::before,
[class*=__ani_underline] .u:nth-child(10)::before {
  transition-delay: 1.6s;
}
[class*=__ani_underline].--show .underline::before,
[class*=__ani_underline].--show .u::before {
  width: 100%;
}

@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0deg) translate(4px, -4px);
  }
  25% {
    transform: rotate(0deg) translate(0px, 4px);
  }
  37.5% {
    transform: rotate(0deg) translate(-4px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(0deg) translate(4px, 0);
  }
  75% {
    transform: rotate(0deg) translate(0, 4px);
  }
  87.5% {
    transform: rotate(0deg) translate(-4px, -4px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes rumble2 {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0deg) translate(4px, -4px);
  }
  25% {
    transform: rotate(0deg) translate(0px, 4px);
  }
  37.5% {
    transform: rotate(0deg) translate(-4px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(0deg) translate(4px, 0);
  }
  75% {
    transform: rotate(0deg) translate(0, 4px);
  }
  87.5% {
    transform: rotate(0deg) translate(-4px, -4px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
/*
#box1 { animation: 3s linear infinite rotation1; }
#box2 { animation: 3s linear infinite rotation2; }
#box3 { animation: 3s linear infinite rotation3; }
*/
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes rotation3 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*
#scrollSign1 { animation: scrollDown_arrow 1.6s ease infinite; }
#scrollSign2 { animation: scrollDown_bar 2s ease infinite; }
*/
@keyframes scrollDown_arrow {
  0% {
    transform: translateY(-70%);
    opacity: 0;
  }
  40% {
    transform: translateY(0px);
    opacity: 1;
  }
  60% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(70%);
    opacity: 0;
  }
}
@keyframes scrollDown_bar {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/*
#box { animation: 3s linear infinite bounce_s; }
#box { animation: 3s linear infinite bounce_m; }
*/
@keyframes bounce_s {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2.5%, 0);
    transform: translate3d(0, -2.5%, 0);
  }
}
@keyframes bounce_m {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -3%, 0);
    transform: translate3d(0, -3%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.5%, 0);
    transform: translate3d(0, -0.5%, 0);
  }
}
@keyframes bubble {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  90% {
    -webkit-transform: scale(1.004);
    transform: scale(1.004);
  }
}
@keyframes ticker1 {
  0% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker2 {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes ticker3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-107.5%);
  }
}
[class*=__ani_ticker] {
  display: flex;
  flex-wrap: nowrap;
}
[class*=__ani_ticker] > * {
  display: block;
  margin-right: 80px;
  animation: ticker1 20s linear infinite;
}

.__ani_ticker2 > * {
  animation: ticker2 20s linear infinite;
}

.__ani_ticker3 > * {
  animation: ticker3 20s linear infinite;
}

[class*=prj__covr__decoCoins--] > div {
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s, opacity 0.01s linear 0.8s;
  transform-origin: 50% 100%;
  opacity: 0;
}
[class*=prj__covr__decoCoins--] > div:nth-child(1) {
  transition-delay: 0.81s, 0.81s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(2) {
  transition-delay: 0.82s, 0.82s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(3) {
  transition-delay: 0.83s, 0.83s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(4) {
  transition-delay: 0.84s, 0.84s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(5) {
  transition-delay: 0.85s, 0.85s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(6) {
  transition-delay: 0.86s, 0.86s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(7) {
  transition-delay: 0.87s, 0.87s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(8) {
  transition-delay: 0.88s, 0.88s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(9) {
  transition-delay: 0.89s, 0.89s;
}
[class*=prj__covr__decoCoins--] > div:nth-child(10) {
  transition-delay: 0.9s, 0.9s;
}
[class*=prj__covr__decoCoins--] > div.coin1 {
  transition-duration: 1s, 0.01s;
  transform: translate(-150px, 200px) scale(0.5) rotate(-360deg);
}
[class*=prj__covr__decoCoins--] > div.coin2 {
  transition-duration: 1.2s, 0.01s;
  transform: translate(300px, 200px) scale(0.5) rotate(720deg);
}
[class*=prj__covr__decoCoins--] > div.coin3 {
  transition-duration: 1.5s, 0.01s;
  transform: translate(150px, 150px) scale(0.5) rotate(360deg);
}
[class*=prj__covr__decoCoins--] > div.coin4 {
  transition-duration: 0.8s, 0.01s;
  transform: translate(-100px, 100px) scale(0.5) rotate(-720deg);
}
[class*=prj__covr__decoCoins--] > div.coin5 {
  transition-duration: 1.1s, 0.01s;
  transform: translate(-150px, 200px) scale(0.5) rotate(-360deg);
}
[class*=prj__covr__decoCoins--] > div.coin6 {
  transition-duration: 1.3s, 0.01s;
  transform: translate(300px, 200px) scale(0.5) rotate(720deg);
}
[class*=prj__covr__decoCoins--] > div.coin7 {
  transition-duration: 1.6s, 0.01s;
  transform: translate(150px, 150px) scale(0.5) rotate(360deg);
}
[class*=prj__covr__decoCoins--] > div.coin8 {
  transition-duration: 0.9s, 0.01s;
  transform: translate(-100px, 100px) scale(0.5) rotate(-720deg);
}
[class*=prj__covr__decoCoins--] > div.coin9 {
  transition-duration: 1.2s, 0.01s;
  transform: translate(150px, 150px) scale(0.5) rotate(360deg);
}
[class*=prj__covr__decoCoins--] > div.coin10 {
  transition-duration: 0.8s, 0.01s;
  transform: translate(-150px, 200px) scale(0.5) rotate(-360deg);
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.--show [class*=prj__covr__decoCoins--] > div {
  transform: translate(0, 0) scale(1) rotate(0deg);
  opacity: 1;
}

.prj__covr__kv__t2 > div {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(50px);
  opacity: 0;
}
.prj__covr__kv__t2 > div.prj__covr__kv__t2__01 {
  transition-delay: 1s;
}
.prj__covr__kv__t2 > div.prj__covr__kv__t2__02 {
  transition-delay: 1.1s;
}
.prj__covr__kv__t2 > div.prj__covr__kv__t2__03 {
  transition-delay: 1.2s;
}

.prj__covr__kv__t3,
.prj__covr__kv__bonus {
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(60px);
  opacity: 0;
}

.prj__covr__kv__t3 {
  transition-delay: 1.4s;
}

.prj__covr__kv__bonus {
  transition-delay: 1.6s;
}

.prj__covr__term {
  overflow: hidden;
}

.prj__covr__term__txt {
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  transform: translateY(180%);
}

body.--show .prj__covr__kv__t2 > div,
body.--show .prj__covr__kv__t3,
body.--show .prj__covr__kv__bonus {
  transform: translateY(0);
  opacity: 1;
}
body.--show .prj__covr__term__txt {
  transform: translateY(0);
}

.prj__secHeader__heading {
  transform: scale(0);
  transform-origin: 90% 100%;
}

.prj__camp__present__heading::after {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: scale(1.2);
  opacity: 0;
}

.prj__camp__present__heading.--show::after {
  transform: scale(1);
  opacity: 1;
}

.prj__camp__present__prize {
  overflow: hidden;
}
.prj__camp__present__prize::before {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 0 0;
  transform: scaleX(0);
}
.prj__camp__present__prize dl::after {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(100%);
  opacity: 0;
}

.prj__camp__present__prize__rank {
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(-200%);
}
.prj__camp__present__prize__rank::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 180%;
  height: 0;
  padding-top: 180%;
  margin: -40% 0 0 -40%;
  background: linear-gradient(-90deg, #008F63, transparent);
  opacity: 0.8;
  transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
  transform: translate(-100%, -100%) rotate(30deg);
}

.prj__camp__present__prize__title__pay,
.prj__camp__present__prize__title__amount {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-220%);
}

.prj__camp__present__prize__title__point img {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(400px);
}
.prj__camp__present__prize__title__point::after {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-10px);
  opacity: 0;
}

.prj__camp__present__prize:nth-child(1)::before {
  transition-delay: 0.12s;
}
.prj__camp__present__prize:nth-child(1) dl::after {
  transition-delay: 0.62s;
}
.prj__camp__present__prize:nth-child(1) .prj__camp__present__prize__rank {
  transition-delay: 0.12s;
}
.prj__camp__present__prize:nth-child(1) .prj__camp__present__prize__title__pay {
  transition-delay: 0.62s;
}
.prj__camp__present__prize:nth-child(1) .prj__camp__present__prize__title__amount {
  transition-delay: 0.92s;
}
.prj__camp__present__prize:nth-child(1) .prj__camp__present__prize__title__point img {
  transition-delay: 0.92s;
}
.prj__camp__present__prize:nth-child(1) .prj__camp__present__prize__title__point::after {
  transition-delay: 1.32s;
}
.prj__camp__present__prize:nth-child(2)::before {
  transition-delay: 0.24s;
}
.prj__camp__present__prize:nth-child(2) dl::after {
  transition-delay: 0.74s;
}
.prj__camp__present__prize:nth-child(2) .prj__camp__present__prize__rank {
  transition-delay: 0.24s;
}
.prj__camp__present__prize:nth-child(2) .prj__camp__present__prize__title__pay {
  transition-delay: 0.74s;
}
.prj__camp__present__prize:nth-child(2) .prj__camp__present__prize__title__amount {
  transition-delay: 1.04s;
}
.prj__camp__present__prize:nth-child(2) .prj__camp__present__prize__title__point img {
  transition-delay: 1.04s;
}
.prj__camp__present__prize:nth-child(2) .prj__camp__present__prize__title__point::after {
  transition-delay: 1.44s;
}
.prj__camp__present__prize:nth-child(3)::before {
  transition-delay: 0.36s;
}
.prj__camp__present__prize:nth-child(3) dl::after {
  transition-delay: 0.86s;
}
.prj__camp__present__prize:nth-child(3) .prj__camp__present__prize__rank {
  transition-delay: 0.36s;
}
.prj__camp__present__prize:nth-child(3) .prj__camp__present__prize__title__pay {
  transition-delay: 0.86s;
}
.prj__camp__present__prize:nth-child(3) .prj__camp__present__prize__title__amount {
  transition-delay: 1.16s;
}
.prj__camp__present__prize:nth-child(3) .prj__camp__present__prize__title__point img {
  transition-delay: 1.16s;
}
.prj__camp__present__prize:nth-child(3) .prj__camp__present__prize__title__point::after {
  transition-delay: 1.56s;
}
.prj__camp__present__prize:nth-child(4)::before {
  transition-delay: 0.48s;
}
.prj__camp__present__prize:nth-child(4) dl::after {
  transition-delay: 0.98s;
}
.prj__camp__present__prize:nth-child(4) .prj__camp__present__prize__rank {
  transition-delay: 0.48s;
}
.prj__camp__present__prize:nth-child(4) .prj__camp__present__prize__title__pay {
  transition-delay: 0.98s;
}
.prj__camp__present__prize:nth-child(4) .prj__camp__present__prize__title__amount {
  transition-delay: 1.28s;
}
.prj__camp__present__prize:nth-child(4) .prj__camp__present__prize__title__point img {
  transition-delay: 1.28s;
}
.prj__camp__present__prize:nth-child(4) .prj__camp__present__prize__title__point::after {
  transition-delay: 1.68s;
}
.prj__camp__present__prize:nth-child(5)::before {
  transition-delay: 0.6s;
}
.prj__camp__present__prize:nth-child(5) dl::after {
  transition-delay: 1.1s;
}
.prj__camp__present__prize:nth-child(5) .prj__camp__present__prize__rank {
  transition-delay: 0.6s;
}
.prj__camp__present__prize:nth-child(5) .prj__camp__present__prize__title__pay {
  transition-delay: 1.1s;
}
.prj__camp__present__prize:nth-child(5) .prj__camp__present__prize__title__amount {
  transition-delay: 1.4s;
}
.prj__camp__present__prize:nth-child(5) .prj__camp__present__prize__title__point img {
  transition-delay: 1.4s;
}
.prj__camp__present__prize:nth-child(5) .prj__camp__present__prize__title__point::after {
  transition-delay: 1.8s;
}

.prj__camp__present__prizeList.--show .prj__camp__present__prize::before {
  transform: scaleX(1);
}
.prj__camp__present__prizeList.--show .prj__camp__present__prize dl::after {
  transform: translateY(0);
  opacity: 1;
}
.prj__camp__present__prizeList.--show .prj__camp__present__prize .prj__camp__present__prize__rank {
  transform: translateY(0);
}
.prj__camp__present__prizeList.--show .prj__camp__present__prize .prj__camp__present__prize__rank::after {
  transform: translate(100%, 100%) rotate(30deg);
}
.prj__camp__present__prizeList.--show .prj__camp__present__prize .prj__camp__present__prize__title__pay,
.prj__camp__present__prizeList.--show .prj__camp__present__prize .prj__camp__present__prize__title__amount {
  transform: translateY(0);
}
.prj__camp__present__prizeList.--show .prj__camp__present__prize .prj__camp__present__prize__title__point img {
  transform: translateX(0);
}
.prj__camp__present__prizeList.--show .prj__camp__present__prize .prj__camp__present__prize__title__point::after {
  transform: translateX(0);
  opacity: 1;
}

.prj__appl__step {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(80px);
  opacity: 0;
}

.prj__appl__step__heading::before {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transform: scaleY(0);
  transform-origin: 0 0;
}
.prj__appl__step__heading dt {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translateY(40px);
  opacity: 0;
}
.prj__appl__step__heading dd {
  overflow: hidden;
}
.prj__appl__step__heading dd::before {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  transform: scaleY(0);
  transform-origin: 0 0;
}
.prj__appl__step__heading dd img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translateX(-121%);
}

.prj__appl__step__main > * {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(80px);
  opacity: 0;
}
.prj__appl__step__main > *:nth-child(1) {
  transition-delay: 1.5s;
}
.prj__appl__step__main > *:nth-child(2) {
  transition-delay: 1.6s;
}

.prj__appl__step__fig {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.7s;
  opacity: 0;
}

.prj__appl__step.--show {
  transform: translateY(0);
  opacity: 1;
}
.prj__appl__step.--show .prj__appl__step__heading::before {
  transform: scaleY(1);
}
.prj__appl__step.--show .prj__appl__step__heading dt {
  transform: translateY(0);
  opacity: 1;
}
.prj__appl__step.--show .prj__appl__step__heading dd::before {
  transform: scaleY(1);
}
.prj__appl__step.--show .prj__appl__step__heading dd img {
  transform: translateX(0);
}
.prj__appl__step.--show .prj__appl__step__main > * {
  transform: translateY(0);
  opacity: 1;
}
.prj__appl__step.--show .prj__appl__step__fig {
  opacity: 1;
}

.prj__prod__item {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(80px);
  opacity: 0;
}
.prj__prod__item .prj__prod__item__seriesName {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
  transform: translateY(80px);
  opacity: 0;
}
.prj__prod__item .prj__prod__item__badge::before {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate(100px, -100px);
}
.prj__prod__item .prj__prod__item__badge img {
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
  transform-origin: 300% 40%;
  transform: rotate(150deg);
}
.prj__prod__item .prj__prod__item__catch {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transform: translateY(80px);
  opacity: 0;
}
.prj__prod__item .prj__prod__item__pkg > div,
.prj__prod__item .prj__prod__item__pkg .prj__prod__item__pkg__cap > div {
  transition: all 0.4s linear;
  opacity: 0;
}
.prj__prod__item .prj__prod__item__pkg > div {
  transition-delay: 0.6s;
}
.prj__prod__item .prj__prod__item__pkg .prj__prod__item__pkg__cap > div:nth-of-type(1) {
  transition-delay: 0.7s;
}
.prj__prod__item .prj__prod__item__pkg .prj__prod__item__pkg__cap > div:nth-of-type(2) {
  transition-delay: 0.8s;
}
.prj__prod__item .prj__prod__item__notes {
  transition: all 0.4s linear 0.9s;
  opacity: 0;
}

.prj__prod__item.--show {
  transform: translateY(0);
  opacity: 1;
}
.prj__prod__item.--show .prj__prod__item__seriesName {
  transform: translateY(0);
  opacity: 1;
}
.prj__prod__item.--show .prj__prod__item__badge::before {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0, 0);
}
.prj__prod__item.--show .prj__prod__item__badge img {
  transform: rotate(0deg);
}
.prj__prod__item.--show .prj__prod__item__catch {
  transform: translateY(0);
  opacity: 1;
}
.prj__prod__item.--show .prj__prod__item__pkg > div,
.prj__prod__item.--show .prj__prod__item__pkg .prj__prod__item__pkg__cap > div {
  opacity: 1;
}
.prj__prod__item.--show .prj__prod__item__notes {
  opacity: 1;
}
