@charset "UTF-8";
a {
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #666AA7; }

::-moz-selection {
  background: #666AA7;
  color: #fff; }

::selection {
  background: #666AA7;
  color: #fff; }

body {
  font-size: 16px;
  line-height: initial;
  font-family: 'Nunito',  Helvetica, Arial, "Microsoft JhengHei", 微軟正黑體;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #666AA7;
  line-height: 1.5; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6,
  body p {
    font-size: 16px;
    margin: 0;
    line-height: 1.2; }
  body ul,
  body ol,
  body li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.material-icons {
  font-family: "Material Icons" !important; }

.oi_tit {
  font-size: 48px;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media screen and (max-width: 39.9375em) {
    .oi_tit {
      text-align: left;
      line-height: 1.2; } }

.oi_intro {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5; }
  @media screen and (max-width: 39.9375em) {
    .oi_intro {
      text-align: left; } }

.oi_layout {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .oi_layout {
      padding: 0 20px; } }

.oi_fix-to-fap {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
          align-items: baseline;
  border-radius: 50%;
  position: fixed;
  right: 1em;
  bottom: 3em;
  z-index: 10;
  width: 50px;
  height: 50px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  .oi_fix-to-fap img {
    width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .oi_fix-to-fap {
      bottom: 0.5em;
      right: 0.5em; } }

.oi_header {
  background-image: url("../images/bg-header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .oi_header .oi_header-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    background-image: url("../images/header-girl.png"), url("../images/character4.png");
    background-position: bottom left, bottom right;
    background-size: auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 415px) and (max-width: 63.9375em) {
      .oi_header .oi_header-inner {
        background-size: 40%, 50%; } }
    @media screen and (max-width: 414px) {
      .oi_header .oi_header-inner {
        background-size: 65%, 85%;
        background-position: -60px 295px, 170px 200px; } }
    @media screen and (max-width: 320px) {
      .oi_header .oi_header-inner {
        background-position: -40px 340px, 140px 267px; } }
  .oi_header .oi_logo {
    width: 100%;
    text-align: center;
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .oi_header .oi_logo {
        margin-top: 0px; } }
    @media screen and (max-width: 39.9375em) {
      .oi_header .oi_logo {
        margin-bottom: 40px; } }
    .oi_header .oi_logo img {
      max-width: 360px; }
      @media screen and (max-width: 768px) {
        .oi_header .oi_logo img {
          max-width: 280px; } }
      @media screen and (max-width: 320px) {
        .oi_header .oi_logo img {
          max-width: 240px; } }
  .oi_header .oi_store-link {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .oi_header .oi_store-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
    @media screen and (max-width: 414px) {
      .oi_header .oi_store-link {
        margin-bottom: 0; } }
    .oi_header .oi_store-link a {
      max-width: 200px;
      margin: 0 10px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
      .oi_header .oi_store-link a:hover, .oi_header .oi_store-link a:active {
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px); }
      .oi_header .oi_store-link a img {
        width: 100%; }

.oi_gameplay-wrap {
  background: #F3F3F3;
  padding-top: 40px;
  overflow: hidden; }
  .oi_gameplay-wrap .oi_iframe-outer {
    max-width: 800px;
    margin: 0 auto 30px; }
  .oi_gameplay-wrap .oi_iframe-wrap {
    background: #666AA7;
    border-radius: 20px;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 56.25%; }
    @media screen and (max-width: 801px) {
      .oi_gameplay-wrap .oi_iframe-wrap {
        width: 100%;
        border-radius: 0; } }
    .oi_gameplay-wrap .oi_iframe-wrap iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border: 0; }

.oi_gameplay-list-outer {
  position: relative; }
  @media screen and (max-width: 1100px) {
    .oi_gameplay-list-outer {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .oi_gameplay-list-outer {
      height: auto;
      overflow: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .oi_gameplay-list-outer::-webkit-scrollbar {
        display: none; } }
  .oi_gameplay-list-outer .oi_pre {
    position: absolute;
    left: -8%;
    top: 50%;
    font-size: 48px;
    margin-top: -28px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
    @media screen and (max-width: 1200px) {
      .oi_gameplay-list-outer .oi_pre {
        left: -45px; } }
    @media screen and (max-width: 1100px) {
      .oi_gameplay-list-outer .oi_pre {
        left: 0; } }
    @media screen and (max-width: 768px) {
      .oi_gameplay-list-outer .oi_pre {
        display: none; } }
    .oi_gameplay-list-outer .oi_pre:hover {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }
  .oi_gameplay-list-outer .oi_next {
    position: absolute;
    right: -8%;
    top: 50%;
    font-size: 48px;
    margin-top: -28px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
    @media screen and (max-width: 1200px) {
      .oi_gameplay-list-outer .oi_next {
        right: -45px; } }
    @media screen and (max-width: 1100px) {
      .oi_gameplay-list-outer .oi_next {
        right: 0; } }
    @media screen and (max-width: 768px) {
      .oi_gameplay-list-outer .oi_next {
        display: none; } }
    .oi_gameplay-list-outer .oi_next:hover {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }

.oi_gameplay-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  overflow: hidden;
  height: 540px;
  margin-bottom: -20px;
  -webkit-overflow-scrolling: touch; }
  .oi_gameplay-list::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 768px) {
    .oi_gameplay-list {
      width: 2260px;
      overflow: hidden;
      overflow-x: scroll;
      margin-bottom: 0;
      display: block;
      height: 500px; } }
  @media screen and (max-width: 39.9375em) {
    .oi_gameplay-list {
      width: 1600px; } }
  @media screen and (max-width: 320px) {
    .oi_gameplay-list {
      height: 500px;
      overflow: hidden;
      overflow-x: scroll;
      width: 1400px; } }
  .oi_gameplay-list li {
    -webkit-box-flex: 0;
            flex: 0 0 300px;
    cursor: pointer;
    width: 300px;
    height: 500px;
    margin-right: 5%;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    overflow-scrolling: touch; }
    @media screen and (max-width: 768px) {
      .oi_gameplay-list li {
        float: left; } }
    @media screen and (max-width: 39.9375em) {
      .oi_gameplay-list li {
        margin-right: 20px; }
        .oi_gameplay-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 320px) {
      .oi_gameplay-list li {
        -webkit-box-flex: 0;
                flex: 0 0 260px;
        width: 260px;
        height: 460px; } }
    .oi_gameplay-list li:hover {
      -webkit-transform: translateY(-10px) scale(1.02);
              transform: translateY(-10px) scale(1.02); }
      @media screen and (max-width: 39.9375em) {
        .oi_gameplay-list li:hover {
          -webkit-transform: none;
                  transform: none; } }

.oi_slider-list-outer {
  position: relative; }
  @media screen and (max-width: 1100px) {
    .oi_slider-list-outer {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .oi_slider-list-outer {
      height: auto;
      overflow: hidden;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .oi_slider-list-outer::-webkit-scrollbar {
        display: none; } }
  .oi_slider-list-outer .oi_pre {
    position: absolute;
    left: -8%;
    top: 50%;
    font-size: 48px;
    margin-top: -28px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
    @media screen and (max-width: 1200px) {
      .oi_slider-list-outer .oi_pre {
        left: -45px; } }
    @media screen and (max-width: 1100px) {
      .oi_slider-list-outer .oi_pre {
        left: 0; } }
    @media screen and (max-width: 768px) {
      .oi_slider-list-outer .oi_pre {
        display: none; } }
    .oi_slider-list-outer .oi_pre:hover {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }
  .oi_slider-list-outer .oi_next {
    position: absolute;
    right: -8%;
    top: 50%;
    font-size: 48px;
    margin-top: -28px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
    @media screen and (max-width: 1200px) {
      .oi_slider-list-outer .oi_next {
        right: -45px; } }
    @media screen and (max-width: 1100px) {
      .oi_slider-list-outer .oi_next {
        right: 0; } }
    @media screen and (max-width: 768px) {
      .oi_slider-list-outer .oi_next {
        display: none; } }
    .oi_slider-list-outer .oi_next:hover {
      -webkit-transform: translateX(10px);
              transform: translateX(10px); }

.oi_slider-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  height: 340px;
  margin-bottom: -20px;
  -webkit-overflow-scrolling: touch; }
  .oi_slider-list::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 768px) {
    .oi_slider-list {
      width: 2260px;
      overflow: hidden;
      overflow-x: scroll;
      margin-bottom: 0;
      display: block;
      height: 350px; } }
  @media screen and (max-width: 320px) {
    .oi_slider-list {
      height: 300px;
      overflow: hidden;
      overflow-x: scroll;
      width: 1960px; } }
  .oi_slider-list li {
    -webkit-box-flex: 0;
            flex: 0 0 300px;
    cursor: pointer;
    width: 300px;
    height: 500px;
    margin-right: 5%;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    overflow-scrolling: touch; }
    @media screen and (max-width: 768px) {
      .oi_slider-list li {
        float: left; } }
    @media screen and (max-width: 39.9375em) {
      .oi_slider-list li {
        margin-right: 20px; }
        .oi_slider-list li:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 320px) {
      .oi_slider-list li {
        -webkit-box-flex: 0;
                flex: 0 0 260px;
        width: 260px;
        height: 280px; } }
    .oi_slider-list li:hover {
      -webkit-transform: translateY(-10px) scale(1.02);
              transform: translateY(-10px) scale(1.02); }
      @media screen and (max-width: 39.9375em) {
        .oi_slider-list li:hover {
          -webkit-transform: none;
                  transform: none; } }

.oi_characters-wrap {
  padding: 40px 0;
  background: #FBFBFB; }

.oi_characters-list-outer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .oi_characters-list-outer::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .oi_characters-list-outer {
      height: 320px;
      display: block;
      -webkit-overflow-scrolling: touch; } }

.oi_characters-list {
  width: 1550px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 39.9375em) {
    .oi_characters-list {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: start;
              justify-content: flex-start;
      width: 2100px;
      height: auto;
      -webkit-overflow-scrolling: touch; } }
  @media screen and (max-width: 320px) {
    .oi_characters-list {
      width: 1860px; } }
  .oi_characters-list li {
    width: 300px;
    height: 320px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    float: left;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
    @media screen and (max-width: 39.9375em) {
      .oi_characters-list li {
        margin-right: 0px; } }
    @media screen and (max-width: 320px) {
      .oi_characters-list li {
        margin-right: 5px; } }
    .oi_characters-list li:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04); }
      @media screen and (max-width: 39.9375em) {
        .oi_characters-list li:hover {
          -webkit-transform: none;
                  transform: none; } }

.oi_video-wrap {
  padding-top: 40px; }
  .oi_video-wrap .oi_iframe-outer {
    max-width: 800px;
    margin: 0 auto 30px; }
  .oi_video-wrap .oi_iframe-wrap {
    background: #666AA7;
    border-radius: 20px;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 56.25%; }
    @media screen and (max-width: 801px) {
      .oi_video-wrap .oi_iframe-wrap {
        width: 100%;
        border-radius: 0; } }
    .oi_video-wrap .oi_iframe-wrap iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border: 0; }

.oi_footer-banner-wrap {
  background: url("../images/bg-footer.png") center no-repeat;
  background-size: cover;
  height: 550px;
  width: 100%;
  padding-top: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media screen and (max-width: 39.9375em) {
    .oi_footer-banner-wrap {
      height: 670px;
      padding: 0 20px; } }
  .oi_footer-banner-wrap .oi_tit {
    color: #fff; }
    @media screen and (max-width: 39.9375em) {
      .oi_footer-banner-wrap .oi_tit {
        text-align: center;
        line-height: 1.2; } }
  .oi_footer-banner-wrap .oi_footer-banner-img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 20px; }
  .oi_footer-banner-wrap .oi_store-link {
    width: 200px;
    display: block;
    position: relative; }
    .oi_footer-banner-wrap .oi_store-link img {
      width: 100%; }
    .oi_footer-banner-wrap .oi_store-link a {
      display: block;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
      .oi_footer-banner-wrap .oi_store-link a:hover, .oi_footer-banner-wrap .oi_store-link a:active {
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px); }
    .oi_footer-banner-wrap .oi_store-link .oi_finger {
      position: absolute;
      right: -70px;
      top: 40px;
      display: block;
      width: 66px;
      height: 66px;
      -webkit-animation: moveFinger 2s cubic-bezier(0.24, -0.01, 0, 1.08) 0s infinite forwards;
              animation: moveFinger 2s cubic-bezier(0.24, -0.01, 0, 1.08) 0s infinite forwards; }
      @media screen and (max-width: 39.9375em) {
        .oi_footer-banner-wrap .oi_store-link .oi_finger {
          right: 20px;
          top: initial;
          bottom: -40px; } }
      .oi_footer-banner-wrap .oi_store-link .oi_finger img {
        width: 100%; }

@-webkit-keyframes moveFinger {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.24, -0.01, 0, 1.08);
            animation-timing-function: cubic-bezier(0.24, -0.01, 0, 1.08); }
  from {
    -webkit-transform: translate3d(0, 40px, 0) rotate(0deg) scale(0.8);
            transform: translate3d(0, 40px, 0) rotate(0deg) scale(0.8); }
  60% {
    -webkit-transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.4);
            transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.4); }
  80% {
    -webkit-transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.1);
            transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.1); }
  100% {
    -webkit-transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.4);
            transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.4); } }

@keyframes moveFinger {
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.24, -0.01, 0, 1.08);
            animation-timing-function: cubic-bezier(0.24, -0.01, 0, 1.08); }
  from {
    -webkit-transform: translate3d(0, 40px, 0) rotate(0deg) scale(0.8);
            transform: translate3d(0, 40px, 0) rotate(0deg) scale(0.8); }
  60% {
    -webkit-transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.4);
            transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.4); }
  80% {
    -webkit-transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.1);
            transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.1); }
  100% {
    -webkit-transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.4);
            transform: translate3d(-30px, -20px, 20px) rotate(-15deg) scale(1.4); } }

.oi_footer-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 80px;
  padding: 0 40px;
  position: relative; }
  @media screen and (max-width: 700px) {
    .oi_footer-wrap {
      padding: 20px;
      height: initial;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: start;
              align-items: flex-start; } }
  .oi_footer-wrap .oi_footer-link-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 700px) {
      .oi_footer-wrap .oi_footer-link-wrap {
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
                align-items: flex-start;
        width: 100%; } }
  .oi_footer-wrap .oi_footer-link {
    font-size: 14px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    @media screen and (max-width: 700px) {
      .oi_footer-wrap .oi_footer-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start;
        margin-bottom: 20px; } }
    .oi_footer-wrap .oi_footer-link li {
      margin-right: 20px; }
    .oi_footer-wrap .oi_footer-link a:hover {
      text-decoration: underline; }
  .oi_footer-wrap .oi_social-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    @media screen and (max-width: 700px) {
      .oi_footer-wrap .oi_social-link {
        left: initial;
        right: 10px;
        margin-left: 0; } }
    .oi_footer-wrap .oi_social-link li {
      margin: 0 10px; }
    .oi_footer-wrap .oi_social-link a {
      cursor: pointer;
      font-size: 24px;
      line-height: 1;
      display: block;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
      .oi_footer-wrap .oi_social-link a:hover, .oi_footer-wrap .oi_social-link a:active {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px); }
        @media screen and (max-width: 39.9375em) {
          .oi_footer-wrap .oi_social-link a:hover, .oi_footer-wrap .oi_social-link a:active {
            -webkit-transform: none;
                    transform: none; } }

#cookies-eu-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: #666AA7;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    #cookies-eu-banner {
      padding-top: 30px;
      font-size: 14px; } }
  #cookies-eu-banner a {
    color: #fff;
    text-decoration: underline;
    margin: 0 10px; }
  #cookies-eu-banner button {
    padding: 4px 8px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    color: #666AA7;
    border: none; }
    #cookies-eu-banner button:focus {
      outline: none; }
  #cookies-eu-banner #cookies-eu-cancel {
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 2%;
    right: 2%;
    background: transparent;
    padding: 0px;
    width: 30px;
    height: 30px; }
    #cookies-eu-banner #cookies-eu-cancel:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background: #fff;
      position: absolute;
      -webkit-transform: rotate(45deg) translate(4px, -8px);
              transform: rotate(45deg) translate(4px, -8px); }
    #cookies-eu-banner #cookies-eu-cancel:before {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background: #fff;
      position: absolute;
      -webkit-transform: rotate(-45deg) translate(-2px, 14px);
              transform: rotate(-45deg) translate(-2px, 14px); }

.oi_mask-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .oi_mask-wrap .oi_mask-item {
    width: 100%;
    max-width: 420px;
    height: 100%;
    max-height: 680px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .oi_mask-wrap .oi_close {
    cursor: pointer;
    position: absolute;
    right: 2em;
    top: 2em;
    font-size: 48px;
    margin-top: -28px;
    z-index: 1;
    color: #fff; }
    @media screen and (max-width: 700px) {
      .oi_mask-wrap .oi_close {
        margin-top: initial;
        line-height: 1;
        right: 30px;
        top: 20px;
        font-size: 30px; } }

.oi_modal-item-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .oi_modal-item-wrap .oi_close-item {
    cursor: pointer;
    position: absolute;
    top: 26px;
    right: 36px;
    color: #794b4b;
    font-size: 36px; }
    @media screen and (max-width: 610px) {
      .oi_modal-item-wrap .oi_close-item {
        font-size: 30px;
        line-height: 1;
        top: 30px;
        right: 20px; } }

.oi_modal-item {
  width: 100%;
  max-width: 600px;
  background: #f7e9c9;
  border-radius: 50px;
  padding: 50px 30px 20px 10px;
  display: -webkit-box;
  display: flex;
  position: relative; }
  @media screen and (max-width: 610px) {
    .oi_modal-item {
      max-width: 100%;
      height: 100vh;
      display: block;
      border-radius: 0;
      padding: 30px 20px; } }
  .oi_modal-item .oi_modal-item-img {
    width: 260px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    display: block; }
    @media screen and (max-width: 610px) {
      .oi_modal-item .oi_modal-item-img {
        width: 160px;
        height: 160px;
        margin-bottom: 20px; } }
  .oi_modal-item .oi_modal-detail {
    -webkit-box-flex: 1;
            flex: 1; }
    .oi_modal-item .oi_modal-detail .oi_character {
      font-size: 24px;
      color: #794b4b;
      padding-left: 12px; }
  .oi_modal-item .oi_modal-detail-inner {
    padding: 20px 16px;
    background: #f7d0b1;
    max-height: 240px;
    overflow: hidden;
    overflow-y: scroll;
    color: #ae7c7c;
    border-radius: 20px; }
    @media screen and (max-width: 610px) {
      .oi_modal-item .oi_modal-detail-inner {
        max-height: calc(100vh - 40vh); } }
    .oi_modal-item .oi_modal-detail-inner h4 {
      margin-bottom: 10px;
      font-size: 20px;
      color: #794b4b; }
    .oi_modal-item .oi_modal-detail-inner .oi_description {
      border-bottom: 5px dotted #c19c9c;
      padding-bottom: 10px;
      margin-bottom: 20px; }

.oi_hannah-intro-wrap {
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: auto auto auto;
  grid-gap: 0px 20px;
  width: 100%;
  max-width: 600px;
  margin: 60px auto; }
  @media screen and (max-width: 610px) {
    .oi_hannah-intro-wrap {
      max-width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 39.9375em) {
    .oi_hannah-intro-wrap {
      display: block;
      text-align: center; } }
  .oi_hannah-intro-wrap .oi_hannah-intro-img {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    width: 100px; }
    @media screen and (max-width: 39.9375em) {
      .oi_hannah-intro-wrap .oi_hannah-intro-img {
        width: 60px;
        height: 60px; } }
  .oi_hannah-intro-wrap .oi_hannah-intro-tit {
    grid-column: 2 / -1;
    grid-row: 1 / span 1;
    font-size: 36px; }
    @media screen and (max-width: 39.9375em) {
      .oi_hannah-intro-wrap .oi_hannah-intro-tit {
        font-size: 28px;
        margin: 20px auto 10px; } }
  .oi_hannah-intro-wrap .oi_hannah-intro-detail {
    grid-column: 2 / -1;
    grid-row: 2 / span 1; }
    @media screen and (max-width: 39.9375em) {
      .oi_hannah-intro-wrap .oi_hannah-intro-detail {
        grid-column: 1 / -1; } }
  .oi_hannah-intro-wrap .oi_store-link-wrap {
    grid-column: 2 / -1;
    grid-row: 3 / span 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 20px; }
    @media screen and (max-width: 39.9375em) {
      .oi_hannah-intro-wrap .oi_store-link-wrap {
        display: block; } }
    .oi_hannah-intro-wrap .oi_store-link-wrap a {
      display: block;
      width: 100px;
      margin-right: 20px;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
      .oi_hannah-intro-wrap .oi_store-link-wrap a:last-child {
        margin-right: 0; }
        @media screen and (max-width: 39.9375em) {
          .oi_hannah-intro-wrap .oi_store-link-wrap a:last-child {
            margin: 10px auto; } }
      .oi_hannah-intro-wrap .oi_store-link-wrap a:hover, .oi_hannah-intro-wrap .oi_store-link-wrap a:focus {
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px); }
      @media screen and (max-width: 39.9375em) {
        .oi_hannah-intro-wrap .oi_store-link-wrap a {
          width: 50%;
          margin: 10px auto; } }
      .oi_hannah-intro-wrap .oi_store-link-wrap a img {
        width: 100%; }

.oi_full-outer {
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .oi_full-outer {
      padding: 0 20px; } }

.oi_topnav-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }
  @media screen and (max-width: 1010px) {
    .oi_topnav-wrap {
      max-width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 39.9375em) {
    .oi_topnav-wrap {
      padding: 0; } }
  .oi_topnav-wrap .oi_topnav-logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 130px; }
    @media screen and (max-width: 39.9375em) {
      .oi_topnav-wrap .oi_topnav-logo {
        width: 100px; } }
    .oi_topnav-wrap .oi_topnav-logo img {
      width: 100%; }
  .oi_topnav-wrap a {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #868aba; }
    .oi_topnav-wrap a:hover {
      color: #666AA7; }

.oi_title-wrap {
  background: #666AA7;
  color: #fff;
  padding: 30px 0 20px;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 39.9375em) {
    .oi_title-wrap {
      padding: 20px 0 10px; } }
  .oi_title-wrap h1 {
    font-size: 48px;
    line-height: 1; }
    @media screen and (max-width: 39.9375em) {
      .oi_title-wrap h1 {
        font-size: 32px; }
        .oi_title-wrap h1 span {
          display: block; } }

.oi_section {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 60px;
  border-bottom: dotted;
  border-color: #c7c9df;
  padding-bottom: 40px; }
  @media screen and (max-width: 690px) {
    .oi_section {
      max-width: 100%;
      padding: 0 20px; } }
  .oi_section:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .oi_section h3 {
    font-size: 28px;
    margin-bottom: 20px; }
  .oi_section h4 {
    font-size: 24px;
    margin-top: 50px; }
  .oi_section p,
  .oi_section ul,
  .oi_section ol {
    line-height: 1.5;
    margin-bottom: 20px; }
    .oi_section p li,
    .oi_section ul li,
    .oi_section ol li {
      margin-bottom: 10px; }
  .oi_section .oi_update-date {
    text-decoration: underline;
    font-style: italic; }

.oi_faq-section {
  width: 100%;
  max-width: 680px;
  min-height: calc(100vh - 400px);
  margin: 0 auto 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media screen and (max-width: 690px) {
    .oi_faq-section {
      max-width: 100%;
      min-height: calc(100vh - 300px);
      padding: 0 20px; } }
  .oi_faq-section h2 {
    font-size: 60px;
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      .oi_faq-section h2 {
        font-size: 42px;
        line-height: 1; } }
  .oi_faq-section img {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    display: block; }
    @media screen and (max-width: 39.9375em) {
      .oi_faq-section img {
        max-width: 280px; } }

.oi_grid-outer {
  width: 100%;
  max-width: 680px;
  min-height: 60vh;
  margin: 0 auto 60px; }
  @media screen and (max-width: 690px) {
    .oi_grid-outer {
      padding: 0 20px; } }
  .oi_grid-outer .oi_breadcrumb {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .oi_grid-outer .oi_breadcrumb li:after {
      content: "/";
      display: inline-block;
      margin: 0 10px;
      color: #9799c3; }
    .oi_grid-outer .oi_breadcrumb li:last-child:after {
      display: none; }
    .oi_grid-outer .oi_breadcrumb li a {
      cursor: pointer;
      display: inline-block; }
      .oi_grid-outer .oi_breadcrumb li a:hover {
        text-decoration: underline;
        color: #666AA7; }

.oi_grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 50px; }
  @media screen and (max-width: 690px) {
    .oi_grid-wrap {
      max-width: 100%;
      display: block; } }
  .oi_grid-wrap h3 {
    color: #595d9b;
    font-size: 24px;
    margin-bottom: 10px; }
  @media screen and (max-width: 690px) {
    .oi_grid-wrap .oi_grid-column {
      margin-bottom: 40px; } }
  .oi_grid-wrap .oi_grid-column.oi_open ul {
    height: auto; }
  .oi_grid-wrap .oi_grid-column h3 {
    padding-right: 20px;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .oi_grid-wrap .oi_grid-column h3 {
        cursor: pointer; } }
    .oi_grid-wrap .oi_grid-column h3 .fas {
      position: absolute;
      right: 5px;
      top: 4px;
      font-size: 16px;
      display: none; }
      @media screen and (max-width: 39.9375em) {
        .oi_grid-wrap .oi_grid-column h3 .fas {
          display: inline-block; } }
  .oi_grid-wrap .oi_grid-column ul {
    height: auto; }
    @media screen and (max-width: 39.9375em) {
      .oi_grid-wrap .oi_grid-column ul {
        height: 0;
        overflow: hidden;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; } }
  .oi_grid-wrap .oi_grid-column li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px; }
    .oi_grid-wrap .oi_grid-column li:before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background: #666AA7;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 8px; }
    .oi_grid-wrap .oi_grid-column li a {
      display: block;
      -webkit-transition: all .2s ease-in;
      transition: all .2s ease-in;
      color: #868aba; }
      .oi_grid-wrap .oi_grid-column li a:hover, .oi_grid-wrap .oi_grid-column li a:active {
        color: #666AA7;
        text-decoration: underline; }

.oi_qa-wrap h3 {
  color: #595d9b;
  margin: 20px 0;
  font-size: 36px; }
  @media screen and (max-width: 39.9375em) {
    .oi_qa-wrap h3 {
      font-size: 32px; } }

.oi_qa-wrap p {
  margin-bottom: 20px;
  color: #868aba; }

.oi_contact-btn {
  background: #666AA7;
  color: #fff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 4px;
  padding: 0px 8px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  height: 40px; }
  .oi_contact-btn:hover {
    background: #50538a;
    color: #fff; }

.oi_contact-iframe iframe {
  width: 100%;
  min-height: 100vh; }
  @media screen and (max-width: 39.9375em) {
    .oi_contact-iframe iframe {
      height: 2100px !important; } }
  @media screen and (max-width: 320px) {
    .oi_contact-iframe iframe {
      height: 2300px !important; } }
