@charset "UTF-8";
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout_reverse {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
.buruburu {
  display: inline-block;
  animation: hurueru .1s  infinite; }

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
@keyframes wave {
  0% {
    background-position: 0 0; }
  100% {
    background-position: vw(100) 0; } }
@media screen and (min-width: 768px) {
  @keyframes wave {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 100px 0; } } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverinr {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoveroutr {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
/* hover */
.animate_opacity {
  transition: opacity 0.3s; }

.animate_opacity:hover {
  opacity: 0.8; }

.animate_filter {
  transition: filter 0.3s; }

.animate_filter:hover {
  filter: brightness(1.2); }

.sitefooter {
  padding: 60px 0 180px; }

.floating_order {
  position: fixed;
  right: 0;
  bottom: -122px;
  z-index: 10000; }
  .floating_order a {
    background: url("https://www.koeitecmoamerica.com/sophie2/img/bg_yoyaku.png") no-repeat left top/cover;
    width: 284px;
    height: 121px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 121px;
    letter-spacing: 0.21em;
    position: relative;
    top: 122px;
    transition: top 0.4s , opacity 0.4s,filter 0.4s;
    display: block;
    opacity: 0;
    font-family: alegreya, serif; }
  .floating_order a:hover {
    filter: brightness(1.2); }

.windowloaded .floating_order {
  bottom: 0; }

#contents .item_wide.degital .btn-three li:nth-child(n + 3) {
  margin-top: 0; }
#contents .item_wide.degital .itemlist {
  display: flex;
  justify-content: center;
  margin-top: 0;
  width: 1100px;
  margin: 0 auto;
  padding: 0 30px 0 65px; }
  #contents .item_wide.degital .itemlist .list {
    font-size: 16px;
    line-height: 35px;
    color: #22a09d;
    letter-spacing: 0.2em;
    font-weight: 600;
    text-align: left;
    padding: 0 30px 0 0;
    margin: 0 20px; }
    #contents .item_wide.degital .itemlist .list li {
      text-indent: -1em; }
  #contents .item_wide.degital .itemlist .notes {
    font-size: 13px;
    line-height: 28px;
    list-style-type: 0.08em;
    text-align: left;
    margin: 0 20px;
    width: 460px; }
  #contents .item_wide.degital .itemlist.type02 {
    padding-top: 45px; }
    #contents .item_wide.degital .itemlist.type02 ol {
      display: flex;
      flex-wrap: wrap; }
      #contents .item_wide.degital .itemlist.type02 ol > li {
        width: 50%;
        text-align: left; }
        #contents .item_wide.degital .itemlist.type02 ol > li:nth-of-type(odd) {
          padding: 0 15px 0 0; }
        #contents .item_wide.degital .itemlist.type02 ol > li:nth-of-type(even) {
          padding: 0 0 0 15px; }
        #contents .item_wide.degital .itemlist.type02 ol > li:nth-of-type(n + 3) {
          margin-top: 35px; }
        #contents .item_wide.degital .itemlist.type02 ol > li h4, #contents .item_wide.degital .itemlist.type02 ol > li p {
          font-size: 16px;
          line-height: 35px;
          color: #22a09d;
          letter-spacing: 0.2em;
          font-family: "Noto Serif JP", serif;
          font-weight: 600;
          text-align: left;
          padding: 0;
          margin: 0;
          background: none;
          text-align: left; }
        #contents .item_wide.degital .itemlist.type02 ol > li p {
          font-size: 14px; }
        #contents .item_wide.degital .itemlist.type02 ol > li ul {
          margin: 10px 0 0; }
          #contents .item_wide.degital .itemlist.type02 ol > li ul li {
            font-size: 13px;
            line-height: 2.15;
            text-align: left; }
    #contents .item_wide.degital .itemlist.type02 .btn-plus {
      display: flex;
      color: #22a09d;
      align-items: center; }
      #contents .item_wide.degital .itemlist.type02 .btn-plus i {
        display: block;
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("https://www.koeitecmoamerica.com/sophie2/img/products/icon-plus.png");
        background-position: center center;
        margin-right: 5px; }
      #contents .item_wide.degital .itemlist.type02 .btn-plus span {
        text-decoration: underline; }
      #contents .item_wide.degital .itemlist.type02 .btn-plus:hover span {
        text-decoration: none; }
#contents .box-notes {
  border: 1px solid #7a3827;
  width: 537px;
  margin: 65px auto 0;
  padding: 26px 40px; }
  #contents .box-notes p {
    text-align: center;
    font-size: 13px;
    line-height: 2.15; }
#contents #products_deluxe + .box-notes {
  width: 757px;
  margin: 60px auto 0; }
#contents .item dl + .btn-shop {
  justify-content: flex-start;
  margin-left: -6px;
  margin-top: 45px; }
#contents .characters .character_sub {
  display: flex;
  justify-content: space-between; }
  #contents .characters .character_sub .inner {
    width: 350px; }
    #contents .characters .character_sub .inner .movie-btn {
      width: 100%;
      margin: 15px 0 0  0; }
#contents .characters .character {
  position: relative;
  z-index: 120; }
#contents .characters .character.plachta {
  position: relative;
  z-index: 100; }
#contents .characters .character.ramizel {
  position: relative;
  z-index: 99; }
#contents .btn-shop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 56px auto 0; }
  #contents .btn-shop li {
    border: 2px solid #db235c;
    margin: 0 6px; }
    #contents .btn-shop li.gray {
      pointer-events: none;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%); }
  #contents .btn-shop a {
    display: flex;
    align-content: center;
    align-items: center;
    width: 220px;
    height: 60px;
    background: #db235c;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.21em;
    position: relative;
    justify-content: center;
    transition: 0.4s; }
    #contents .btn-shop a::before {
      content: '';
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      position: absolute;
      left: 0;
      top: 0; }
    #contents .btn-shop a i.arr {
      width: 19px;
      height: 19px;
      border: 1px solid #fff;
      border-radius: 50%;
      position: absolute;
      right: 18px;
      top: 50%;
      margin-top: -10px; }
      #contents .btn-shop a i.arr::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 2.5px 0 2.5px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  #contents .btn-shop a:hover {
    filter: brightness(1.2); }

@media screen and (min-width: 769px) {
  #contents .bonus .bonus_archive .item + .item.preorder {
    margin-top: 90px; } }
@media screen and (min-width: 769px) {
  .windowloaded .floating_order.show a {
    top: 0;
    transition: top 0.8s ,opacity 0.8s , filter 0.4s;
    opacity: 1; } }
/* 右のバー*/
#categorybar {
  background: #9b6d5f;
  width: 40px;
  height: calc(100% - 1024px);
  position: absolute;
  right: -41px;
  top: 1024px;
  z-index: 300; }

.label {
  width: 40px;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 310;
  margin-left: calc(50% - 40px);
  opacity: 0; }
  .label li {
    height: 100vh;
    width: 40px;
    display: flex;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.55em;
    position: absolute;
    right: 0;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /*i{transform: rotate(90deg); display: inline-block; white-space: nowrap; width: 100vh; height: 40px; position: absolute; left:31px; top: 0; text-align: center; transform-origin: left top;}*/ }
    .label li i {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100vh; }
  .label li {
    opacity: 0;
    transition: opacity 0.4s , transform 0.4s;
    transform: translateX(2em); }
  .label li.active {
    opacity: 1;
    transition: opacity 0.6s , transform 0.6s;
    transform: translateX(0); }

.windowloaded #categorybar {
  right: 0;
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1); }

.windowloaded .label[data-active='-1'] {
  transform: translateX(4.199vw); }

.windowloaded .label {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1); }

#contents {
  padding: 0; }
  #contents .kvcontents {
    position: relative;
    min-height: 1024px; }
    #contents .kvcontents nav {
      height: 47px;
      background: rgba(155, 109, 95, 0.8);
      display: flex;
      align-items: center;
      padding-left: 76px;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 200; }
      #contents .kvcontents nav a {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0.19em;
        text-transform: uppercase;
        padding: 0 20px;
        display: inline-flex;
        align-items: center;
        height: 47px;
        transition: 0.3s; }
      #contents .kvcontents nav a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
    #contents .kvcontents .parts {
      position: relative;
      z-index: 0; }
      #contents .kvcontents .parts .visual {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -700px; }
        #contents .kvcontents .parts .visual img {
          width: 1400px;
          height: auto; }
    #contents .kvcontents .cell {
      position: absolute;
      top: 0;
      z-index: 100;
      min-height: 1024px; }
      #contents .kvcontents .cell.right_cell {
        right: 64px;
        width: 284px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-content: center;
        padding: 290px 0 30px; }
        #contents .kvcontents .cell.right_cell .copy {
          display: inline-flex;
          justify-content: center; }
        #contents .kvcontents .cell.right_cell .logo {
          height: 161px;
          display: inline-flex;
          justify-content: center;
          margin-top: 165px; }
          #contents .kvcontents .cell.right_cell .logo img {
            width: 353px;
            height: 161px; }
        #contents .kvcontents .cell.right_cell .sale {
          font-size: 20px;
          letter-spacing: 0.27em;
          text-align: center;
          margin: 15px 0 0; }
          #contents .kvcontents .cell.right_cell .sale small {
            font-size: 14px;
            letter-spacing: 0.282em; }
        #contents .kvcontents .cell.right_cell .sale ~ .sale {
          margin-top: 0px; }
        #contents .kvcontents .cell.right_cell .order {
          margin: 37px 0 0; }
          #contents .kvcontents .cell.right_cell .order a {
            background: url("https://www.koeitecmoamerica.com/sophie2/img/bg_yoyaku.png") no-repeat left top/cover;
            width: 284px;
            height: 121px;
            color: #fff;
            font-size: 25px;
            text-align: center;
            line-height: 121px;
            letter-spacing: 0.21em;
            position: relative;
            transition: filter 0.4s;
            display: block;
            font-family: alegreya, serif; }
          #contents .kvcontents .cell.right_cell .order a:hover {
            filter: brightness(1.2); }
          #contents .kvcontents .cell.right_cell .order span {
            font-size: 18px; }
      #contents .kvcontents .cell.left_cell {
        padding: 76px 0 30px;
        width: 350px;
        position: relative;
        left: 0; }
        #contents .kvcontents .cell.left_cell .atelier25th {
          position: relative; }
          #contents .kvcontents .cell.left_cell .atelier25th span {
            display: block;
            position: absolute;
            left: 130px;
            top: 32px;
            font-size: 13px;
            letter-spacing: 0.07em;
            font-weight: 700;
            line-height: 18px; }
          #contents .kvcontents .cell.left_cell .atelier25th img {
            width: 285px; }
        #contents .kvcontents .cell.left_cell dl.update {
          padding: 0 0 0  20px;
          display: flex;
          font-size: 13px;
          letter-spacing: 0.19em;
          margin-top: 20px; }
          #contents .kvcontents .cell.left_cell dl.update dd {
            padding: 0 0 0 70px;
            position: relative; }
            #contents .kvcontents .cell.left_cell dl.update dd::before {
              content: '';
              width: 50px;
              background: #7a3827;
              height: 1px;
              position: absolute;
              left: 10px;
              top: 50%;
              margin-top: -1px; }
        #contents .kvcontents .cell.left_cell p.update {
          padding: 0 0 0 20px;
          font-size: 12px;
          letter-spacing: 0.27em;
          margin-top: 10px;
          font-weight: 500; }
        #contents .kvcontents .cell.left_cell .twitterbtn {
          margin-top: 31px; }
          #contents .kvcontents .cell.left_cell .twitterbtn a {
            display: flex;
            width: 140px;
            height: 34px;
            border: 1px solid #7a3827;
            color: #7a3827;
            font-size: 13px;
            letter-spacing: 0.19em;
            align-content: center;
            align-items: center;
            position: relative;
            left: -1px;
            padding: 0 0 0 48px;
            transition: 0.4s;
            transform: rotate(0.05deg); }
            #contents .kvcontents .cell.left_cell .twitterbtn a::after {
              content: '';
              background: url("https://www.koeitecmoamerica.com/sophie2/img/top/kv/icon_twitter.png") no-repeat left top/17px 14px;
              position: absolute;
              top: 9px;
              left: 20px;
              width: 17px;
              height: 14px; }
          #contents .kvcontents .cell.left_cell .twitterbtn a:hover {
            /*color: #fff; background: $brown;*/
            opacity: 0.7; }
        #contents .kvcontents .cell.left_cell .bnr {
          font-size: 0;
          line-height: 1;
          min-height: 260px; }
          #contents .kvcontents .cell.left_cell .bnr img {
            width: 283px;
            height: auto; }
          #contents .kvcontents .cell.left_cell .bnr .item ~ .item {
            margin: 12px 0 0; }
          #contents .kvcontents .cell.left_cell .bnr a {
            transition: 0.4s;
            transform: rotate(0.05deg); }
          #contents .kvcontents .cell.left_cell .bnr a:hover {
            filter: brightness(1.2); }
          #contents .kvcontents .cell.left_cell .bnr .swiper-wrapper {
            display: block; }
          #contents .kvcontents .cell.left_cell .bnr .swiper-button {
            display: none; }
        #contents .kvcontents .cell.left_cell .pv {
          width: 420px;
          height: 292px;
          overflow: hidden;
          margin: -11px 0 0 -35px; }
          #contents .kvcontents .cell.left_cell .pv .mask {
            display: block;
            width: 406px;
            height: 292px;
            -webkit-mask-image: url("https://www.koeitecmoamerica.com/sophie2/img/top/kv/mask_movie.png");
            -webkit-mask-mode: alpha;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            -webkit-mask-position: center center;
            z-index: 10;
            transition: -webkit-mask-size 0.5s; }
          #contents .kvcontents .cell.left_cell .pv .bg_kv_wrapper {
            display: block;
            width: 406px;
            height: 292px;
            position: relative;
            z-index: 0; }
            #contents .kvcontents .cell.left_cell .pv .bg_kv_wrapper iframe {
              width: 406px;
              height: 228px;
              margin-top: 64px; }
          #contents .kvcontents .cell.left_cell .pv a {
            display: block;
            width: 100%;
            height: 100%;
            z-index: 10;
            position: absolute;
            left: 0;
            top: 0; }
            #contents .kvcontents .cell.left_cell .pv a::after {
              content: '';
              background: url("https://www.koeitecmoamerica.com/sophie2/img/btn_play.png") no-repeat center center/53px auto;
              width: 53px;
              height: 53px;
              position: absolute;
              left: 50%;
              top: 50%;
              margin: 0px 0 0 -27px;
              transition: 0.4s; }
          #contents .kvcontents .cell.left_cell .pv a:hover::after {
            transform: scale(1.2); }
    #contents .kvcontents ul.manual {
      margin-top: 21px;
      position: absolute;
      left: 142px;
      z-index: 500; }
      #contents .kvcontents ul.manual li {
        margin-bottom: 3px;
        padding: 7px;
        background: #ae887a;
        width: 140px;
        height: 34px;
        font-size: 15px;
        text-align: center;
        width: 140px;
        height: 34px;
        font-size: 13px;
        align-content: center;
        align-items: center;
        transition: 0.4s;
        transform: rotate(0.05deg); }
        #contents .kvcontents ul.manual li a {
          color: #FFFFFF; }
        #contents .kvcontents ul.manual li a:hover {
          opacity: 0.7; }
  #contents .topics {
    height: 556px; }
    #contents .topics .topics_point {
      display: block;
      width: 10px;
      height: 10px;
      border: 5px solid red;
      position: absolute;
      left: 0;
      top: 10%;
      opacity: 0; }
    #contents .topics .wrap {
      margin: 0 auto;
      width: 1200px; }
      #contents .topics .wrap .swiper-wrapper {
        padding-bottom: 72px; }
      #contents .topics .wrap .swiper-slide {
        width: 400px !important;
        height: 417px;
        padding: 0 10px;
        box-sizing: border-box; }
        #contents .topics .wrap .swiper-slide .topic {
          width: 380px;
          height: 417px;
          background: url("https://www.koeitecmoamerica.com/sophie2/img/top/topics/base.png") no-repeat center center/cover;
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.14); }
          #contents .topics .wrap .swiper-slide .topic i {
            display: block;
            height: 214px; }
          #contents .topics .wrap .swiper-slide .topic .text {
            padding: 30px; }
          #contents .topics .wrap .swiper-slide .topic header {
            padding-bottom: 22px; }
            #contents .topics .wrap .swiper-slide .topic header time {
              font-size: 14px;
              letter-spacing: 0.19em;
              height: 22px;
              display: inline-flex;
              align-items: center;
              padding: 1px 0 0; }
            #contents .topics .wrap .swiper-slide .topic header span {
              font-size: 11px;
              letter-spacing: 0.19em;
              display: inline-flex;
              padding: 1px 20px 0;
              height: 21px;
              background: #dcc9b7;
              align-content: center;
              align-items: center;
              border-radius: 11px;
              margin-left: 80px;
              position: relative; }
              #contents .topics .wrap .swiper-slide .topic header span::before {
                content: '';
                width: 50px;
                background: #7a3827;
                height: 1px;
                position: absolute;
                left: -65px;
                top: 50%;
                margin-top: -1px; }
          #contents .topics .wrap .swiper-slide .topic p {
            font-size: 13px;
            line-height: 26px;
            letter-spacing: 0.27em;
            font-family: agenda, serif; }
            #contents .topics .wrap .swiper-slide .topic p a {
              color: #7a3827;
              text-decoration: underline; }
            #contents .topics .wrap .swiper-slide .topic p a:hover {
              text-decoration: none; }
    #contents .topics .swiper-container-horizontal > .swiper-scrollbar {
      width: 610px;
      background: #fff;
      left: 50%;
      transform: translateX(-50%);
      -webkit-overflow-scrolling: touch; }
    #contents .topics .swiper-scrollbar-drag {
      background: #d7c5bf;
      border-radius: 0;
      -webkit-overflow-scrolling: touch; }
  #contents .about {
    position: relative;
    z-index: 20; }
    #contents .about .copy {
      height: 790px;
      overflow: hidden;
      background: url("https://www.koeitecmoamerica.com/sophie2/img/top/about/bg.jpg") no-repeat center center/cover; }
      #contents .about .copy h2 {
        position: absolute;
        left: 0;
        top: 116px;
        color: #694c47;
        font-size: 40px;
        font-family: alegreya, serif;
        font-weight: 400;
        letter-spacing: 0.1em;
        display: flex;
        flex-direction: column; }
        #contents .about .copy h2 span {
          display: inline-flex;
          padding: 0 35px 0 80px;
          margin-bottom: 20px;
          position: relative;
          height: 80px;
          align-items: center;
          overflow: hidden;
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          z-index: 5;
          background: rgba(255, 255, 255, 0.2); }
          #contents .about .copy h2 span em {
            position: relative;
            z-index: 10; }
      #contents .about .copy p {
        width: 750px;
        position: absolute;
        left: 0;
        top: 480px;
        font-family: alegreya, serif;
        line-height: 28px;
        color: #694c47;
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 0.16em;
        display: flex;
        flex-direction: column;
        transform: none; }
        #contents .about .copy p span {
          display: inline-flex;
          padding: 0 90px 0 90px;
          margin-bottom: 40px;
          position: relative;
          height: 270px;
          align-items: center;
          overflow: hidden;
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          z-index: 5;
          background: rgba(255, 255, 255, 0.2); }
          #contents .about .copy p span em {
            position: relative;
            z-index: 10; }
      .firefox #contents .about .copy h2 span::after {
        background: rgba(255, 255, 255, 0.3);
        filter: blur(10px);
        width: 200%;
        height: 200%;
        left: -50%;
        top: -50%; }
      .ie11 #contents .about .copy h2 span::after {
        background: rgba(255, 255, 255, 0.3);
        filter: blur(10px);
        width: 200%;
        height: 200%;
        left: -50%;
        top: -50%; }
      .ie11 #contents .about .copy p span::after {
        background: rgba(255, 255, 255, 0.3);
        filter: blur(10px);
        width: 200%;
        height: 200%;
        left: -50%;
        top: -50%; }
      #contents .about .copy .bg_about_wrapper {
        position: relative;
        z-index: 0;
        top: 0; }
      #contents .about .copy iframe, #contents .about .copy video {
        max-width: inherit !important;
        pointer-events: none;
        width: 1400px !important;
        height: 790px !important;
        left: 50%;
        margin: 0 0 0 -700px !important;
        position: relative;
        z-index: 0;
        top: 0; }
    #contents .about .slider {
      height: 790px;
      overflow: hidden;
      background: #000; }
      #contents .about .slider .swiper-slide {
        position: relative;
        height: 790px; }
        #contents .about .slider .swiper-slide .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 0;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; }
        #contents .about .slider .swiper-slide .text {
          position: absolute;
          left: -80px;
          top: 50%;
          z-index: 10;
          width: 642px;
          height: 642px;
          color: #fff;
          text-align: center;
          transform: translateY(-50%); }
          #contents .about .slider .swiper-slide .text .in {
            padding: 0;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            #contents .about .slider .swiper-slide .text .in h3 {
              font-size: 15px;
              line-height: 1;
              color: #22a09d;
              letter-spacing: 0.15em;
              position: relative;
              width: 100%; }
              #contents .about .slider .swiper-slide .text .in h3::after {
                content: '';
                background: url("https://www.koeitecmoamerica.com/sophie2/img/top/about/line.png") center bottom no-repeat;
                height: 41px;
                width: 100%;
                position: absolute;
                left: 50%;
                bottom: -24px;
                margin-left: -50%; }
            #contents .about .slider .swiper-slide .text .in h2 {
              font-size: 25px;
              letter-spacing: 0.18em;
              line-height: 30px;
              margin: 39px 0 0;
              font-weight: 400;
              font-family: alegreya, serif;
              letter-spacing: 0.15em;
              color: #fff; }
            #contents .about .slider .swiper-slide .text .in p {
              font-size: 19px;
              line-height: 25px;
              letter-spacing: 0em;
              font-weight: 500;
              margin-top: 19px;
              color: #fff; }
            #contents .about .slider .swiper-slide .text .in .btn {
              text-align: center; }
              #contents .about .slider .swiper-slide .text .in .btn a {
                display: inline-flex;
                border: 1px solid #fff;
                height: 34px;
                width: 174px;
                justify-content: center;
                align-items: center;
                border-radius: 17px;
                font-size: 11px;
                letter-spacing: 0.19em;
                color: #fff;
                transition: 0.4s;
                margin-top: 12px;
                transform: rotate(0.05deg); }
              #contents .about .slider .swiper-slide .text .in .btn a:hover {
                opacity: 0.4; }
          #contents .about .slider .swiper-slide .text .textbg {
            width: 454px;
            height: 454px;
            z-index: 5;
            display: block;
            position: relative;
            position: absolute;
            left: 50%;
            top: 50%;
            border: 2px solid rgba(255, 255, 255, 0.2);
            box-sizing: border-box;
            margin: -227px 0 0 -227px;
            transform: rotate(45deg); }
          #contents .about .slider .swiper-slide .text .bg01 {
            width: 100%;
            height: 3px;
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            background: rgba(255, 255, 255, 0);
            position: absolute;
            left: 0;
            top: 0; }
          #contents .about .slider .swiper-slide .text .bg02 {
            width: 100%;
            height: 3px;
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            background: rgba(255, 255, 255, 0);
            position: absolute;
            left: 0;
            bottom: 0; }
          #contents .about .slider .swiper-slide .text .bg03 {
            width: 3px;
            height: calc( 100% - 6px );
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            background: rgba(255, 255, 255, 0);
            position: absolute;
            left: 0;
            top: 4px; }
          #contents .about .slider .swiper-slide .text .bg04 {
            width: 3px;
            height: calc( 100% - 6px );
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            background: rgba(255, 255, 255, 0);
            position: absolute;
            right: 0;
            top: 4px; }
          #contents .about .slider .swiper-slide .text .bg05 {
            width: 438px;
            height: 438px;
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            background: rgba(255, 255, 255, 0);
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -219px 0 0 -219px;
            overflow: hidden; }
          #contents .about .slider .swiper-slide .text h3, #contents .about .slider .swiper-slide .text h2, #contents .about .slider .swiper-slide .text p {
            position: relative;
            z-index: 10; }
      .firefox #contents .about .slider .swiper-slide .text .bg06 {
        filter: blur(10px);
        position: absolute;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background: rgba(255, 255, 255, 0.2); }
      .ie11 #contents .about .slider .swiper-slide .text .bg06 {
        filter: blur(10px);
        position: absolute;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background: rgba(255, 255, 255, 0.2); }
      #contents .about .slider .pagination_wrap {
        position: absolute;
        left: -80px;
        top: 556px;
        z-index: 100;
        width: 642px;
        height: 60px;
        text-align: center;
        vertical-align: middle; }
        #contents .about .slider .pagination_wrap * {
          outline: none !important; }
        #contents .about .slider .pagination_wrap .swiper-pagination,
        #contents .about .slider .pagination_wrap .swiper-button-prev, #contents .about .slider .pagination_wrap .swiper-button-next {
          display: inline-block;
          position: static;
          vertical-align: middle;
          transition: 0.4s;
          outline: none !important; }
        #contents .about .slider .pagination_wrap .swiper-button-prev:hover, #contents .about .slider .pagination_wrap .swiper-button-next:hover {
          opacity: 0.7; }
        #contents .about .slider .pagination_wrap .swiper-pagination {
          padding: 0 20px 0;
          margin: -2px -5px 0; }
          #contents .about .slider .pagination_wrap .swiper-pagination .swiper-pagination-bullet {
            background: #fff;
            width: 7px;
            height: 7px;
            transform: rotate(45deg);
            border-radius: 0 !important;
            opacity: 1;
            margin: 0 4px;
            transition: opacity 0.4s;
            outline: none !important; }
          #contents .about .slider .pagination_wrap .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 0.7; }
          #contents .about .slider .pagination_wrap .swiper-pagination .swiper-pagination-bullet-active {
            opacity: 0.3;
            background: #fff;
            pointer-events: none; }
        #contents .about .slider .pagination_wrap .swiper-button-prev, #contents .about .slider .pagination_wrap .swiper-button-next {
          background: url("https://www.koeitecmoamerica.com/sophie2/img/arr_white.png") no-repeat left top/cover;
          width: 34px;
          height: 60px;
          transition: opacity 0.4s;
          margin-top: 0; }
        #contents .about .slider .pagination_wrap .swiper-button-disabled {
          opacity: 0; }
        #contents .about .slider .pagination_wrap .swiper-button-prev {
          transform: scale(-1, 1); }
  #contents .characters {
    position: relative;
    z-index: 10;
    padding-bottom: 90px; }
    #contents .characters .wrap {
      width: 1100px;
      margin: 0 auto; }
    #contents .characters .character {
      position: relative;
      height: 1248px;
      position: relative;
      /*&::before{content: ''; background: url("../img/top/character/_.png") no-repeat center top; width: 1400px; height: 1601px; position: absolute; left: 50%; top: -208px; margin-left: -700px; opacity: 0.5;}*/ }
      #contents .characters .character .animation-loop-trigger {
        border: 5px solid red;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 30px;
        opacity: 0; }
      #contents .characters .character .text {
        width: 60%;
        position: relative;
        z-index: 100;
        padding: 210px 0 0; }
        #contents .characters .character .text header {
          padding: 0 0 0 45px; }
          #contents .characters .character .text header dl {
            display: flex; }
          #contents .characters .character .text header dl dt {
            font-size: 16px;
            letter-spacing: 0.3em; }
          #contents .characters .character .text header dl dd {
            font-size: 16px;
            letter-spacing: 0.41em;
            font-weight: 500;
            margin: 0px 0 0 61px;
            position: relative; }
            #contents .characters .character .text header dl dd::before {
              content: '';
              width: 40px;
              height: 1px;
              position: absolute;
              left: -50px;
              top: 50%;
              background: #7a3827;
              margin-top: -2px; }
          #contents .characters .character .text header p {
            font-size: 19px;
            font-weight: 700;
            letter-spacing: 0.43em;
            margin: 23px 0 0 -2px; }
        #contents .characters .character .text h2 {
          font-size: 63px;
          font-family: Alegreya;
          line-height: 1;
          letter-spacing: 0.12em;
          margin: 10px 0 0 43px;
          display: flex;
          flex-direction: column;
          text-transform: uppercase; }
          #contents .characters .character .text h2 span {
            display: inline-block;
            background-image: linear-gradient(60deg, #c39f7a 0%, #c39f7a 24%, #b3af88 50%, #cac9b3 79%, #cac9b3 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          #contents .characters .character .text h2 span + span {
            margin: 7px 0 0 45px; }
        .ie11 #contents .characters .character .text h2 span {
          background: none; }
        #contents .characters .character .text .mask_wrap {
          width: 528px;
          height: 433px;
          overflow: hidden;
          margin: -32px 0 0 -76px;
          position: relative; }
          #contents .characters .character .text .mask_wrap .mask {
            display: block;
            width: 528px;
            height: 433px;
            -webkit-mask-image: url("https://www.koeitecmoamerica.com/sophie2/img/top/character/mask.png");
            -webkit-mask-mode: alpha;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: 100% 100%;
            -webkit-mask-position: center center;
            z-index: 10;
            transition: -webkit-mask-size 0.5s; }
          #contents .characters .character .text .mask_wrap iframe {
            width: 600px;
            height: 338px;
            margin: 75px 0 0 -32px;
            pointer-events: none; }
        #contents .characters .character .text .body {
          padding: 30px 0 0 13px; }
          #contents .characters .character .text .body dl {
            padding: 0 0 0 35px;
            position: relative; }
            #contents .characters .character .text .body dl::before {
              content: '';
              height: 100%;
              width: 2px;
              position: absolute;
              left: 0;
              top: 0;
              background: #22a09d; }
            #contents .characters .character .text .body dl dt {
              color: #22a09d;
              font-weight: 300;
              font-size: 20px;
              letter-spacing: 0.12em;
              line-height: 28px; }
            #contents .characters .character .text .body dl dd {
              font-size: 20px;
              line-height: 25px;
              font-weight: 300;
              letter-spacing: 0.04em;
              padding: 10px 0 0 0px;
              width: 340px; }
              #contents .characters .character .text .body dl dd p {
                font-family: agenda, serif; }
                #contents .characters .character .text .body dl dd p + p {
                  padding-top: 10px; }
      #contents .characters .character .copy, #contents .characters .character .bg, #contents .characters .character .img {
        position: absolute;
        top: 0; }
      #contents .characters .character .bg {
        left: 50%;
        margin-left: -700px;
        opacity: 1;
        top: -208px;
        z-index: 0; }
      #contents .characters .character .img {
        top: 180px;
        left: 50%;
        opacity: 1;
        z-index: 101;
        margin: 0 0 0 -250px; }
      #contents .characters .character .copy {
        left: 50%;
        top: 176px;
        opacity: 1;
        margin-left: 270px;
        z-index: 10; }
    #contents .characters .character.plachta {
      height: 990px; }
      #contents .characters .character.plachta .text {
        margin-left: 550px;
        padding-top: 136px; }
        #contents .characters .character.plachta .text header {
          padding-left: 66px; }
        #contents .characters .character.plachta .text h2 {
          margin-left: 60px;
          width: 50%; }
        #contents .characters .character.plachta .text .mask_wrap {
          margin: -51px 0 0 40px; }
      #contents .characters .character.plachta .body {
        padding: 24px 0 0 159px; }
      #contents .characters .character.plachta .bg {
        left: 50%;
        margin-left: -700px;
        top: 44px;
        z-index: 0; }
      #contents .characters .character.plachta .img {
        top: -50px;
        left: 50%;
        z-index: 10;
        margin: 233px 0 0 -700px; }
      #contents .characters .character.plachta .copy {
        left: 50%;
        top: 180px;
        margin-left: -465px; }
    #contents .characters .character.ramizel {
      height: 1023px; }
      #contents .characters .character.ramizel .text {
        padding-top: 205px;
        width: 100%; }
        #contents .characters .character.ramizel .text header {
          padding-left: 51px; }
        #contents .characters .character.ramizel .text h2 {
          margin-left: 42px;
          width: 50%; }
        #contents .characters .character.ramizel .text .mask_wrap {
          margin: -32px 0 0 -76px; }
      #contents .characters .character.ramizel .body {
        padding: 35px 0 0 13px; }
      #contents .characters .character.ramizel .bg {
        left: 50%;
        margin-left: -700px;
        top: 44px;
        z-index: 0; }
      #contents .characters .character.ramizel .img {
        top: -50px;
        left: 50%;
        z-index: 10;
        margin: 214px 0 0 -189px; }
      #contents .characters .character.ramizel .copy {
        top: 915px;
        margin-left: 280px; }
    #contents .characters .character.plachta_doll {
      height: 1350px; }
      #contents .characters .character.plachta_doll .text {
        margin-left: 550px;
        padding-top: 356px; }
        #contents .characters .character.plachta_doll .text header {
          padding-left: 66px; }
        #contents .characters .character.plachta_doll .text h2 {
          margin-left: 60px;
          width: 50%; }
        #contents .characters .character.plachta_doll .text .mask_wrap {
          margin: -51px 0 0 40px; }
      #contents .characters .character.plachta_doll .body {
        padding: 24px 0 0 159px; }
      #contents .characters .character.plachta_doll .bg {
        left: 50%;
        margin-left: -700px;
        top: 44px;
        z-index: 0; }
      #contents .characters .character.plachta_doll .img {
        top: -50px;
        left: 50%;
        z-index: 10;
        margin: 490px 0 0 -545px; }
      #contents .characters .character.plachta_doll .copy {
        left: 50%;
        top: 380px;
        margin-left: -520px; }
    #contents .characters .character_sub {
      margin: 0 auto;
      text-align: center; }
      #contents .characters .character_sub img {
        margin: 0 auto;
        text-align: center; }
    #contents .characters .btn {
      width: 219px;
      margin: 0 auto;
      text-align: center; }
      #contents .characters .btn a {
        display: flex;
        border: 1px solid #7a3827;
        height: 43px;
        width: 219px;
        justify-content: center;
        align-items: center;
        border-radius: 22px;
        font-size: 14px;
        letter-spacing: 0.19em;
        color: #7a3827;
        transition: 0.4s;
        transform: rotate(0.05deg); }
      #contents .characters .btn a:hover {
        background-color: rgba(122, 56, 39, 0.05); }
    #contents .characters .movie-btn {
      display: block;
      background: #22a09d;
      color: #fff;
      width: 360px;
      height: 45px;
      margin: 30px 0 0 13px;
      font-size: 16px;
      text-align: center;
      letter-spacing: 0.1em;
      padding: 12px 0 0;
      transition: opacity 0.3s; }
      #contents .characters .movie-btn span {
        position: relative;
        padding: 0  45px 0 0; }
        #contents .characters .movie-btn span:before {
          content: "";
          /*width: sp(22);height: sp(28);*/
          width: 10px;
          height: 13px;
          background: url("https://www.koeitecmoamerica.com/sophie2/img/top/character/icon-triangle.png") no-repeat left center/contain;
          position: absolute;
          top: 2px;
          bottom: 0;
          right: 0;
          margin: auto; }
      #contents .characters .movie-btn:hover {
        opacity: 0.7; }
    #contents .characters .body .movie-btn {
      margin-left: 0; }
  #contents .world {
    height: 930px;
    background: #000;
    background-size: cover;
    position: relative; }
    #contents .world .wrap {
      position: relative;
      height: 930px;
      overflow: hidden; }
    #contents .world .text {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 10;
      width: 617px;
      height: 617px;
      color: #fff;
      text-align: center;
      transform: translate(-50%, -50%); }
      #contents .world .text .in {
        padding: 167px 0 0; }
        #contents .world .text .in h2 {
          font-size: 25px;
          letter-spacing: 0.14em;
          line-height: 36px;
          margin: 0 0 0;
          font-family: alegreya, serif;
          font-weight: 500; }
        #contents .world .text .in p {
          font-size: 18px;
          line-height: 26px;
          letter-spacing: 0.05em;
          font-weight: 500;
          margin-top: 50px; }
      #contents .world .text .textbg {
        width: 432px;
        height: 432px;
        z-index: 5;
        display: block;
        position: relative;
        position: absolute;
        left: 50%;
        top: 50%;
        border: 2px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        margin: -216px 0 0 -216px;
        transform: rotate(45deg); }
      #contents .world .text .bg01 {
        width: 100%;
        height: 6px;
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: rgba(255, 255, 255, 0.06);
        position: absolute;
        left: 0;
        top: 0; }
      #contents .world .text .bg02 {
        width: 100%;
        height: 6px;
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: rgba(255, 255, 255, 0.06);
        position: absolute;
        left: 0;
        bottom: 0; }
      #contents .world .text .bg03 {
        width: 6px;
        height: calc( 100% - 12px );
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: rgba(255, 255, 255, 0.06);
        position: absolute;
        left: 0;
        top: 6px; }
      #contents .world .text .bg04 {
        width: 6px;
        height: calc( 100% - 12px );
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: rgba(255, 255, 255, 0.06);
        position: absolute;
        right: 0;
        top: 6px; }
      #contents .world .text .bg05 {
        width: 412px;
        height: 412px;
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
        background: url("https://www.koeitecmoamerica.com/sophie2/img/top/world/bg_text_mask.png") no-repeat center center;
        background-color: rgba(255, 255, 255, 0.06);
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -206px 0 0 -206px;
        overflow: hidden; }
      #contents .world .text h3, #contents .world .text h2, #contents .world .text p {
        position: relative;
        z-index: 10; }
    #contents .world .bg_world_wrapper {
      position: relative;
      z-index: 0;
      top: 0; }
      #contents .world .bg_world_wrapper iframe, #contents .world .bg_world_wrapper video {
        max-width: inherit !important;
        pointer-events: none;
        width: 1654px !important;
        height: 930px !important;
        left: 50%;
        margin: 0 0 0 -827px !important;
        position: relative;
        z-index: 0;
        top: 0; }
    .firefox #contents .world .wrap .text .bg06 {
      filter: blur(10px);
      position: absolute;
      left: -50%;
      top: -50%;
      width: 200%;
      height: 200%;
      background: rgba(255, 255, 255, 0.2); }
    .ie11 #contents .world .wrap .text .bg06 {
      filter: blur(10px);
      position: absolute;
      left: -50%;
      top: -50%;
      width: 200%;
      height: 200%;
      background: rgba(255, 255, 255, 0.2); }
  #contents .bonus {
    padding: 90px 0 0; }
    #contents .bonus .wrap {
      width: 1100px;
      margin: 0 auto; }
    #contents .bonus .btn {
      text-align: center; }
      #contents .bonus .btn a {
        display: flex;
        border: 1px solid #7a3827;
        height: 34px;
        width: 174px;
        justify-content: center;
        align-items: center;
        border-radius: 17px;
        font-size: 13px;
        letter-spacing: 0.19em;
        color: #7a3827;
        transition: 0.4s;
        margin-top: 26px;
        transform: rotate(0.05deg); }
      #contents .bonus .btn a:hover {
        background-color: rgba(122, 56, 39, 0.05); }
    #contents .bonus .bonus_archive {
      font-size: 0;
      line-height: 1; }
      #contents .bonus .bonus_archive .item {
        display: flex;
        width: 1100px;
        min-height: 648px;
        align-items: center;
        margin-top: 11px;
        margin-left: auto;
        margin-right: auto; }
        #contents .bonus .bonus_archive .item:nth-of-type(1) .text {
          margin-top: -75px; }
        #contents .bonus .bonus_archive .item .img {
          width: 516px; }
        #contents .bonus .bonus_archive .item .img img {
          width: 426px;
          height: auto;
          position: relative;
          left: 60px; }
        #contents .bonus .bonus_archive .item .text {
          width: 584px; }
          #contents .bonus .bonus_archive .item .text header p {
            color: #22a09d;
            font-size: 15px;
            letter-spacing: 0.15em;
            font-family: circe, sans-serif;
            text-transform: uppercase;
            margin-bottom: 13px; }
          #contents .bonus .bonus_archive .item .text header h3 {
            background: #22a09d;
            font-size: 21px;
            letter-spacing: 0.23em;
            color: #fff;
            text-align: center;
            height: 46px;
            min-width: 238px;
            padding: 1px 35px 0;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-family: agenda, serif; }
          #contents .bonus .bonus_archive .item .text header h3.long {
            font-size: 18px; }
          #contents .bonus .bonus_archive .item .text header h4 {
            font-size: 26px;
            font-weight: 400;
            letter-spacing: 0.1em;
            margin-top: 21px;
            font-family: alegreya, serif; }
          #contents .bonus .bonus_archive .item .text dl {
            padding: 0 0 0 35px;
            position: relative;
            margin-top: 37px; }
            #contents .bonus .bonus_archive .item .text dl::before {
              content: '';
              height: 100%;
              width: 2px;
              position: absolute;
              left: 0;
              top: 0;
              background: #22a09d; }
            #contents .bonus .bonus_archive .item .text dl dt {
              color: #22a09d;
              font-weight: 400;
              font-size: 21px;
              letter-spacing: 0.05em;
              line-height: 33px; }
            #contents .bonus .bonus_archive .item .text dl dd {
              font-size: 15px;
              line-height: 21px;
              font-weight: 500;
              letter-spacing: 0.08em;
              padding: 0 0 0 2px;
              margin-top: 24px; }
              #contents .bonus .bonus_archive .item .text dl dd p + ul {
                margin-top: 25px; }
              #contents .bonus .bonus_archive .item .text dl dd ul li + li {
                padding-top: 15px; }
            #contents .bonus .bonus_archive .item .text dl .tie_bnr img {
              width: 464px; }
      #contents .bonus .bonus_archive .item + .item {
        margin-top: 130px; }
      #contents .bonus .bonus_archive .item.reverse {
        margin-top: 106px;
        flex-direction: row-reverse;
        min-height: 404px;
        justify-content: space-between; }
        #contents .bonus .bonus_archive .item.reverse .img {
          width: auto; }
        #contents .bonus .bonus_archive .item.reverse .img img {
          width: auto;
          height: 404px;
          left: 0; }
        #contents .bonus .bonus_archive .item.reverse .text {
          width: 525px;
          margin-left: 23px; }
      #contents .bonus .bonus_archive .item.full {
        flex-direction: column-reverse;
        text-align: center;
        margin-top: 66px; }
        #contents .bonus .bonus_archive .item.full .img {
          width: auto;
          margin-top: 50px; }
        #contents .bonus .bonus_archive .item.full .img img {
          width: 100%;
          height: auto;
          left: 0; }
        #contents .bonus .bonus_archive .item.full .text {
          width: 100%;
          margin-left: 0; }
        #contents .bonus .bonus_archive .item.full p {
          font-size: 17px;
          line-height: 27px;
          letter-spacing: 0.08em;
          font-family: agenda, serif;
          margin-top: 55px; }
    #contents .bonus .products {
      font-size: 0;
      line-height: 1;
      padding: 150px 0 0;
      margin-bottom: -25px;
      /*productsタブCSSここから*/
      /*PBOX用*/
      /*productsタブCSSここまで*/ }
      #contents .bonus .products h2 {
        background: url("https://www.koeitecmoamerica.com/sophie2/img/top/bonus/bg_title.png") no-repeat center top;
        height: 98px;
        text-align: center;
        padding: 36px 0 0 20px;
        font-family: alegreya, serif;
        font-weight: 400;
        color: #7a3827;
        letter-spacing: 0.25em;
        font-size: 25px;
        box-sizing: border-box;
        margin-bottom: 50px; }
      #contents .bonus .products .products_archive {
        text-align: center; }
        #contents .bonus .products .products_archive .item_wide {
          width: 100%;
          height: auto;
          margin: 0 0 120px;
          background: rgba(255, 255, 255, 0.55);
          border: 1px solid #7a3827;
          padding: 90px 0 100px; }
          #contents .bonus .products .products_archive .item_wide h3 {
            font-size: 21px;
            color: #fff;
            text-align: center;
            letter-spacing: 0.15em;
            background: #22a09d;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 47px;
            min-width: 390px;
            padding: 5px 30px 0 35px; }
          #contents .bonus .products .products_archive .item_wide .img {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 60px auto 0; }
            #contents .bonus .products .products_archive .item_wide .img img {
              width: 710px; }
            #contents .bonus .products .products_archive .item_wide .img.premium img, #contents .bonus .products .products_archive .item_wide .img .limited img {
              width: 755px; }
          #contents .bonus .products .products_archive .item_wide img {
            height: auto;
            width: auto;
            transform: rotate(0.05deg); }
          #contents .bonus .products .products_archive .item_wide p.note {
            font-size: 21px;
            line-height: 33px;
            letter-spacing: 0.02em;
            margin-top: 32px;
            font-family: agenda, serif; }
          #contents .bonus .products .products_archive .item_wide .comingsoon {
            color: #22a09d;
            font-size: 22px;
            background: url(https://www.koeitecmoamerica.com/sophie2/img/products/bg_comingsoon.png) no-repeat center center;
            height: 77px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 426px;
            margin: 28px auto;
            letter-spacing: 0.12em; }
          #contents .bonus .products .products_archive .item_wide hr {
            background: url(https://www.koeitecmoamerica.com/sophie2/img/products/hr_short.png) no-repeat center center/auto 36px;
            height: 36px;
            margin: 11px auto 16px;
            border: none; }
          #contents .bonus .products .products_archive .item_wide.degital {
            padding-bottom: 56px; }
        #contents .bonus .products .products_archive .btn {
          margin: 0 auto;
          display: inline-block; }
          #contents .bonus .products .products_archive .btn a {
            margin: 0; }
      #contents .bonus .products .tab-content {
        width: 100%;
        margin-top: 60px; }
        #contents .bonus .products .tab-content input[type="radio"] {
          display: none;
          font-size: 19px; }
        #contents .bonus .products .tab-content label {
          display: inline-block;
          width: auto;
          height: 40px;
          margin: 0 22px;
          padding: 0;
          cursor: pointer;
          position: relative;
          z-index: 10; }
          #contents .bonus .products .tab-content label img {
            transition: opacity 0.3s; }
          #contents .bonus .products .tab-content label span {
            display: block;
            position: relative; }
            #contents .bonus .products .tab-content label span:before {
              content: "";
              width: 18px;
              height: 32px;
              background-image: url("https://www.koeitecmoamerica.com/sophie2/img/top/bonus/tab_arrow.png");
              background-repeat: no-repeat;
              background-size: auto 100%;
              background-position: center bottom;
              position: absolute;
              left: 0;
              right: 0;
              bottom: -51px;
              opacity: 0;
              margin: auto; }
          #contents .bonus .products .tab-content label:hover img {
            opacity: 0.7; }
          #contents .bonus .products .tab-content label img {
            display: block;
            width: auto;
            height: 100%; }
        #contents .bonus .products .tab-content .tab-box {
          padding: 0 100px;
          width: 100%;
          height: auto;
          font-size: 19px;
          margin: 50px auto 0;
          text-align: center;
          position: relative;
          z-index: 5; }
        #contents .bonus .products .tab-content > .tab-box > div {
          display: none;
          font-size: 19px; }
        #contents .bonus .products .tab-content .tab-box2 {
          width: 100%;
          height: auto;
          font-size: 19px;
          margin: 0 auto;
          text-align: center;
          padding: 0px; }
      #contents .bonus .products input:checked + label span:before, #contents .bonus .products input:checked + label span:after {
        opacity: 1; }
      #contents .bonus .products #tab1:checked ~ .tab-box > #tabView1 {
        display: block;
        font-size: 19px;
        position: relative;
        background: #ffffff;
        border: 1px solid #7a3827;
        padding-bottom: 100px; }
      #contents .bonus .products #tab2:checked ~ .tab-box > #tabView2 {
        display: block;
        font-size: 19px;
        position: relative;
        background: #ffffff;
        border: 1px solid #7a3827;
        padding-bottom: 100px; }
      #contents .bonus .products #tab3:checked ~ .tab-box > #tabView3 {
        display: block;
        font-size: 19px;
        position: relative;
        background: #ffffff;
        border: 1px solid #7a3827;
        padding-bottom: 100px; }
      #contents .bonus .products #tab4:checked ~ .tab-box > #tabView4 {
        display: block;
        font-size: 19px;
        position: relative;
        background: #ffffff;
        border: 1px solid #7a3827;
        padding-bottom: 100px; }
      #contents .bonus .products #tab5:checked ~ .tab-box > #tabView5 {
        display: block;
        font-size: 19px;
        position: relative;
        background: #ffffff;
        border: 1px solid #7a3827;
        padding-bottom: 100px; }
      #contents .bonus .products #tab6:checked ~ .tab-box > #tabView6 {
        display: block;
        font-size: 19px;
        position: relative;
        background: #ffffff;
        border: 1px solid #7a3827;
        padding-bottom: 100px; }
      #contents .bonus .products #tab7:checked ~ .tab-box > #tabView7 {
        display: block;
        font-size: 19px;
        position: relative;
        background: #ffffff;
        border: 1px solid #7a3827;
        padding-bottom: 100px; }
      #contents .bonus .products #tab8:checked ~ .tab-box > #tabView8 {
        display: block;
        font-size: 19px;
        position: relative;
        background: #ffffff;
        border: 1px solid #7a3827;
        padding-bottom: 100px; }
      #contents .bonus .products .shopbnr {
        padding: 100px 0 0; }
        #contents .bonus .products .shopbnr + .shopbnr {
          padding: 80px 0 0; }
        #contents .bonus .products .shopbnr h4 {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 40px;
          padding-bottom: 15px;
          position: relative;
          font-size: 25px;
          line-height: 38px;
          font-family: alegreya, serif;
          letter-spacing: 0.1em;
          font-weight: 400; }
          #contents .bonus .products .shopbnr h4:after {
            content: '';
            background: url(https://www.koeitecmoamerica.com/sophie2/img/products/bg_shoplist_line.png) center top no-repeat;
            height: 11px;
            width: 100%;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%, 5px); }
        #contents .bonus .products .shopbnr ul {
          width: 100%;
          height: auto;
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          padding: 0 100px; }
          #contents .bonus .products .shopbnr ul li {
            width: 214px;
            height: auto;
            display: block;
            margin: 10px 8px; }
            #contents .bonus .products .shopbnr ul li a {
              transition: opacity 0.3s;
              display: block; }
              #contents .bonus .products .shopbnr ul li a:hover {
                opacity: 0.7; }
            #contents .bonus .products .shopbnr ul li img {
              width: 214px !important;
              height: auto;
              display: block; }
      #contents .bonus .products .shopbnr_wrap {
        display: flex;
        padding: 0 77px;
        margin-top: 40px; }
        #contents .bonus .products .shopbnr_wrap .shopbnr {
          padding: 0;
          width: calc(100% / 3); }
          #contents .bonus .products .shopbnr_wrap .shopbnr h4 {
            margin-bottom: 23px; }
          #contents .bonus .products .shopbnr_wrap .shopbnr h4:after {
            background: url(https://www.koeitecmoamerica.com/sophie2/img/products/bg_shoplist_line_small.png) center top no-repeat; }
          #contents .bonus .products .shopbnr_wrap .shopbnr ul li {
            margin: 0; }
  #contents #shoplist {
    padding: 0 0 136px; }
    #contents #shoplist .pagetitle {
      margin-bottom: 56px; }
    #contents #shoplist h2 {
      background: url("https://www.koeitecmoamerica.com/sophie2/img/top/bonus/bg_title.png") no-repeat center top;
      height: 98px;
      text-align: center;
      padding: 36px 0 0 5px;
      font-family: alegreya, serif;
      font-weight: 400;
      color: #7a3827;
      letter-spacing: 0.15em;
      font-size: 19px;
      box-sizing: border-box;
      margin-bottom: 50px; }
  #contents .shoplist {
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    width: 1100px;
    flex-wrap: wrap; }
    #contents .shoplist .shop {
      border: 1px solid #7a3827;
      width: 526px;
      padding: 22px 0 95px;
      margin: 0 45px 75px 0;
      position: relative;
      background: url("https://www.koeitecmoamerica.com/sophie2/img/products/bg_shoplist@pc.png") center -1px no-repeat rgba(255, 255, 255, 0.55);
      background-size: auto 33px; }
      #contents .shoplist .shop header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        margin-bottom: 22px;
        padding-bottom: 15px;
        position: relative;
        font-size: 22px;
        line-height: 38px;
        font-size: 600;
        width: 100%;
        text-align: center;
        letter-spacing: 0.02em; }
        #contents .shoplist .shop header::after {
          content: '';
          background: url("https://www.koeitecmoamerica.com/sophie2/img/products/bg_shoplist_line.png") center top no-repeat;
          height: 11px;
          width: 100%;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translate(-50%, 5px); }
      #contents .shoplist .shop .body {
        padding: 0 35px; }
        #contents .shoplist .shop .body .img {
          height: 294px;
          margin-bottom: 30px; }
          #contents .shoplist .shop .body .img img {
            width: 100%;
            height: 294px;
            opacity: 0; }
          #contents .shoplist .shop .body .img span {
            background-position: center center;
            background-size: cover;
            height: 294px;
            display: block;
            background-repeat: no-repeat; }
        #contents .shoplist .shop .body p, #contents .shoplist .shop .body li {
          font-size: 16px;
          line-height: 35px;
          letter-spacing: 0.2em; }
        #contents .shoplist .shop .body .list li {
          padding-left: 1em;
          text-indent: -1em; }
          #contents .shoplist .shop .body .list li p.setnote {
            font-size: 13px;
            line-height: 27px;
            text-indent: 0;
            margin-bottom: 20px; }
        #contents .shoplist .shop .body .notes {
          margin-top: 32px; }
        #contents .shoplist .shop .body .notes li {
          font-size: 12px;
          line-height: 26px;
          text-indent: -1em;
          padding-left: 1em; }
      #contents .shoplist .shop .btn {
        position: absolute;
        left: 50%;
        bottom: -31px;
        transform: translateX(-50%); }
    #contents .shoplist .shop:nth-child(2n) {
      margin-right: 0; }
    #contents .shoplist .shop:last-child {
      margin-right: 0; }
  #contents .spec {
    background: #fff;
    text-align: center;
    padding: 50px 0 0;
    min-height: 992px;
    font-size: 0;
    line-height: 1; }
    #contents .spec .logo img {
      width: 594px;
      height: 271px; }
    #contents .spec .wrap {
      width: 1100px;
      margin: 0 auto; }
      #contents .spec .wrap .text {
        display: flex;
        justify-content: flex-end;
        padding: 90px 0 0; }
        #contents .spec .wrap .text dl {
          position: relative;
          padding: 0 25px 0 0; }
          #contents .spec .wrap .text dl::before {
            content: '';
            height: 100%;
            width: 2px;
            background: #7a3827;
            position: absolute;
            left: 124px;
            top: 0; }
        #contents .spec .wrap .text dt {
          font-size: 15px;
          letter-spacing: 0.19em;
          clear: left;
          float: left;
          line-height: 39px;
          padding: 0 20px 0 0;
          text-align: right; }
          #contents .spec .wrap .text dt span {
            display: block;
            text-align: right;
            width: 7em; }
        #contents .spec .wrap .text dd {
          font-size: 14px;
          letter-spacing: 0.08em;
          line-height: 39px;
          zoom: 1;
          overflow: hidden;
          text-align: left;
          padding: 0 0 0 20px; }
          #contents .spec .wrap .text dd small {
            font-size: 10px; }
    #contents .spec .bg {
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 45px; }

@media screen and (min-width: 1401px) {
  /*
  	pc 1401-
  **************************************************************/
  .ktlogo {
    position: absolute;
    left: 1.071vw;
    top: 0.571vw; }
    .ktlogo img {
      width: 3.286vw;
      height: auto; }

  #contents {
    /*
    	.kvcontents {height: wvw(1704);top: wvw(-100);*/ }
    #contents .about .copy iframe, #contents .about .copy video {
      width: 100vw !important;
      height: 56.429vw !important;
      left: 50%;
      margin: 0 0 0 -50vw !important; }
    #contents .world .wrap iframe, #contents .world .wrap video {
      width: 118.143vw !important;
      height: 68.571vw !important;
      left: 50%;
      margin: 0 0 0 -59.071vw !important; } }
@media screen and (min-width: 1401px) {
  #contents .kvcontents {
    min-height: 73.143vw; }
    #contents .kvcontents nav {
      height: 3.357vw;
      padding-left: 5.429vw; }
      #contents .kvcontents nav a {
        font-size: 1.071vw;
        padding: 0 1.429vw;
        height: 3.357vw; }
    #contents .kvcontents .parts .visual {
      margin-left: -50vw; }
      #contents .kvcontents .parts .visual img {
        width: 100vw;
        height: auto; }
    #contents .kvcontents .cell {
      min-height: 73.143vw; }
      #contents .kvcontents .cell.right_cell {
        right: 4.571vw;
        width: 20.286vw;
        padding: 20.714vw 0 2.143vw; }
        #contents .kvcontents .cell.right_cell .copy {
          display: inline-flex;
          justify-content: center; }
          #contents .kvcontents .cell.right_cell .copy img {
            width: 22.571vw;
            height: auto; }
        #contents .kvcontents .cell.right_cell .logo {
          height: 11.5vw;
          margin-top: 11.786vw; }
          #contents .kvcontents .cell.right_cell .logo img {
            width: 25.214vw;
            height: 11.5vw; }
        #contents .kvcontents .cell.right_cell .sale {
          font-size: 1.429vw;
          margin: 1.071vw 0 0; }
          #contents .kvcontents .cell.right_cell .sale small {
            font-size: 1vw; }
        #contents .kvcontents .cell.right_cell .order {
          margin: 2.643vw 0 0; }
          #contents .kvcontents .cell.right_cell .order a {
            width: 20.286vw;
            height: 8.643vw;
            font-size: 1.786vw;
            line-height: 4.143vw;
            padding: 2.143vw; }
          #contents .kvcontents .cell.right_cell .order span {
            font-size: 1.286vw; }
      #contents .kvcontents .cell.left_cell {
        padding: 5.429vw 0 2.143vw;
        width: 25vw; }
        #contents .kvcontents .cell.left_cell .atelier25th span {
          left: 9.286vw;
          top: 2.286vw;
          font-size: 0.929vw;
          line-height: 1.286vw; }
        #contents .kvcontents .cell.left_cell .atelier25th img {
          width: 20.357vw;
          height: auto; }
        #contents .kvcontents .cell.left_cell dl.update {
          padding: 0 0 0  20px;
          display: flex;
          font-size: 13px;
          letter-spacing: 0.19em;
          margin-top: 20px; }
          #contents .kvcontents .cell.left_cell dl.update dd {
            padding: 0 0 0 70px;
            position: relative; }
            #contents .kvcontents .cell.left_cell dl.update dd::before {
              content: '';
              width: 50px;
              background: #7a3827;
              height: 1px;
              position: absolute;
              left: 10px;
              top: 50%;
              margin-top: -1px; }
        #contents .kvcontents .cell.left_cell p.update {
          padding: 0 0 0 1.429vw;
          font-size: 0.857vw;
          margin-top: 0.714vw; }
        #contents .kvcontents .cell.left_cell .twitterbtn {
          margin-top: 2.214vw; }
          #contents .kvcontents .cell.left_cell .twitterbtn a {
            display: flex;
            width: 10vw;
            height: 2.429vw;
            border: 1px solid #7a3827;
            color: #7a3827;
            font-size: 0.929vw;
            padding: 0 0 0 3.429vw; }
            #contents .kvcontents .cell.left_cell .twitterbtn a::after {
              content: '';
              background: url("https://www.koeitecmoamerica.com/sophie2/img/top/kv/icon_twitter.png") no-repeat left top/1.214vw 1vw;
              top: 0.643vw;
              left: 1.429vw;
              width: 1.214vw;
              height: 1vw; }
        #contents .kvcontents .cell.left_cell .bnr {
          min-height: 18.571vw; }
          #contents .kvcontents .cell.left_cell .bnr img {
            width: 20.214vw;
            height: auto; }
          #contents .kvcontents .cell.left_cell .bnr .item ~ .item {
            margin: 0.857vw 0 0; }
        #contents .kvcontents .cell.left_cell .pv {
          width: 30vw;
          height: 20.857vw;
          margin: -0.786vw 0 0 -2.5vw; }
          #contents .kvcontents .cell.left_cell .pv .mask {
            width: 29vw;
            height: 20.857vw; }
          #contents .kvcontents .cell.left_cell .pv .bg_kv_wrapper {
            width: 29vw;
            height: 20.857vw; }
            #contents .kvcontents .cell.left_cell .pv .bg_kv_wrapper iframe {
              width: 28.857vw;
              height: 16.214vw;
              margin-top: 3.53vw; }
          #contents .kvcontents .cell.left_cell .pv a {
            width: 100%;
            height: 100%;
            z-index: 10;
            position: absolute;
            left: 0;
            top: 0; }
            #contents .kvcontents .cell.left_cell .pv a::after {
              content: '';
              background: url("https://www.koeitecmoamerica.com/sophie2/img/btn_play.png") no-repeat center center/3.786vw auto;
              width: 3.786vw;
              height: 3.786vw;
              margin: 0px 0 0 -1.929vw; }
    #contents .kvcontents ul.manual {
      margin-top: 1.5vw;
      position: absolute;
      left: 10.143vw; }
      #contents .kvcontents ul.manual li {
        margin-bottom: 0.214vw;
        padding: 0.5vw;
        background: #ae887a;
        width: 10vw;
        height: 2.429vw;
        font-size: 15px;
        text-align: center;
        font-size: 0.929vw; }
        #contents .kvcontents ul.manual li a {
          color: #FFFFFF; }
  #contents .spec {
    padding: 3.571vw 0 0;
    min-height: 70.857vw; }
    #contents .spec .logo img {
      width: 42.429vw;
      height: 19.357vw; }
    #contents .spec .wrap {
      width: 78.571vw;
      margin: 0 auto; }
      #contents .spec .wrap .text {
        display: flex;
        justify-content: flex-end;
        padding: 6.429vw 0 0; }
        #contents .spec .wrap .text dl {
          position: relative;
          padding: 0 1.786vw 0 0; }
          #contents .spec .wrap .text dl::before {
            content: '';
            height: 100%;
            width: 0.143vw;
            background: #7a3827;
            position: absolute;
            left: 8.857vw;
            top: 0; }
        #contents .spec .wrap .text dt {
          font-size: 1.071vw;
          line-height: 2.786vw;
          padding: 0 1.429vw 0 0; }
        #contents .spec .wrap .text dd {
          font-size: 1vw;
          line-height: 2.786vw;
          padding: 0 0 0 1.429vw; }
          #contents .spec .wrap .text dd small {
            font-size: 0.714vw; }
    #contents .spec .bg {
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 3.214vw; }
      #contents .spec .bg img {
        height: 45.286vw; } }
/*modal*/
#contents .zoomimg a {
  position: relative;
  display: block; }
  #contents .zoomimg a::after {
    content: 'zoom';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    width: 86px;
    height: 86px;
    position: absolute;
    left: -22px;
    top: -25px;
    text-align: center;
    padding: 0;
    letter-spacing: 0.1em;
    transition: transform 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("https://www.koeitecmoamerica.com/sophie2/img/btn_zoom.png") no-repeat center center/cover; }
  #contents .zoomimg a img {
    transition: 0.3s; }
#contents .zoomimg a:hover img {
  filter: brightness(1.1); }
#contents .zoomimg a:hover::after {
  transform: scale(0.85);
  transition: transform 0.4s; }
#contents .zoomimg a::after {
  font-size: 11px;
  width: 62px;
  height: 62px;
  left: -20px;
  top: -23px; }

@media screen and (max-width: 768px) {
  /*
  	sp 
  **************************************************************/
  .sitefooter {
    padding: 12.305vw 0 19.531vw; }

  .floating_order {
    position: fixed;
    display: block !important;
    right: 0; }
    .floating_order a {
      background: url("https://www.koeitecmoamerica.com/sophie2/img/bg_yoyaku.png") no-repeat left top/cover;
      width: 35.156vw;
      height: 15.039vw;
      font-size: 3.103vw;
      text-align: center;
      line-height: 15.039vw;
      top: 15.137vw;
      opacity: 0; }
    .floating_order a:hover {
      filter: none; }

  /* 右のバー*/
  #categorybar {
    width: 4.199vw;
    height: calc(100% - 241.016vw);
    top: 241.016vw; }

  .label {
    width: 4.199vw;
    margin-left: calc(50% - 4.199vw); }
    .label li {
      height: 100vh;
      width: 4.199vw;
      font-size: 2.539vw;
      letter-spacing: 0.89em; }

  .windowloaded .floating_order {
    bottom: 0; }

  .windowloaded .floating_order.fix a {
    top: 0;
    transition: top 0.8s ,opacity 0.8s , filter 0.4s;
    opacity: 1; }

  /*.windowloaded .floating_order.fix a{position: fixed; right: 0; bottom: 0; top: inherit;}*/
  .windowloaded #categorybar {
    right: 0;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1); }

  .windowloaded .label[data-active='-1'] {
    transform: translateX(4.199vw); }

  .windowloaded .label {
    opacity: 1;
    transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1); }

  #contents {
    padding: 0;
    width: 100vw; }
    #contents .kvcontents {
      min-height: 223.016vw; }
      #contents .kvcontents nav {
        height: 6.836vw;
        background: none;
        display: block;
        padding-left: 0;
        display: none; }
        #contents .kvcontents nav a {
          display: none; }
      #contents .kvcontents .parts .visual {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -50vw; }
        #contents .kvcontents .parts .visual img {
          width: 100%;
          height: auto; }
      #contents .kvcontents .cell {
        position: static;
        top: 0;
        z-index: 100;
        min-height: inherit; }
        #contents .kvcontents .cell.right_cell {
          right: inherit;
          width: inherit;
          display: block;
          padding: 0; }
          #contents .kvcontents .cell.right_cell .copy {
            display: block;
            position: absolute;
            left: 0vw;
            top: 146.484vw;
            width: 100%; }
            #contents .kvcontents .cell.right_cell .copy img {
              width: 72.949vw;
              height: auto;
              margin: 0 auto;
              display: block; }
          #contents .kvcontents .cell.right_cell .logo {
            height: 25.391vw;
            display: inline-flex;
            justify-content: center;
            margin-top: 0;
            position: absolute;
            left: 3.906vw;
            top: 113.184vw; }
            #contents .kvcontents .cell.right_cell .logo img {
              width: 55.762vw;
              height: 25.391vw; }
          #contents .kvcontents .cell.right_cell .sale {
            font-size: 5.273vw;
            margin: 0;
            position: absolute;
            left: 0.977vw;
            width: 100%;
            top: 163.133vw; }
            #contents .kvcontents .cell.right_cell .sale small {
              font-size: 3.418vw;
              top: 7.52vw;
              letter-spacing: 0.282em;
              position: relative; }
          #contents .kvcontents .cell.right_cell .order {
            margin: 0;
            position: absolute;
            right: 0;
            top: 122.07vw; }
            #contents .kvcontents .cell.right_cell .order a {
              background: url("https://www.koeitecmoamerica.com/sophie2/img/bg_yoyaku.png") no-repeat left top/cover;
              width: 35.156vw;
              height: 15.039vw;
              font-size: 3.103vw;
              text-align: center;
              line-height: 8.711vw;
              padding: 3.223vw; }
            #contents .kvcontents .cell.right_cell .order a:hover {
              filter: brightness(1); }
            #contents .kvcontents .cell.right_cell .order span {
              font-size: 1.465vw; }
        #contents .kvcontents .cell.left_cell {
          padding: 0;
          width: inherit;
          position: static; }
          #contents .kvcontents .cell.left_cell .atelier25th {
            position: absolute;
            top: 11.133vw;
            left: 0; }
            #contents .kvcontents .cell.left_cell .atelier25th span {
              left: 25.391vw;
              top: 6.055vw;
              font-size: 2.344vw;
              line-height: 4.102vw; }
            #contents .kvcontents .cell.left_cell .atelier25th img {
              width: 55.273vw; }
          #contents .kvcontents .cell.left_cell dl.update {
            padding: 0 0 0 3.516vw;
            display: flex;
            font-size: 2.539vw;
            margin-top: 0;
            position: absolute;
            left: 0;
            top: 34.18vw; }
            #contents .kvcontents .cell.left_cell dl.update dd {
              padding: 0 0 0 11.719vw;
              position: relative; }
              #contents .kvcontents .cell.left_cell dl.update dd::before {
                content: '';
                width: 7.813vw;
                background: #7a3827;
                height: 0.098vw;
                position: absolute;
                left: 1.758vw;
                top: 50%;
                margin-top: -0.098vw; }
          #contents .kvcontents .cell.left_cell p.update {
            padding: 0 0 0 3.516vw;
            font-size: 2.344vw;
            line-height: 5.078vw;
            margin-top: 0;
            position: absolute;
            top: 38.086vw; }
          #contents .kvcontents .cell.left_cell .twitterbtn {
            margin-top: 0;
            position: absolute;
            width: 28.906vw;
            position: absolute;
            top: 110.547vw;
            top: 93.164vw;
            right: -0.391vw;
            background: #fff; }
            #contents .kvcontents .cell.left_cell .twitterbtn a {
              display: flex;
              width: 29.297vw;
              height: 7.031vw;
              border: 0.195vw solid #7a3827;
              color: #7a3827;
              right: -0.977vw;
              padding: 0.391vw 0 0 10.352vw;
              transition: none;
              font-size: 2.539vw;
              position: relative; }
              #contents .kvcontents .cell.left_cell .twitterbtn a::after {
                content: '';
                background: url("https://www.koeitecmoamerica.com/sophie2/img/top/kv/icon_twitter.png") no-repeat left top/3.32vw 2.734vw;
                position: absolute;
                top: 2.051vw;
                left: 4.883vw;
                width: 3.32vw;
                height: 2.734vw; }
            #contents .kvcontents .cell.left_cell .twitterbtn a:hover {
              /*color: #fff; background: $brown;*/
              opacity: 1; }
          #contents .kvcontents .cell.left_cell .bnr {
            left: 0;
            top: 177.93vw;
            position: absolute;
            width: 100%;
            text-align: center;
            min-height: initial; }
            #contents .kvcontents .cell.left_cell .bnr img {
              width: 82.031vw;
              height: auto; }
            #contents .kvcontents .cell.left_cell .bnr .item ~ .item {
              margin: 0; }
            #contents .kvcontents .cell.left_cell .bnr a {
              transition: none; }
            #contents .kvcontents .cell.left_cell .bnr a:hover {
              filter: none; }
            #contents .kvcontents .cell.left_cell .bnr .swiper-wrapper {
              display: flex; }
            #contents .kvcontents .cell.left_cell .bnr .swiper-button {
              display: block;
              position: absolute;
              z-index: 110;
              background: url("https://www.koeitecmoamerica.com/sophie2/img/arr.png") no-repeat center top/100% 100%;
              width: 4.98vw;
              height: 8.789vw;
              margin: 0;
              top: 13.086vw;
              outline: none !important; }
            #contents .kvcontents .cell.left_cell .bnr .swiper-button-next {
              left: inherit;
              right: 0;
              left: 93.945vw;
              outline: none !important; }
            #contents .kvcontents .cell.left_cell .bnr .swiper-button-prev {
              transform: scale(-1, 1);
              left: 0.977vw;
              outline: none !important; }
            #contents .kvcontents .cell.left_cell .bnr .swiper-button-disabled {
              opacity: 0 !important; }
          #contents .kvcontents .cell.left_cell .pv {
            display: none; }
      #contents .kvcontents ul.manual {
        margin-top: 0;
        position: absolute;
        top: 76.465vw;
        left: auto;
        right: 0; }
        #contents .kvcontents ul.manual li {
          background: #ae887a;
          width: 28.711vw;
          height: 7.031vw;
          padding: 2.344vw;
          transition: none;
          font-size: 2.539vw;
          position: relative;
          margin-bottom: 1.367vw; }
          #contents .kvcontents ul.manual li a {
            color: #fff; }
          #contents .kvcontents ul.manual li a:hover {
            opacity: 1; }
    #contents .topics {
      height: 72.852vw;
      z-index: 10; }
      #contents .topics .topics_point {
        top: 25%; }
      #contents .topics .wrap {
        margin: 0 auto;
        width: 100vw;
        padding: 0 4.199vw 0 0.977vw; }
        #contents .topics .wrap .swiper-wrapper {
          padding-bottom: 7.422vw; }
        #contents .topics .wrap .swiper-slide {
          width: 63.477vw !important;
          height: 65.43vw;
          padding: 0 1.953vw;
          box-sizing: border-box; }
          #contents .topics .wrap .swiper-slide .topic {
            width: 59.57vw;
            height: 65.43vw;
            background: url("https://www.koeitecmoamerica.com/sophie2/img/top/topics/base.png") no-repeat center center/cover;
            box-shadow: 0 0.781vw 1.563vw rgba(0, 0, 0, 0.14); }
            #contents .topics .wrap .swiper-slide .topic i {
              display: block;
              height: 33.594vw;
              background-size: cover; }
            #contents .topics .wrap .swiper-slide .topic .text {
              padding: 4.883vw; }
            #contents .topics .wrap .swiper-slide .topic header {
              padding-bottom: 3.125vw; }
              #contents .topics .wrap .swiper-slide .topic header time {
                font-size: 2.637vw;
                height: 4.102vw;
                padding: 0; }
              #contents .topics .wrap .swiper-slide .topic header span {
                font-size: 2.051vw;
                padding: 0 2.93vw 0;
                height: 4.102vw;
                border-radius: 2.051vw;
                margin-left: 15.039vw;
                position: relative; }
                #contents .topics .wrap .swiper-slide .topic header span::before {
                  content: '';
                  width: 9.766vw;
                  background: #7a3827;
                  height: 1px;
                  position: absolute;
                  left: -12.402vw;
                  top: 50%;
                  margin-top: -1px; }
            #contents .topics .wrap .swiper-slide .topic p {
              font-size: 2.734vw;
              line-height: 4.883vw;
              letter-spacing: 0.27em;
              display: -webkit-box;
              overflow: hidden;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; }
      #contents .topics .swiper-container-horizontal > .swiper-scrollbar {
        width: 59.57vw;
        height: 1.27vw;
        background: #fff;
        left: 50%;
        transform: translateX(-50%); }
    #contents .sp-movie {
      margin-top: -5.566vw;
      padding-bottom: 6.152vw;
      position: relative;
      z-index: 0; }
      #contents .sp-movie .sp_pv {
        width: 100vw;
        height: 72.559vw;
        overflow: hidden;
        margin: 0; }
        #contents .sp-movie .sp_pv .mask {
          display: block;
          width: 100vw;
          height: 72.656vw;
          -webkit-mask-image: url("https://www.koeitecmoamerica.com/sophie2/img/top/kv/mask_movie.png");
          -webkit-mask-mode: alpha;
          -webkit-mask-repeat: no-repeat;
          -webkit-mask-size: 100% 100%;
          -webkit-mask-position: center center;
          z-index: 10;
          transition: -webkit-mask-size 0.5s; }
        #contents .sp-movie .sp_pv .bg_kv_wrapper_sp {
          display: block;
          width: 100vw;
          height: 72.656vw;
          position: relative;
          z-index: 0; }
          #contents .sp-movie .sp_pv .bg_kv_wrapper_sp iframe {
            width: 100vw;
            height: 72.656vw;
            margin-top: 4.883vw; }
        #contents .sp-movie .sp_pv a {
          display: block;
          width: 100%;
          height: 100%;
          z-index: 10;
          position: absolute;
          left: 0;
          top: 0; }
          #contents .sp-movie .sp_pv a::after {
            content: '';
            background: url("https://www.koeitecmoamerica.com/sophie2/img/btn_play.png") no-repeat center center/100% auto;
            width: 12.988vw;
            height: 12.891vw;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: 0px 0 0 -6.543vw; }
    #contents .about .copy {
      height: 116.602vw;
      background: url("https://www.koeitecmoamerica.com/sophie2/img/top/about/bg@sp.jpg") no-repeat center center/cover; }
      #contents .about .copy h2 {
        top: 11.523vw;
        font-size: 5.371vw; }
        #contents .about .copy h2 span {
          padding: 0 5.906vw 0.195vw 4.813vw;
          margin-bottom: 2.344vw;
          position: relative;
          height: 9.473vw;
          align-items: center;
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          z-index: 5;
          background: rgba(255, 255, 255, 0.2); }
          #contents .about .copy h2 span em {
            position: relative;
            z-index: 10; }
      #contents .about .copy p {
        width: 100%;
        top: 63.477vw;
        font-size: 2.93vw;
        line-height: 4.883vw;
        letter-spacing: 0.16em; }
        #contents .about .copy p span {
          padding: 0 7.813vw 0.195vw 7.813vw;
          margin-bottom: 4.883vw;
          position: relative;
          height: 48.828vw;
          align-items: center;
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          z-index: 5;
          background: rgba(255, 255, 255, 0.2); }
          #contents .about .copy p span em {
            position: relative;
            z-index: 10; }
      #contents .about .copy .bg_about_wrapper {
        position: relative;
        z-index: 0;
        top: 0; }
      #contents .about .copy iframe, #contents .about .copy video {
        max-width: inherit !important;
        pointer-events: none;
        width: 207.422vw !important;
        height: 116.699vw !important;
        left: 50%;
        margin: 0 0 0 -103.711vw !important;
        position: relative;
        z-index: 0;
        top: 0; }
    #contents .about .slider {
      height: 188.281vw;
      margin-top: -0.098vw; }
      #contents .about .slider .swiper-slide {
        position: relative;
        height: 188.281vw; }
        #contents .about .slider .swiper-slide .bg img {
          width: 100%;
          height: 100%; }
        #contents .about .slider .swiper-slide .text {
          position: absolute;
          left: 0;
          top: inherit;
          bottom: 0;
          z-index: 10;
          width: 100vw;
          height: auto;
          transform: translateY(0%);
          height: 120vw; }
          #contents .about .slider .swiper-slide .text .in {
            padding: 0;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            #contents .about .slider .swiper-slide .text .in h3 {
              font-size: 2.93vw; }
              #contents .about .slider .swiper-slide .text .in h3::after {
                content: '';
                background: url("https://www.koeitecmoamerica.com/sophie2/img/top/about/line@sp.png") center bottom no-repeat;
                height: 7.91vw;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: -4.688vw;
                margin-left: 0;
                background-size: 100vw auto;
                height: 7.91vw; }
            #contents .about .slider .swiper-slide .text .in h2 {
              font-size: 4.883vw;
              line-height: 6.738vw;
              margin: 8.1vw 0 0;
              letter-spacing: 0.05em; }
            #contents .about .slider .swiper-slide .text .in p {
              font-size: 2.93vw;
              margin-top: 1.93vw;
              line-height: 5.469vw; }
            #contents .about .slider .swiper-slide .text .in .btn {
              text-align: center;
              margin-bottom: 0;
              margin-top: 4vw; }
              #contents .about .slider .swiper-slide .text .in .btn a {
                display: inline-flex;
                border: 1px solid #fff;
                height: 6.836vw;
                width: 34.18vw;
                justify-content: center;
                align-items: center;
                border-radius: 3.418vw;
                font-size: 2.148vw;
                letter-spacing: 0.19em;
                color: #fff;
                transition: 0.4s;
                margin-top: 0;
                transform: rotate(0.05deg); }
              #contents .about .slider .swiper-slide .text .in .btn a:hover {
                opacity: 0.4; }
          #contents .about .slider .swiper-slide .text .textbg {
            display: none; }
        #contents .about .slider .swiper-slide.point03 .in h3 {
          margin-top: -6vw; }
      #contents .about .slider .pagination_wrap {
        left: 0;
        top: inherit;
        bottom: 24.609vw;
        width: 100%;
        height: 11.719vw; }
        #contents .about .slider .pagination_wrap .swiper-pagination,
        #contents .about .slider .pagination_wrap .swiper-button-prev, #contents .about .slider .pagination_wrap .swiper-button-next {
          display: inline-block;
          position: static;
          vertical-align: middle;
          transition: 0.4s; }
        #contents .about .slider .pagination_wrap .swiper-button-prev:hover, #contents .about .slider .pagination_wrap .swiper-button-next:hover {
          opacity: 1; }
        #contents .about .slider .pagination_wrap .swiper-pagination {
          padding: 0 0vw 0;
          margin: 0vw 3.906vw 0; }
          #contents .about .slider .pagination_wrap .swiper-pagination .swiper-pagination-bullet {
            background: #fff;
            width: 1.27vw;
            height: 1.27vw;
            transform: rotate(45deg);
            border-radius: 0 !important;
            opacity: 1;
            margin: 0 0.977vw;
            transition: opacity 0.4s;
            outline: none !important; }
          #contents .about .slider .pagination_wrap .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 1; }
          #contents .about .slider .pagination_wrap .swiper-pagination .swiper-pagination-bullet-active {
            opacity: 0.3;
            background: #fff;
            pointer-events: none; }
        #contents .about .slider .pagination_wrap .swiper-button-prev, #contents .about .slider .pagination_wrap .swiper-button-next {
          width: 6.641vw;
          height: 11.719vw;
          outline: none !important;
          background: url("https://www.koeitecmoamerica.com/sophie2/img/arr_white.png") no-repeat left top/100% 100%; }
    #contents .characters {
      position: relative;
      z-index: 10;
      padding-bottom: 14.258vw; }
      #contents .characters .wrap {
        width: 100%;
        margin: 0 auto; }
      #contents .characters .character {
        position: relative;
        height: 408.008vw; }
        #contents .characters .character .text {
          width: 100%;
          position: relative;
          z-index: 200;
          padding: 0 0; }
          #contents .characters .character .text header {
            padding: 212.109vw 0 0 10.766vw; }
            #contents .characters .character .text header dl {
              display: flex; }
            #contents .characters .character .text header dl dt {
              font-size: 3.223vw; }
            #contents .characters .character .text header dl dd {
              font-size: 3.223vw;
              margin: 0 0 0 14.113vw; }
              #contents .characters .character .text header dl dd::before {
                content: '';
                width: 9.766vw;
                height: 1px;
                position: absolute;
                left: -12.988vw; }
            #contents .characters .character .text header p {
              font-size: 3.711vw;
              margin: 4.2vw 0 0 -0.9vw; }
          #contents .characters .character .text h2 {
            font-size: 10.254vw;
            margin: 4vw 0 0 9.5vw;
            letter-spacing: 0.04em;
            width: 7.6em; }
            #contents .characters .character .text h2 span {
              display: block; }
            #contents .characters .character .text h2 span + span {
              margin: 2.5vw 0 0 0; }
          #contents .characters .character .text .mask_wrap {
            width: 92.969vw;
            height: 76.074vw;
            overflow: hidden;
            margin: 0 0 0 0;
            position: absolute;
            top: 130vw;
            right: -9vw; }
            #contents .characters .character .text .mask_wrap .mask {
              display: block;
              width: 100%;
              height: 100%;
              -webkit-mask-image: url("https://www.koeitecmoamerica.com/sophie2/img/top/character/mask.png");
              -webkit-mask-mode: alpha;
              -webkit-mask-repeat: no-repeat;
              -webkit-mask-size: 100% 100%;
              -webkit-mask-position: center center;
              z-index: 10;
              transition: -webkit-mask-size 0.5s; }
            #contents .characters .character .text .mask_wrap iframe {
              width: 104.167vw;
              height: 87.594vw;
              margin: 0 0 0 -4vw;
              pointer-events: none; }
          #contents .characters .character .text .body {
            padding: 6.509vw 0 0; }
            #contents .characters .character .text .body dl {
              padding: 0 0 0 10.6vw;
              position: relative; }
              #contents .characters .character .text .body dl::before {
                content: '';
                height: 100%;
                width: 0.391vw;
                position: absolute;
                left: 5.13vw;
                top: 0; }
              #contents .characters .character .text .body dl dt {
                font-size: 5.176vw;
                line-height: 7.617vw; }
              #contents .characters .character .text .body dl dd {
                font-size: 3.906vw;
                line-height: 4.395vw;
                letter-spacing: 0.06em;
                padding: 3.6vw 10vw 0 0;
                width: auto; }
                #contents .characters .character .text .body dl dd p + p {
                  padding-top: 3vw; }
        #contents .characters .character .copy, #contents .characters .character .bg, #contents .characters .character .img {
          position: absolute;
          top: 0; }
        #contents .characters .character .bg {
          left: 0%;
          margin-left: 0;
          top: -66vw;
          z-index: 0; }
          #contents .characters .character .bg img {
            width: 100%;
            height: auto; }
        #contents .characters .character .img {
          top: 35vw;
          left: 0;
          z-index: 101;
          margin: 0; }
          #contents .characters .character .img img {
            width: 100%;
            height: auto; }
        #contents .characters .character .copy {
          left: 39.844vw;
          top: 20.02vw;
          margin-left: 0; }
          #contents .characters .character .copy img {
            width: 47.754vw;
            height: auto; }
      #contents .characters .character.plachta {
        height: 290.27vw;
        margin-top: -54.004vw; }
        #contents .characters .character.plachta .text {
          margin-left: 0;
          padding-top: 0; }
          #contents .characters .character.plachta .text header {
            padding-left: 0;
            padding: 207.5vw 0 0 10.766vw; }
          #contents .characters .character.plachta .text h2 {
            margin-left: 9.5vw;
            letter-spacing: 0.15em;
            width: 5.5em; }
          #contents .characters .character.plachta .text .mask_wrap {
            margin: 0 0 0 0;
            top: 122.5vw;
            right: 16vw;
            width: 100.293vw;
            height: 82.129vw; }
            #contents .characters .character.plachta .text .mask_wrap iframe {
              width: 117.188vw;
              height: 65.918vw;
              margin: 13vw 0 0 -8vw;
              pointer-events: none; }
        #contents .characters .character.plachta .copy, #contents .characters .character.plachta .bg, #contents .characters .character.plachta .img {
          opacity: 0; }
        #contents .characters .character.plachta .bg {
          top: 0;
          left: 0;
          opacity: 1;
          z-index: 0;
          margin-left: 0; }
          #contents .characters .character.plachta .bg img {
            width: 100%;
            height: auto; }
        #contents .characters .character.plachta .img {
          top: 20.4vw;
          left: 0;
          z-index: 101;
          margin: 0; }
          #contents .characters .character.plachta .img img {
            width: 100%;
            height: auto; }
        #contents .characters .character.plachta .copy {
          left: 5.469vw;
          top: 4.45vw;
          margin-left: 0; }
          #contents .characters .character.plachta .copy img {
            width: 65.918vw;
            height: auto; }
      #contents .characters .character.ramizel {
        height: 351.563vw;
        margin-top: 29.297vw; }
        #contents .characters .character.ramizel .text {
          margin-left: 0;
          padding-top: 0; }
          #contents .characters .character.ramizel .text header {
            padding-left: 0;
            padding: 241.5vw 0 0 10.766vw; }
          #contents .characters .character.ramizel .text h2 {
            margin-left: 9.5vw;
            letter-spacing: 0.07em;
            width: 6.8em; }
          #contents .characters .character.ramizel .text .mask_wrap {
            margin: 0 0 0 0;
            top: 155.5vw;
            right: -10.5vw;
            width: 98.242vw;
            height: 80.371vw; }
            #contents .characters .character.ramizel .text .mask_wrap iframe {
              width: 117.188vw;
              height: 65.918vw;
              margin: 13vw 0 0 -8vw;
              pointer-events: none; }
        #contents .characters .character.ramizel .bg {
          top: 0;
          left: 0;
          z-index: 0;
          margin-left: 0; }
          #contents .characters .character.ramizel .bg img {
            width: 100%;
            height: auto; }
        #contents .characters .character.ramizel .img {
          top: 35.1vw;
          left: 0;
          z-index: 101;
          margin: 0; }
          #contents .characters .character.ramizel .img img {
            width: 100%;
            height: auto; }
        #contents .characters .character.ramizel .copy {
          left: 41.992vw;
          top: 31.738vw;
          margin-left: 0; }
          #contents .characters .character.ramizel .copy img {
            width: 45.801vw;
            height: auto; }
      #contents .characters .character.plachta_doll {
        height: 330vw;
        margin-top: -15.625vw; }
        #contents .characters .character.plachta_doll .text {
          margin-left: 0;
          padding-top: 0; }
          #contents .characters .character.plachta_doll .text header {
            padding-left: 0;
            padding: 248.5vw 0 0 10.766vw; }
          #contents .characters .character.plachta_doll .text h2 {
            margin-left: 9.5vw;
            letter-spacing: 0.15em;
            width: 5.5em; }
          #contents .characters .character.plachta_doll .text .mask_wrap {
            margin: 0 0 0 0;
            top: 165vw;
            right: 16vw;
            width: 100.293vw;
            height: 82.129vw; }
            #contents .characters .character.plachta_doll .text .mask_wrap iframe {
              width: 117.188vw;
              height: 65.918vw;
              margin: 13vw 0 0 -8vw;
              pointer-events: none; }
        #contents .characters .character.plachta_doll .copy, #contents .characters .character.plachta_doll .bg, #contents .characters .character.plachta_doll .img {
          opacity: 0; }
        #contents .characters .character.plachta_doll .bg {
          top: 0;
          left: 0;
          opacity: 1;
          z-index: 0;
          margin-left: 0; }
          #contents .characters .character.plachta_doll .bg img {
            width: 100%;
            height: auto; }
        #contents .characters .character.plachta_doll .img {
          top: 67.5vw;
          left: 0;
          z-index: 101;
          margin: 0; }
          #contents .characters .character.plachta_doll .img img {
            width: 100%;
            height: auto; }
        #contents .characters .character.plachta_doll .copy {
          left: 6.152vw;
          top: 45vw;
          margin-left: 0; }
          #contents .characters .character.plachta_doll .copy img {
            width: 68.945vw;
            height: auto; }
      #contents .characters .character_sub {
        margin: 0 auto;
        text-align: center; }
        #contents .characters .character_sub img {
          width: 90vw;
          text-align: center;
          margin: 12vw auto 0 -4vw; }
      #contents .characters .btn {
        width: 42.969vw;
        margin: 7.227vw auto 0;
        text-align: center; }
        #contents .characters .btn a {
          display: flex;
          border: 1px solid #7a3827;
          height: 8.789vw;
          width: 42.969vw;
          justify-content: center;
          align-items: center;
          border-radius: 4.395vw;
          font-size: 2.734vw; }
        #contents .characters .btn a:hover {
          opacity: 1; }
      #contents .characters .movie-btn {
        width: 89.453vw;
        height: 8.789vw;
        margin: 7.813vw auto 0;
        font-size: 3.223vw;
        padding: 2.93vw 0 0; }
        #contents .characters .movie-btn span {
          padding: 0 8.789vw 0 0; }
          #contents .characters .movie-btn span:before {
            width: 2.148vw;
            height: 2.734vw;
            top: 0.195vw; }
      #contents .characters .body .movie-btn {
        margin: 7.813vw auto 0; }
    #contents .world {
      height: 187.5vw;
      background: #000; }
      #contents .world .wrap {
        position: relative;
        height: 187.5vw;
        overflow: hidden; }
      #contents .world .text {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 10;
        width: 100%;
        height: 93.555vw;
        color: #fff;
        text-align: center;
        transform: translate(-50%, -50%); }
        #contents .world .text .in {
          padding: 14.4vw 0  0; }
          #contents .world .text .in h2 {
            font-size: 5.566vw;
            letter-spacing: 0.2em;
            line-height: 7.031vw;
            padding-bottom: 5.664vw; }
          #contents .world .text .in p {
            font-size: 3.809vw;
            margin-top: 9.055vw;
            line-height: 5.566vw; }
        #contents .world .text .textbg {
          width: 93.555vw;
          height: 93.555vw;
          z-index: 5;
          display: block;
          position: relative;
          position: absolute;
          left: 50%;
          top: 50%;
          border: 2px solid rgba(255, 255, 255, 0.2);
          box-sizing: border-box;
          margin: -46.68vw 0 0 -46.68vw;
          transform: rotate(45deg); }
        #contents .world .text .bg01 {
          width: 100%;
          height: 0.977vw;
          -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
          background: rgba(255, 255, 255, 0.06);
          position: absolute;
          left: 0;
          top: 0; }
        #contents .world .text .bg02 {
          width: 100%;
          height: 0.977vw;
          -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
          background: rgba(255, 255, 255, 0.06);
          position: absolute;
          left: 0;
          bottom: 0; }
        #contents .world .text .bg03 {
          width: 0.977vw;
          height: 91.016vw;
          -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
          background: rgba(255, 255, 255, 0.06);
          position: absolute;
          left: 0;
          top: 0.977vw; }
        #contents .world .text .bg04 {
          width: 0.977vw;
          height: 91.016vw;
          -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
          background: rgba(255, 255, 255, 0.06);
          position: absolute;
          right: 0;
          top: 0.977vw; }
        #contents .world .text .bg05 {
          width: 89.453vw;
          height: 89.453vw;
          -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
          background: url("https://www.koeitecmoamerica.com/sophie2/img/top/world/bg_text_mask@sp.png") no-repeat center center;
          background-color: rgba(255, 255, 255, 0.06);
          position: absolute;
          left: 50%;
          top: 50%;
          margin: -44.727vw 0 0 -44.727vw;
          background-size: cover;
          overflow: hidden; }
        #contents .world .text h3, #contents .world .text h2, #contents .world .text p {
          position: relative;
          z-index: 10; }
      #contents .world .bg_world_wrapper {
        position: relative;
        z-index: 0;
        top: 0; }
        #contents .world .bg_world_wrapper iframe, #contents .world .bg_world_wrapper video {
          max-width: inherit !important;
          pointer-events: none;
          width: 333.301vw !important;
          height: 187.5vw !important;
          left: 50%;
          margin: 0 0 0 -166.699vw !important;
          position: relative;
          z-index: 0;
          top: 0; }
    #contents .bonus {
      padding: 5.648vw 0 6.648vw; }
      #contents .bonus .wrap {
        width: 100%;
        margin: 0 auto; }
      #contents .bonus .btn {
        text-align: center; }
        #contents .bonus .btn a {
          display: flex;
          border: 1px solid #7a3827;
          height: 7.031vw;
          width: 34.18vw;
          justify-content: center;
          align-items: center;
          border-radius: 3.516vw;
          font-size: 2.539vw;
          letter-spacing: 0.19em;
          color: #7a3827;
          transition: 0.4s;
          margin: 5.469vw auto 0;
          transform: rotate(0.05deg); }
        #contents .bonus .btn a:hover {
          opacity: 1; }
      #contents .bonus .bonus_archive {
        font-size: 0;
        line-height: 1; }
        #contents .bonus .bonus_archive .item {
          display: block;
          width: 100%;
          margin-top: 5.5vw; }
          #contents .bonus .bonus_archive .item:nth-of-type(1) .text {
            margin-top: 12.207vw; }
          #contents .bonus .bonus_archive .item .img {
            width: 100%; }
          #contents .bonus .bonus_archive .item .img img {
            width: 95.996vw;
            height: auto;
            position: relative;
            left: 0; }
          #contents .bonus .bonus_archive .item .text {
            width: auto;
            padding: 0 6.836vw;
            text-align: left;
            margin-top: 7vw; }
            #contents .bonus .bonus_archive .item .text header p {
              font-size: 2.734vw;
              margin-bottom: 2.5vw; }
            #contents .bonus .bonus_archive .item .text header h3 {
              font-size: 3.711vw;
              height: 8vw;
              min-width: 41.504vw;
              padding: 0.1vw 4.3vw 0; }
            #contents .bonus .bonus_archive .item .text header h3.long {
              font-size: 3.711vw;
              height: 12.695vw;
              line-height: 1.5em; }
            #contents .bonus .bonus_archive .item .text header h4 {
              font-size: 6.25vw;
              margin-top: 4.5vw;
              line-height: 8.301vw; }
            #contents .bonus .bonus_archive .item .text dl {
              padding: 0 0 0 6.543vw;
              position: relative;
              margin-top: 4vw;
              width: 100%; }
              #contents .bonus .bonus_archive .item .text dl::before {
                content: '';
                height: 100%;
                width: 0.391vw; }
              #contents .bonus .bonus_archive .item .text dl dt {
                font-size: 3.613vw;
                line-height: 6.348vw; }
              #contents .bonus .bonus_archive .item .text dl dd {
                font-size: 2.734vw;
                line-height: 5.078vw;
                padding: 0 0 0 0.195vw;
                margin-top: 3.5vw; }
                #contents .bonus .bonus_archive .item .text dl dd p + ul {
                  margin-top: 5vw; }
                #contents .bonus .bonus_archive .item .text dl dd ul li {
                  line-height: 4.004vw; }
                #contents .bonus .bonus_archive .item .text dl dd ul li + li {
                  padding-top: 1.953vw; }
              #contents .bonus .bonus_archive .item .text dl .tie_bnr img {
                width: 100%; }
          #contents .bonus .bonus_archive .item.savedatabonus .cell.text {
            margin-top: 16.113vw; }
        #contents .bonus .bonus_archive .item + .item {
          margin-top: 8.789vw; }
        #contents .bonus .bonus_archive .item.reverse {
          margin-top: 21.648vw;
          flex-direction: row-reverse;
          min-height: inherit;
          justify-content: space-between; }
          #contents .bonus .bonus_archive .item.reverse .img {
            width: auto;
            padding: 0 6.836vw; }
          #contents .bonus .bonus_archive .item.reverse .img img {
            width: 100%;
            height: auto;
            left: 0; }
          #contents .bonus .bonus_archive .item.reverse .text {
            width: 100%;
            margin-left: 0; }
        #contents .bonus .bonus_archive .item.full {
          margin-top: 0;
          display: flex; }
          #contents .bonus .bonus_archive .item.full .img {
            width: auto;
            margin-top: 3.418vw; }
          #contents .bonus .bonus_archive .item.full .img img {
            width: 100%;
            height: auto;
            left: 0; }
          #contents .bonus .bonus_archive .item.full .text {
            width: 100%;
            margin-left: 0; }
          #contents .bonus .bonus_archive .item.full p {
            font-size: 2.734vw;
            line-height: 5.078vw;
            letter-spacing: 0.08em;
            margin-top: 6.88vw;
            padding: 0 6.836vw;
            text-align: left; }
      #contents .bonus .products {
        font-size: 0;
        line-height: 1;
        padding: 16.504vw 0 0;
        margin-bottom: 9.766vw; }
        #contents .bonus .products h2 {
          background: url("https://www.koeitecmoamerica.com/sophie2/img/top/bonus/bg_title@sp.png") no-repeat center top;
          height: 19.238vw;
          background-size: cover;
          text-align: center;
          padding: 7.617vw 0 0 2.441vw;
          font-size: 4.883vw;
          margin-bottom: 8.594vw; }
        #contents .bonus .products .products_archive .item:nth-of-type(1) .text {
          margin-top: 12.207vw; }
        #contents .bonus .products .products_archive .item_wide {
          margin: 0 0 18vw;
          padding: 0 2.93vw 0;
          background: none;
          border: none; }
          #contents .bonus .products .products_archive .item_wide.premium, #contents .bonus .products .products_archive .item_wide.limited {
            margin-bottom: 22.5vw; }
          #contents .bonus .products .products_archive .item_wide h3 {
            font-size: 3.711vw;
            height: 8.301vw;
            min-width: 51.758vw;
            padding: 0.781vw 5.93vw 0; }
          #contents .bonus .products .products_archive .item_wide .img {
            margin: 7.324vw auto 0; }
            #contents .bonus .products .products_archive .item_wide .img img {
              width: 96.148vw; }
            #contents .bonus .products .products_archive .item_wide .img.premium img, #contents .bonus .products .products_archive .item_wide .img.limited img {
              width: 100%;
              padding: 0 3.809vw 0 1.27vw; }
          #contents .bonus .products .products_archive .item_wide p.note {
            font-size: 3.809vw;
            line-height: 5.078vw;
            letter-spacing: 0.02em;
            margin-top: 5.93vw; }
          #contents .bonus .products .products_archive .item_wide .comingsoon {
            font-size: 3.906vw;
            width: 75.195vw;
            height: 13.672vw;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 7.324vw auto 0;
            background-size: 100% auto; }
          #contents .bonus .products .products_archive .item_wide hr {
            background: url(https://www.koeitecmoamerica.com/sophie2/img/products/hr_short.png) no-repeat center center/auto 5.859vw;
            height: 5.859vw;
            margin: 2.539vw auto 0;
            border: none; }
          #contents .bonus .products .products_archive .item_wide.degital {
            padding-bottom: 0; }
        #contents .bonus .products .products_archive .btn {
          margin: 0 auto;
          display: inline-block; }
          #contents .bonus .products .products_archive .btn a {
            margin: 0; }
        #contents .bonus .products .item_wide .tab-content {
          width: 100%;
          margin-top: 7.8vw; }
          #contents .bonus .products .item_wide .tab-content input[type="radio"] {
            font-size: 1.855vw; }
          #contents .bonus .products .item_wide .tab-content label {
            height: 6.934vw;
            margin: 0 0.6vw; }
            #contents .bonus .products .item_wide .tab-content label img {
              height: 6.934vw; }
            #contents .bonus .products .item_wide .tab-content label span:before {
              content: "";
              width: 3.711vw;
              height: 6.836vw;
              bottom: -8.1vw; }
          #contents .bonus .products .item_wide .tab-content .tab-box {
            padding: 0;
            font-size: 3.809vw;
            margin: 7.813vw auto 0;
            padding-right: 4.199vw; }
          #contents .bonus .products .item_wide .tab-content > .tab-box > div {
            display: none;
            font-size: 1.855vw; }
          #contents .bonus .products .item_wide .tab-content .tab-box2 {
            width: 100%;
            height: auto;
            font-size: 1.855vw;
            margin: 0 auto;
            text-align: center;
            padding: 0px; }
        #contents .bonus .products input:checked + label span:before, #contents .bonus .products input:checked + label span:after {
          opacity: 1 !important; }
        #contents .bonus .products #tab1:checked ~ .tab-box > #tabView1 {
          font-size: 1.855vw;
          padding-bottom: 10.4vw; }
        #contents .bonus .products #tab2:checked ~ .tab-box > #tabView2 {
          font-size: 1.855vw;
          padding-bottom: 10.4vw; }
        #contents .bonus .products #tab3:checked ~ .tab-box > #tabView3 {
          font-size: 1.855vw;
          padding-bottom: 10.4vw; }
        #contents .bonus .products #tab4:checked ~ .tab-box > #tabView4 {
          font-size: 1.855vw;
          padding-bottom: 10.4vw; }
        #contents .bonus .products #tab5:checked ~ .tab-box > #tabView5 {
          font-size: 1.855vw;
          padding-bottom: 10.4vw; }
        #contents .bonus .products #tab6:checked ~ .tab-box > #tabView6 {
          font-size: 1.855vw;
          padding-bottom: 10.4vw; }
        #contents .bonus .products #tab7:checked ~ .tab-box > #tabView7 {
          font-size: 1.855vw;
          padding-bottom: 10.4vw; }
        #contents .bonus .products #tab8:checked ~ .tab-box > #tabView8 {
          font-size: 1.855vw;
          padding-bottom: 10.4vw; }
        #contents .bonus .products .shopbnr {
          padding: 9.8vw 0 0;
          margin-top: 3.906vw; }
          #contents .bonus .products .shopbnr + .shopbnr {
            padding: 9.8vw 0 0; }
          #contents .bonus .products .shopbnr h4 {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 2.93vw;
            padding-bottom: 2.441vw;
            font-size: 3.613vw;
            line-height: 5.469vw; }
            #contents .bonus .products .shopbnr h4:after {
              height: 1.563vw;
              width: 100%;
              bottom: 0;
              transform: translate(-50%, 0.781vw);
              background: url(https://www.koeitecmoamerica.com/sophie2/img/products/bg_shoplist_line@sp.png) center top no-repeat;
              background-size: 51.27vw 1.563vw; }
          #contents .bonus .products .shopbnr ul {
            width: 100%;
            padding: 0; }
            #contents .bonus .products .shopbnr ul li {
              width: 32.129vw;
              margin: 1.367vw 1.465vw; }
              #contents .bonus .products .shopbnr ul li img {
                width: 32.129vw !important; }
        #contents .bonus .products .shopbnr_wrap {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          padding: 0;
          margin-top: 0; }
          #contents .bonus .products .shopbnr_wrap .shopbnr {
            padding: 9.8vw 0 0;
            width: 40.039vw;
            margin: 0 2.441vw 0; }
            #contents .bonus .products .shopbnr_wrap .shopbnr h4 {
              margin-bottom: 2.93vw; }
            #contents .bonus .products .shopbnr_wrap .shopbnr h4:after {
              background: url(https://www.koeitecmoamerica.com/sophie2/img/products/bg_shoplist_line_small@sp.png) center top no-repeat;
              background-size: 100% auto; }
            #contents .bonus .products .shopbnr_wrap .shopbnr ul li {
              margin: 0; }
    #contents .spec {
      padding: 10.547vw 0 0;
      min-height: 194.531vw;
      font-size: 0;
      line-height: 1; }
      #contents .spec .logo img {
        width: auto;
        height: 32.617vw; }
      #contents .spec .wrap {
        width: 100%;
        margin: 0 auto; }
        #contents .spec .wrap .text {
          display: block;
          justify-content: flex-end;
          padding: 0 0 0;
          margin: 9.375vw 0 0 0; }
          #contents .spec .wrap .text dl {
            position: relative;
            padding: 0 0 0 0; }
            #contents .spec .wrap .text dl::before {
              content: '';
              height: 100%;
              width: 0.391vw;
              left: 27.191vw;
              top: 0; }
          #contents .spec .wrap .text dt {
            font-size: 2.832vw;
            line-height: 7.324vw;
            padding: 0 4.395vw 0 0;
            text-align: right; }
            #contents .spec .wrap .text dt span {
              display: block;
              text-align: right;
              width: 22.992vw; }
          #contents .spec .wrap .text dd {
            font-size: 2.637vw;
            line-height: 7.324vw;
            padding: 0 0 0 3.906vw; }
            #contents .spec .wrap .text dd small {
              font-size: 1.855vw; }
      #contents .spec .bg {
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0; }
        #contents .spec .bg img {
          width: 100%;
          height: auto; }

  #contents .zoomimg a::after {
    content: 'zoom';
    font-size: 2.637vw;
    width: 14.355vw;
    height: 14.453vw;
    position: absolute;
    left: -3.223vw;
    top: -3.906vw;
    background: url("https://www.koeitecmoamerica.com/sophie2/img/btn_zoom.png") no-repeat center center/cover; }
  #contents .zoomimg a img {
    transition: none; }
  #contents .zoomimg a:hover img {
    filter: none; }
  #contents .zoomimg a:hover::after {
    transform: none;
    transition: none; }
  #contents .zoomimg a::after {
    font-size: 1.953vw;
    width: 10.547vw;
    height: 10.547vw;
    left: -2.93vw;
    top: -2.93vw; }

  #contents .item_wide.degital .btn-three li:nth-child(n + 3) {
    margin-top: 2.148vw; }
  #contents .item_wide.degital .itemlist {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 6.836vw; }
    #contents .item_wide.degital .itemlist .list {
      font-size: 16px;
      line-height: 35px;
      padding: 0 30px 0 0;
      margin: 0 20px; }
      #contents .item_wide.degital .itemlist .list li {
        text-indent: -1em; }
    #contents .item_wide.degital .itemlist .notes {
      font-size: 13px;
      line-height: 28px;
      list-style-type: 0.08em;
      text-align: left;
      margin: 0 20px;
      width: 460px; }
    #contents .item_wide.degital .itemlist.type02 {
      padding: 4.883vw 3.8vw 0 1.836vw; }
      #contents .item_wide.degital .itemlist.type02 ol {
        display: block; }
        #contents .item_wide.degital .itemlist.type02 ol > li {
          width: 100%; }
          #contents .item_wide.degital .itemlist.type02 ol > li + li {
            margin-top: 7.418vw; }
          #contents .item_wide.degital .itemlist.type02 ol > li:nth-of-type(odd) {
            padding: 0; }
          #contents .item_wide.degital .itemlist.type02 ol > li:nth-of-type(even) {
            padding: 0; }
          #contents .item_wide.degital .itemlist.type02 ol > li:nth-of-type(n + 3) {
            margin-top: 7.418vw; }
          #contents .item_wide.degital .itemlist.type02 ol > li h4, #contents .item_wide.degital .itemlist.type02 ol > li p {
            font-size: 3.418vw;
            line-height: 1.9; }
          #contents .item_wide.degital .itemlist.type02 ol > li h4 {
            margin-bottom: 0.977vw; }
          #contents .item_wide.degital .itemlist.type02 ol > li p {
            font-size: 3.32vw; }
          #contents .item_wide.degital .itemlist.type02 ol > li ul {
            margin: 3.977vw 0 0; }
            #contents .item_wide.degital .itemlist.type02 ol > li ul li {
              font-size: 2.734vw;
              line-height: 1.9; }
              #contents .item_wide.degital .itemlist.type02 ol > li ul li + li {
                margin-top: 0; }
      #contents .item_wide.degital .itemlist.type02 .btn-plus {
        display: flex;
        color: #22a09d;
        align-items: center; }
        #contents .item_wide.degital .itemlist.type02 .btn-plus i {
          display: block;
          width: 13px;
          height: 13px;
          background-repeat: no-repeat;
          background-size: contain;
          background-image: url("https://www.koeitecmoamerica.com/sophie2/img/products/icon-plus.png");
          background-position: center center;
          margin-right: 5px; }
        #contents .item_wide.degital .itemlist.type02 .btn-plus span {
          text-decoration: underline; }
        #contents .item_wide.degital .itemlist.type02 .btn-plus:hover span {
          text-decoration: none; }
  #contents .box-notes {
    width: 86.426vw;
    margin: 6.348vw 3.8vw 0 1.836vw;
    padding: 2.539vw 3.906vw; }
    #contents .box-notes p {
      text-align: center;
      font-size: 2.734vw;
      line-height: 2.15;
      text-align: left; }
  #contents .item_wide.degital + .box-notes {
    width: 86.426vw;
    margin: 6.348vw 3.8vw 0 1.836vw; }
  #contents .item dl + .btn-shop {
    justify-content: center;
    margin-left: 0;
    margin-top: 6.836vw; }
  #contents .characters .character_sub {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #contents .characters .character_sub .inner {
      width: 44.727vw;
      margin: 0 0.977vw; }
      #contents .characters .character_sub .inner img {
        width: 100%;
        display: block;
        margin-left: 0; }
      #contents .characters .character_sub .inner .movie-btn {
        width: 100%;
        margin: 1.465vw 0 0 0;
        font-size: 3vw; }
        #contents .characters .character_sub .inner .movie-btn span {
          padding: 0 3.789vw 0 0; }
      #contents .characters .character_sub .inner:nth-of-type(3) img {
        margin-top: 3.906vw; }
  #contents .btn-shop {
    margin: 8vw 0 0;
    padding: 0 3.8vw 0 1.836vw; }
    #contents .btn-shop li {
      border: 0.391vw solid #db235c;
      margin: 0 0.977vw; }
      #contents .btn-shop li.gray {
        pointer-events: none;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%); }
    #contents .btn-shop a {
      display: flex;
      align-content: center;
      align-items: center;
      width: 39.063vw;
      height: 10.547vw;
      background: #db235c;
      color: #fff;
      font-size: 2.637vw; }
      #contents .btn-shop a::before {
        content: '';
        width: 100%;
        height: 100%;
        border: 0.098vw solid #fff;
        position: absolute;
        left: 0;
        top: 0; }
      #contents .btn-shop a i.arr {
        width: 3.32vw;
        height: 3.32vw;
        border: 0.098vw solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 3.418vw;
        top: 50%;
        margin-top: -1.66vw; }
        #contents .btn-shop a i.arr::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0.879vw 0.537vw 0 0.879vw;
          border-color: #fff transparent transparent transparent;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
    #contents .btn-shop li:nth-child(n + 3) {
      margin-top: 2.246vw; }
    #contents .btn-shop a:hover {
      filter: none; }
  #contents .cell.text .btn-shop {
    padding: 0;
    justify-content: flex-start;
    margin-left: -0.977vw; } }
@media screen and (min-width: 769px) {
  #contents .kvcontents .parts .visual {
    opacity: 1;
    transform: translate(0, -70px) scale(0.85); }
    #contents .kvcontents .parts .visual .kv_mask {
      -webkit-mask-image: url("https://www.koeitecmoamerica.com/sophie2/img/top/kv/kv_mask.png");
      -webkit-mask-mode: alpha;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 40% 40%;
      -webkit-mask-position: center top; }
  #contents .kvcontents .cell.right_cell {
    opacity: 0;
    transform: scale(1.15);
    transform-origin: center left; }
  #contents .kvcontents .cell.left_cell {
    opacity: 0;
    transform: scale(1.15);
    transform-origin: center right; }
    #contents .kvcontents .cell.left_cell .pv .mask {
      -webkit-mask-size: 0% 0%; }
  #contents .about .copy h2 b span {
    filter: blur(5px);
    opacity: 0;
    z-index: 100;
    transform: translateX(-2em); }
  #contents .about .copy p span {
    filter: blur(5px);
    opacity: 0;
    z-index: 100;
    transform: translateX(-2em); }

  .imgloaded #contents .kvcontents .parts .visual {
    opacity: 1;
    transform: translate(0, 0);
    transition: 2.4s 0.2s cubic-bezier(0.23, 1, 0.32, 1); }
    .imgloaded #contents .kvcontents .parts .visual .kv_mask {
      -webkit-mask-size: 100% 100%;
      transition: 2.4s 0.1s cubic-bezier(0.23, 1, 0.32, 1); }
  .imgloaded #contents .kvcontents .cell.right_cell {
    opacity: 1;
    transform: scale(1);
    transition: 2.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .imgloaded #contents .kvcontents .cell.left_cell {
    opacity: 1;
    transform: scale(1);
    transition: 2.6s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .imgloaded #contents .kvcontents .cell.left_cell .pv .mask {
      -webkit-mask-size: 100% 100%;
      transition: 2.4s 1.8s cubic-bezier(0.23, 1, 0.32, 1); }
  .imgloaded #contents .about .copy.animated h2 b span {
    filter: blur(0);
    opacity: 1;
    transform: translateX(0);
    transition: 2.6s 0s cubic-bezier(0.23, 1, 0.32, 1); }
  .imgloaded #contents .about .copy.animated h2 b + b span {
    transition-delay: 0.4s; }
  .imgloaded #contents .about .copy.animated p span {
    filter: blur(0);
    opacity: 1;
    transform: translateX(0);
    transition: 4.6s 0s cubic-bezier(0.23, 1, 0.32, 1); }
  .imgloaded #contents .about .copy.animated h2 b + b + p span {
    transition-delay: 0.12s; } }
@media screen and (min-width: 769px) {
  #contents .characters .character .text .mask_wrap {
    opacity: 0; }
    #contents .characters .character .text .mask_wrap .mask {
      -webkit-mask-size: 0% 0%; }

  #contents .characters .character .bg {
    opacity: 1; }
  #contents .characters .character .img {
    opacity: 0;
    transform: scale(1); }
  #contents .characters .character .copy {
    opacity: 0;
    transform: translateY(0) scale(1.1); }
  #contents .characters .character .text {
    opacity: 0;
    transform: translateX(-50px); }
  #contents .characters .character .scroll_mask {
    display: block;
    -webkit-mask-image: url("https://www.koeitecmoamerica.com/sophie2/img/top/character/mask.png");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 0% 0%;
    -webkit-mask-position: center center;
    z-index: 10; }

  #contents .characters .character .animated ~ .img {
    opacity: 1;
    transform: scale(1);
    transition: 1.6s 0s cubic-bezier(0.23, 1, 0.32, 1); }
    #contents .characters .character .animated ~ .img .scroll_mask {
      -webkit-mask-size: 200% 300%;
      transition: -webkit-mask-size 3.2s 0s cubic-bezier(0.23, 1, 0.32, 1); }
  #contents .characters .character .animated ~ .copy {
    opacity: 1;
    transform: translateY(0);
    transition: 1.6s 1.1s cubic-bezier(0.23, 1, 0.32, 1); }
  #contents .characters .character .animated ~ .text {
    opacity: 1;
    transform: translateX(0);
    transition: 1.6s 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

  #contents .characters .character .animated ~ .text .mask_wrap .mask {
    -webkit-mask-size: 100% 100%;
    transition: -webkit-mask-size 1.6s 0.8s cubic-bezier(0.23, 1, 0.32, 1); }

  #contents .characters .character .animated ~ .text .mask_wrap {
    opacity: 1;
    transform: translateX(0);
    transition: 1s 0.8s cubic-bezier(0.23, 1, 0.32, 1); } }
@media screen and (max-width: 768px) {
  /* sp 
  **************************************************************/
  #contents .kvcontents .parts .visual {
    opacity: 1;
    transform: scale(1.12);
    transform-origin: center 45%; }
  #contents .kvcontents .cell.right_cell {
    opacity: 1; }
  #contents .kvcontents .cell.left_cell {
    opacity: 1; }
  #contents .sp-movie .sp_pv .mask {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url("https://www.koeitecmoamerica.com/sophie2/img/top/character/mask.png");
    -webkit-mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 0% 0%;
    -webkit-mask-position: center center;
    z-index: 10; }
  #contents #shoplist {
    padding: 0 0 14.648vw; }
    #contents #shoplist .pagetitle {
      margin-bottom: 10.352vw; }
    #contents #shoplist h2 {
      background: url("https://www.koeitecmoamerica.com/sophie2/img/top/bonus/bg_title@sp.png") no-repeat center top;
      height: 19.238vw;
      background-size: cover;
      text-align: center;
      padding: 7.617vw 0 0 2.441vw;
      font-size: 3.711vw;
      margin-bottom: 8.594vw; }
  #contents .shoplist {
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 4.883vw; }
    #contents .shoplist .shop {
      border: 1px solid #7a3827;
      width: auto;
      padding: 2.051vw 0 13vw;
      margin: 0 0 17.578vw 0;
      background: url("https://www.koeitecmoamerica.com/sophie2/img/products/bg_shoplist.png") center 0 no-repeat rgba(255, 255, 255, 0.55);
      background-size: 100% auto; }
      #contents .shoplist .shop header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 18.945vw;
        margin-bottom: 2.637vw;
        padding-bottom: 0;
        position: relative;
        font-size: 4.395vw;
        line-height: 6.445vw; }
        #contents .shoplist .shop header::after {
          content: '';
          background: url("https://www.koeitecmoamerica.com/sophie2/img/products/bg_shoplist_line@sp.png") center top no-repeat;
          height: 1.758vw;
          width: 100%;
          position: absolute;
          left: 50%;
          bottom: 0;
          background-size: auto 100%;
          transform: translate(-50%, 0); }
      #contents .shoplist .shop .body {
        padding: 0 5.859vw; }
        #contents .shoplist .shop .body .img {
          height: 49.609vw;
          margin-bottom: 4.5vw; }
          #contents .shoplist .shop .body .img img {
            height: 49.609vw; }
          #contents .shoplist .shop .body .img span {
            height: 49.609vw; }
        #contents .shoplist .shop .body p, #contents .shoplist .shop .body li {
          font-size: 3.613vw;
          line-height: 6.238vw; }
        #contents .shoplist .shop .body .list li {
          padding-left: 1em;
          text-indent: -1em; }
          #contents .shoplist .shop .body .list li p.setnote {
            font-size: 2.93vw;
            line-height: 5.078vw;
            text-indent: 0;
            margin-bottom: 4.883vw; }
        #contents .shoplist .shop .body .notes {
          margin-top: 6vw; }
        #contents .shoplist .shop .body .notes li {
          font-size: 2.734vw;
          line-height: 5.078vw;
          text-indent: -1em;
          padding-left: 1em; }
      #contents .shoplist .shop .btn {
        position: absolute;
        left: 50%;
        bottom: -5.176vw;
        transform: translateX(-50%); }
    #contents .shoplist .shop:nth-child(2n) {
      margin-right: inherit; }
    #contents .shoplist .shop:last-child {
      margin-right: inherit; }

  #contents .characters .character .text .mask_wrap {
    opacity: 0; }
    #contents .characters .character .text .mask_wrap .mask {
      -webkit-mask-size: 0% 0%; }

  #contents .characters .character .img {
    opacity: 0;
    transform: translateY(5vh); }
  #contents .characters .character .copy {
    opacity: 0;
    transform: translateY(0) scale(1.1); }
  #contents .characters .character .text header dl,
  #contents .characters .character .text header p,
  #contents .characters .character .text h2,
  #contents .characters .character .text .body {
    opacity: 0;
    transform: translateX(5vw); }

  #contents .characters .character .animated ~ .img {
    opacity: 1;
    transform: scale(1);
    transition: 1.6s 0s cubic-bezier(0.23, 1, 0.32, 1); }
  #contents .characters .character .animated ~ .copy {
    opacity: 1;
    transform: translateY(0);
    transition: 1.6s 0.4s cubic-bezier(0.23, 1, 0.32, 1); }

  #contents .characters .character .text .mask_wrap.animated .mask {
    -webkit-mask-size: 100% 100%;
    transition: -webkit-mask-size 1.6s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  #contents .characters .character .text .mask_wrap.animated {
    opacity: 1;
    transform: translateX(0);
    transition: 1s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  #contents .characters .character .animated ~ .text header dl.animated,
  #contents .characters .character .animated ~ .text header p.animated,
  #contents .characters .character .animated ~ .text h2.animated,
  #contents .characters .character .animated ~ .text .body.animated {
    opacity: 1;
    transform: translateX(0);
    transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1); }

  .imgloaded #contents .kvcontents .parts .visual {
    opacity: 1;
    transform: translate(0, 0);
    transition: 3s 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
  .imgloaded #contents .kvcontents .cell {
    /*
      &.right_cell {
       opacity: 1; transform: scale(1); transition:3.0s 0.25s $easeOutQuart;
      }
      &.left_cell{
        opacity: 1; transform: scale(1); transition:3.0s 0.25s $easeOutQuart;
      }
      */ }
  .imgloaded #contents .sp-movie.animated .sp_pv .mask {
    -webkit-mask-size: 100% 100%;
    transition: -webkit-mask-size 1.6s 0s cubic-bezier(0.23, 1, 0.32, 1); } }
