html {
  font-size: calc(10vw / 7.5) !important;
  -webkit-font-smoothing: antialiased; }

body {
  color: #1E1E1E;
  font-family: sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  background-color: #fdf2e7;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 8px !important; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
@media screen and (min-width: 1050px) {
  html {
    font-size: 9px !important; } }
@media screen and (min-width: 1150px) {
  html {
    font-size: 10px !important; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.title img {
  width: 100%; }

label {
  cursor: pointer; }

label > * {
  cursor: pointer; }

figure img {
  width: 100%;
  height: auto; }

picture img {
  width: 100%;
  height: auto; }

svg {
  width: 100%;
  height: auto; }

::placeholder {
  font-weight: 500; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.txtBold {
  font-weight: 700; }

.sub {
  font-size: 0.7em;
  vertical-align: sub; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

input[type="submit"] {
  cursor: pointer; }

@media screen and (min-width: 769px) {
  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: all 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

@media screen and (min-width: 769px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP {
    display: none; }
    .modeSP.important {
      display: none !important; } }
@keyframes bganime {
  0% {
    background-position: 0% center; }
  50% {
    background-position: -50% center; }
  100% {
    background-position: -100% center; } }
@keyframes bound {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1.2); }
  22.5% {
    transform: scale(0.9); }
  25% {
    transform: scale(1); } }
.wrapper {
  overflow: hidden;
  opacity: 0;
  position: relative;
  padding: calc(120 / 750 * 100%) 0 0 0;
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.scrollPosition {
  margin: calc(-120 / 750 * 100vw) 0 0 0;
  padding: calc(120 / 750 * 100vw) 0 0 0; }

.contentInner {
  width: calc(650 / 750 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transition: all 0.6s ease-out; }
  .fadeContent.bound {
    opacity: 1; }

.fadeContent.current {
  opacity: 1; }
  .fadeContent.current:not(.bound) {
    transform: translateY(0) !important; }
  .fadeContent.current.bound {
    animation: bound 2s linear 0.2s infinite; }

@media screen and (min-width: 769px) {
  .wrapper {
    padding: 90px 0 0 0; }

  .scrollPosition {
    margin: -90px 0 0 0;
    padding: 90px 0 0 0; }

  .contentInner {
    width: 100%;
    max-width: 940px;
    padding: 0 20px;
    box-sizing: border-box; } }
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: calc(120 / 750 * 100vw) 0 0 0; }
  #header .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF; }
  #header .contentInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    #header .contentInner:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1010;
      width: 100%;
      height: 100%;
      background-color: #FFFFFF; }
  #header .logoArea {
    flex-basis: calc(188.5 / 650 * 100%);
    position: relative;
    z-index: 1020;
    margin: 0 0 0 calc(5 / 650 * 100%); }

#globalNav .menuButton .button {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1030;
  width: calc(150 / 750 * 100vw);
  box-sizing: border-box;
  aspect-ratio: 150 / 120; }
  #globalNav .menuButton .button .wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(39 / 150 * 100%);
    height: 0;
    padding: calc(39 / 150 * 100%) 0 0 0;
    margin: auto; }
    #globalNav .menuButton .button .wrap span {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 2px;
      background-color: #1E1E1E;
      margin: auto;
      border-radius: 1px;
      transition: all 0.2s; }
      #globalNav .menuButton .button .wrap span:nth-of-type(1) {
        top: 0; }
      #globalNav .menuButton .button .wrap span:nth-of-type(2) {
        top: calc(50% - 1px); }
      #globalNav .menuButton .button .wrap span:nth-of-type(3) {
        bottom: 0; }
#globalNav .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  max-height: 100vh;
  background-color: #FFFFFF !important; }
  #globalNav .menu .menuInner {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    background-color: #FFFFFF;
    padding: calc(100 / 750 * 100%) 0 0 0;
    transform: translateY(-100%);
    transition: all 0.2s ease-out;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; }
  #globalNav .menu .list {
    width: calc(625 / 750 * 100%);
    margin: auto;
    padding: calc(50 / 750 * 100%) 0 calc(43 / 750 * 100%) 0; }
    #globalNav .menu .list .item {
      font-size: 2.8rem;
      line-height: 1;
      padding: 1.7rem 0; }
      #globalNav .menu .list .item a {
        display: block;
        font-weight: 700;
        padding: 1.5rem 0; }
#globalNav.open .menuButton .button .wrap span:nth-of-type(1) {
  bottom: 0;
  transform: translateY(50%) translateY(-1px) rotate(-45deg); }
#globalNav.open .menuButton .button .wrap span:nth-of-type(2) {
  opacity: 0;
  left: 0; }
#globalNav.open .menuButton .button .wrap span:nth-of-type(3) {
  top: 0;
  left: 0;
  transform: translateY(-50%) translateY(1px) rotate(45deg); }
#globalNav.open .menu .menuInner {
  transform: translateY(0); }

@media screen and (min-width: 769px) {
  #header {
    height: 90px;
    padding: 0; }
    #header .contentInner {
      max-width: 1035px; }
      #header .contentInner:before {
        display: none; }
    #header .logoArea {
      flex-basis: 61px;
      margin: 0; }

  #globalNav .menuButton {
    display: none; }
  #globalNav .menu {
    opacity: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    height: auto;
    background-color: transparent !important;
    padding: 0;
    aspect-ratio: auto; }
    #globalNav .menu .menuInner {
      overflow: hidden;
      position: static;
      width: auto;
      max-width: 100%;
      color: #1E1E1E;
      background-color: transparent !important;
      margin: 0;
      padding: 0;
      transform: translateY(0); }
    #globalNav .menu .list {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.1rem;
      width: auto;
      margin: 0;
      padding: 0 0 0 3rem; }
      #globalNav .menu .list .item {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        font-size: 1.8rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.3rem; }
        #globalNav .menu .list .item:first-child:before {
          display: none; }
        #globalNav .menu .list .item:before {
          content: "/";
          display: block;
          margin: 0 0.2rem; }
        #globalNav .menu .list .item a {
          display: block;
          padding: 1.5rem 0; }
  .open #globalNav .menu {
    height: auto; } }
#footer .copyright {
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-align: center;
  padding: 0 0 calc(65 / 650 * 100%) 0; }

@media screen and (min-width: 769px) {
  #footer .copyright {
    font-weight: 500;
    padding: 0 0 calc(20 / 900 * 100%) 0; } }
#firstContent .content {
  background: url(../img/bg_mv_sp.webp) center center no-repeat;
  background-size: cover; }
#firstContent .contentInner {
  width: 100%;
  text-align: center; }
#firstContent .mv .title {
  width: calc(708 / 750 * 100%);
  margin: auto;
  padding: calc(162 / 750 * 100%) 0 calc(36 / 750 * 100%) 0; }
#firstContent .mv .copy {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 700;
  padding: 0 0 calc(50 / 750 * 100%) 0; }
#firstContent .mv .text {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  padding: 0 0 calc(88 / 750 * 100%) 0; }
#firstContent .member {
  background-color: rgba(233, 86, 102, 0.3); }
  #firstContent .member .title {
    width: calc(697 / 750 * 100%);
    text-align: center;
    margin: 0 auto;
    padding: calc(31 / 750 * 100%) 0 calc(21 / 750 * 100%) 0; }
  #firstContent .member .person {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 calc(19 / 650 * 100%) 0; }
    #firstContent .member .person .num .num1 {
      display: inline-block;
      width: 7.3rem;
      transform: translateY(30px);
      transition: all 0.7s ease-out 0.7s; }
    #firstContent .member .person .num .num2 {
      display: inline-block;
      width: 7.4rem;
      transform: translateY(30px);
      transition: all 0.7s ease-out 1.6s; }
    #firstContent .member .person .unit {
      width: 5rem;
      margin: 0 0 1rem 0.8rem; }
  #firstContent .member .text {
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 2;
    font-weight: 700;
    padding: 0 0 calc(35 / 650 * 100%) 0; }

@media screen and (min-width: 769px) {
  #firstContent .content {
    background: url(../img/bg_mv.webp) center center no-repeat;
    background-size: cover; }
  #firstContent .mv .title {
    width: calc(872 / 900 * 100%);
    padding: calc(52 / 900 * 100%) 0 calc(10 / 900 * 100%) 0; }
  #firstContent .mv .copy {
    padding: 0 0 calc(30 / 900 * 100%) 0; }
  #firstContent .mv .text {
    padding: 0 0 calc(63 / 900 * 100%) 0; }
  #firstContent .member .title {
    width: calc(677 / 900 * 100%);
    padding: calc(34 / 900 * 100%) 0 calc(22 / 900 * 100%) 0; }
  #firstContent .member .person {
    margin: 0 0 calc(21 / 900 * 100%) 0; }
    #firstContent .member .person .num .num1 {
      display: inline-block;
      width: 7.3rem; }
    #firstContent .member .person .num .num2 {
      display: inline-block;
      width: 7.4rem; }
    #firstContent .member .person .unit {
      width: 5rem;
      margin: 0 0 1rem 0.8rem; }
  #firstContent .member .text {
    padding: 0 0 calc(40 / 900 * 100%) 0; } }
#result .titleWrap .title {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  padding: calc(83 / 650 * 100%) 0 calc(22 / 650 * 100%) 0; }
#result .voice .balloon {
  transform: translateX(-30px); }
  #result .voice .balloon.balloon1 {
    width: calc(500 / 650 * 100%); }
  #result .voice .balloon.balloon2 {
    width: calc(341 / 650 * 100%);
    margin: calc(-4 / 650 * 100%) 0 0 auto;
    transform: translateX(30px);
    transition-delay: 0.1s; }
  #result .voice .balloon.balloon3 {
    width: calc(642 / 650 * 100%);
    margin: calc(36 / 650 * 100%) 0 0 0;
    transition-delay: 0.2s; }
  #result .voice .balloon.balloon4 {
    width: calc(536 / 650 * 100%);
    margin: calc(19 / 650 * 100%) 0 0 auto;
    transform: translateX(30px);
    transition-delay: 0.3s; }
  #result .voice .balloon.balloon5 {
    width: calc(564 / 650 * 100%);
    margin: calc(60 / 650 * 100%) 0 0 0;
    transition-delay: 0.4s; }
  #result .voice .balloon.balloon6 {
    width: calc(638 / 650 * 100%);
    margin: calc(28 / 650 * 100%) 0 0 auto;
    transform: translateX(30px);
    transition-delay: 0.5s; }
  #result .voice .balloon.current {
    transform: translateX(0); }
  #result .voice .balloon img {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.2)); }
#result .voice .text {
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  padding: calc(61 / 650 * 100%) 0 0 0; }
#result .ranking .title {
  margin: 0 calc(-15 / 650 * 100%) calc(22 / 650 * 100%) calc(-15 / 650 * 100%);
  padding: calc(23 / 650 * 100%) 0 0 0; }
#result .ranking .text {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 calc(66 / 650 * 100%) 0; }
#result .ranking .list {
  margin: 0 0 calc(106 / 650 * 100%) 0; }
  #result .ranking .list .item {
    background-color: #FFFFFF;
    margin: 0 0 calc(100 / 650 * 100%) 0;
    padding: calc(49 / 650 * 100%) calc(50 / 650 * 100%) calc(22 / 650 * 100%) calc(50 / 650 * 100%);
    border-radius: 4.5rem;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.2)); }
    #result .ranking .list .item .rank {
      font-size: 4.5rem;
      line-height: 2.38;
      font-weight: 700;
      text-align: center;
      margin: 0 0 calc(-6 / 550 * 100%) 0; }
      #result .ranking .list .item .rank.rank2:before {
        background: url(../img/icon_rank2.svg) center center no-repeat;
        background-size: contain; }
      #result .ranking .list .item .rank.rank3:before {
        background: url(../img/icon_rank3.svg) center center no-repeat;
        background-size: contain; }
      #result .ranking .list .item .rank:before {
        content: "";
        display: block;
        width: 5.6rem;
        background: url(../img/icon_rank1.svg) center center no-repeat;
        background-size: contain;
        margin: 0 auto 1rem auto;
        aspect-ratio: 51.2 / 36.6; }
      #result .ranking .list .item .rank .num {
        display: inline-block;
        font-size: 10.7rem;
        line-height: 1;
        margin: 0 2rem; }
    #result .ranking .list .item .name {
      font-size: 2rem;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.3rem;
      text-align: center;
      margin: 0 0 calc(22 / 550 * 100%) 0; }
    #result .ranking .list .item .change {
      margin: 0 0 calc(48 / 550 * 100%) 0; }
    #result .ranking .list .item .table {
      margin: 0 0 calc(37 / 550 * 100%) 0; }
    #result .ranking .list .item .comment {
      font-size: 2.8rem;
      line-height: 2;
      font-weight: 700;
      text-align: center;
      margin: 0 calc(-25 / 550 * 100%) calc(41 / 550 * 100%) calc(-25 / 550 * 100%); }
    #result .ranking .list .item .faq {
      margin: 0 0 calc(22 / 550 * 100%) 0; }
      #result .ranking .list .item .faq .box {
        margin: 0 0 calc(50 / 550 * 100%) 0;
        padding: calc(25 / 550 * 100%);
        border: 1px solid #000000;
        border-radius: 4rem; }
        #result .ranking .list .item .faq .box .image {
          margin: 0 0 calc(22 / 500 * 100%) 0; }
        #result .ranking .list .item .faq .box .textWrap {
          padding: 0 calc(12 / 500 * 100%); }
          #result .ranking .list .item .faq .box .textWrap .question {
            font-size: 2rem;
            line-height: 2;
            font-weight: 500;
            letter-spacing: -0.025rem;
            margin: 0 0 calc(17 / 500 * 100%) 0; }
          #result .ranking .list .item .faq .box .textWrap .answer {
            font-size: 1.8rem;
            line-height: 1.67;
            font-weight: 700;
            letter-spacing: -0.1rem; }
#result .ranking .noteWrap {
  width: calc(568 / 650 * 100%);
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 0 auto calc(61 / 650 * 100%) auto; }
#result .ranking .thanks {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  padding: 0 0 calc(82 / 650 * 100%) 0; }

@media screen and (min-width: 769px) {
  #result .titleWrap .title {
    padding: calc(78 / 900 * 100%) 0 calc(25 / 900 * 100%) 0; }
  #result .voice {
    margin: 0 0 calc(40 / 900 * 100%) 0; }
    #result .voice .balloon.balloon1 {
      width: calc(520 / 900 * 100%);
      margin: 0 0 0 calc(13 / 900 * 100%); }
    #result .voice .balloon.balloon2 {
      width: calc(343 / 900 * 100%);
      margin: calc(-140 / 900 * 100%) calc(10 / 900 * 100%) 0 auto; }
    #result .voice .balloon.balloon3 {
      width: calc(763 / 900 * 100%);
      margin: calc(38 / 900 * 100%) 0 0 calc(12 / 900 * 100%); }
    #result .voice .balloon.balloon4 {
      width: calc(541 / 900 * 100%);
      margin: calc(9 / 900 * 100%) calc(17 / 900 * 100%) 0 auto; }
    #result .voice .balloon.balloon5 {
      width: calc(559 / 900 * 100%);
      margin: calc(46 / 900 * 100%) 0 0 calc(14 / 900 * 100%); }
    #result .voice .balloon.balloon6 {
      width: calc(713 / 900 * 100%);
      margin: calc(26 / 900 * 100%) calc(-16 / 900 * 100%) 0 auto; }
    #result .voice .text {
      padding: calc(38 / 900 * 100%) 0 0 0; }
  #result .ranking .title {
    width: calc(677 / 900 * 100%);
    margin: 0 auto calc(15 / 900 * 100%) auto;
    padding: calc(35 / 900 * 100%) 0 0 0; }
  #result .ranking .text {
    margin: 0 0 calc(48 / 900 * 100%) 0; }
  #result .ranking .list {
    margin: 0 0 calc(83 / 900 * 100%) 0; }
    #result .ranking .list .item {
      margin: 0 0 calc(83 / 900 * 100%) 0;
      padding: calc(49 / 900 * 100%) 0 calc(24 / 900 * 100%) 0; }
      #result .ranking .list .item .rank {
        margin: 0 0 calc(-6 / 550 * 100%) 0; }
        #result .ranking .list .item .rank:before {
          margin: 0 auto; }
        #result .ranking .list .item .rank .num {
          margin: 0 0.7rem; }
      #result .ranking .list .item .name {
        margin: calc(6 / 900 * 100%) 0 calc(28 / 900 * 100%) 0; }
      #result .ranking .list .item .change {
        margin: 0 0 calc(40 / 900 * 100%) 0; }
      #result .ranking .list .item .table {
        margin: 0 0 calc(37 / 900 * 100%) 0; }
      #result .ranking .list .item .comment {
        margin: 0 0 calc(36 / 900 * 100%) 0; }
      #result .ranking .list .item .faq {
        width: calc(790 / 900 * 100%);
        margin: 0 auto calc(22 / 900 * 100%) auto; }
        #result .ranking .list .item .faq .box {
          margin: 0 0 calc(45 / 790 * 100%) 0;
          padding: calc(28 / 790 * 100%); }
          #result .ranking .list .item .faq .box.box1 {
            display: flex;
            justify-content: space-between; }
          #result .ranking .list .item .faq .box.box2 {
            display: flex;
            justify-content: space-between; }
            #result .ranking .list .item .faq .box.box2 .image {
              order: 2; }
            #result .ranking .list .item .faq .box.box2 .textWrap {
              order: 1; }
          #result .ranking .list .item .faq .box.box3 .textWrap .question {
            margin: 0 0 calc(17 / 734 * 100%) 0; }
          #result .ranking .list .item .faq .box.box4 {
            display: flex;
            justify-content: space-between; }
          #result .ranking .list .item .faq .box .image {
            flex-basis: calc(300 / 734 * 100%);
            margin: 0; }
          #result .ranking .list .item .faq .box .textWrap {
            flex-basis: calc(385 / 734 * 100%);
            padding: 0; }
            #result .ranking .list .item .faq .box .textWrap .question {
              margin: 0 0 calc(17 / 385 * 100%) 0; }
  #result .ranking .noteWrap {
    width: 100%;
    max-width: 720px;
    margin: 0 auto calc(55 / 900 * 100%) auto; }
  #result .ranking .thanks {
    padding: 0 0 calc(95 / 900 * 100%) 0; } }
#project .content {
  background: url(../img/bg_project_sp.webp) center center no-repeat;
  background-size: cover; }
#project .titleWrap .title {
  padding: calc(95 / 650 * 100%) 0 calc(29 / 650 * 100%) 0; }
  #project .titleWrap .title .balloon {
    margin: 0 calc(-15 / 650 * 100%) calc(15 / 650 * 100%) calc(-15 / 650 * 100%); }
  #project .titleWrap .title .image img {
    filter: drop-shadow(-2px 2px 3px rgba(200, 88, 148, 0.5)); }
#project .period {
  margin: 0 0 calc(89 / 650 * 100%) 0; }
#project .target .balloon {
  width: calc(314 / 650 * 100%);
  margin: 0 auto calc(18 / 650 * 100%) auto; }
#project .target .list {
  margin: 0 0 calc(60 / 650 * 100%) 0; }
  #project .target .list .item {
    margin: 0 0 calc(23 / 650 * 100%) 0; }
    #project .target .list .item .block .head .image img {
      filter: drop-shadow(-2px 2px 3px rgba(200, 88, 148, 0.5)); }
    #project .target .list .item .price {
      margin: calc(30 / 650 * 100%) calc(-14 / 650 * 100%) calc(23 / 650 * 100%) calc(-14 / 650 * 100%); }
#project .prize .balloon {
  width: calc(311 / 650 * 100%);
  margin: 0 auto calc(24 / 650 * 100%) auto; }
#project .prize .list {
  margin: 0 0 calc(91 / 650 * 100%) 0; }
  #project .prize .list .item {
    margin: 0 0 calc(23 / 650 * 100%) 0; }
    #project .prize .list .item.itemSpecial {
      padding: calc(6 / 650 * 100%) 0 0 0; }
    #project .prize .list .item .block {
      position: relative; }
      #project .prize .list .item .block .image img {
        filter: drop-shadow(-2px 2px 3px rgba(200, 88, 148, 0.5)); }
      #project .prize .list .item .block .goods {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(250 / 650 * 100%);
        margin: calc(-68 / 650 * 100%) calc(-64 / 650 * 100%) 0 0; }
#project .limited .title {
  margin: 0 calc(-18 / 650 * 100%) calc(22 / 650 * 100%) calc(-18 / 650 * 100%); }
#project .limited .banner {
  margin: 0 0 calc(12 / 650 * 100%) 0; }
  #project .limited .banner img {
    filter: drop-shadow(-2px 2px 3px rgba(200, 88, 148, 0.5)); }
#project .limited .noteWrap {
  padding: calc(20 / 650 * 100%) 0 calc(71 / 650 * 100%) 0; }
  #project .limited .noteWrap .note {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700;
    text-align: center; }
#project .bannerArea .contentInner {
  width: 100%; }
#project .bannerArea .bannerWrap {
  margin: 0 0 calc(83 / 750 * 100%) 0; }
#project .bannerArea .banner {
  margin: 0 0 calc(12 / 750 * 100%) 0; }
  #project .bannerArea .banner .note {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700;
    text-align: center;
    margin: 2rem 0 0 0; }
#project .welcome {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  padding: 0 0 calc(11 / 650 * 100%) 0; }

@media screen and (min-width: 769px) {
  #project .content {
    background: url(../img/bg_project.webp) center center no-repeat;
    background-size: cover; }
  #project .titleWrap .title {
    padding: calc(95 / 900 * 100%) 0 calc(42 / 900 * 100%) 0; }
    #project .titleWrap .title .balloon {
      width: calc(678 / 900 * 100%);
      margin: 0 auto calc(15 / 900 * 100%) auto; }
    #project .titleWrap .title .image {
      width: calc(753 / 900 * 100%);
      margin: auto; }
  #project .period {
    width: calc(850 / 900 * 100%);
    margin: 0 auto calc(83 / 900 * 100%) auto; }
  #project .target .balloon {
    width: calc(314 / 900 * 100%);
    margin: 0 auto calc(20 / 900 * 100%) auto; }
  #project .target .list {
    width: calc(750 / 900 * 100%);
    margin: 0 auto calc(66 / 900 * 100%) auto; }
    #project .target .list .item {
      margin: 0 0 calc(27 / 900 * 100%) 0; }
      #project .target .list .item .block .head .image img {
        filter: drop-shadow(-2px 2px 3px rgba(200, 88, 148, 0.5)); }
      #project .target .list .item .price {
        margin: calc(34 / 900 * 100%) 0 calc(25 / 900 * 100%) 0; }
  #project .prize .balloon {
    width: calc(311 / 900 * 100%);
    margin: 0 auto calc(19 / 900 * 100%) auto; }
  #project .prize .list {
    width: calc(750 / 900 * 100%);
    margin: 0 auto calc(55 / 900 * 100%) auto; }
    #project .prize .list .item {
      margin: 0 0 calc(25 / 750 * 100%) 0; }
      #project .prize .list .item.itemSpecial {
        padding: calc(10 / 750 * 100%) 0 0 0; }
      #project .prize .list .item .block .goods {
        width: calc(250 / 750 * 100%);
        margin: calc(-36 / 750 * 100%) calc(-39 / 750 * 100%) 0 0; }
  #project .limited .title {
    width: calc(677 / 900 * 100%);
    margin: 0 auto calc(22 / 900 * 100%) auto; }
  #project .limited .banner {
    width: calc(750 / 900 * 100%);
    margin: 0 auto calc(12 / 900 * 100%) auto; }
  #project .limited .noteWrap {
    padding: calc(7 / 900 * 100%) 0 calc(41 / 900 * 100%) 0; }
  #project .bannerArea .bannerWrap {
    margin: 0 0 calc(61 / 900 * 100%) 0; }
  #project .bannerArea .banner {
    width: calc(860 / 900 * 100%);
    margin: 0 auto calc(31 / 900 * 100%) auto; }
    #project .bannerArea .banner .note {
      margin: 2.2rem 0 0 0; }
  #project .welcome {
    padding: 0 0 calc(15 / 900 * 100%) 0; } }
