@charset "UTF-8";
body {
  background-color: #ffffff !important;
  margin: 0 !important;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Osaka, 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic'; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html {
  background-color: #ffffff !important;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 750px) {
    html {
      font-size: 1.3333333333vw; } }
  @media (min-width: 750px) {
    html {
      font-size: 1.3333333333vw; } }
  @media only screen and (min-width: 1025px) {
    html {
      font-size: 0.5vw; } }
  @media (min-width: 2000px) {
    html {
      font-size: 10px; } }

.verbara *,
.verbara *::before,
.verbara *::after {
  box-sizing: border-box; }
.verbara h1,
.verbara h2,
.verbara h3,
.verbara h4,
.verbara h5,
.verbara div,
.verbara p,
.verbara ul,
.verbara li {
  margin: 0;
  padding: 0; }
.verbara li {
  list-style: none; }
.verbara img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none; }
.verbara a:hover img {
  filter: saturate(130%);
  opacity: 1; }
.verbara .pcOnly {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .verbara .pcOnly {
      display: inline; } }
.verbara .spOnly {
  display: inline; }
  @media only screen and (min-width: 1025px) {
    .verbara .spOnly {
      display: none; } }
@media only screen and (min-width: 420px) {
  .verbara a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

.verbara {
  /******* キービジュアル*******/ }
  .verbara .logoarea {
    background-image: linear-gradient(90deg, #c2950e, #efc51d 11%, #ead980 29%, #fbf7cf 54%, #ead980 77%, #efc51d 86%, #c2950e);
    height: 5.8rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .verbara .logoarea .logo {
      width: 42.8rem;
      margin-left: 1.3rem; }
  .verbara .keyvisual {
    position: relative;
    width: 100%;
    height: 99.2rem;
    background-image: url(../img/bg_kv_base.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0 0 0 0; }
    .verbara .keyvisual .kv_oscar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .verbara .keyvisual .kv_marie {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .verbara .keyvisual .kv-title {
      position: absolute;
      width: 70.1rem;
      top: -0.5rem;
      left: 0;
      right: 0;
      margin: auto;
      filter: drop-shadow(0.8rem 0.8rem 1rem rgba(0, 0, 0, 0.7)); }
    .verbara .keyvisual .kv_prod {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .verbara .keyvisual .kv_baloon {
      position: absolute;
      top: 30.9rem;
      left: 0;
      right: 0;
      margin: auto;
      width: 25rem; }
    .verbara .keyvisual .kv_oscar_slideIn {
      opacity: 0; }
      .verbara .keyvisual .kv_oscar_slideIn.active {
        animation: slidein 0.4s ease-in 0.5s forwards; }
@keyframes slidein {
  from {
    opacity: 0;
    transform: translateX(50%); }
  to {
    opacity: 1;
    transform: translateX(0%); } }
    .verbara .keyvisual .kv_marie_slideIn {
      opacity: 0; }
      .verbara .keyvisual .kv_marie_slideIn.active {
        animation: slidein02 0.4s ease-in 0.5s forwards; }
@keyframes slidein02 {
  from {
    opacity: 0;
    transform: translateX(-50%); }
  to {
    opacity: 1;
    transform: translateX(0%); } }
    .verbara .keyvisual .kv-ti-fadeIn {
      opacity: 0; }
      .verbara .keyvisual .kv-ti-fadeIn.active {
        animation: kv-fadein 0.4s ease-in 1.1s forwards; }
@keyframes kv-fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .verbara .keyvisual .bom {
      opacity: 0; }
      .verbara .keyvisual .bom.active {
        animation: bom 0.35s ease-in 1.6s forwards; }
@keyframes bom {
  0% {
    opacity: 0;
    transform: scale(3); }
  95% {
    opacity: 1;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/******* イントロ *******/
.intro {
  position: relative;
  background-image: url("../img/bg_intro.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 5.6rem 0 0rem !important; }
  .intro .frills {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%; }
  .intro .intro-comic {
    width: 100%;
    margin: 0rem auto 0; }
  .intro .intro-comic02 {
    width: 100%;
    margin: -15.6rem auto 0; }
  .intro .intro-iedore {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .intro .intro-iedore-ti {
    width: 66.1rem;
    position: absolute;
    bottom: 95.5rem;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20rem 0 0 0;
    filter: drop-shadow(0.7rem 0.7rem 0.9rem rgba(0, 0, 0, 0.7)); }

.verbara {
  /******* 対象商品 *******/ }
  .verbara .prod {
    position: relative;
    background-image: url("../img/bg_prod.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
    padding: 11.4rem 0; }
    .verbara .prod .frills {
      position: absolute;
      top: -1rem;
      left: 0;
      width: 100%; }
    .verbara .prod .prod-title {
      width: 59.2rem;
      margin: 0rem auto 0;
      will-change: filter;
      filter: drop-shadow(1rem 1rem 0.7rem rgba(0, 0, 0, 0.5)); }
    .verbara .prod .prod-comic01 {
      width: 62.6rem;
      margin: -0.9rem auto 0; }
    .verbara .prod a:hover img {
      filter: brightness(110%);
      opacity: 1; }
    .verbara .prod .prod-list01-wrap {
      position: relative;
      width: 60.5rem;
      height: 52.5rem;
      margin: -5.7rem auto 0; }
      .verbara .prod .prod-list01-wrap .prod-list01-baloon {
        width: 100%; }
      .verbara .prod .prod-list01-wrap .prod-list01 {
        position: absolute;
        display: flex;
        width: 100%;
        top: 11.7rem;
        left: 0; }
        .verbara .prod .prod-list01-wrap .prod-list01 li {
          height: 40.6rem; }
          .verbara .prod .prod-list01-wrap .prod-list01 li img {
            height: 100%;
            width: auto; }
        .verbara .prod .prod-list01-wrap .prod-list01 .prod01 {
          margin-right: 6.3rem; }
        .verbara .prod .prod-list01-wrap .prod-list01 .prod02 {
          margin-right: 8.8rem; }
    .verbara .prod .prod-list02-wrap {
      position: relative;
      width: 75rem;
      height: 56.4rem;
      margin: 7.8rem auto 0; }
      .verbara .prod .prod-list02-wrap .prod-list02-md {
        width: 100%; }
      .verbara .prod .prod-list02-wrap .prod-list02-new {
        position: absolute;
        width: 11.4rem;
        top: 19.3rem;
        right: 1.8rem; }
      .verbara .prod .prod-list02-wrap .prod-list02 {
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 56.3rem;
        top: 15.7rem;
        left: 8.3rem; }
        .verbara .prod .prod-list02-wrap .prod-list02 li {
          height: 40.7rem; }
          .verbara .prod .prod-list02-wrap .prod-list02 li img {
            height: 100%;
            width: auto; }
    .verbara .prod .prod-comic02 {
      width: 59.7rem;
      margin: 9.1rem auto 0; }

.verbara .hybrid {
  position: relative;
  background-color: #db6acf;
  padding: 11.2rem 0 22rem; }
  .verbara .hybrid .frills {
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%; }
  .verbara .hybrid .hybrid-ti {
    width: 61.1rem;
    margin: 0rem auto 0;
    will-change: filter;
    filter: drop-shadow(1rem 1rem 0.7rem rgba(0, 0, 0, 0.5)); }

.verbara {
  /******* レシピ *******/ }
  .verbara .recipe {
    position: relative;
    background-image: url("../img/bg_recipe.png");
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 100%;
    padding: 11.7rem 0 15.2rem; }
    .verbara .recipe .frills {
      position: absolute;
      top: -1rem;
      left: 0;
      width: 100%; }
      .verbara .recipe .frills img {
        width: 100% !important; }
    .verbara .recipe .recipe-title {
      width: 59.2rem;
      margin: 0rem auto 0;
      will-change: filter;
      filter: drop-shadow(1rem 1rem 0.7rem rgba(0, 0, 0, 0.5)); }
    .verbara .recipe .recipe-lead {
      width: 51rem;
      margin: 6.5rem auto 0; }
    .verbara .recipe .recipe01 {
      width: 100%;
      margin: 1.2rem 0 0; }
      .verbara .recipe .recipe01 .bt_recipe01 {
        width: 64.4rem;
        margin: 1.3rem auto 0;
        will-change: filter;
        filter: drop-shadow(0.6rem 0.6rem 0.5rem rgba(0, 0, 0, 0.7));
        cursor: pointer; }
    .verbara .recipe .recipe02 {
      width: 100%;
      margin: 7.8rem 0 0; }
      .verbara .recipe .recipe02 .bt_recipe02 {
        width: 64.4rem;
        margin: 2.4rem auto 0;
        will-change: filter;
        filter: drop-shadow(0.6rem 0.6rem 0.5rem rgba(0, 0, 0, 0.7));
        cursor: pointer; }
    .verbara .recipe .recipe03 {
      width: 100%;
      margin: 9.2rem 0 0; }
      .verbara .recipe .recipe03 .bt_recipe03 {
        width: 64.4rem;
        margin: 3rem auto 0;
        will-change: filter;
        filter: drop-shadow(0.6rem 0.6rem 0.5rem rgba(0, 0, 0, 0.7));
        cursor: pointer; }

.verbara {
  /******* マンガ *******/ }
  .verbara .comic {
    position: relative;
    background-image: url("../img/bg_comic.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 366.5rem; }
    .verbara .comic .frills {
      position: absolute;
      top: -1rem;
      left: 0;
      width: 100%; }
    .verbara .comic .comic01 {
      position: absolute;
      width: 100%;
      top: 7.6rem;
      left: 0rem; }
    .verbara .comic .comic02 {
      position: absolute;
      width: 100%;
      bottom: 10.2rem;
      left: 0rem; }
    .verbara .comic .comic-rose {
      width: 100%;
      position: absolute;
      top: 0; }

.verbara {
  /******* 対象商品 *******/ }
  .verbara .prize {
    background-image: linear-gradient(0deg, #ffff8d 44%, rgba(255, 255, 255, 0) 90%);
    padding: 10.5rem 0 0rem !important; }
    .verbara .prize .prize-lead {
      width: 56.1rem;
      margin: 0rem auto 0; }
    .verbara .prize .prize-cont {
      position: relative;
      width: 60.2rem;
      margin: 8.5rem auto 0;
      background-image: url("../img/bg_apply_prod.png");
      background-repeat: repeat-y;
      background-size: 100% auto; }
      .verbara .prize .prize-cont .prize-title {
        position: absolute;
        width: 51.9rem;
        top: -2.2rem;
        left: 0;
        right: 0;
        margin: auto; }
      .verbara .prize .prize-cont .prize-bt {
        position: absolute;
        width: 43.7em;
        bottom: 13.8rem;
        left: 0;
        right: 0;
        margin: auto;
        margin: 0rem auto 0; }
        .verbara .prize .prize-cont .prize-bt li + li {
          margin-top: 3.8rem; }
    .verbara .prize .prize-kome {
      width: 60.2rem;
      margin: 4.8rem auto 0; }
      .verbara .prize .prize-kome li {
        position: relative;
        color: #650000;
        padding-left: 1em;
        font-size: 1.8rem;
        line-height: 1.3em;
        margin: 0.5em 0 0 0; }
        .verbara .prize .prize-kome li:before {
          content: '※';
          position: absolute;
          left: 0; }

.verbara {
  /******* 応募方法 *******/ }
  .verbara .apply-prod {
    position: relative;
    background-color: #ffff8d;
    padding: 10rem 0 12.6rem !important; }
    .verbara .apply-prod .apply-prod-title {
      width: 59.2rem;
      margin: 0rem auto 0;
      will-change: filter;
      filter: drop-shadow(1rem 1rem 0.7rem rgba(0, 0, 0, 0.5)); }
    .verbara .apply-prod .apply-prod-cont {
      width: 60rem;
      margin: 7.4rem auto 0;
      background-image: url("../img/bg_apply_prod.png");
      background-repeat: repeat-y;
      background-size: 100% auto;
      padding: 5rem 0; }
      .verbara .apply-prod .apply-prod-cont .apply-prod-lead {
        width: 36.2rem;
        margin: 0 auto; }
      .verbara .apply-prod .apply-prod-cont .apply-prod01 {
        width: 100%;
        margin: 5.5rem auto 0; }
      .verbara .apply-prod .apply-prod-cont .apply-prod02 {
        width: 100%;
        margin: 7.5rem auto 0; }
      .verbara .apply-prod .apply-prod-cont .apply-prod_note {
        margin: 6rem auto 0;
        width: 30em;
        font-size: 1.8rem;
        line-height: 1em; }
        .verbara .apply-prod .apply-prod-cont .apply-prod_note li {
          position: relative;
          padding-left: 1em;
          margin: 0.5em 0 0 0; }
          .verbara .apply-prod .apply-prod-cont .apply-prod_note li:before {
            content: '※';
            position: absolute;
            left: 0; }
    .verbara .apply-prod .bt_line {
      width: 59rem;
      margin: 10.5rem auto 0 !important;
      filter: drop-shadow(0.6rem 0.6rem 0.4rem rgba(0, 0, 0, 0.5));
      will-change: filter; }

.verbara {
  /******* 応募方法 *******/ }
  .verbara .method {
    position: relative;
    background-color: #ff6c8a;
    padding: 12rem 0 22.5rem !important; }
    .verbara .method .frills {
      position: absolute;
      top: -1rem;
      left: 0;
      width: 100%; }
    .verbara .method .method-title {
      width: 59.2rem;
      margin: 0rem auto 0;
      will-change: filter;
      filter: drop-shadow(1rem 1rem 0.7rem rgba(0, 0, 0, 0.5)); }
    .verbara .method .method-cont-wrap {
      width: 60rem;
      margin: 7.4rem auto 0;
      background: #FFF;
      border-radius: 3.4rem;
      padding: 6rem 3.7rem 12.6rem; }
      .verbara .method .method-cont-wrap .method_receipt_wrap {
        position: relative;
        width: 52.6rem;
        margin: 8.6rem auto 0;
        border: #000 solid 2px;
        padding: 9.2rem 0 5.6rem; }
        .verbara .method .method-cont-wrap .method_receipt_wrap .method_receipt_ti {
          position: absolute;
          width: 38.2rem;
          top: -2.3rem;
          left: 0;
          right: 0;
          margin: auto; }
        .verbara .method .method-cont-wrap .method_receipt_wrap .method_receipt {
          width: 44.4rem;
          margin: 0 auto; }
      .verbara .method .method-cont-wrap .step01, .verbara .method .method-cont-wrap .step02, .verbara .method .method-cont-wrap .step03 {
        width: 100%; }
      .verbara .method .method-cont-wrap .step02 {
        margin: 7.2rem auto 0; }
      .verbara .method .method-cont-wrap .step03 {
        margin: 6.7rem auto 0; }
      .verbara .method .method-cont-wrap .method_note {
        margin: 6.8rem auto 0;
        width: 20em;
        font-size: 2rem;
        line-height: 1.3em; }
        .verbara .method .method-cont-wrap .method_note li {
          position: relative;
          padding-left: 1em;
          margin: 0.5em 0 0 0; }
          .verbara .method .method-cont-wrap .method_note li:before {
            content: '※';
            position: absolute;
            left: 0; }

/******* 応募要項・規約 *******/
.rule {
  width: 46.8rem;
  margin: 8.4rem auto 0; }
  .rule .rule-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46.8rem;
    height: 11.8rem;
    background-color: #000;
    background-image: url("../img/bt_rule_open.svg");
    background-repeat: no-repeat;
    background-size: 2.2rem auto;
    background-position: center right 4rem;
    border-radius: 0.5rem;
    margin: 0rem auto 0;
    cursor: pointer; }
    .rule .rule-btn img {
      width: 12rem; }
    .rule .rule-btn.active {
      background-image: url("../img/bt_rule_close.svg"); }
  .rule .rule-cont-wrap {
    display: none;
    padding: 3rem 0rem 0 0;
    margin: 0 auto;
    background: #FFF;
    margin: 0rem auto 0; }
    .rule .rule-cont-wrap.active {
      display: block; }
  .rule .rule-cont {
    height: 51rem;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 1.8rem;
    color: #000;
    padding-right: 3rem; }
    .rule .rule-cont::-webkit-scrollbar {
      width: 0;
      /* Chrome, Safari, Opera */ }
    .rule .rule-cont p {
      margin-top: 0.5em; }
      .rule .rule-cont p.note {
        padding-left: 1em;
        text-indent: -1em; }
    .rule .rule-cont h2 {
      font-size: 2.5rem;
      margin-top: 1.5em;
      text-align: center; }
    .rule .rule-cont h3 {
      font-size: 2.2rem;
      margin-top: 1.5em;
      border-bottom: 1px solid #000; }
      .rule .rule-cont h3:first-child {
        margin-top: 0; }
    .rule .rule-cont h4,
    .rule .rule-cont .subtitle {
      font-size: 2.1rem;
      font-weight: bold;
      margin-top: 1em; }
    .rule .rule-cont h5 {
      font-size: 2rem;
      margin-top: 0.75em; }
    .rule .rule-cont .prizelist li {
      padding-left: 1em;
      text-indent: -1em; }
    .rule .rule-cont ul.sub {
      margin: 0.5em auto 0 1em; }
      .rule .rule-cont ul.sub li {
        padding-left: 1em;
        text-indent: -1em; }
    .rule .rule-cont ul.note {
      margin: 0.5em auto 0; }
      .rule .rule-cont ul.note li {
        padding-left: 1em;
        text-indent: -1em; }
    .rule .rule-cont h5 + ul, .rule .rule-cont h4 + ul, .rule .rule-cont h3 + ul {
      margin-top: 0.5em; }
    .rule .rule-cont ul.disc li {
      list-style: disc;
      margin-left: 1.25em;
      margin-bottom: 0.25em; }
    .rule .rule-cont .list-no, .rule .rule-cont .list-no-B {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      font-size: 1.8rem; }
    .rule .rule-cont .list-no {
      margin: 1em auto 0; }
      .rule .rule-cont .list-no dt {
        width: 2em; }
      .rule .rule-cont .list-no dd {
        width: calc(100% - 2em);
        margin-left: 0; }
    .rule .rule-cont .list-no-B {
      margin: 0.5em auto 0; }
      .rule .rule-cont .list-no-B dt {
        width: 1em; }
      .rule .rule-cont .list-no-B dd {
        width: calc(100% - 1em);
        margin-left: 0; }
    .rule .rule-cont .list-kome {
      margin: 0.5rem auto 0; }
      .rule .rule-cont .list-kome li {
        position: relative;
        padding-left: 1em;
        font-size: 1.8rem;
        line-height: 1.3em;
        margin: 0.5em 0 0 0; }
        .rule .rule-cont .list-kome li:before {
          content: '※';
          position: absolute;
          left: 0; }

.verbara {
  /******* ロザリー *******/ }
  .verbara .rosalie_wrap {
    background-image: url("../img/bg_rosalie.jpg");
    position: relative;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    height: 66.6rem; }
    .verbara .rosalie_wrap .frills {
      position: absolute;
      top: -1rem;
      left: 0;
      width: 100%; }
    .verbara .rosalie_wrap .rosalie {
      position: absolute;
      width: 100%;
      top: -18.8rem; }

.verbara {
  /******* お問い合わせ先 *******/ }
  .verbara .contact {
    background-image: url("../img/bg_contact.png");
    position: relative;
    background-position: top center;
    background-size: 100% auto;
    z-index: 1;
    padding: 9.2rem 0 14.5rem; }
    .verbara .contact .frills {
      position: absolute;
      top: -1rem;
      left: 0;
      width: 100%; }
    .verbara .contact .contact-ti {
      width: 24.4rem;
      margin: 0 auto; }
    .verbara .contact .contact-name {
      width: 100%;
      font-size: 2rem;
      margin: 4.2rem auto 0;
      text-align: center;
      color: #650000;
      font-weight: bold; }
    .verbara .contact .contact-telno {
      width: 38.9rem;
      margin: 2.6rem auto 0; }
    .verbara .contact .contact-recept {
      width: 51.8rem;
      margin: 2.6rem auto 0; }
    .verbara .contact .contact-note {
      font-size: 1.8rem;
      line-height: 1em;
      margin: 1.6rem auto 0;
      text-align: center;
      color: #650000; }
    .verbara .contact .contact-copy {
      font-size: 1.7rem;
      line-height: 1em;
      margin: 0.8em auto 0;
      text-align: center;
      color: #650000;
      font-weight: bold; }

.modal01, .modal02, .modal03 {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  /* iOS Safariのツールバー伸縮に対応 */
  height: -webkit-fill-available; }
  .modal01.active, .modal02.active, .modal03.active {
    display: block; }

.modal__bg {
  background: rgba(0, 0, 0, 0.75);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 10001; }

.modal__content {
  left: 50%;
  position: absolute;
  top: 0%;
  width: 85vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 10001;
  transform: translate(-50%, 0px);
  padding-bottom: 30rem !important; }
  @media only screen and (min-width: 1025px) {
    .modal__content {
      width: 75rem;
      padding-bottom: 0rem !important; } }
  .modal__content .cont_wrap {
    position: relative;
    z-index: 10005;
    width: 100%;
    background-image: url("../img/bg_modal.png");
    background-position: top center;
    background-repeat: repeat-y;
    border: 2rem solid;
    border-image: linear-gradient(to right, #b49328, #e2c337, #e4d783, #f9f6cb, #e4d783, #e2c337, #b49328);
    border-image-slice: 1;
    padding: 0 0 6.9rem; }
    .modal__content .cont_wrap .modal_kv {
      width: 100%;
      margin: 0 auto; }
    .modal__content .cont_wrap .modal_copy {
      width: 15.725rem;
      margin: 1.2rem 0.8rem 0 auto; }
      @media only screen and (min-width: 1025px) {
        .modal__content .cont_wrap .modal_copy {
          width: 18.5rem; } }
    .modal__content .cont_wrap .modal_lead01 {
      width: 54.57rem;
      margin: 2.8rem auto 0; }
      @media only screen and (min-width: 1025px) {
        .modal__content .cont_wrap .modal_lead01 {
          width: 64.2rem; } }
    .modal__content .cont_wrap .modal_lead02 {
      width: 53.21rem;
      margin: 2.8rem auto 0; }
      @media only screen and (min-width: 1025px) {
        .modal__content .cont_wrap .modal_lead02 {
          width: 62.6rem; } }
    .modal__content .cont_wrap .modal_lead03 {
      width: 53.635rem;
      margin: 2.8rem auto 0; }
      @media only screen and (min-width: 1025px) {
        .modal__content .cont_wrap .modal_lead03 {
          width: 63.1rem; } }
    .modal__content .cont_wrap .material {
      width: 54.825rem;
      margin: 4.8rem auto 0; }
      @media only screen and (min-width: 1025px) {
        .modal__content .cont_wrap .material {
          width: 64.5rem; } }
    .modal__content .cont_wrap .howto {
      width: 54.825rem;
      margin: 2.5rem auto 0; }
      @media only screen and (min-width: 1025px) {
        .modal__content .cont_wrap .howto {
          width: 64.5rem; } }
    .modal__content .cont_wrap .modal_column {
      width: 54.825rem;
      border: solid #593208 0.7rem;
      background: #ffffdf;
      margin: 4.5rem auto 0;
      padding: 4rem 0 7.4rem; }
      @media only screen and (min-width: 1025px) {
        .modal__content .cont_wrap .modal_column {
          width: 64.5rem; } }
      .modal__content .cont_wrap .modal_column .modal_column-ti {
        width: 47.515rem;
        margin: 0 auto 0; }
        @media only screen and (min-width: 1025px) {
          .modal__content .cont_wrap .modal_column .modal_column-ti {
            width: 55.9rem; } }
      .modal__content .cont_wrap .modal_column .modal_column-howto {
        width: 47.43rem;
        margin: 3.6rem auto 0; }
        @media only screen and (min-width: 1025px) {
          .modal__content .cont_wrap .modal_column .modal_column-howto {
            width: 55.8rem; } }
        .modal__content .cont_wrap .modal_column .modal_column-howto li + li {
          margin-top: 4.8rem; }
    .modal__content .cont_wrap .modal-close {
      width: 21.8rem;
      margin: 6rem auto 0;
      cursor: pointer; }
      .modal__content .cont_wrap .modal-close:hover {
        opacity: 1;
        filter: brightness(115%) saturate(120%); }

.verbara {
  /******* PC表示用 *******/ }
  .verbara .pc-left,
  .verbara .pc-right {
    display: none; }
  @media only screen and (min-width: 1025px) {
    .verbara .contents-wrap {
      width: 100%; }
    .verbara .lp-contents {
      margin: 0 auto;
      width: 75rem; }
    .verbara .pc-left {
      position: fixed;
      display: block;
      top: 0;
      left: 0;
      width: calc(50% - 37.5rem);
      height: 100%;
      background-image: url("../img/bg_pc_rose.png"), url("../img/bg_pc_left.jpg");
      background-size: 70rem auto, cover;
      background-position: top right,top right;
      background-repeat: no-repeat,no-repeat; }
      .verbara .pc-left .pc-left-cont {
        width: 100%;
        max-width: 62.5em;
        height: 100%;
        position: relative;
        margin: 0 0 0 auto; }
        .verbara .pc-left .pc-left-cont .pc_oscar_baloon {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0; }
        .verbara .pc-left .pc-left-cont .pc_oscar {
          position: absolute;
          width: 100%;
          max-height: 100%;
          bottom: 0;
          left: 0; }
    .verbara .pc-right {
      position: relative;
      position: fixed;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      right: 0;
      width: calc(50% - 37.5rem);
      height: 100%;
      background-image: url("../img/bg_pc_right.jpg");
      background-size: cover;
      background-position: top left;
      background-repeat: no-repeat; }
      .verbara .pc-right .pc-right-cont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -48%);
        width: 49.2rem;
        max-height: 100%;
        margin: 1rem 0; }
        .verbara .pc-right .pc-right-cont .pc-right-nav {
          width: 49.2rem; }
          .verbara .pc-right .pc-right-cont .pc-right-nav li {
            width: 100%;
            height: 7.1rem; }
            .verbara .pc-right .pc-right-cont .pc-right-nav li img {
              height: 100%;
              width: auto; }
            .verbara .pc-right .pc-right-cont .pc-right-nav li a:hover img {
              filter: hue-rotate(290deg) saturate(140%);
              opacity: 1; }
          .verbara .pc-right .pc-right-cont .pc-right-nav li + li {
            margin-top: 4rem; }
        .verbara .pc-right .pc-right-cont .pc_bt {
          width: 48.5rem;
          margin: 7.8rem auto 0 !important;
          will-change: filter;
          filter: drop-shadow(0.6rem 0.6rem 0.4rem rgba(0, 0, 0, 0.5)); } }

/******* 固定ボタン *******/
.navi-sp {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2000; }
  @media only screen and (min-width: 1025px) {
    .navi-sp {
      display: none; } }
  .navi-sp li {
    width: 20%; }

.intro-anime01 {
  opacity: 0; }
  .intro-anime01.active {
    animation: intro-anime01 0.2s ease-in 1.9s forwards; }

@keyframes intro-anime01 {
  from {
    opacity: 0;
    transform: translateY(10%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.upin {
  opacity: 0; }
  .upin.active {
    animation: upin 0.35s ease-in 0.25s forwards; }

@keyframes upin {
  from {
    opacity: 0;
    transform: translateY(5%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.upin-d {
  opacity: 0; }
  .upin-d.active {
    animation: upin 0.35s ease-in 0.6s forwards; }

@keyframes upin-d {
  from {
    opacity: 0;
    transform: translateY(8%); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fade-in_intro {
  opacity: 0; }
  .fade-in_intro.active {
    animation: fadein 0.4s ease-in 0.8s forwards; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fade-in_intro_ti {
  opacity: 0; }
  .fade-in_intro_ti.active {
    animation: fadein-ti 0.4s ease-in 0.8s forwards; }

@keyframes fadein-ti {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
.fade-in {
  opacity: 0; }
  .fade-in.active {
    animation: fadein 0.25s ease-in 0.1s forwards; }

.fade-in02 {
  opacity: 0; }
  .fade-in02.active {
    animation: fadein 0.25s ease-in 0.5s forwards; }

.fade-in03 {
  opacity: 0; }
  .fade-in03.active {
    animation: fadein 0.25s ease-in 0.8s forwards; }

.fade-in04 {
  opacity: 0; }
  .fade-in04.active {
    animation: fadein 0.25s ease-in 1s forwards; }

.fade-in05 {
  opacity: 0; }
  .fade-in05.active {
    animation: fadein 0.25s ease-in 1.2s forwards; }

.slide-in {
  opacity: 0; }
  .slide-in.active {
    animation: slidein 0.1s ease-in 0.5s forwards; }

@keyframes slidein {
  from {
    opacity: 0;
    transform: translateX(40%); }
  to {
    opacity: 1;
    transform: translateX(0%); } }
.slide-in02 {
  opacity: 0; }
  .slide-in02.active {
    animation: slidein02 0.3s ease-in 0.5s forwards; }

@keyframes slidein02 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(30%); }
  to {
    opacity: 1;
    transform: translateX(0%) translateY(0%); } }
.zoom-in {
  opacity: 0; }
  .zoom-in.active {
    animation: zoom 0.25s ease-in 1.8s forwards; }

.zoom-in02 {
  opacity: 0; }
  .zoom-in02.active {
    animation: zoom 0.25s ease-in 0s forwards; }

@keyframes zoom {
  from {
    opacity: 0;
    transform: scale(2); }
  to {
    opacity: 1;
    transform: scale(1); } }
.pom {
  opacity: 0; }
  .pom.active {
    animation: pom 0.25s ease-in 0.8s forwards; }

@keyframes pom {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
.verbara {
  /* Dots */ }
  .verbara .carousel {
    width: 64.2rem;
    margin: 7.9rem auto 0 !important;
    padding-left: 2rem; }
  .verbara .carousel .panel {
    height: 70rem;
    display: block;
    padding: 0 2rem 1rem 0; }
    .verbara .carousel .panel img {
      will-change: filter;
      filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.5)); }
  .verbara .carousel .slick-prev,
  .verbara .carousel .slick-next {
    width: 3.8rem;
    height: 4.2rem;
    padding: 0.7rem;
    top: 110%;
    position: absolute;
    z-index: 999;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-indent: -9999px; }
    @media only screen and (min-width: 1025px) {
      .verbara .carousel .slick-prev,
      .verbara .carousel .slick-next {
        width: 3.8rem;
        height: 4.2rem;
        padding: 0.7rem;
        top: 111%; } }
  .verbara .carousel .slick-prev {
    background: url("../img/arrow_l.svg") no-repeat;
    background-size: contain !important;
    left: 10rem; }
    @media only screen and (min-width: 1025px) {
      .verbara .carousel .slick-prev {
        left: 12rem; } }
    .verbara .carousel .slick-prev:hover {
      background: url("../img/arrow_l.svg") no-repeat;
      background-size: contain !important; }
  .verbara .carousel .slick-next {
    background: url("../img/arrow_r.svg") no-repeat;
    background-size: contain !important;
    right: 10rem; }
    @media only screen and (min-width: 1025px) {
      .verbara .carousel .slick-next {
        right: 12rem; } }
    .verbara .carousel .slick-next:hover {
      background: url("../img/arrow_r.svg") no-repeat;
      background-size: contain !important; }
  .verbara .slick-dots {
    width: 60rem;
    margin: 0 auto;
    bottom: -9.2rem; }
  .verbara .slick-dots li {
    margin: 0 1.5rem; }
  .verbara .slick-dots li button:before {
    opacity: 1;
    color: #fff;
    font-size: 3rem; }
  .verbara .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f3e727;
    font-size: 3rem; }
