@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: #727171;
  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: #5BB2E4;
}

@media all and (min-width: 491px) {
  #main {
    position: relative;
    width: 490px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@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: 6.4% 0 5.3333333333%;
}

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

@media all and (min-width: 491px) {
  .prj__h__sunstarLogo {
    position: relative;
    width: 156px;
    margin: 0 0 0 50px;
  }
}
.prj__footer {
  position: relative;
  width: 100%;
  background: #1C75BC;
}
.prj__footer .prj__inner {
  padding: 8% 0 13.3333333333%;
}

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

.prj__f__share__btnBlc {
  width: 92%;
  padding: 5.3333333333% 0;
  margin: 7.4666666667% auto 0;
  background: #FFF;
  border-radius: 2em;
}

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

.prj__f__copyright {
  margin-top: 8.6666666667%;
}
.prj__f__copyright small {
  display: block;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}

@media all and (min-width: 491px) {
  .prj__f__copyright small {
    font-size: 9px;
    font-size: 2.4vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__f__copyright small {
    font-size: 1.176rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__f__copyright small {
    font-size: 1.176rem;
  }
}
@media all and (max-width: 490px) {
  .prj__f__copyright small {
    font-size: 9px;
    font-size: 2.4vw;
  }
}
.prj__f__pagetopBtn {
  position: relative;
  width: 100%;
  background: #000;
}
@media all and (min-width: 491px) {
  .prj__f__pagetopBtn button {
    transition: all 0.2s;
  }
  .prj__f__pagetopBtn button:hover {
    opacity: 0.7;
  }
}

.prj__cmn__txtBtn {
  position: relative;
  width: 77.6119402985%;
  margin: 8.9552238806% auto 0;
}
.prj__cmn__txtBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 6px;
  background: #C74E5A;
  border-radius: 10px;
}
.prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
  display: block;
  position: relative;
  padding: 1.1em 0;
  background: #E55A68;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.375;
  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: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
    font-size: 2.0906666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__cmn__txtBtn a, .prj__cmn__txtBtn button {
    font-size: 2.0906666667rem;
  }
}
.prj__cmn__txtBtn a .ico, .prj__cmn__txtBtn button .ico {
  position: absolute;
  right: 0;
  top: 50%;
  width: 5%;
  height: 0;
  padding-top: 3.0769230769%;
  margin: -1.1538461538% 7.6923076923% 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_arrow-ico.svg) 50% 50% no-repeat;
  background-size: contain;
}
.prj__cmn__txtBtn--toggle button span.__open {
  display: block;
}
.prj__cmn__txtBtn--toggle button span.__close {
  display: none;
}
.prj__cmn__txtBtn--toggle button .ico {
  width: 5.7692307692%;
  padding-top: 5.7692307692%;
  margin: -2.6923076923% 7.6923076923% 0 0;
}
.prj__cmn__txtBtn--toggle button .ico::after {
  background-image: url(../img/common/cmn_btn_plus-ico.svg);
}
.prj__cmn__txtBtn.--open::before {
  background: #004466;
}
.prj__cmn__txtBtn.--open button {
  background: #00547F;
}
.prj__cmn__txtBtn.--open button .ico {
  transform: rotate(45deg);
}
.prj__cmn__txtBtn.--open button span.__open {
  display: none;
}
.prj__cmn__txtBtn.--open button span.__close {
  display: block;
}
.prj__cmn__txtBtn--line::before {
  background: #00A100;
}
.prj__cmn__txtBtn--line a {
  background: #00B900;
}
.prj__cmn__txtBtn--line a span {
  display: inline-block;
  position: relative;
  padding-left: 2.2em;
  margin-left: -1em;
  text-align: center;
}
.prj__cmn__txtBtn--line a span::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: 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 {
  display: none;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media all and (min-width: 491px) {
  .prj__stickyPanel {
    left: 50%;
    width: 30.7788944724%;
    min-width: 490px;
    transform: translateX(-50%);
  }
}
.prj__stickyPanel.--hide .prj__stickyPanel__applicationBtn {
  transform: translateY(101%);
}
.prj__stickyPanel.--show .prj__stickyPanel__applicationBtn {
  transform: translateY(0);
}

.prj__stickyPanel__applicationBtn {
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.prj__stickyPanel__applicationBtn a {
  display: block;
  position: relative;
  padding: 4% 0 9.3333333333%;
  background: #E55A68;
  border-radius: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #FFF;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__stickyPanel__applicationBtn a {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__stickyPanel__applicationBtn a {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__stickyPanel__applicationBtn a {
    font-size: 2.6133333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__stickyPanel__applicationBtn a {
    font-size: 2.6133333333rem;
  }
}
.prj__stickyPanel__applicationBtn a .ico {
  position: absolute;
  right: auto;
  top: auto;
  left: 50%;
  bottom: 0;
  width: 3.4666666667%;
  height: 0;
  padding-top: 2.1333333333%;
  margin: 0 0 5.3333333333% -1.7333333333%;
}
.prj__stickyPanel__applicationBtn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 1.8666666667%;
  background: #C74E5A;
}

.prj__cover {
  position: relative;
  overflow: hidden;
  background: #1D75BB;
}
@media all and (min-width: 491px) {
  .prj__cover {
    position: relative;
  }
}
.prj__covr__kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 155.7333333333%;
}

.prj__covr__kv__base {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}
.prj__covr__kv__base > * {
  position: relative;
  margin: 0 auto;
}

.prj__covr__kv__deco {
  position: absolute;
  left: 50%;
  top: 0;
  width: 96%;
  height: 0;
  padding-top: 26.2666666667%;
  margin: 17.3333333333% 0 0 -48%;
}
.prj__covr__kv__deco > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.prj__covr__kv__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 5.3333333333%;
}

.prj__covr__kv__title__logo {
  position: relative;
  width: 53.3333333333%;
  margin: 0 auto;
}

.prj__covr__kv__title__t1 {
  position: relative;
  width: 64.6666666667%;
  margin: 29.0666666667% auto 0;
}

.prj__covr__kv__title__t2 {
  position: relative;
  width: 84%;
  margin: 4% auto 0;
}

.prj__covr__kv__title__t3 {
  position: relative;
  width: 53.3333333333%;
  margin: 4% auto 0;
}

.prj__covr__kv__copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15.3333333333%;
  margin: 0 2.6666666667% 8% 0;
}

.prj__covr__campaign {
  position: relative;
  padding-top: 10.6666666667%;
  background: #5BB2E4;
}
.prj__covr__campaign::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 108.9333333333%;
  padding-top: 23.4666666667%;
  margin: -8% 0 0 -3.2%;
  background: url(../img/deco/deco_cover_campaign_bubbles.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.prj__covr__campaign__txts {
  position: relative;
}

.prj__covr__campaign__txts__t1 {
  position: relative;
  width: 54.9333333333%;
  margin: 0 auto;
}

.prj__covr__campaign__txts__t2 {
  position: relative;
  width: 97.4666666667%;
  margin: 3.6% auto 0;
}

.prj__covr__campaign__txts__deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 67.3333333333%;
  margin: 0 0 0 22%;
}

.prj__covr__campaign__goods {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 68.1333333333%;
  margin-top: 2.9333333333%;
}
.prj__covr__campaign__goods::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 114.5333333333%;
  padding-top: 68.1333333333%;
  margin: 0 0 0 -6.6666666667%;
  background: url(../img/cover/covr_campaign_bg.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.prj__covr__campaign__goods > div {
  position: absolute;
  left: 0;
  top: 0;
}

.prj__covr__campaign__goods__i1 {
  width: 32.8%;
  margin: 12.9333333333% 0 0 8.8%;
}

.prj__covr__campaign__goods__i2 {
  width: 49.8666666667%;
  margin: 6.6666666667% 0 0 50%;
}

.prj__covr__campaign__goods__t1 {
  width: 36.2666666667%;
  margin: 47.0666666667% 0 0 7.6%;
}

.prj__covr__campaign__goods__t2 {
  width: 10.2666666667%;
  margin: 32.5333333333% 0 0 45.2%;
}

.prj__covr__campaign__goods__t3 {
  width: 33.0666666667%;
  margin: 51.2% 0 0 58.4%;
}

.prj__covr__campaign__goods__pingu {
  position: absolute;
  left: 0;
  top: auto !important;
  bottom: 0;
  width: 60.4%;
  margin: 0 0 -23.2% 20.5333333333%;
}

.prj__covr__campaign__term {
  position: relative;
  padding: 7.3333333333% 0 6.6666666667%;
  margin-top: 20.6666666667%;
  background: #FF5781;
}

.prj__covr__campaign__term__t1 {
  width: 84%;
  margin: 0 auto;
}

.prj__covr__campaign__term__t2 {
  width: 80.9333333333%;
  margin: 2.4% auto 0;
}

.prj__covr__campaign__term__t3 {
  width: 81.4666666667%;
  margin: 2.4% auto 0;
}

.prj__products {
  position: relative;
}
.prj__products .prj__secInner {
  position: relative;
  padding: 16.6666666667% 0 0;
}
.prj__products .prj__secMain {
  margin: 8% auto 0;
}

.prj__prod__h__heading {
  position: relative;
}

.prj__prod__h__heading__t1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 24.2666666667%;
  margin: -6.6666666667% 0 0 1.3333333333%;
}

.prj__prod__h__heading__t2 {
  position: relative;
  width: 84%;
  margin: 0 auto;
}

.prj__prod__slider {
  position: relative;
}

.prj__prod__slider__items {
  position: relative;
}

.prj__prod__slider__item {
  position: relative;
  width: 345px;
  height: 526px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 4em;
}
@media all and (min-width: 491px) {
  .prj__prod__slider__item {
    width: 450.8px;
    height: 687.3066666667px;
  }
}

.prj__prod__slider__item__base {
  position: relative;
  width: 100%;
}

.prj__prod__slider__item__pkg {
  position: absolute;
  left: 0;
  top: 0;
}

.prj__prod__slider__item__notes {
  position: absolute;
  left: 0;
  top: 0;
  width: 81.7391304348%;
  margin: 136.231884058% 0 0 9.7101449275%;
}
.prj__prod__slider__item__notes small {
  display: block;
  line-height: 1.5;
  color: #000;
}
@media all and (max-width: 490px) {
  .prj__prod__slider__item__notes small {
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__prod__slider__item__notes small {
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__prod__slider__item__notes small {
    font-size: 1.0453333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__prod__slider__item__notes small {
    font-size: 1.0453333333rem;
  }
}

.prj__prod__slider__item__chara {
  position: absolute;
  left: 0;
  top: 0;
}

.prj__prod__slider__item__pingu {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.prj__prod__slider__item--01 .prj__prod__slider__item__pkg {
  width: 83.768115942%;
  margin: 40.2898550725% 0 0 -1.3043478261%;
}
.prj__prod__slider__item--01 .prj__prod__slider__item__chara {
  width: 28.9855072464%;
  margin: -5.3623188406% 0 0 76.5217391304%;
}
.prj__prod__slider__item--01 .prj__prod__slider__item__pingu {
  width: 23.1884057971%;
  margin: 0 -7.6811594203% 14.4927536232% 0;
}

.prj__prod__slider__item--02 .prj__prod__slider__item__pkg {
  width: 77.8260869565%;
  margin: 42.6086956522% 0 0 3.9130434783%;
}
.prj__prod__slider__item--02 .prj__prod__slider__item__chara {
  width: 34.7826086957%;
  margin: 28.5507246377% 0 0 -6.5217391304%;
}
.prj__prod__slider__item--02 .prj__prod__slider__item__pingu {
  width: 22.0289855072%;
  margin: 0 -4.347826087% 32.7536231884% 0;
}

.prj__prod__slider__item--03 .prj__prod__slider__item__pkg {
  width: 94.0579710145%;
  margin: 39.4202898551% 0 0 -5.7971014493%;
}
.prj__prod__slider__item--03 .prj__prod__slider__item__chara {
  width: 28.9855072464%;
  margin: -5.0724637681% 0 0 78.115942029%;
}
.prj__prod__slider__item--03 .prj__prod__slider__item__pingu {
  width: 24.9275362319%;
  margin: 0 -10.8695652174% 33.1884057971% 0;
}

.prj__prod__slider__item--04 .prj__prod__slider__item__pkg {
  width: 116.6666666667%;
  margin: 48.5507246377% 0 0 -7.9710144928%;
}
.prj__prod__slider__item--04 .prj__prod__slider__item__chara {
  width: 23.768115942%;
  margin: 29.8550724638% 0 0 3.0434782609%;
}
.prj__prod__slider__item--04 .prj__prod__slider__item__pingu {
  width: 23.1884057971%;
  margin: 0 -1.4492753623% 16.6666666667% 0;
}

.prj__prod__slider__item--05 .prj__prod__slider__item__pkg {
  width: 50.8695652174%;
  margin: 42.4637681159% 0 0 21.884057971%;
}
.prj__prod__slider__item--05 .prj__prod__slider__item__chara {
  width: 23.768115942%;
  margin: 29.8550724638% 0 0 2.8985507246%;
}
.prj__prod__slider__item--05 .prj__prod__slider__item__pingu {
  width: 27.5362318841%;
  margin: 0 -4.0579710145% 42.3188405797% 0;
}

.prj__prod__slider__navi {
  position: relative;
  width: 212px;
  margin: 27.5px auto 0;
  pointer-events: none;
}

.prj__prod__slider__dotNavi {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
@media all and (min-width: 491px) {
  .prj__prod__slider__dotNavi {
    margin-bottom: 9.8px;
  }
}
.prj__prod__slider__dotNavi > span {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  box-sizing: border-box;
  pointer-events: auto;
}
@media all and (min-width: 491px) {
  .prj__prod__slider__dotNavi > span {
    width: 7.84px;
    height: 7.84px;
    margin: 0 7.84px;
  }
}
.prj__prod__slider__dotNavi .swiper-pagination-bullet {
  border: none;
  background: #1C75BB;
  opacity: 1;
}
.prj__prod__slider__dotNavi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ED1C24;
}

.prj__prod__slider__linearNavi {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.prj__prod__slider__linearNavi > div {
  position: relative;
  width: 37px;
  height: 37px;
  cursor: pointer;
  pointer-events: auto;
}
@media all and (min-width: 491px) {
  .prj__prod__slider__linearNavi > div {
    width: 48.3466666667px;
    height: 48.3466666667px;
  }
}
.prj__prod__slider__linearNavi > div .ico {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.prj__prod__slider__linearNavi > div .ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10em;
  background: #ED1C24;
}
.prj__prod__slider__linearNavi > div .ico::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/products/prod_slider_linear-navi_arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.prj__prod__slider__linearNavi__prevBtn .ico::after {
  transform: scale(-1);
}

@media all and (min-width: 491px) {
  .prj__prod__slider__linearNavi__prevBtn:hover .ico::after {
    margin-left: -4px;
  }
  .prj__prod__slider__linearNavi__nextBtn:hover .ico::after {
    margin-left: 4px;
  }
}
.prj__prod__deco__pingu {
  position: relative;
  width: 160%;
  margin: 13.3333333333% 0 0 -28%;
}
.prj__prod__deco__pingu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: #1C75BC;
  border-radius: 50%;
  transform: translateX(-50%) scaleY(0.78);
}
.prj__prod__deco__pingu img {
  position: relative;
  z-index: 1;
}

[class*=prj__camp__cmn__bgTop] {
  overflow: hidden;
}
[class*=prj__camp__cmn__bgTop]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0;
  margin-top: -1px;
  background: transparent 50% 50% no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--care::before {
  padding-top: 33.7333333333%;
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--cleansing::before {
  padding-top: 48.2608695652%;
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--brush::before, [class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--liquid::before {
  padding-top: 52.6086956522%;
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--special::before {
  padding-top: 44.4%;
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--forAll::before {
  padding-top: 38.6666666667%;
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--care::before, [class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--special::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22750.027%22%20height%3D%22329.943%22%20viewBox%3D%220%200%20750.027%20329.943%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11574%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011574%22%20d%3D%22M31.5%2C4.589%2C718.526%2C3.057C751.663%2C3.057%2C750%2C26.863%2C750%2C60V333s-165.15-50-375-50S0%2C333%2C0%2C333V60C0%2C26.863-1.639%2C4.589%2C31.5%2C4.589Z%22%20transform%3D%22translate(0.014%20-3.057)%22%20fill%3D%22%23ffdf4f%22%2F%3E%3C%2Fsvg%3E");
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--cleansing::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22750.027%22%20height%3D%22329.943%22%20viewBox%3D%220%200%20750.027%20329.943%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11574%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011574%22%20d%3D%22M31.5%2C4.589%2C718.526%2C3.057C751.663%2C3.057%2C750%2C26.863%2C750%2C60V333s-165.15-50-375-50S0%2C333%2C0%2C333V60C0%2C26.863-1.639%2C4.589%2C31.5%2C4.589Z%22%20transform%3D%22translate(0.014%20-3.057)%22%20fill%3D%22%2300b7d6%22%2F%3E%3C%2Fsvg%3E");
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--brush::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22750.027%22%20height%3D%22329.943%22%20viewBox%3D%220%200%20750.027%20329.943%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11574%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011574%22%20d%3D%22M31.5%2C4.589%2C718.526%2C3.057C751.663%2C3.057%2C750%2C26.863%2C750%2C60V333s-165.15-50-375-50S0%2C333%2C0%2C333V60C0%2C26.863-1.639%2C4.589%2C31.5%2C4.589Z%22%20transform%3D%22translate(0.014%20-3.057)%22%20fill%3D%22%23ef4870%22%2F%3E%3C%2Fsvg%3E");
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--liquid::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22750.027%22%20height%3D%22329.943%22%20viewBox%3D%220%200%20750.027%20329.943%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11574%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011574%22%20d%3D%22M31.5%2C4.589%2C718.526%2C3.057C751.663%2C3.057%2C750%2C26.863%2C750%2C60V333s-165.15-50-375-50S0%2C333%2C0%2C333V60C0%2C26.863-1.639%2C4.589%2C31.5%2C4.589Z%22%20transform%3D%22translate(0.014%20-3.057)%22%20fill%3D%22%23009862%22%2F%3E%3C%2Fsvg%3E");
}
[class*=prj__camp__cmn__bgTop].prj__camp__cmn__bgTop--forAll::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22750.027%22%20height%3D%22329.943%22%20viewBox%3D%220%200%20750.027%20329.943%22%20preserveAspectRatio%3D%22none%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11574%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011574%22%20d%3D%22M31.5%2C4.589%2C718.526%2C3.057C751.663%2C3.057%2C750%2C26.863%2C750%2C60V333s-165.15-50-375-50S0%2C333%2C0%2C333V60C0%2C26.863-1.639%2C4.589%2C31.5%2C4.589Z%22%20transform%3D%22translate(0.014%20-3.057)%22%20fill%3D%22%235BB2E4%22%2F%3E%3C%2Fsvg%3E");
}

.prj__campaign {
  position: relative;
  z-index: 0;
  background: #1C75BC;
}
.prj__campaign .prj__secInner {
  position: relative;
  padding-top: 4%;
}
.prj__campaign .prj__secMain {
  margin: 13.3333333333% auto 0;
}

.prj__camp__h__heading {
  position: relative;
  width: 77.3333333333%;
  margin: 0 0 0 10.5333333333%;
}

.prj__camp__present__courseWrap {
  position: relative;
  width: 100%;
  padding: 8% 0 10.6666666667%;
  background: #EBF8FF;
  border-radius: 3em;
}

.prj__camp__present__course__mainBlc {
  position: relative;
  width: 92%;
  overflow: visible;
  padding-bottom: 10.6666666667%;
  margin: 19.3333333333% auto 0;
  background: #FFF;
  border-radius: 3em;
}
.prj__camp__present__course__mainBlc--care {
  padding-top: 9.6%;
}
.prj__camp__present__course__mainBlc--special {
  padding-top: 2.6666666667%;
}

.prj__camp__present__course__totalBadge {
  position: absolute;
  right: 0;
  top: 0;
  width: 23.1884057971%;
  margin-right: -2.8985507246%;
}
.prj__camp__present__course__totalBadge--cleansing {
  margin-top: 31.884057971%;
}
.prj__camp__present__course__totalBadge--brush {
  margin-top: 37.6811594203%;
}
.prj__camp__present__course__totalBadge--liquid {
  margin-top: 39.7101449275%;
}
.prj__camp__present__course__totalBadge--special {
  margin-top: -10.1449275362%;
}

.prj__camp__present__prizeNotes {
  position: relative;
  width: 100%;
  margin: 1.2em auto 0;
  color: #000;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__camp__present__prizeNotes {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__present__prizeNotes {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__present__prizeNotes {
    font-size: 1.4373333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__present__prizeNotes {
    font-size: 1.4373333333rem;
  }
}

.prj__camp__present__hr {
  display: block;
  position: relative;
  left: 50%;
  width: 80%;
  height: 3px;
  margin: 3em 0;
  background-image: linear-gradient(to right, #666, #666 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 10px 3px;
  background-position: left top;
  border: none;
  transform: translateX(-50%);
}
.prj__camp__present__hr--turquoise {
  background-image: linear-gradient(to right, #00B7D6, #00B7D6 3px, transparent 3px);
}
.prj__camp__present__hr--pink {
  background-image: linear-gradient(to right, #EF4870, #EF4870 3px, transparent 3px);
}
.prj__camp__present__hr--green {
  background-image: linear-gradient(to right, #009862, #009862 3px, transparent 3px);
}
.prj__camp__present__hr--blue {
  background-image: linear-gradient(to right, #1C75BC, #1C75BC 3px, transparent 3px);
}

.prj__camp__present__appliprodBtn {
  width: 82.6086956522%;
  margin: 1em auto 0;
}
.prj__camp__present__appliprodBtn--special {
  width: 91.3043478261%;
}
@media all and (min-width: 491px) {
  .prj__camp__present__appliprodBtn a {
    transition: all 0.2s;
  }
  .prj__camp__present__appliprodBtn a:hover {
    opacity: 0.7;
  }
}

.prj__camp__present__care__anchorBtns {
  width: 92%;
  margin: 18.6666666667% auto 0;
}
.prj__camp__present__care__anchorBtns > li:nth-of-type(n+2) {
  margin-top: 2.6666666667%;
}
@media all and (min-width: 491px) {
  .prj__camp__present__care__anchorBtns a {
    transition: all 0.2s;
  }
  .prj__camp__present__care__anchorBtns a:hover {
    opacity: 0.7;
  }
}

.prj__camp__present__care__heading {
  position: relative;
  width: 77.7333333333%;
  margin: 0 auto;
}
.prj__camp__present__care__heading--cleansing {
  width: 69.7101449275%;
}
.prj__camp__present__care__heading--brush {
  width: 69.7101449275%;
}
.prj__camp__present__care__heading--liquid {
  width: 49.4202898551%;
}

.prj__camp__present__care__desc {
  position: relative;
  margin: 3.1884057971% auto 0;
}
.prj__camp__present__care__desc--cleansing {
  width: 71.5942028986%;
}
.prj__camp__present__care__desc--brush {
  width: 82.8985507246%;
}
.prj__camp__present__care__desc--liquid {
  width: 91.0144927536%;
}

.prj__camp__present__care__prize {
  position: relative;
  width: 94.2028985507%;
}
.prj__camp__present__care__prize--cleansing {
  width: 94.2028985507%;
  margin: 12.3188405797% 0 0 2.8985507246%;
}
.prj__camp__present__care__prize--brush {
  width: 91.3043478261%;
  margin: 16.5217391304% 0 0 4.347826087%;
}
.prj__camp__present__care__prize--liquid {
  width: 98.4057971014%;
  margin: 15.9420289855% 0 0 0%;
}

.prj__camp__present__care__products dt {
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media all and (max-width: 490px) {
  .prj__camp__present__care__products dt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__present__care__products dt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__present__care__products dt {
    font-size: 2.352rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__present__care__products dt {
    font-size: 2.352rem;
  }
}
.prj__camp__present__care__products dd {
  margin-top: 2.8985507246%;
}
.prj__camp__present__care__products--cleansing dd {
  width: 97.8260869565%;
  margin-left: -4.347826087%;
}
.prj__camp__present__care__products--brush dd {
  width: 97.3913043478%;
  margin-left: 6.231884058%;
}
.prj__camp__present__care__products--liquid dd {
  width: 94.0579710145%;
  margin-top: -2.8985507246%;
  margin-left: 5.3623188406%;
}

.prj__camp__present__care__topPingu {
  position: absolute;
  left: 50%;
  top: 0;
}
.prj__camp__present__care__topPingu--cleansing {
  width: 33.1884057971%;
  margin: -11.5942028986% 0 0 -16.5217391304%;
}
.prj__camp__present__care__topPingu--brush {
  width: 32.8985507246%;
  margin: -13.0434782609% 0 0 -16.3768115942%;
}
.prj__camp__present__care__topPingu--liquid {
  width: 32.0289855072%;
  margin: -13.0434782609% 0 0 -15.9420289855%;
}

.prj__camp__present__care__btmPingu {
  position: relative;
  margin: 7.2463768116% auto 0;
}
.prj__camp__present__care__btmPingu--cleansing {
  width: 48.8405797101%;
}
.prj__camp__present__care__btmPingu--brush {
  width: 48.2608695652%;
}
.prj__camp__present__care__btmPingu--liquid {
  width: 23.3333333333%;
}

.prj__camp__present__special {
  margin-top: 10.6666666667%;
}

.prj__camp__present__special__heading {
  position: relative;
  width: 78.8%;
  margin: 0 auto;
}

.prj__camp__present__special__prize {
  width: 91.3043478261%;
  margin: 0 auto;
}

.prj__camp__present__special__conditions {
  width: 92.7536231884%;
  margin: 0 auto;
}

.prj__camp__present__special__chance {
  width: 91.3043478261%;
  margin: 10.7246376812% auto 0;
}

.prj__camp__present__forAll {
  position: relative;
  width: 92%;
  padding: 5.3333333333% 0 10.6666666667%;
  margin: 10.6666666667% auto 0;
  background: #FFF;
  border-radius: 3em;
}
.prj__camp__present__forAll::before {
  width: 108.6956521739%;
  padding-top: 37.6811594203%;
}

.prj__camp__present__forAll__heading {
  position: relative;
  width: 54.7826086957%;
  margin: 0 auto;
}

.prj__camp__present__forAll__fig {
  position: relative;
  width: 54.9275362319%;
  margin: 15.0724637681% auto 0;
}
.prj__camp__present__forAll__fig::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: #707070 solid 1px;
}

.prj__camp__present__forAll__txt {
  position: relative;
  width: 66.8115942029%;
  margin: 8.4057971014% auto 0;
}

.prj__camp__present__notes {
  position: relative;
  width: 92%;
  margin: 4.4% auto -0.9333333333%;
}
.prj__camp__present__notes small {
  display: block;
  line-height: 1.6363636364;
  color: #FFF;
  text-align: justify;
}
@media all and (max-width: 490px) {
  .prj__camp__present__notes small {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__present__notes small {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__present__notes small {
    font-size: 1.4373333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__present__notes small {
    font-size: 1.4373333333rem;
  }
}

.prj__camp__present__mid__pingu {
  position: relative;
  width: 86.5333333333%;
  margin: 12% auto 0;
}

.prj__camp__present__btm__pingu {
  position: relative;
  width: 80%;
  margin: 10.6666666667% auto 0;
}

.prj__camp__appliProducts {
  position: relative;
  width: 92%;
  padding: 13.3333333333% 0 18.6666666667%;
  margin: 13.3333333333% auto 0;
}
.prj__camp__appliProducts::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 108.6956521739%;
  height: 100%;
  margin-left: -4.347826087%;
  background: #5BB2E4;
}
.prj__camp__appliProducts::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 118.4057971014%;
  padding-top: 25.5072463768%;
  margin: -8.6956521739% 0 0 -4.347826087%;
  background: url(../img/deco/deco_camp_applprod_top_bubbles.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}

.prj__camp__appliProducts__heading {
  position: relative;
  z-index: 1;
  width: 73.6231884058%;
  margin: 0 auto;
}

.prj__camp__appliProducts__brands {
  position: relative;
  padding: 9.1304347826% 0 14.4927536232%;
  margin-top: 8.9855072464%;
  background: #FFF;
  border-radius: 3em 3em 0 0;
}

.prj__camp__appliProducts__brands__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.prj__camp__appliProducts__brands__logos > li {
  margin: 0 5.2173913043%;
}
.prj__camp__appliProducts__brands__logos > li:nth-of-type(n+4) {
  margin-top: 6.9565217391%;
}
.prj__camp__appliProducts__brands__logos > li:nth-of-type(1) {
  width: 26.0869565217%;
}
.prj__camp__appliProducts__brands__logos > li:nth-of-type(2) {
  width: 20%;
}
.prj__camp__appliProducts__brands__logos > li:nth-of-type(3) {
  width: 16.5217391304%;
}
.prj__camp__appliProducts__brands__logos > li:nth-of-type(4) {
  width: 35.3623188406%;
}
.prj__camp__appliProducts__brands__logos > li:nth-of-type(5) {
  width: 33.0434782609%;
}
.prj__camp__appliProducts__brands__logos > li:nth-of-type(6) {
  width: 28.4057971014%;
}
.prj__camp__appliProducts__brands__logos > li:nth-of-type(7) {
  width: 19.4202898551%;
}

.prj__camp__appliProducts__brands__notes {
  position: relative;
  width: 86.9565217391%;
  margin: 4.7826086957% auto -1.0144927536%;
  line-height: 1.6363636364;
  color: #000;
  text-align: justify;
}
@media all and (max-width: 490px) {
  .prj__camp__appliProducts__brands__notes {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__appliProducts__brands__notes {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__appliProducts__brands__notes {
    font-size: 1.4373333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__appliProducts__brands__notes {
    font-size: 1.4373333333rem;
  }
}

.prj__camp__appliProducts__list {
  position: relative;
  padding: 7.9710144928% 0 7.8260869565%;
  background: #FFF;
  border-radius: 0 0 3em 3em;
}
.prj__camp__appliProducts__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82.6086956522%;
  height: 3px;
  margin-left: 8.6956521739%;
  background-image: linear-gradient(to right, #1C75BC, #1C75BC 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 10px 3px;
  background-position: left top;
}

.prj__camp__appliProducts__list__heading {
  position: relative;
  width: 45.5072463768%;
  margin: 0 auto;
}

.prj__camp__appliProducts__list__main {
  position: relative;
  margin-top: 8.6956521739%;
}

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

.prj__camp__appliProducts__list__notes {
  position: relative;
  margin-top: 5.0724637681%;
  letter-spacing: 0.04em;
  line-height: 1.4545454545;
  color: #000;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__camp__appliProducts__list__notes {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__appliProducts__list__notes {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__appliProducts__list__notes {
    font-size: 1.4373333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__appliProducts__list__notes {
    font-size: 1.4373333333rem;
  }
}

.prj__camp__appliProducts__list__contents {
  position: relative;
  width: 88.0597014925%;
  margin: 0 auto;
}

.prj__camp__appliProducts__list__group {
  position: relative;
}
.prj__camp__appliProducts__list__group:nth-of-type(n+2) {
  margin-top: 6.7796610169%;
}
.prj__camp__appliProducts__list__group dt {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0.8em 1.5em;
  background: #FF5781;
  border-radius: 0.5em;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #FFF;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__camp__appliProducts__list__group dt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__appliProducts__list__group dt {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__appliProducts__list__group dt {
    font-size: 1.8293333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__appliProducts__list__group dt {
    font-size: 1.8293333333rem;
  }
}
.prj__camp__appliProducts__list__group ul {
  position: relative;
  margin-top: 5.4237288136%;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #00547F;
}
@media all and (max-width: 490px) {
  .prj__camp__appliProducts__list__group ul {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__appliProducts__list__group ul {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__appliProducts__list__group ul {
    font-size: 1.8293333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__appliProducts__list__group ul {
    font-size: 1.8293333333rem;
  }
}
.prj__camp__appliProducts__list__group ul li {
  position: relative;
  padding-left: 1em;
}
.prj__camp__appliProducts__list__group ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  margin-left: -0.15em;
  transform: scale(0.5);
}
.prj__camp__appliProducts__list__group--exclude dt {
  background: #00547F;
  vertical-align: bottom;
}
.prj__camp__appliProducts__list__group--exclude dt::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.05em;
  height: 1.85em;
  margin-right: 0.4em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2217.85%22%20viewBox%3D%220%200%2021%2017.85%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_484%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20484%22%20transform%3D%22translate(-87%20-405.208)%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M8.776%2C2.931a2%2C2%2C0%2C0%2C1%2C3.448%2C0l7%2C11.905A2%2C2%2C0%2C0%2C1%2C17.5%2C17.85H3.5a2%2C2%2C0%2C0%2C1-1.724-3.014Z%22%20transform%3D%22translate(87%20405.208)%22%20fill%3D%22%23fdf9f7%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7922%22%20data-name%3D%22%E3%83%91%E3%82%B9%207922%22%20d%3D%22M2.436-2.844H1.008l-.3-5.724H2.736ZM.684-.84a.9.9%2C0%2C0%2C1%2C.3-.774%2C1.2%2C1.2%2C0%2C0%2C1%2C.732-.222%2C1.177%2C1.177%2C0%2C0%2C1%2C.72.222.9.9%2C0%2C0%2C1%2C.3.774.907.907%2C0%2C0%2C1-.3.762%2C1.135%2C1.135%2C0%2C0%2C1-.72.234A1.154%2C1.154%2C0%2C0%2C1%2C.984-.078.907.907%2C0%2C0%2C1%2C.684-.84Z%22%20transform%3D%22translate(96%20420.208)%22%20fill%3D%22%2300547f%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media all and (max-width: 490px) {
  .prj__camp__appliProducts__list__group--exclude dt::before {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__camp__appliProducts__list__group--exclude dt::before {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__camp__appliProducts__list__group--exclude dt::before {
    font-size: 1.3066666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__camp__appliProducts__list__group--exclude dt::before {
    font-size: 1.3066666667rem;
  }
}

.prj__camp__appliProducts__purchase {
  position: relative;
  width: 100%;
  padding-top: 5.7971014493%;
  margin: 5.7971014493% auto 0;
}
.prj__camp__appliProducts__purchase dt {
  width: 91.3043478261%;
  margin: 0 auto;
}
.prj__camp__appliProducts__purchase dd {
  margin-top: 8.6956521739%;
}

.prj__camp__appliProducts__purchase__shops {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prj__camp__appliProducts__purchase__shops > li {
  position: relative;
  width: 48.6956521739%;
  overflow: hidden;
  border-radius: 10em;
}
.prj__camp__appliProducts__purchase__shops > li:nth-of-type(n+3) {
  margin-top: 3.1884057971%;
}
.prj__camp__appliProducts__purchase__shops > li a {
  display: block;
  position: relative;
}
.prj__camp__appliProducts__purchase__shops > li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: all 0.2s;
  opacity: 0;
}

@media all and (min-width: 491px) {
  .prj__camp__appliProducts__purchase__shops > li a:hover::after {
    opacity: 0.3;
  }
}
.prj__application {
  position: relative;
  z-index: 1;
  background: #1C75BC;
}
.prj__application .prj__secInner {
  position: relative;
  padding: 16% 0 0;
}
.prj__application .prj__secInner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 108.9333333333%;
  padding-top: 23.4666666667%;
  margin: -10.6666666667% 0 0 -4%;
  background: url(../img/deco/deco_application_top_bubbles.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.prj__application .prj__secMain {
  margin-top: 11.3333333333%;
}

.prj__appl__h__heading {
  position: relative;
  width: 33.3333333333%;
  margin: 0 auto;
}

.prj__appl__h__desc {
  width: 89.0666666667%;
  margin: 5.3333333333% auto 0;
}

.prj__appl__h__desc__t1 {
  width: 89.9700598802%;
  margin: 0 auto;
}

.prj__appl__h__desc__t2 {
  width: 100%;
  margin-top: 4.0419161677%;
}

.prj__appl__h__deco__kira {
  position: absolute;
  left: 50%;
  top: 0;
  width: 21.2%;
  margin: 0% 0 0 96%;
}

.prj__appl__step {
  position: relative;
  width: 92%;
  padding: 10.6666666667% 0 8.2666666667%;
  margin: 0 auto;
  background: #FFF;
  border-radius: 2em;
  color: #231F20;
}
.prj__appl__step:nth-of-type(n+2) {
  margin-top: 8%;
}
.prj__appl__step--01 .prj__appl__step__txts dt {
  width: 49.8550724638%;
}
.prj__appl__step--02 {
  padding-bottom: 36.9333333333%;
}
.prj__appl__step--02 .prj__appl__step__txts dt {
  width: 78.9855072464%;
}

.prj__appl__step__txts dt {
  margin-left: 8.6956521739%;
}
.prj__appl__step__txts dd {
  width: 82.6086956522%;
  margin: 3.4782608696% auto -0.8695652174%;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  text-align: justify;
}
@media all and (max-width: 490px) {
  .prj__appl__step__txts dd {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__step__txts dd {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__step__txts dd {
    font-size: 2.352rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__step__txts dd {
    font-size: 2.352rem;
  }
}

.prj__appl__step__friendBtn {
  position: relative;
  width: 82.6086956522%;
  margin: 7.2463768116% auto 0;
}
@media all and (min-width: 491px) {
  .prj__appl__step__friendBtn a {
    transition: all 0.2s;
  }
  .prj__appl__step__friendBtn a:hover {
    opacity: 0.7;
  }
}

.prj__appl__receipt {
  position: relative;
  width: 92%;
  padding: 6.6666666667% 0 18.6666666667%;
  margin: 6.6666666667% auto 0;
}

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

.prj__appl__receipt__h__desc {
  width: 82.8985507246%;
  margin: 6.0869565217% auto 0;
}

.prj__appl__receipt__main {
  position: relative;
  width: 100%;
  padding: 11.5942028986% 0;
  margin: 14.7826086957% auto 0;
  background: #FFF;
  border-radius: 3em;
  color: #231F20;
}

.prj__appl__receipt__desc {
  width: 88.6956521739%;
  margin: 0 auto;
}

.prj__appl__receipt__fig {
  width: 82.6086956522%;
  margin: 8.6956521739% auto 0;
}

.prj__appl__receipt__notes {
  width: 86.9565217391%;
  margin: 5.7971014493% auto 0;
}
.prj__appl__receipt__notes small {
  letter-spacing: 0.04em;
  line-height: 1.8181818182;
  color: #231F20;
  text-align: justify;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__notes small {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__notes small {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__notes small {
    font-size: 1.4373333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__notes small {
    font-size: 1.4373333333rem;
  }
}

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

.prj__appl__receipt__shooting__contents {
  position: relative;
  width: 91.3043478261%;
  margin: 0 auto;
}

.prj__appl__receipt__shooting__openCloseBtn {
  width: 91.3043478261%;
  margin: 0% auto 0;
}
.prj__appl__receipt__shooting__openCloseBtn .__close {
  display: none;
}
.prj__appl__receipt__shooting__openCloseBtn.--open {
  margin-top: 10.8695652174%;
}
.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--ok .prj__appl__receipt__shooting__result__fig {
  width: 57.4603174603%;
  margin: 2.380952381% auto 0;
}
.prj__appl__receipt__shooting__result--ok .prj__appl__receipt__shooting__result__points {
  margin-top: 5.2380952381%;
}
.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: 11.5873015873%;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8.4126984127%;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points li {
  width: 47.619047619%;
  text-align: center;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points li:nth-of-type(n+3) {
  margin-top: 6.5079365079%;
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__points li:nth-of-type(5) {
  margin-left: 26.5079365079%;
}
.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: 200%;
  transform: translateX(-50%);
}
.prj__appl__receipt__shooting__result--ng .prj__appl__receipt__shooting__result__fig {
  width: 100%;
  margin-bottom: 6.6666666667%;
}

.prj__appl__receipt__shooting__result__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prj__appl__receipt__shooting__result__heading dt {
  width: 22.2222222222%;
}
.prj__appl__receipt__shooting__result__heading dd {
  width: 73.3333333333%;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__heading dd {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__shooting__result__heading dd {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__heading dd {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__shooting__result__heading dd {
    font-size: 1.568rem;
  }
}
.prj__appl__receipt__shooting__result__heading dd strong {
  color: #E55A68;
}

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

.prj__appl__receipt__shooting__result__points {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media all and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__points {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__receipt__shooting__result__points {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__receipt__shooting__result__points {
    font-size: 1.568rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__receipt__shooting__result__points {
    font-size: 1.568rem;
  }
}

.prj__appl__endBlc {
  position: relative;
  padding: 17.3333333333% 0 0;
  background: #5BB2E4;
}
.prj__appl__endBlc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 108.9333333333%;
  padding-top: 23.4666666667%;
  margin: -8% 0 0 -4%;
  background: url(../img/deco/deco_application_end_bubbles.svg) 50% 50% no-repeat;
  background-size: 100% 100%;
}
.prj__appl__endBlc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 108.6956521739%;
  padding-top: 7.2463768116%;
  margin-left: -4.347826087%;
  background: #1C75BC;
}

.prj__appl__postcard {
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.prj__appl__postcard__main {
  position: relative;
  padding: 11.5942028986% 0;
  background: #FFF;
  border-radius: 2em;
}

.prj__appl__postcard__topic {
  position: relative;
  width: 89.8550724638%;
  margin: 0 auto;
}
.prj__appl__postcard__topic--02, .prj__appl__postcard__topic--03 {
  padding-top: 9.4202898551%;
  margin-top: 9.4202898551%;
}
.prj__appl__postcard__topic--02::before, .prj__appl__postcard__topic--03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 91.935483871%;
  height: 3px;
  margin-left: 4.0322580645%;
  background-image: linear-gradient(to right, #1C75BC, #1C75BC 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 10px 3px;
  background-position: left top;
}
.prj__appl__postcard__topic--01 .prj__appl__postcard__heading {
  width: 97.4193548387%;
}
.prj__appl__postcard__topic--02 .prj__appl__postcard__heading {
  width: 92.0967741935%;
}
.prj__appl__postcard__topic--03 .prj__appl__postcard__heading {
  width: 27.2580645161%;
}

.prj__appl__postcard__heading {
  margin: 0 auto;
}

.prj__appl__postcard__topic__desc {
  margin: 3.5483870968% auto -1.2903225806%;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
  color: #000;
}
@media all and (max-width: 490px) {
  .prj__appl__postcard__topic__desc {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__postcard__topic__desc {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__postcard__topic__desc {
    font-size: 2.352rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__postcard__topic__desc {
    font-size: 2.352rem;
  }
}
.prj__appl__postcard__topic__desc p:nth-of-type(n+2) {
  margin-top: 1em;
}

.prj__appl__postcard__02__desc {
  text-align: center;
}

.prj__appl__postcard__03__desc {
  width: 91.935483871%;
}

.prj__appl__postcard__01__sample {
  width: 89.0322580645%;
  margin: 8.064516129% 0 0 8.064516129%;
}

.prj__appl__postcard__01__catch {
  width: 93.8709677419%;
  margin: 6.4516129032% auto 0;
}

.prj__appl__postcard__01__note {
  margin-top: 4.0322580645%;
}
.prj__appl__postcard__01__note small {
  display: block;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
}
@media all and (max-width: 490px) {
  .prj__appl__postcard__01__note small {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__postcard__01__note small {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__postcard__01__note small {
    font-size: 1.4373333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__postcard__01__note small {
    font-size: 1.4373333333rem;
  }
}

.prj__appl__postcard__02__fig {
  width: 99.1935483871%;
  margin: 4.8387096774% auto 0;
}

.prj__appl__terms {
  position: relative;
  width: 92%;
  margin: 10.6666666667% auto 0;
}

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

.prj__appl__terms__main {
  position: relative;
  padding: 7.2463768116% 0;
  margin-top: 6.9565217391%;
  background: #FFF;
  border-radius: 2em;
}

.prj__appl__terms__mainContents {
  position: relative;
  width: 86.9565217391%;
  height: 15.7142857143em;
  overflow: auto;
  box-sizing: border-box;
  padding-right: 1em;
  margin: 0 0 0 8.6956521739%;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
  color: #231F20;
  word-break: break-all;
}
@media all and (max-width: 490px) {
  .prj__appl__terms__mainContents {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__terms__mainContents {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__terms__mainContents {
    font-size: 1.8293333333rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__terms__mainContents {
    font-size: 1.8293333333rem;
  }
}
.prj__appl__terms__mainContents section:nth-of-type(n+2) {
  margin-top: 14.0350877193%;
}
.prj__appl__terms__mainContents h4 {
  font-weight: 700;
}
@media all and (max-width: 490px) {
  .prj__appl__terms__mainContents h4 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__terms__mainContents h4 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__terms__mainContents h4 {
    font-size: 2.0906666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__terms__mainContents h4 {
    font-size: 2.0906666667rem;
  }
}
.prj__appl__terms__mainContents h5 {
  margin-top: 7.0175438596%;
  font-weight: 700;
}
.prj__appl__terms__mainContents h5 + * {
  margin-top: 1.7543859649% !important;
}
.prj__appl__terms__mainContents p, .prj__appl__terms__mainContents ol, .prj__appl__terms__mainContents ul, .prj__appl__terms__mainContents dl {
  margin-top: 7.0175438596%;
}
.prj__appl__terms__mainContents dd > *:nth-child(1) {
  margin-top: 0;
}

.prj__appl__inquiry {
  position: relative;
  width: 92%;
  margin: 10.6666666667% auto 0;
}

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

.prj__appl__inquiry__main {
  position: relative;
  padding: 5.0724637681% 0;
  margin-top: 5.7971014493%;
  background: #FFF;
  border-radius: 2em;
}

.prj__appl__inquiry__info {
  position: relative;
  width: 88.4057971014%;
  margin: 0 auto;
  letter-spacing: 0.04em;
  line-height: 1.3333333333;
  color: #000;
  text-align: justify;
}
.prj__appl__inquiry__info dt {
  font-weight: 700;
}
@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: 0.3em;
  font-weight: 700;
}
@media all and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(1) {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__inquiry__info dd:nth-of-type(1) {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(1) {
    font-size: 3.136rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(1) {
    font-size: 3.136rem;
  }
}
.prj__appl__inquiry__info dd:nth-of-type(2) {
  margin-top: -0.3em;
}
@media all and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(2) {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__inquiry__info dd:nth-of-type(2) {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(2) {
    font-size: 1.6986666667rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(2) {
    font-size: 1.6986666667rem;
  }
}
.prj__appl__inquiry__info dd:nth-of-type(3) {
  margin-top: 0.8em;
}
@media all and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(3) {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media all and (min-width: 491px) {
  .prj__appl__inquiry__info dd:nth-of-type(3) {
    font-size: 15px;
    font-size: 4vw;
  }
}
@media all and (min-width: 491px) and (max-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(3) {
    font-size: 1.96rem;
  }
}
@media all and (min-width: 491px) and (min-width: 490px) {
  .prj__appl__inquiry__info dd:nth-of-type(3) {
    font-size: 1.96rem;
  }
}

.prj__appl__end__pingu {
  position: relative;
  z-index: 1;
  width: 92%;
  margin: 5.3333333333% auto 0;
}
.prj__appl__end__pingu img {
  position: relative;
}

[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: 87.7333333333%;
  margin: 12% 0 0 8.2666666667%;
}

.prj__pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5BB2E4 url(../img/pc/pc_bg.svg) 50% 50% no-repeat;
  background-size: cover;
}

@media all and (max-width: 490px) {
  .prj__pc {
    display: none;
  }
}
.prj__pc__menu {
  position: fixed;
  right: 0;
  top: 50%;
  width: 21.4510050251%;
  max-width: 341.5px;
  overflow: hidden;
  margin-right: calc((50% - 245px) * 0.5);
  background: #FFF;
  border-radius: 2em;
  transform: translate(50%, -50%);
}
@media all and (max-width: 1000px) {
  .prj__pc__menu {
    display: none;
  }
}

.prj__pc__menu__heading {
  padding: 8.1991215227% 0;
  background: #FFDF4F;
}

.prj__pc__menu__headingTxt {
  width: 17.8623718887%;
  margin: 0 auto;
}

.prj__pc__menu__main {
  width: 85.3587115666%;
  padding: 2.9282576867% 0;
  margin: 0 auto;
}

.prj__pc__menu__btns > li {
  position: relative;
}
.prj__pc__menu__btns > li:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #FFDF4F, #FFDF4F 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 10px 3px;
  background-position: left top;
  border: none;
}

.prj__pc__menu__btn a {
  display: block;
  position: relative;
  padding: 8.576329331% 0;
}
.prj__pc__menu__btn a .ico {
  position: absolute;
  right: 0;
  top: 50%;
  width: 7.2041166381%;
  height: 0;
  padding-top: 7.2041166381%;
  margin: -4.8027444254% 0 0 0;
  transition: all 0.2s;
}
.prj__pc__menu__btn a .ico::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pc/pc_menu_btn_arrow-ico.svg) 50% 50% no-repeat;
  background-size: contain;
}
.prj__pc__menu__btn a:hover .ico {
  transform: translateY(5px);
}
.prj__pc__menu__btn:nth-of-type(1) .txt {
  width: 68.4391080617%;
}
.prj__pc__menu__btn:nth-of-type(2) .txt {
  width: 71.8696397942%;
}
.prj__pc__menu__btn:nth-of-type(3) .txt {
  width: 33.9622641509%;
}

.prj__pc__sticker {
  position: fixed;
  left: 0;
  top: 50%;
  width: 22.864321608%;
  max-width: 364px;
  margin-left: calc((50% - 245px) * 0.5);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1000px) {
  .prj__pc__sticker {
    display: none;
  }
}

.prj__pc__copyright {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 92px;
  margin: 10px;
}
@media all and (max-width: 930px) {
  .prj__pc__copyright {
    display: none;
  }
}

.prj__pc__deco__pingu {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 213px;
  margin: 0 0 -4px 135px;
}
@media all and (max-width: 740px) {
  .prj__pc__deco__pingu {
    display: none;
  }
}

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

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

.prj__h__sunstarLogo {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transform: translateY(-300%);
}

.prj__covr__kv__base {
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transform: translateY(50%);
}

.prj__covr__kv__title__logo {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transform: translateY(-200%);
}

.prj__covr__kv__deco > * {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: scale(0.4) translateY(50%) rotate(20deg);
}
.prj__covr__kv__deco > *:nth-child(1) {
  transition-delay: 0.45s;
}
.prj__covr__kv__deco > *:nth-child(2) {
  transition-delay: 0.39s;
}
.prj__covr__kv__deco > *:nth-child(3) {
  transition-delay: 0.54s;
}
.prj__covr__kv__deco > *:nth-child(4) {
  transition-delay: 0.48s;
}
.prj__covr__kv__deco > *:nth-child(5) {
  transition-delay: 0.33s;
}
.prj__covr__kv__deco > *:nth-child(6) {
  transition-delay: 0.36s;
}
.prj__covr__kv__deco > *:nth-child(7) {
  transition-delay: 0.51s;
}
.prj__covr__kv__deco > *:nth-child(8) {
  transition-delay: 0.42s;
}
.prj__covr__kv__deco > *:nth-child(9) {
  transition-delay: 0.57s;
}

.prj__covr__kv__title__t1,
.prj__covr__kv__title__t2,
.prj__covr__kv__title__t3 {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.7s;
  transform: translateY(30px);
  opacity: 0;
}

.prj__covr__kv__title__t2 {
  transition-delay: 0.8s;
}

.prj__covr__kv__title__t3 {
  transition-delay: 0.9s;
}

.prj__covr__kv__copyright {
  transition: all 0.3s linear 1.6s;
  opacity: 0;
}

body.--show .prj__h__sunstarLogo {
  transform: translateY(0);
}
body.--show .prj__covr__kv__base {
  transform: translateY(0);
}
body.--show .prj__covr__kv__title__logo {
  transform: translateY(0);
}
body.--show .prj__covr__kv__deco > * {
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0deg);
}
body.--show .prj__covr__kv__title__t1,
body.--show .prj__covr__kv__title__t2,
body.--show .prj__covr__kv__title__t3 {
  transform: translateY(0);
  opacity: 1;
}
body.--show .prj__covr__kv__copyright {
  opacity: 1;
}

.prj__covr__campaign__goods {
  transition-delay: 0.3s !important;
}
.prj__covr__campaign__goods > div {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.prj__covr__campaign__goods > div:nth-of-type(1) {
  transform: translate(-50px, 50px) rotate(30deg);
  transition-delay: 0.3s;
}
.prj__covr__campaign__goods > div:nth-of-type(2) {
  transform: translate(0, 30px) rotate(-30deg);
  transition-delay: 0.5s;
}
.prj__covr__campaign__goods > div:nth-of-type(3) {
  transform: translate(0, 50px);
  transition-delay: 0.6s;
}
.prj__covr__campaign__goods > div:nth-of-type(4) {
  transform: translateX(-50px) rotate(30deg);
  transition-delay: 0.4s;
}
.prj__covr__campaign__goods > div:nth-of-type(5) {
  transform: translate(0, 50px);
  transition-delay: 0.7s;
}

.prj__covr__campaign__goods.--show > div {
  transform: translate(0, 0) rotate(0deg);
  opacity: 1;
}

.prj__prod__slider__item__chara {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s !important;
  transform: scale(0) rotate(30deg);
  transform-origin: 10% 100%;
}

.prj__prod__slider__item__pingu {
  overflow: hidden;
}
.prj__prod__slider__item__pingu img {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
  transform: translateX(120%);
}

.prj__prod__slider__item > * {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.prj__prod__slider__item > *:nth-child(1) {
  transition-delay: 0.25s;
}
.prj__prod__slider__item > *:nth-child(2) {
  transition-delay: 0.4s;
}
.prj__prod__slider__item > *:nth-child(3) {
  transition-delay: 0.55s;
}
.prj__prod__slider__item > *:nth-child(4) {
  transition-delay: 0.7s;
}
.prj__prod__slider__item > *:nth-child(5) {
  transition-delay: 0.85s;
}
.prj__prod__slider__item > *:nth-child(6) {
  transition-delay: 1s;
}
.prj__prod__slider__item > *:nth-child(7) {
  transition-delay: 1.15s;
}
.prj__prod__slider__item > *:nth-child(8) {
  transition-delay: 1.3s;
}
.prj__prod__slider__item > *:nth-child(9) {
  transition-delay: 1.45s;
}
.prj__prod__slider__item > *:nth-child(10) {
  transition-delay: 1.6s;
}

.prj__prod__slider__linearNavi__prevBtn {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translateX(150%);
  opacity: 0;
}

.prj__prod__slider__linearNavi__nextBtn {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translateX(-150%);
  opacity: 0;
}

.prj__prod__slider__dotNavi > span {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(30px);
  opacity: 0 !important;
}
.prj__prod__slider__dotNavi > span:nth-child(1) {
  transition-delay: 0.58s;
}
.prj__prod__slider__dotNavi > span:nth-child(2) {
  transition-delay: 0.66s;
}
.prj__prod__slider__dotNavi > span:nth-child(3) {
  transition-delay: 0.74s;
}
.prj__prod__slider__dotNavi > span:nth-child(4) {
  transition-delay: 0.82s;
}
.prj__prod__slider__dotNavi > span:nth-child(5) {
  transition-delay: 0.9s;
}
.prj__prod__slider__dotNavi > span:nth-child(6) {
  transition-delay: 0.98s;
}
.prj__prod__slider__dotNavi > span:nth-child(7) {
  transition-delay: 1.06s;
}
.prj__prod__slider__dotNavi > span:nth-child(8) {
  transition-delay: 1.14s;
}
.prj__prod__slider__dotNavi > span:nth-child(9) {
  transition-delay: 1.22s;
}
.prj__prod__slider__dotNavi > span:nth-child(10) {
  transition-delay: 1.3s;
}

.prj__prod__slider.--show .prj__prod__slider__item__chara {
  transform: scale(1) rotate(0deg);
}
.prj__prod__slider.--show .prj__prod__slider__item__pingu img {
  transform: translateX(0);
}
.prj__prod__slider.--show .prj__prod__slider__item > * {
  opacity: 1;
}
.prj__prod__slider.--show .prj__prod__slider__linearNavi__prevBtn,
.prj__prod__slider.--show .prj__prod__slider__linearNavi__nextBtn {
  transform: translateX(0);
  opacity: 1;
}
.prj__prod__slider.--show .prj__prod__slider__dotNavi > span {
  transform: translateY(0);
  opacity: 1 !important;
}

.prj__camp__course__goods__quantityBdg {
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s, opacity 0.05s linear 0.4s;
  transform: scale(4) rotate(30deg);
  opacity: 0;
}

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