.mv {
  width: 100%;
  max-width: 1400px;
  height: 718px;
  margin: 0 auto;
  background: #ffe;
  position: relative;
  z-index: 15;
  position: relative;
  overflow: visible; }
  .mv .mv_in {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    z-index: 11; }
    .mv .mv_in img {
      width: auto;
      height: 100%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .mv .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #faf9f8;
    z-index: 20;
    transition: all .3s ease 0s; }
    .mv .overlay .sk-folding-cube {
      margin: 20px auto;
      width: 40px;
      height: 40px;
      position: relative;
      -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg);
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -20px 0 0 -20px; }
    .mv .overlay .sk-folding-cube .sk-cube {
      float: left;
      width: 50%;
      height: 50%;
      position: relative;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .mv .overlay .sk-folding-cube .sk-cube:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #2c2d2d;
      -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
      animation: sk-foldCubeAngle 2.4s infinite linear both;
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    .mv .overlay .sk-folding-cube .sk-cube2 {
      -webkit-transform: scale(1.1) rotateZ(90deg);
      transform: scale(1.1) rotateZ(90deg); }
    .mv .overlay .sk-folding-cube .sk-cube3 {
      -webkit-transform: scale(1.1) rotateZ(180deg);
      transform: scale(1.1) rotateZ(180deg); }
    .mv .overlay .sk-folding-cube .sk-cube4 {
      -webkit-transform: scale(1.1) rotateZ(270deg);
      transform: scale(1.1) rotateZ(270deg); }
    .mv .overlay .sk-folding-cube .sk-cube2:before {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    .mv .overlay .sk-folding-cube .sk-cube3:before {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .mv .overlay .sk-folding-cube .sk-cube4:before {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
  .mv .lang .wrap_list {
    background: #fff6f4; }
    .mv .lang .wrap_list .list > li a {
      color: #000000; }
  .mv .lang .toggler {
    color: #000; }
    .mv .lang .toggler::after {
      content: '';
      border-color: #000 transparent transparent transparent; }

.navi_main {
  width: 1400px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -700px;
  transition: all .3s ease 0s; }
  .navi_main.active {
    height: 270px;
    bottom: -198px; }
  .navi_main .navlist {
    width: 1400px;
    height: auto;
    background: none;
    padding: 15px 0;
    z-index: 11;
    position: relative; }
  .navi_main .navlist_in {
    width: auto;
    max-width: 1120px;
    margin: auto;
    display: flex;
    justify-content: center; }
    .navi_main .navlist_in > li {
      margin: 0 20px; }
      .navi_main .navlist_in > li a, .navi_main .navlist_in > li span {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-decoration: none;
        position: relative;
        padding: 0 0 3px;
        cursor: pointer;
        transition: all .3s ease 0s;
        display: block; }
        .navi_main .navlist_in > li a:after, .navi_main .navlist_in > li span:after {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          height: 2px;
          bottom: 0;
          left: 0;
          background: #fff;
          transition: all .3s ease 0s; }
        .navi_main .navlist_in > li a:hover, .navi_main .navlist_in > li span:hover {
          opacity: .7; }
          .navi_main .navlist_in > li a:hover:after, .navi_main .navlist_in > li span:hover:after {
            width: 100%; }
  .navi_main .navlist_sub {
    width: 1400px;
    height: 200px;
    position: absolute;
    background: url(../img/index/navi_bg.svg) no-repeat;
    top: 69px;
    left: 0;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-30deg) translateY(-50px);
            transform: rotate(-30deg) translateY(-50px);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    z-index: 10; }
    .navi_main .navlist_sub .label_mode {
      width: 980px;
      margin: 25px auto 10px;
      display: flex; }
      .navi_main .navlist_sub .label_mode > li:nth-child(1) {
        width: 48%; }
      .navi_main .navlist_sub .label_mode > li:nth-child(2) {
        width: 52%; }
      .navi_main .navlist_sub .navlist_sub_in_wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        align-items: flex-start;
        width: 980px;
        margin: auto;
      }
    .navi_main .navlist_sub .navlist_sub_in {
      width: auto;
      height: 90px;
      font-size: 16px;
      display: flex;
      justify-content: left;
      align-items: flex-start;
      flex-wrap: wrap;
      margin: auto;
      z-index: 0; }
    .navi_main .navlist_sub .navlist_sub_in:nth-child(1) {
      width: 475px; }
    .navi_main .navlist_sub .navlist_sub_in:nth-child(2) {
      width: 505px; }
      .navi_main .navlist_sub .navlist_sub_in > li {
        margin: 0 50px 20px 0; }
        .navi_main .navlist_sub .navlist_sub_in > li:nth-child(3) {
          margin-right: 60px; }
        .navi_main .navlist_sub .navlist_sub_in > li a {
          color: #ffffff;
          text-decoration: none;
          position: relative; }
          .navi_main .navlist_sub .navlist_sub_in > li a:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background: #fff;
            transition: all .3s ease 0s; }
          .navi_main .navlist_sub .navlist_sub_in > li a:hover:after {
            width: 100%; }
    .navi_main .navlist_sub.active {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }

.navi_child {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  margin: 0;
  z-index: -1; }
  .navi_child.sticky {
    visibility: visible;
    height: 60px;
    margin: 0 auto;
    top: 0;
    left: 0;
    z-index: 200;
    overflow: visible; }

section.info {
  margin: 0 auto -15px; }

.info .info_wrapper {
  position: relative; }

.info .info_wrapper .label {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 175px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700; }

.info .infolist {
  width: 100%;
  height: 76px;
  max-width: 1170px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 auto 30px;
  transition: height .3s ease 0s;
  overflow: hidden;
  position: relative; }

.info .infolist .btn {
  width: 90px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 0;
  margin: 0;
  z-index: 10;
  border: none !important; }

.info .infolist .btn svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0; }

.info .infolist .btn svg.btn_icon_open {
  display: block; }

.info .infolist .btn svg.btn_icon_close {
  display: none; }

.info .infolist .btn .btn_txt {
  color: #23abc0;
  border: none;
  float: right; }

.info .infolist ul {
  transition: all .3s ease 0s;
  overflow: hidden; }

.info .infolist ul > li {
  position: relative; }

.info .infolist ul > li > a {
  margin: 0 0 25px;
  display: block;
  text-decoration: none;
  color: #2c2d2d;
  overflow: hidden;
  line-height: 1.4; }

.info .infolist ul > li.nolink::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0; }

.info .infolist ul > li > a .label {
  width: 175px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block; }

.info .infolist ul > li > a .title {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 180px;
  max-width: 880px;}

.info .infolist ul > li:first-child a {
  margin-top: 25px; }

/* .info .infolist ul > li:first-child a .title {
      margin-left: 0; } */
.info .infolist ul > li:last-child a {
  margin-bottom: 30px; }

.info .infolist.active {
  height: auto; }

.info .infolist.active .btn svg.btn_icon_open {
  display: none; }

.info .infolist.active .btn svg.btn_icon_close {
  display: block; }

/* 9/14追記*/
.new_banner {
    text-align: center;
    margin: 20px 10px;
}

.contents {
  overflow: hidden; }
  .contents .videos {
    position: relative;
    padding: 90px 0 30px; }
    .contents .videos::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/index/bg_vid.png) no-repeat;
      background-size: 1341px 659px;
      background-position: 55% 0;
      opacity: 0;
      transition: all 1s ease 0s;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
    .contents .videos.active::after {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .contents .videos .svg_logo {
      width: 477px;
      height: 61px;
      display: block;
      margin: 0 auto 105px;
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      transition: all 1s ease 0s; }
      .contents .videos .svg_logo svg {
        width: 477px;
        height: 61px; }
      .contents .videos .svg_logo.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
      .contents .videos .svg_logo_low {
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        letter-spacing: 0.025em;
        margin: 10px 0 0; }
    .contents .videos .vid_wrapper {
      width: 1040px;
      margin: 0 auto 100px;
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 1; }
    .contents .videos .vid_wrapper .yt_wrapper  {
      margin: 0 auto
    }
      .contents .videos .vid_wrapper .yt_wrapper .label_vid {
        font-size: 18px;
        margin: 0 0 20px;
        text-align: center; }
      .contents .videos .vid_wrapper .youtube {
        width: 500px;
        position: relative; }
        .contents .videos .vid_wrapper .youtube::after {
          content: "";
          display: block;
          width: 100%;
          padding-top: 56.25%; }
        .contents .videos .vid_wrapper .youtube iframe {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .contents .videos .vid_wrapper .youtube .yt_thumb {
          width: 100%;
          display: block;
          z-index: 5;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          cursor: pointer;
          transition: all .3s ease 0s; }
  .contents .mode {
    height: 780px;
    margin: 0 auto 130px;
    position: relative;
    overflow: hidden; }
    .contents .mode .section_title {
      font-size: 40px;
      line-height: 43px;
      font-weight: bold;
      text-align: center;
      margin: 0 0 10px;
      opacity: 0;
      transition: all 1s ease 0s;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      position: relative;
      z-index: 5; }
      .contents .mode .section_title.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
    .contents .mode .section_subtitle {
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      opacity: 0;
      transition: all 1s ease 0s;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      position: relative;
      z-index: 5; }
      .contents .mode .section_subtitle.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
    .contents .mode .mode_toggler {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity .3s ease 0s; }
      .contents .mode .mode_toggler .mode_changer {
        opacity: 0;
        transition: opacity .3s ease 0s; }
      .contents .mode .mode_toggler .mode_toggler_bg_wrapper {
        width: 1400px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -700px;
        background: #ffffff;
        /* Old browsers */
        background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .contents .mode .mode_toggler .mode_toggler_bg_pc {
        width: 696px;
        height: 773px;
        position: absolute;
        top: 5px;
        left: 0;
        margin: 0; }
        .contents .mode .mode_toggler .mode_toggler_bg_pc.mode_toggler_bg_pc_print {
          left: auto;
          right: 0; }

@-webkit-keyframes changer {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  25% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px); }
  75% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes changer {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  25% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px); }
  75% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@-webkit-keyframes changer_img {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }

@keyframes changer_img {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }
      .contents .mode .mode_toggler .mode_changer {
        width: 79px;
        height: 79px;
        position: absolute;
        top: 570px;
        left: 1035px;
        margin: -40px 0 0 -40px;
        z-index: 10;
        cursor: pointer;
        -webkit-animation: changer 20s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite;
                animation: changer 20s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite; }
        .contents .mode .mode_toggler .mode_changer .mode_changer_img {
          width: 79px;
          height: 79px;
          -webkit-animation: changer_img 20s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite;
                  animation: changer_img 20s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite;
          background: url(../img/index/icon_change.png) no-repeat;
          background-size: cover; }
      .contents .mode .mode_toggler .mode_toggler_inner {
        width: 1120px;
        height: 100%;
        margin: auto;
        position: relative; }
        .contents .mode .mode_toggler .mode_toggler_inner .text_more {
          color: #4489cb;
          font-size: 20px;
          text-decoration: none;
          display: inline-block;
          position: absolute;
          top: 725px;
          right: 105px;
          z-index: 20; }
          .contents .mode .mode_toggler .mode_toggler_inner .text_more::after {
            content: "";
            display: block;
            width: 100%;
            border-bottom: 1px solid #4489cb;
            position: absolute;
            bottom: 0;
            left: 0; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_in {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .contents .mode .mode_toggler .mode_toggler_inner .mode_in.active {
            opacity: 1; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_print .mode1_l .img_mode1_l {
          position: absolute;
          top: 183px;
          left: 745px;
          z-index: 5; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_print .mode1_l .txt_mode1_l {
          font-size: 26px;
          line-height: 40px;
          text-align: center;
          position: absolute;
          top: 373px;
          left: 750px;
          color: #fff; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_print .mode1_c {
          position: absolute;
          top: 160px;
          left: 385px;
          z-index: 2; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_print .mode1_r {
          position: absolute;
          top: 172px;
          left: -7px;
          z-index: 1; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_print .text_more {
          right: auto;
          left: 105px; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_fun .mode2_l .img_mode2_l {
          position: absolute;
          top: 183px;
          left: 82px;
          z-index: 5; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_fun .mode2_l .txt_mode2_l {
          font-size: 26px;
          line-height: 40px;
          text-align: center;
          position: absolute;
          top: 373px;
          left: 60px;
          color: #ffffff; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_fun .mode2_c {
          position: absolute;
          top: 165px;
          left: 385px;
          z-index: 2; }
        .contents .mode .mode_toggler .mode_toggler_inner .mode_fun .mode2_r {
          position: absolute;
          top: 200px;
          left: 695px;
          z-index: 1; }
      .contents .mode .mode_toggler.print {
        opacity: 1; }
        .contents .mode .mode_toggler.print .mode_changer {
          opacity: 1; }
          .contents .mode .mode_toggler.print .mode_changer .mode_changer_img {
            background: url(../img/index/icon_change.png) no-repeat;
            background-size: cover; }
      .contents .mode .mode_toggler.fun {
        opacity: 1; }
        .contents .mode .mode_toggler.fun .mode_toggler_inner .text_more {
          color: #f06c5c; }
          .contents .mode .mode_toggler.fun .mode_toggler_inner .text_more::after {
            border-color: #f06c5c; }
        .contents .mode .mode_toggler.fun .mode_changer {
          opacity: 1;
          left: 150px; }
          .contents .mode .mode_toggler.fun .mode_changer .mode_changer_img {
            background: url(../img/index/icon_change_r.png) no-repeat;
            background-size: cover; }
  .contents .feature .section_title {
    width: 1120px;
    margin: auto;
    height: 32px;
    font-size: 40px;
    line-height: 33px;
    font-weight: bold;
    text-align: center;
    color: #483899;
    position: relative;
    margin: 0 auto 60px;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
    .contents .feature .section_title.active {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .contents .feature .section_title .section_title_l,
    .contents .feature .section_title .section_title_r {
      height: 100%;
      position: absolute;
      top: 0; }
      .contents .feature .section_title .section_title_l:before,
      .contents .feature .section_title .section_title_r:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-top: 7px solid #483899;
        border-bottom: 7px solid #483899;
        position: absolute;
        top: 0; }
      .contents .feature .section_title .section_title_l::after,
      .contents .feature .section_title .section_title_r::after {
        content: '';
        display: block;
        width: calc(100% - 10px);
        height: 100%;
        border-top: 7px solid #483899;
        position: absolute;
        top: 50%;
        margin: -4px 0 0; }
    .contents .feature .section_title .section_title_l {
      left: 0; }
      .contents .feature .section_title .section_title_l::before, .contents .feature .section_title .section_title_l::after {
        left: 0; }
    .contents .feature .section_title .section_title_r {
      right: 0; }
      .contents .feature .section_title .section_title_r::before, .contents .feature .section_title .section_title_r::after {
        right: 0; }
    .contents .feature .section_title.section_title_feature .section_title_l,
    .contents .feature .section_title.section_title_feature .section_title_r {
      width: 75px; }
    .contents .feature .section_title.section_title_other {
      width: 1000px; }
      .contents .feature .section_title.section_title_other .section_title_l,
      .contents .feature .section_title.section_title_other .section_title_r {
        width: 205px; }
      .contents .feature .list_feature {
        width: 1090px;
        margin: 0 auto 90px;
        display: flex;
        justify-content: space-between; }
        .contents .feature .list_feature > li {
          width: 164px; }
          .contents .feature .list_feature > li a {
            text-decoration: none; }
          .contents .feature .list_feature > li .svgImg {
            width: 164px;
            height: 164px;
            margin: 0 0 20px; }
          .contents .feature .list_feature > li .list_feature_label {
            font-size: 26px;
            line-height: 30px;
            color: #483899;
            text-align: center;
            display: block;
            margin: auto; }
  .contents .feature .feature_vid {
    margin: 0 auto 70px; }
    .contents .feature .feature_vid .yt_wrapper .label_vid {
      font-size: 18px;
      margin: 0 0 20px;
      text-align: center; }
    .contents .feature .feature_vid .youtube {
      width: 500px;
      position: relative;
      margin: auto; }
      .contents .feature .feature_vid .youtube::after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%; }
      .contents .feature .feature_vid .youtube iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .contents .feature .feature_vid .youtube .yt_thumb {
        width: 100%;
        display: block;
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        transition: all .3s ease 0s; }
  .contents .feature .section_title_mode {
    color: #4285cc;
    background: linear-gradient(to bottom, #9ad6b0 0%, #4285cc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    letter-spacing: -0.025em;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
    .contents .feature .section_title_mode.active {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .contents .feature .section_title_mode::after {
      content: '';
      display: block;
      width: 185px;
      height: 4px;
      background: linear-gradient(to right, #4285cc 0%, #9ad6b0 100%);
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin: 0 0 0 -92.5px; }
    .contents .feature .section_title_mode.mode_fun {
      color: #f03361;
      background: linear-gradient(to bottom, #efab56 0%, #f03361 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      .contents .feature .section_title_mode.mode_fun::after {
        background: linear-gradient(to right, #f03361 0%, #efab56 100%); }
  @media all and (-ms-high-contrast: none) {
    .contents .feature .section_title_mode {
      background: none !important; } }
  .contents .feature .section_title_mode_sub {
    font-size: 25px;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 50px;
    opacity: 0;
    transition: all 1s ease 0s;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
    .contents .feature .section_title_mode_sub.active {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
  .contents .feature .printmode_detail {
    width: 1120px;
    height: 1410px;
    background: #f1f1f1;
    margin: 0 auto 100px;
    position: relative;
    overflow: hidden; }
    .contents .feature .printmode_detail .printmode_detail_bg {
      width: 1160px;
      height: 1427px;
      position: absolute;
      top: -5px;
      left: -30px;
      display: block;
      z-index: 5; }
    .contents .feature .printmode_detail .anchorPoint {
      position: absolute; }
      .contents .feature .printmode_detail .anchorPoint#feature_1 {
        top: 510px;
        left: 0; }
      .contents .feature .printmode_detail .anchorPoint#feature_2 {
        top: 955px;
        left: 0; }
    .contents .feature .printmode_detail .printmode_detail_in > li .in_thumb,
    .contents .feature .printmode_detail .printmode_detail_in > li .in_title,
    .contents .feature .printmode_detail .printmode_detail_in > li .in_text,
    .contents .feature .printmode_detail .printmode_detail_in > li .text_more {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      color: #ffffff; }
    .contents .feature .printmode_detail .printmode_detail_in > li .in_title,
    .contents .feature .printmode_detail .printmode_detail_in > li .in_text,
    .contents .feature .printmode_detail .printmode_detail_in > li .text_more {
      opacity: 0;
      transition: all 1s ease 0s;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
      .contents .feature .printmode_detail .printmode_detail_in > li .in_title.active,
      .contents .feature .printmode_detail .printmode_detail_in > li .in_text.active,
      .contents .feature .printmode_detail .printmode_detail_in > li .text_more.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
    .contents .feature .printmode_detail .printmode_detail_in > li .in_title {
      font-size: 48px;
      line-height: 50px;
      font-weight: bold;
      text-align: center;
      display: block; }
      .contents .feature .printmode_detail .printmode_detail_in > li .in_title .svgImg {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
        display: block; }
      .contents .feature .printmode_detail .printmode_detail_in > li .in_title > span {
        display: block; }
    .contents .feature .printmode_detail .printmode_detail_in > li .in_text {
      font-size: 22px;
      line-height: 36px;
      letter-spacing: -0.075em; }
    .contents .feature .printmode_detail .printmode_detail_in > li .text_more {
      font-size: 24px;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      position: relative; }
      .contents .feature .printmode_detail .printmode_detail_in > li .text_more::after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff;
        position: absolute;
        bottom: 0;
        left: 0; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(1) .in_thumb {
      top: 64px;
      left: 593px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(1) .in_title {
      top: 123px;
      left: 105px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(1) .in_text {
      top: 215px;
      left: 75px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(1) .text_more {
      top: 315px;
      left: 215px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(2) .in_thumb {
      top: 498px;
      left: -140px;
      z-index: 4; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(2) .in_title {
      top: 610px;
      left: 730px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(2) .in_text {
      top: 685px;
      left: 730px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(2) .text_more {
      top: 760px;
      left: 825px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(3) .in_thumb {
      top: 881px;
      left: 467px;
      z-index: 4; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(3) .in_title {
      top: 1075px;
      left: 180px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(3) .in_text {
      top: 1155px;
      left: 80px; }
    .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(3) .text_more {
      top: 1240px;
      left: 235px; }
  .contents .feature .funmode_detail {
    width: 1120px;
    height: 1960px;
    background: #f1f1f1;
    margin: 0 auto 140px;
    position: relative;
    overflow: hidden; }
    .contents .feature .funmode_detail .funmode_detail_bg {
      width: 1202px;
      height: 1991px;
      position: absolute;
      top: 0;
      left: -35px;
      display: block;
      z-index: 5; }
    .contents .feature .funmode_detail .anchorPoint {
      position: absolute; }
      .contents .feature .funmode_detail .anchorPoint#feature_3 {
        top: 490px;
        left: 0; }
      .contents .feature .funmode_detail .anchorPoint#feature_4 {
        top: 945px;
        left: 0; }
      .contents .feature .funmode_detail .anchorPoint#feature_5 {
        top: 0;
        left: 0; }
    .contents .feature .funmode_detail .funmode_detail_in > li .in_thumb,
    .contents .feature .funmode_detail .funmode_detail_in > li .in_title,
    .contents .feature .funmode_detail .funmode_detail_in > li .in_text,
    .contents .feature .funmode_detail .funmode_detail_in > li .text_more {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      color: #ffffff; }
    .contents .feature .funmode_detail .funmode_detail_in > li .in_title,
    .contents .feature .funmode_detail .funmode_detail_in > li .in_text,
    .contents .feature .funmode_detail .funmode_detail_in > li .text_more {
      opacity: 0;
      transition: all 1s ease 0s;
      -webkit-transform: translateY(100px);
              transform: translateY(100px); }
      .contents .feature .funmode_detail .funmode_detail_in > li .in_title.active,
      .contents .feature .funmode_detail .funmode_detail_in > li .in_text.active,
      .contents .feature .funmode_detail .funmode_detail_in > li .text_more.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
    .contents .feature .funmode_detail .funmode_detail_in > li .in_title {
      font-size: 48px;
      line-height: 50px;
      font-weight: bold;
      text-align: center;
      display: block; }
      .contents .feature .funmode_detail .funmode_detail_in > li .in_title .svgImg {
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
        display: block; }
      .contents .feature .funmode_detail .funmode_detail_in > li .in_title > span {
        display: block; }
    .contents .feature .funmode_detail .funmode_detail_in > li .in_text {
      font-size: 22px;
      line-height: 36px;
      letter-spacing: -0.075em; }
    .contents .feature .funmode_detail .funmode_detail_in > li .text_more {
      font-size: 24px;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
      position: relative; }
      .contents .feature .funmode_detail .funmode_detail_in > li .text_more::after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff;
        position: absolute;
        bottom: 0;
        left: 0; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .in_thumb {
      top: 0;
      left: 0;
      z-index: 4; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .in_thumb_1 {
      position: absolute;
      top: -12px;
      left: 338px;
      z-index: 5; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .in_thumb_2 {
      position: absolute;
      top: 6px;
      left: 391px;
      z-index: 5; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .in_title {
      top: 90px;
      left: 110px;
      line-height: 60px; }
      .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .in_text {
      top: 0;
      left: 0; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .text_more {
      top: 320px;
      left: 210px; }

    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li {
      width: 350px;
      position: absolute;
      z-index: 10; }

    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li:nth-child(1) {
      top: 40px;
      left: 720px; }

    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li:nth-child(2) {
      top: 265px;
      left: 720px; }

    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li::after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li .yt_thumb {
        width: 100%;
        display: block;
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        transition: all .3s ease 0s; }


    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(2) .in_thumb_1 {
      top: 0;
      left: 0;
      z-index: 4; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(2) .in_thumb_2 {
      top: 10px;
      top: 510px;
      left: 251px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(2) .in_title {
      top: 110px;
      top: 610px;
      left: 745px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(2) .in_text {
      top: 190px;
      top: 690px;
      left: 710px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(2) .text_more {
      top: 290px;
      top: 755px;
      left: 840px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(3) .in_thumb {
      top: 184px;
      top: 684px;
      left: 480px;
      z-index: 4; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(3) .in_thumb_2 {
      position: absolute;
      top: 521px;
      top: 1021px;
      left: 547px;
      z-index: 5; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(3) .in_title {
      top: 650px;
      top: 1150px;
      left: 115px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(3) .in_text {
      top: 705px;
      top: 1205px;
      left: 60px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(3) .text_more {
      top: 780px;
      top: 1260px;
      left: 205px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .in_thumb {
      top: 971px;
      top: 1470px;
      left: 0;
      z-index: 5; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .in_title {
      top: 1005px;
      top: 1505px;
      left: 127px;
      color: #000000; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .in_text {
      top: 1100px;
      top: 1600px;
      left: 130px;
      color: #000000; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .text_more {
      top: 1100px;
      top: 1605px;
      left: 230px;
      color: #000000; }
      .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .text_more::after {
        border-color: #000; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(5) .in_thumb {
      top: 982px;
      top: 1482px;
      left: 531px;
      z-index: 6; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(5) .in_title {
      top: 1005px;
      top: 1505px;
      left: 683px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(5) .in_text {
      top: 1105px;
      top: 1605px;
      left: 615px; }
    .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(5) .text_more {
      top: 1065px;
      top: 1580px;
      left: 800px; }
  .contents .feature .feature_sub_other_list {
    width: 1000px;
    margin: 0 auto 130px; }
    .contents .feature .feature_sub_other_list > li {
      width: 1000px;
      height: 457px;
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
      margin: 0 auto 30px;
      padding: 1px;
      box-sizing: border-box;
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      transition: all 1s ease 0s; }
      .contents .feature .feature_sub_other_list > li.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
      .contents .feature .feature_sub_other_list > li:nth-child(1) {
        background: url(../img/index/feature_sub_bg_1.png) no-repeat;
        background-size: cover; }
        .contents .feature .feature_sub_other_list > li:nth-child(1) .list_outer {
          width: 100%;
          height: 100%;
          position: relative;
          top: 0;
          left: 0;
          overflow: hidden; }
      .contents .feature .feature_sub_other_list > li:nth-child(2), .contents .feature .feature_sub_other_list > li:nth-child(4) {
        background: url(../img/index/feature_sub_bg_2.png) no-repeat;
        background-size: cover; }
      .contents .feature .feature_sub_other_list > li:nth-child(3) {
        background: url(../img/index/feature_sub_bg_3.png) no-repeat;
        background-size: cover; }
        .contents .feature .feature_sub_other_list > li:nth-child(3) .list_outer {
          width: 100%;
          height: 100%;
          position: relative;
          top: 0;
          left: 0;
          overflow: hidden; }
      .contents .feature .feature_sub_other_list > li:last-child {
        margin-bottom: 0; }
      .contents .feature .feature_sub_other_list > li .list_outer {
        height: 100%; }
      .contents .feature .feature_sub_other_list > li .list_in {
        position: absolute;
        top: 0;
        left: 0; }
        .contents .feature .feature_sub_other_list > li .list_in .list_in_title {
          font-size: 40px;
          font-weight: bold;
          color: #483899;
          margin: 0 0 25px; }
        .contents .feature .feature_sub_other_list > li .list_in small {
          font-size: 15px;
          line-height: 24px; }
      .contents .feature .feature_sub_other_list > li:nth-child(3) .list_in {
        top: 195px;
        left: 70px; }
      .contents .feature .feature_sub_other_list > li:nth-child(3) .list_in_fig {
        position: absolute;
        top: 45px;
        left: 55px; }
      .contents .feature .feature_sub_other_list > li:nth-child(2) .list_in {
        top: 73px;
        left: 69px; }
      .contents .feature .feature_sub_other_list > li:nth-child(2) .list_in_fig {
        position: absolute;
        top: 13px;
        left: 479px; }
      .contents .feature .feature_sub_other_list > li:nth-child(2) .list_in_icon {
        display: block;
        margin: 0 0 35px; }
      .contents .feature .feature_sub_other_list > li:nth-child(1) .list_in {
        top: 35px;
        left: 70px; }
      .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle {
        width: 370px;
        display: flex;
        justify-content: space-between;
        margin: 0 0 35px; }
        .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li {
          width: 175px;
          height: 175px;
          background: url(../img/index/feature_sub_fig_1_circle.png) no-repeat;
          background-size: contain;
          display: flex;
          justify-content: center;
          align-items: center; }
          .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li .list_circle_in {
            font-size: 22px;
            line-height: 26px;
            text-align: center; }
            .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li .list_circle_in .red {
              color: #dd0000; }
            .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li .list_circle_in .big {
              font-size: 36px;
              font-weight: 500; }
            .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li .list_circle_in .rice_wrapper {
              position: relative; }
              .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li .list_circle_in .rice_wrapper .rice {
                font-size: 22px;
                position: absolute;
                color: #000000;
                top: 0.25em;
                right: -.5em; }
          .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li:nth-child(1) .list_circle_in {
            font-size: 22px;
            line-height: 26px; }
          .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li:nth-child(2) .list_circle_in {
            font-size: 20px;
            line-height: 26px; }
            .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li:nth-child(2) .list_circle_in .smallTxt {
              font-size: 15px; }
              .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li .list_circle_in .rice {
                font-size: 22px;
                position: relative;
                color: #000000;
                top: -0.05em; }
      .contents .feature .feature_sub_other_list > li:nth-child(1) .list_in_fig {
        position: absolute;
        top: -43px;
        left: 455px; }
      .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in {
        top: 50px;
        left: 72px; }
        .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in .list_in_title {
          font-size: 26px;
          line-height: 44px;
          margin: 0; }
        .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in small {
          width: 450px;
          display: block;
          margin: 0 0 25px; }
        .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in .list_in_link {
          font-size: 22px;
          line-height: 39px;
          display: inline;
          padding: 0 0 5px;
          text-decoration: none;
          border-bottom: 1px solid #000;
          position: relative;
          color: #000000; }
      .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in_fig {
        position: absolute;
        top: 32px;
        left: 500px; }
  .contents .design .section_title {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px; }
  .contents .design .list_design {
    width: 1120px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px; /* 9/10 100pxから修正 */
    position: relative;
    top: 0;
    left: 5px; }
    .contents .design .list_design > li {
      width: 33.2%;
      position: relative;
      padding: 0;
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      transition: all 1s ease 0s; }
      .contents .design .list_design > li.active {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
      .contents .design .list_design > li .design_fig {
        width: 100%;
        height: 440px;
        position: relative;
        display: block;
        margin: 0 auto 20px; }
      .contents .design .list_design > li .design_label {
        font-size: 20px;
        font-weight: bold;
        text-align: center; }
      .contents .design .list_design > li:nth-child(1) {
        color: #4e6d95; }
      .contents .design .list_design > li:nth-child(2) {
        color: #000;
        transition-delay: .1s; }
      .contents .design .list_design > li:nth-child(3) {
        color: #e67eab;
        transition-delay: .2s; }

/* 9/10追記 */
.contents .design .list_design2 {
    width: 800px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 100px;
    position: relative;
    top: 0;
    left: 5px;
    border: 3px solid #b58f00;
    padding: 20px;}

.contents .design .list_design2 > li {
    position: relative;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    transition: all 1s ease 0s; }
.contents .design .list_design2 > li.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

.contents .design .list_design2 > li .design2_fig {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto 20px; }

.contents .design .list_design2 > li .design2_label {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
.contents .design .list_design2 > li:nth-child(1) {
    color: #b58f00; }
.contents .design .list_design2 > li:nth-child(2) {
    color: #000;
    transition-delay: .1s; }
.contents .design .list_design2 > li:nth-child(3) {
    color: #e67eab;
    transition-delay: .2s; }

  .contents .contents_other .list_other {
    width: 1120px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between; }
    .contents .contents_other .list_other > li {
      width: 550px;
      height: 310px;
      background: #efefef;
      overflow: hidden;
      text-align: center; }
      .contents .contents_other .list_other > li a {
        text-decoration: none;
        color: #000000;
        display: block; }
      .contents .contents_other .list_other > li .list_other_icon {
        width: 88px;
        height: 88px;
        margin: 50px auto 0;
        display: block; }
      .contents .contents_other .list_other > li .list_other_icon_wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        margin: 50px auto 0; }
        .contents .contents_other .list_other > li .list_other_icon_wrapper .list_other_icon {
          margin: 0 10px; }
      .contents .contents_other .list_other > li .pagetitle_en {
        font-size: 40px;
        font-weight: normal;
        color: #000000;
        text-align: center;
        margin: 10px 0 25px; }
      .contents .contents_other .list_other > li .pagetitle {
        font-size: 36px;
        font-weight: normal;
        text-align: center;
        margin: 0 0 35px; }
      .contents .contents_other .list_other > li .txt_more {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        position: relative; }
        .contents .contents_other .list_other > li .txt_more::after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: #000000;
          position: absolute;
          bottom: 0;
          left: 0; }
  .contents .app .icon {
    display: block;
    margin: 0 auto 17px; }
  .contents .app .appname {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 35px; }
  .contents .app .appBtn {
    width: 575px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px; }
    .contents .app .appBtn > li a {
      display: block; }
      .contents .app .appBtn > li a .storeBtn {
        width: 100%; }
    .contents .app .appBtn > li span {
      display: block;
      font-size: 12px;
      line-height: 18px; }
    .contents .app .appBtn > li.apple {
      width: 245px; }
    .contents .app .appBtn > li.google {
      width: 270px; }
  .contents .app .notice {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin: 0 auto 75px; }

  .contents .film {
    height: 485px;
    padding: 125px 0 0;
    border-top: 1px solid #e0dfde; }
    .contents .film .btn_film {
      width: 220px;
      display: block;
      background: #231815;
      text-decoration: none;
      color: #fff;
      font-size: 12px;
      text-align: center;
      border-radius: 6px;
      line-height: 1;
      padding: 9px 0;
      position: relative;
      text-indent: -2em; }
      .contents .film .btn_film svg {
        width: 9px;
        height: 14px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin: -7px 0 0; }
        .contents .film .btn_film svg polygon {
          fill: #fff; }
    .contents .film .flex {
      width: 810px;
      margin: auto;
      display: flex;
      justify-content: space-between; }
    .contents .film .fl {
      width: 270px;
      height: 220px;
      border-right: 1px solid #000;
      box-sizing: border-box;
      padding: 20px 0; }
      .contents .film .fl .logo {
        display: block;
        margin: 0 0 15px; }
      .contents .film .fl .logo_upper {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 5px; }
        .contents .film .fl .logo_upper span {
          width: 142px;
          padding: 3px 0;
          margin: 0 0 5px;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: normal;
          color: #faf9f8;
          background: #2c2d2d;
          text-align: center;
          display: block; }
      .contents .film .fl .text {
        font-size: 20px;
        margin: 0 0 10px; }
      .contents .film .fl .jan {
        font-size: 12px;
        line-height: 18px; }
    .contents .film .fr {
      width: 540px;
      padding: 0 0 0 60px;
      display: flex;
      justify-content: flex-start; }
      .contents .film .fr .film_thumb {
        width: 124px; }
      .contents .film .fr .text {
        width: 240px;
        padding: 90px 0 0 30px; }
        .contents .film .fr .text .catch {
          font-size: 16px;
          line-height: 28px;
          letter-spacing: -0.06em;
          margin: 0 0 15px; }
        .contents .film .fr .text .feature {
          font-size: 12px;
          line-height: 18px;
          margin: 0 0 25px; }

@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    height: auto;
    padding: 0 0 126%; }
  .info .infolist {
    width: auto;
    height: 175px;
    margin: 0 auto 10px;
    position: relative; }
  .info .infolist::after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0; }
  .info .infolist.active {
    padding: 0; }
  .info .infolist .btn {
    width: 50px;
    font-size: 10px;
    display: block;
    margin: 0;
    float: none;
    position: absolute;
    top: auto;
    border: none;
    bottom: 25px;
    left: 25px;
    z-index: 10;
    border: none; }
  .info .infolist .btn svg {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    left: 0; }
  .info .infolist ul > li:first-child {
    margin: 60px 0 0; }
  .info .infolist ul > li > a {
    padding: 0 25px;
    margin: 0 0 10px; }
  .info .infolist ul > li > a .label {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0 0 12px;
    display: block; }
  .info .infolist ul > li > a .title {
    font-size: 12px;
    display: block;
    margin: 0; }
  .info .infolist ul > li > a .title .date {
    display: block; }

    /* 9/14追記 */
    .new_banner img {
        width: 100%;
    }

  .info .bnr {
    height: auto;
    margin: 0 10px 50px;
    display: block; }
  .info .bnr > li {
    width: 100%;
    height: 85px;
    margin: 0 auto 5px; }
  .contents {
    overflow: hidden; }
    .contents .videos {
      padding: 30px 0 0; }
      .contents .videos .svg_logo {
        width: 260px;
        height: 34px;
        margin: 0 auto 57px; }
        .contents .videos .svg_logo svg {
          width: 100%;
          height: auto; }
          .contents .videos .svg_logo_low {
            font-size: 21px;
            font-weight: bold;
            text-align: center;
            line-height: 1;
            letter-spacing: 0.025em;
            margin: 5px 0 0; }
      .contents .videos .vid_wrapper {
        width: auto;
        margin: 0 auto;
        display: block; }
        .contents .videos .vid_wrapper .yt_wrapper .label_vid {
          font-size: 13px;
          margin: 0 0 5px; }
        .contents .videos .vid_wrapper .yt_wrapper:last-child {
          margin-bottom: 0; }
          .contents .videos .vid_wrapper .yt_wrapper:last-child .youtube {
            margin-bottom: 0; }
        .contents .videos .vid_wrapper .youtube {
          width: 95%;
          position: relative;
          margin: 0 auto 15px; }
          .contents .videos .vid_wrapper .youtube::after {
            content: "";
            display: block;
            width: 100%;
            padding-top: 56.25%; }
          .contents .videos .vid_wrapper .youtube iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          .contents .videos .vid_wrapper .youtube .yt_thumb {
            width: 100%;
            display: block;
            z-index: 5;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            cursor: pointer;
            transition: all .3s ease 0s; }
    .contents .mode {
      height: 650px;
      margin: 0 auto 50px;
      padding: 45px 0 0;
      position: relative;
      overflow: hidden; }
      .contents .mode .section_title {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        margin: 0 0 10px;
        position: relative;
        z-index: 10; }
      .contents .mode .section_subtitle {
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        position: relative;
        z-index: 10; }
      .contents .mode .mode_toggler {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity .3s ease 0s; }
        .contents .mode .mode_toggler .mode_changer {
          opacity: 0;
          transition: opacity .3s ease 0s; }
        .contents .mode .mode_toggler .mode_toggler_bg {
          width: 90vw;
          min-width: auto;
          position: absolute;
          top: 50%;
          left: 0;
          margin: -70vw 0 0; }
  @-webkit-keyframes changer_sp {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    25% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px); }
    75% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px); }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); } }
  @keyframes changer_sp {
    0% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
    25% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px); }
    75% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px); }
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); } }
  @-webkit-keyframes changer_img_sp {
    0% {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); }
    50% {
      -webkit-transform: translateY(40px);
              transform: translateY(40px); }
    100% {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); } }
  @keyframes changer_img_sp {
    0% {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); }
    50% {
      -webkit-transform: translateY(40px);
              transform: translateY(40px); }
    100% {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px); } }
        .contents .mode .mode_toggler .mode_changer {
          width: 55px;
          height: 55px;
          position: absolute;
          top: 35%;
          left: 80%;
          margin: -27.5px 0 0 -27.5px;
          -webkit-animation: changer_sp 20s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite;
                  animation: changer_sp 20s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite; }
          .contents .mode .mode_toggler .mode_changer .mode_changer_img {
            width: 55px;
            height: 55px;
            -webkit-animation: changer_img_sp 20s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite;
                    animation: changer_img_sp 20s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite; }
        .contents .mode .mode_toggler .mode_toggler_bg_wrapper {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          margin: 0; }
        .contents .mode .mode_toggler .mode_toggler_bg_sp {
          width: 81%;
          height: auto;
          position: absolute;
          top: 14%;
          left: 0;
          margin: 0; }
          .contents .mode .mode_toggler .mode_toggler_bg_sp.mode_toggler_bg_sp_print {
            left: auto;
            right: 0; }
        .contents .mode .mode_toggler .mode_toggler_inner {
          width: 100%;
          max-width: 320px;
          margin: auto;
          height: 100%; }
          .contents .mode .mode_toggler .mode_toggler_inner .text_more {
            color: #4489cb;
            font-size: 13px;
            text-decoration: none;
            display: inline-block;
            position: absolute;
            top: 94.5%;
            right: 0%;
            z-index: 20; }
            .contents .mode .mode_toggler .mode_toggler_inner .text_more::after {
              content: "";
              display: block;
              width: 100%;
              border-bottom: 1px solid #4489cb;
              position: absolute;
              bottom: 0;
              left: 0; }
          .contents .mode .mode_toggler .mode_toggler_inner .mode_in {
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all .3s ease 0s; }
            .contents .mode .mode_toggler .mode_toggler_inner .mode_in.active {
              opacity: 1; }
          .contents .mode .mode_toggler .mode_toggler_inner .mode_print .text_more {
            left: 0%;
            right: auto; }
          .contents .mode .mode_toggler .mode_toggler_inner .mode_print .mode1_l .txt_mode1_l {
            font-size: 15px;
            line-height: 24px;
            top: 42.5%;
            left: 39%;
            margin: 0 -10% 0 0; }
          .contents .mode .mode_toggler .mode_toggler_inner .mode_print .mode1_sp {
            width: 346px;
            position: absolute;
            top: 26%;
            left: 45%;
            margin: 0 0 0 -173px; }
          .contents .mode .mode_toggler .mode_toggler_inner .mode_fun .mode2_l .txt_mode2_l {
            font-size: 15px;
            line-height: 24px;
            top: 42%;
            left: 5%; }
          .contents .mode .mode_toggler .mode_toggler_inner .mode_fun .mode2_sp {
            width: 345px;
            position: absolute;
            top: 26%;
            left: 59%;
            margin: 0 0 0 -185px; }
        .contents .mode .mode_toggler.print {
          opacity: 1; }
          .contents .mode .mode_toggler.print .mode_changer {
            opacity: 1;
            top: 35%;
            left: 30%; }
            .contents .mode .mode_toggler.print .mode_changer .mode_changer_img {
              background: url(../img/index/icon_change.png) no-repeat;
              background-size: cover; }
        .contents .mode .mode_toggler.fun {
          opacity: 1; }
          .contents .mode .mode_toggler.fun .mode_changer {
            opacity: 1;
            left: 80%;
            top: 39%; }
            .contents .mode .mode_toggler.fun .mode_changer .mode_changer_img {
              background: url(../img/index/icon_change_r.png) no-repeat;
              background-size: cover; }
    .contents .feature .section_title {
      width: auto;
      height: 43px;
      font-size: 22px;
      line-height: 27px;
      letter-spacing: -0.025em;
      margin: 0 20px 25px; }
      .contents .feature .section_title span {
        display: block;
        position: relative;
        top: -6px;
        left: 0; }
      .contents .feature .section_title .section_title_l,
      .contents .feature .section_title .section_title_r {
        height: 100%;
        position: absolute;
        top: 0; }
        .contents .feature .section_title .section_title_l::before,
        .contents .feature .section_title .section_title_r::before {
          border: none; }
        .contents .feature .section_title .section_title_l::after,
        .contents .feature .section_title .section_title_r::after {
          border: none; }
      .contents .feature .section_title .section_title_l {
        left: 0; }
        .contents .feature .section_title .section_title_l::before {
          width: 33px;
          height: 43px;
          left: -13px;
          background: url(../img/index/sp_section_title_l.svg) no-repeat;
          background-size: contain; }
        .contents .feature .section_title .section_title_l::after {
          display: none; }
      .contents .feature .section_title .section_title_r {
        right: 0; }
        .contents .feature .section_title .section_title_r::before {
          width: 33px;
          height: 43px;
          right: -13px;
          background: url(../img/index/sp_section_title_l.svg) no-repeat;
          background-size: contain;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .contents .feature .section_title .section_title_r::after {
          display: none; }
      .contents .feature .section_title.section_title_feature .section_title_l,
      .contents .feature .section_title.section_title_feature .section_title_r {
        width: 20px;
        height: 43px;
        overflow: hidden; }
      .contents .feature .section_title.section_title_other {
        width: auto;
        margin: 0 10px 25px; }
        .contents .feature .section_title.section_title_other .section_title_l,
        .contents .feature .section_title.section_title_other .section_title_r {
          width: 78px; }
          .contents .feature .section_title.section_title_other .section_title_l::before,
          .contents .feature .section_title.section_title_other .section_title_r::before {
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            background: url(../img/index/sp_section_title_l_o.svg) no-repeat;
            background-size: cover; }
    .contents .feature .feature_sub_print {
      margin: 0 auto 60px;
      position: relative; }
    .contents .feature .list_feature {
      width: auto;
      margin: 0 20px 35px;
      justify-content: center;
      flex-wrap: wrap; }
      .contents .feature .list_feature > li {
        width: 22.5%;
        margin: 0 4% 15px; }
        .contents .feature .list_feature > li .svgImg {
          width: 100%;
          height: auto;
          margin: 0 0 5px; }
        .contents .feature .list_feature > li .list_feature_label {
          font-size: 13px;
          line-height: 15px; }
    .contents .feature .feature_vid {
      margin: 0 auto 35px; }
      .contents .feature .feature_vid .yt_wrapper .label_vid {
        font-size: 13px;
        margin: 0 auto 5px; }
      .contents .feature .feature_vid .yt_wrapper .youtube {
        width: 95%;
        margin: auto; }
    .contents .feature .section_title_mode {
      font-size: 45px;
      margin: 0 auto 15px; }
      .contents .feature .section_title_mode::after {
        width: 120px;
        height: 2px;
        bottom: 0;
        margin: 0 0 0 -60px; }
      .contents .feature .section_title_mode.mode_fun {
        color: #4285cc;
        background: linear-gradient(to bottom, #efab56 0%, #f03361 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .contents .feature .section_title_mode.mode_fun::after {
          background: linear-gradient(to right, #f03361 0%, #efab56 100%); }
    .contents .feature .section_title_mode_sub {
      font-size: 15px;
      text-align: center;
      font-weight: normal;
      margin: 0 auto 20px;
      overflow: visible; }
    .contents .feature .printmode_detail {
      width: auto;
      height: auto;
      background: #f1f1f1;
      margin: 0 10px 15px; }
      .contents .feature .printmode_detail .printmode_detail_bg {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0; }
      .contents .feature .printmode_detail .anchorPoint {
        position: absolute;
        margin: 0;
        width: 100%; }
        .contents .feature .printmode_detail .anchorPoint#feature_1 {
          top: 30.6%;
          left: 0; }
        .contents .feature .printmode_detail .anchorPoint#feature_2 {
          top: 64.2%;
          left: 0; }
      .contents .feature .printmode_detail .printmode_detail_in {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .contents .feature .printmode_detail .printmode_detail_in > li .in_thumb,
        .contents .feature .printmode_detail .printmode_detail_in > li .in_title,
        .contents .feature .printmode_detail .printmode_detail_in > li .in_text,
        .contents .feature .printmode_detail .printmode_detail_in > li .text_more {
          top: 50%;
          left: 50%; }
        .contents .feature .printmode_detail .printmode_detail_in > li .in_title {
          font-size: 34px;
          line-height: 34px;
          font-weight: bold;
          align-items: center; }
          .contents .feature .printmode_detail .printmode_detail_in > li .in_title .svgImg {
            width: 60px;
            height: 60px;
            margin: 0 auto 5px; }
        .contents .feature .printmode_detail .printmode_detail_in > li .in_text {
          font-size: 14px;
          line-height: 23px;
          letter-spacing: -0.075em;
          text-align: center; }
        .contents .feature .printmode_detail .printmode_detail_in > li .text_more {
          font-size: 19px;
          font-weight: bold;
          text-decoration: none;
          display: inline-block;
          position: absolute;
          color: #4489cb; }
          .contents .feature .printmode_detail .printmode_detail_in > li .text_more::after {
            content: '';
            display: block;
            width: 100%;
            border-bottom: 1px solid #4489cb;
            position: absolute;
            bottom: 0;
            left: 0; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(1) .in_title {
          top: 3.5%;
          left: 50%;
          margin: -22px 0 0 -105px; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(1) .in_text {
          top: 8%;
          left: 50%;
          margin: -23px 0 0 -116px; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(1) .text_more {
          top: 29%;
          left: 86%;
          margin: -14px 0 0 -18px; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(2) .in_title {
          top: 37%;
          left: 50%;
          margin: -22px 0 0 -91px; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(2) .in_text {
          top: 41.5%;
          left: 50%;
          margin: -23px 0 0 -156px; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(2) .text_more {
          top: 65%;
          left: 86%;
          margin: -10px 0 0 -18px; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(3) .in_title {
          top: 70.5%;
          left: 50%;
          margin: -22px 0 0 -67px; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(3) .in_text {
          top: 74.5%;
          left: 50%;
          margin: -23px 0 0 -117px; }
        .contents .feature .printmode_detail .printmode_detail_in > li:nth-child(3) .text_more {
          top: 98%;
          left: 90%;
          margin: -10px 0 0 -32px; }
    .contents .feature .funmode_detail {
      width: auto;
      height: auto;
      background: #f1f1f1;
      margin: 0 10px 15px;
      overflow: visible; }
      .contents .feature .funmode_detail .funmode_detail_bg {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0; }
      .contents .feature .funmode_detail .anchorPoint {
        position: absolute;
        margin: 0;
        width: 100%; }
        .contents .feature .funmode_detail .anchorPoint#feature_3 {
          top: 33.3%;
          left: 0; }
        .contents .feature .funmode_detail .anchorPoint#feature_4 {
          top: 51.6%;
          left: 0; }
        .contents .feature .funmode_detail .anchorPoint#feature_5{
          top: 0;
          left: 0; }
      .contents .feature .funmode_detail .funmode_detail_in {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .contents .feature .funmode_detail .funmode_detail_in > li .in_thumb,
        .contents .feature .funmode_detail .funmode_detail_in > li .in_title,
        .contents .feature .funmode_detail .funmode_detail_in > li .in_text,
        .contents .feature .funmode_detail .funmode_detail_in > li .text_more {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 10;
          color: #ffffff; }
        .contents .feature .funmode_detail .funmode_detail_in > li .in_title {
          font-size: 34px;
          line-height: 34px;
          font-weight: bold;
          align-items: center; }
          .contents .feature .funmode_detail .funmode_detail_in > li .in_title .svgImg {
            width: 60px;
            height: 60px;
            margin: 0 auto 5px; }
        .contents .feature .funmode_detail .funmode_detail_in > li .in_text {
          font-size: 14px;
          line-height: 23px;
          letter-spacing: -0.075em;
          text-align: center; }
        .contents .feature .funmode_detail .funmode_detail_in > li .text_more {
          font-size: 19px;
          font-weight: bold;
          text-decoration: none;
          display: inline-block;
          position: absolute;
          color: #f03461; }
          .contents .feature .funmode_detail .funmode_detail_in > li .text_more::after {
            content: '';
            display: block;
            width: 100%;
            border-bottom: 1px solid #f03461;
            position: absolute;
            bottom: 0;
            left: 0; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .in_title {
              line-height: 40px;
              top: 2.15%;
              left: 50%;
              margin: -22px 0 0 -89px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .in_text {
              top: 7.5%;
              left: 50%;
              margin: -35px 0 0 -151px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .text_more {
              top: 32%;
              left: 86%;
              margin: -10px 0 0 -18px; }

            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li {
              width: 85%;
              margin: 0 0 0 -42.5%;
            }

            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li img {
              width: 100%;
              display: block; }

            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li:nth-child(1) {
              top: 16.9%;
              left: 50%; }

            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(1) .videos_wrapper > li:nth-child(2) {
              top: 24.6%;
              left: 50%; }

            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(2) .in_title {
              top: 37.25%;
              left: 50%;
              margin: -22px 0 0 -89px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(2) .in_text {
              top: 7.5%;
              left: 50%;
              margin: -35px 0 0 -151px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(2) .text_more {
              top: 52%;
              left: 86%;
              margin: -10px 0 0 -18px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(3) .in_title {
              top: 55%;
              left: 50%;
              margin: -22px 0 0 -90px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(3) .in_text {
              top: 35.5%;
              left: 50%;
              margin: -35px 0 0 -130px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(3) .text_more {
              top: 67.85%;
              left: 86%;
              margin: -10px 0 0 -18px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .in_title {
              top: 72.5%;
              left: 50%;
              margin: -22px 0 0 -101px;
              color: #ffffff; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .in_text {
              top: 61.25%;
              left: 50%;
              margin: -23px 0 0 -85px;
              color: #ffffff; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .text_more {
              top: 83.3%;
              left: 86%;
              margin: -10px 0 0 -18px;
              color: #f03461; }
              .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(4) .text_more::after {
                border-color: #f03461; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(5) .in_title {
              top: 87%;
              left: 50%;
              margin: -22px 0 0 -108px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(5) .in_text {
              top: 86.5%;
              left: 50%;
              margin: -35px 0 0 -113px; }
            .contents .feature .funmode_detail .funmode_detail_in > li:nth-child(5) .text_more {
              top: 98.45%;
              left: 86%;
              margin: -10px 0 0 -18px; }
    .contents .feature .feature_sub_other_list {
      width: auto;
      height: 455px;
      margin: 0 auto 40px;
      overflow: hidden;
      transition: height .3s ease 0s; }
      .contents .feature .feature_sub_other_list > li {
        width: auto;
        height: 455px;
        padding: 0;
        margin: 0 10px 15px; }
        .contents .feature .feature_sub_other_list > li:nth-child(n + 1) {
          opacity: 1;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); }
        .contents .feature .feature_sub_other_list > li:nth-child(1), .contents .feature .feature_sub_other_list > li:nth-child(3) {
          background: #ffffff;
          /* Old browsers */
          background: linear-gradient(45deg, #ffffff 0%, #877dbd 50%, #ffffff 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
          .contents .feature .feature_sub_other_list > li:nth-child(1) .list_outer, .contents .feature .feature_sub_other_list > li:nth-child(3) .list_outer {
            background: url(../img/index/sp_feature_sub_bg_1.png) no-repeat;
            background-size: 100% 100%; }
        .contents .feature .feature_sub_other_list > li:nth-child(2), .contents .feature .feature_sub_other_list > li:nth-child(4) {
          background: #877dbd;
          /* Old browsers */
          background: linear-gradient(45deg, #877dbd 0%, #ffffff 50%, #877dbd 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
          .contents .feature .feature_sub_other_list > li:nth-child(2) .list_outer, .contents .feature .feature_sub_other_list > li:nth-child(4) .list_outer {
            background: url(../img/index/sp_feature_sub_bg_2.png) no-repeat;
            background-size: 100% 100%; }
        .contents .feature .feature_sub_other_list > li:last-child {
          margin-bottom: 0; }
        .contents .feature .feature_sub_other_list > li .list_outer {
          height: 100%; }
        .contents .feature .feature_sub_other_list > li .list_in {
          position: absolute;
          top: 0;
          left: 0;
          text-align: center; }
          .contents .feature .feature_sub_other_list > li .list_in .list_in_title {
            font-size: 20px;
            font-weight: bold;
            color: #483899;
            margin: 0 0 12px; }
          .contents .feature .feature_sub_other_list > li .list_in .list_in_txt {
            font-size: 13px;
            line-height: 18px;
            margin: 0 0 5px; }
          .contents .feature .feature_sub_other_list > li .list_in small {
            font-size: 10px;
            line-height: 13px;
            display: block; }
        .contents .feature .feature_sub_other_list > li:nth-child(3) {
          height: 340px; }
          .contents .feature .feature_sub_other_list > li:nth-child(3) .list_in {
            width: 100%;
            top: 0;
            left: 0;
            margin: 25px auto 0; }
          .contents .feature .feature_sub_other_list > li:nth-child(3) .list_in_fig {
            width: 374px;
            position: absolute;
            top: 77px;
            left: 50%;
            margin: 0 0 0 -187px; }
        .contents .feature .feature_sub_other_list > li:nth-child(2) {
          height: 455px; }
          .contents .feature .feature_sub_other_list > li:nth-child(2) .list_in {
            width: 100%;
            top: 0;
            left: 0;
            margin: 25px auto 0; }
            .contents .feature .feature_sub_other_list > li:nth-child(2) .list_in .list_in_title {
              margin-bottom: 17px; }
          .contents .feature .feature_sub_other_list > li:nth-child(2) .list_in_icon {
            width: 80%;
            margin: 0 auto 13px; }
          .contents .feature .feature_sub_other_list > li:nth-child(2) .list_in_fig {
            width: 332px;
            position: absolute;
            top: 210px;
            left: 54%;
            margin: 0 0 0 -166px; }
        .contents .feature .feature_sub_other_list > li:nth-child(1) .list_in {
          width: 100%;
          top: 0;
          left: 0;
          margin: 25px auto 0; }
        .contents .feature .feature_sub_other_list > li:nth-child(1) .list_in_fig {
          width: 312px;
          position: absolute;
          top: 200px;
          left: 51%;
          margin: 0 0 0 -156px; }
        .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle {
          width: 220px;
          display: flex;
          justify-content: space-between;
          margin: 0 auto 10px; }
          .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li {
            width: 105px;
            height: 105px; }
            .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li .list_circle_in .rice_wrapper .rice {
              font-size: 13px; }
            .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li:nth-child(1) .list_circle_in {
              font-size: 13px;
              line-height: 18px; }
              .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li:nth-child(1) .list_circle_in .big {
                font-size: 22px; }
            .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li:nth-child(2) .list_circle_in {
              font-size: 12px;
              line-height: 16px; }
              .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li:nth-child(2) .list_circle_in .big {
                font-size: 20px; }
              .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li:nth-child(2) .list_circle_in .smallTxt {
                font-size: 10px; }
              .contents .feature .feature_sub_other_list > li:nth-child(1) .list_circle > li .list_circle_in .rice {
                font-size: 13px;
                top: -0; }
                .contents .feature .feature_sub_other_list > li:nth-child(4) {
                  height: 500px; }
                  .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in {
                    width: 90%;
                    top: 25px;
                    left: 50%;
                    margin: 0 0 0 -45%; }
                    .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in .list_in_title {
                      font-size: 18px;
                      line-height: 28px;
                      margin: 0 0 15px; }
                    .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in .list_in_link {
                      font-size: 13px;
                      line-height: 30px; }
                    .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in small {
                      width: auto;
                      margin: 0 0 5px; }
                  .contents .feature .feature_sub_other_list > li:nth-child(4) .list_in_fig {
                    width: 230px;
                    position: absolute;
                    top: 290px;
                    left: 50%;
                    margin: 0 0 0 -115px; }
    .contents .feature .btn_more {
      width: 60px;
      height: 60px;
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden;
      margin: 0 auto 50px;
      background: url(../img/index/sp_btn_more.png) no-repeat;
      background-size: contain;
      cursor: pointer; }
      .contents .feature .btn_more.opened {
        background: url(../img/index/sp_btn_close.png) no-repeat;
        background-size: contain; }
    .contents .design .section_title {
      font-size: 25px;
      margin: 0 auto 20px; }
    .contents .design .list_design {
      width: 100%;
      margin: 0 auto;
      display: block;
      top: 0;
      left: 0; }
      .contents .design .list_design > li {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 25px; }
        .contents .design .list_design > li .design_fig {
          width: 100%;
          height: auto;
          margin: 0 auto 12.5px; }
        .contents .design .list_design > li .design_label {
          font-size: 14px; }

    /* 9/10追記 */
    .contents .design .list_design2 {
        width: 97%;
        margin: 0 auto;
        display: block;
        top: 0;
        left: 0;
        padding-bottom: 10px;}
    .contents .design .list_design2 > li {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0 0 10px; }
    .contents .design .list_design2 > li .design2_fig {
        width: 100%;
        height: auto;
        margin: 0 auto 12.5px; }
    .contents .design .list_design2 > li .design2_label {
        font-size: 14px; }

    .contents .contents_other .list_other {
      width: auto;
      margin: 0 10px 50px;
      display: flex;
      justify-content: space-between;
      margin-top: 20px/* 9/10追記 */;}

      .contents .contents_other .list_other > li {
        width: 48.5%;
        height: 137.5px;
        background: #efefef; }
        .contents .contents_other .list_other > li a {
          text-decoration: none;
          color: #000000;
          display: block; }
        .contents .contents_other .list_other > li .list_other_icon_wrapper{
          margin: 15px auto 0;
        }
        .contents .contents_other .list_other > li .list_other_icon_wrapper .list_other_icon{
          margin: 0 5px;
        }
        .contents .contents_other .list_other > li .list_other_icon {
          width: 43px;
          height: 43px;
          margin: 15px auto 0; }
        .contents .contents_other .list_other > li .pagetitle_en {
          font-size: 19px;
          margin: 5px 0 7px; }
        .contents .contents_other .list_other > li .pagetitle {
          font-size: 16px;
          margin: 0 0 10px; }
        .contents .contents_other .list_other > li .txt_more {
          font-size: 13px; }
          .contents .contents_other .list_other > li .txt_more::after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background: #000000;
            position: absolute;
            bottom: 0;
            left: 0; }
    .contents .app .icon {
      width: 87.5px;
      display: block;
      margin: 0 auto 17px; }
    .contents .app .appname {
      font-size: 18px;
      margin: 0 auto 25px; }
    .contents .app .appBtn {
      width: auto;
      display: block;
      justify-content: space-between;
      margin: 0 auto 50px; }
      .contents .app .appBtn > li {
        width: 260px;
        margin: 0 auto 25px;
        text-align: center; }
        .contents .app .appBtn > li a {
          display: block;
          margin: 0 auto 10px; }
          .contents .app .appBtn > li a .storeBtn {
            width: 100%; }
        .contents .app .appBtn > li span {
          display: block;
          font-size: 12px;
          line-height: 18px; }
        .contents .app .appBtn > li.apple .appstore {
          width: 209px;
          margin: 0 auto 10px; }
        .contents .app .appBtn > li.google .gplay {
          width: 228px;
          margin: 0 auto 10px; }
    .contents .app .notice {
      font-size: 11px;
      line-height: 17px;
      text-align: center;
      display: block;
      margin: 0 25px 50px; }
    .contents .film {
      height: auto;
      padding: 50px 0; }
      .contents .film .flex {
        width: 230px;
        margin: auto;
        overflow: hidden;
        display: block; }
      .contents .film .fl {
        padding: 0;
        border: none;
        width: 100%;
        height: auto;
        margin: 0 auto 25px; }
        .contents .film .fl .logo {
          width: 155px;
          margin: 0 0 10px; }
          .contents .film .fl .logo img {
            width: 100%; }
        .contents .film .fl .logo_upper {
          font-size: 12px;
          margin: 0 0 5px; }
          .contents .film .fl .logo_upper span {
            width: 106px;
            padding: 1px 0;
            font-size: 10px; }
        .contents .film .fl .text {
          font-size: 14px;
          margin: 0 0 10px; }
        .contents .film .fl .jan {
          font-size: 10px;
          line-height: 12px; }
      .contents .film .fr {
        width: auto;
        padding: 0;
        margin: 0 0 15px; }
        .contents .film .fr .film_thumb {
          width: 70px;
          height: 123px; }
        .contents .film .fr .text {
          width: auto;
          font-size: 15px;
          padding: 0 0 0 15px;
          text-align: left; }
          .contents .film .fr .text .text_in {
            padding: 0;
            margin: -5px 0 10px; }
          .contents .film .fr .text .catch {
            font-size: 12px;
            line-height: 17px;
            font-weight: 500; }
          .contents .film .fr .text .jan {
            font-size: 10px;
            line-height: 12px;
            margin: 0 -10px 15px 0; }
          .contents .film .fr .text .feature {
            font-size: 10px;
            line-height: 12px; }
      .contents .film .btn_film {
        width: 225px;
        font-size: 13px;
        border-radius: 3px;
        padding: 14px 0;
        text-indent: -1.5em;
        margin: auto; }
        .contents .film .btn_film svg {
          width: 8px;
          height: 16px;
          position: absolute;
          top: 50%;
          right: 15px;
          margin: -8px 0 0; }
          .contents .film .btn_film svg polygon {
            fill: #fff; }
}

/* 201125追記 */
.red {
    color: red;
}



/* 202104 */
.bnrarea {
  padding: 30px 0;
  box-sizing: border-box; }
  .bnrarea a {
    width:100%;
    display: block;
    margin: auto; }
    .bnrarea a img {
		display: block;
		margin:0 auto;
}
.bnr_mbtm { margin-bottom:20px!important; }
.bnr_linkimg {
	margin:60px auto;
	display:block;
	text-align:center;
}
.bnr_linkimg img {
	max-width:800px;
}
.contents .app .appname span.txtLink {
	font-size:16px;
	font-weight:normal;
	text-align:center;
        display: inline-block;
        position: relative;
}
.contents .app .appname span.txtLink::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: #000000;
          position: absolute;
          bottom: 0;
          left: 0; }
.contents .app .appname span.txtLink a {
	text-decoration:none;
	color:#000;
}
.noLink { opacity:0.6; }
		.contents .app .btn > li {
		display: block; }
		.contents .app .btn > li .storeBtn {
        width: 100%; }
.contents .app .appBtn > li .storeBtn.noLink_apple { width:246px;margin:0 auto!important;display:block; }
.googletxt { width:270px!important;margin:0 auto!important; }
.contents .app .appBtn > li .storeBtn.noLink_google { width:270px;margin:0 auto!important;display:block; }
.googletxt { width:270px!important;margin:0 auto!important; }

@media screen and (max-width: 768px) {
    .bnrarea {
    padding: 15px 10px; }
    .bnrarea a {
      width: 100%;
      margin: auto; }
      .bnrarea a img {
        width: 100%; }
.bnr_linkimg {
	margin:40px auto;
	text-align:center;
}
.bnr_linkimg img {
	width:90%;
}
		.contents .app .btn > li {
		display: block;
		margin: 0 auto 10px; }
		.contents .app .btn > li .storeBtn {
		width: 100%; }
.contents .app .appBtn > li .storeBtn.noLink_apple { width:209px; }
.contents .app .appBtn > li .storeBtn.noLink_google { width:228px; }
}


  .contents .app .notice02 {
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 auto 20px; }
.mbtm20 { margin-bottom:20px!important; }

@media screen and (max-width: 768px) {
    .contents .app .notice02 {
      text-align: center;
      display: block;
      margin: 0 25px 20px; }
}
