.mv {
  width: 100%;
  height: 600px;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 15;
  position: relative;
  overflow: hidden; }
  .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 > img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .mv::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 43%; }
  .mv .lang {
    z-index: 10; }
  .mv .animate .cc {
    position: absolute;
    z-index: 5;
    position: absolute;
    z-index: 5;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.16em;
    top: 45px;
    left: 50.8%;
    width: 13em;
    margin: 0 0 0 -6.5em;
    z-index: 10; }
    .mv .animate .cc span:nth-child(1) {
      letter-spacing: 0.05em; }
    .mv .animate .cc span:nth-child(2) {
      letter-spacing: 0.05em; }
  .mv .animate .mv_product_blk {
    position: absolute;
    z-index: 5;
    top: 70px;
    left: 16.5%;
    margin: 0 0 0 -129px;
    z-index: 7;
    overflow: hidden; }
  .mv .animate .mv_product_pnk {
    position: absolute;
    z-index: 5;
    top: 146px;
    left: 50.8%;
    margin: 0 0 0 -100px;
    overflow: hidden; }
  .mv .animate .mv_product_wht {
    position: absolute;
    z-index: 5;
    top: 145px;
    left: 85.2%;
    margin: 0 0 0 -116px;
    overflow: hidden; }
  .mv .animate .mv_print {
    position: absolute;
    z-index: 5;
    max-width: none;
    top: -175px;
    left: -122px;
    margin: 0;
    z-index: 7; }
  .mv .animate .mv_txt {
    position: absolute;
    z-index: 5;
    font-size: 14px;
    font-weight: 700;
    top: 491px; }
    .mv .animate .mv_txt.mv_txt_blk {
      color: #faf9f8;
      left: 16.8%;
      width: 17em;
      margin: 0 0 0 -8em;
      z-index: 7; }
    .mv .animate .mv_txt.mv_txt_pnk {
      color: #2c2d2d;
      left: 53.4%;
      width: 8em;
      margin: 0 0 0 -4em; }
    .mv .animate .mv_txt.mv_txt_wht {
      color: #2c2d2d;
      left: 85.2%;
      width: 10em;
      margin: 0 0 0 -3.5em; }
  .mv .animate .mv_logo {
    position: absolute;
    z-index: 5;
    position: absolute;
    top: 515px;
    right: 20px;
    z-index: 10; }
  .mv .mv_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .mv .mv_bg::before {
      content: "";
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #faf9f8;
      z-index: 0;
      transition: all 1s ease-out 0s;
      opacity: 0; }
    .mv .mv_bg::after {
      content: "";
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: #2c2d2d;
      transition: all 1s ease-out 0s;
      opacity: 0; }
    .mv .mv_bg.show::before {
      opacity: 1; }
    .mv .mv_bg.show::after {
      opacity: 1; }
    .mv .mv_bg .mv_bg_inner {
      width: 1280px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      margin: 0 0 0 -640px; }
    .mv .mv_bg .mv_parrot {
      position: absolute;
      z-index: 5;
      position: absolute;
      top: 310px;
      left: 230px;
      z-index: 5; }
    .mv .mv_bg .mv_bg_blk,
    .mv .mv_bg .mv_bg_pnk,
    .mv .mv_bg .mv_bg_wht {
      position: absolute;
      z-index: 1;
      width: 322px;
      height: 100%;
      top: 0;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
      .mv .mv_bg .mv_bg_blk::before,
      .mv .mv_bg .mv_bg_pnk::before,
      .mv .mv_bg .mv_bg_wht::before {
        position: absolute;
        z-index: 1;
        content: "";
        display: block;
        width: 0;
        height: 0;
        top: 0;
        left: -160px; }
      .mv .mv_bg .mv_bg_blk::after,
      .mv .mv_bg .mv_bg_pnk::after,
      .mv .mv_bg .mv_bg_wht::after {
        position: absolute;
        z-index: 1;
        content: "";
        display: block;
        width: 0;
        height: 0;
        top: 0;
        right: -160px; }
    .mv .mv_bg .mv_bg_blk {
      background: #2c2d2d;
      left: 1px;
      z-index: 6; }
      .mv .mv_bg .mv_bg_blk::before {
        border-style: solid;
        border-width: 0 161px 600px 0;
        border-color: transparent #2c2d2d transparent transparent; }
      .mv .mv_bg .mv_bg_blk::after {
        border-style: solid;
        border-width: 600px 0 0 161px;
        border-color: transparent transparent transparent #2c2d2d; }
    .mv .mv_bg .mv_bg_pnk {
      background: #f4ada8;
      left: 480px; }
      .mv .mv_bg .mv_bg_pnk::before {
        border-style: solid;
        border-width: 0 161px 600px 0;
        border-color: transparent #f4ada8 transparent transparent; }
      .mv .mv_bg .mv_bg_pnk::after {
        border-style: solid;
        border-width: 600px 0 0 161px;
        border-color: transparent transparent transparent #f4ada8; }
    .mv .mv_bg .mv_bg_wht {
      background: #faf9f8;
      left: 959px; }
      .mv .mv_bg .mv_bg_wht::before {
        border-style: solid;
        border-width: 0 161px 600px 0;
        border-color: transparent #faf9f8 transparent transparent; }
      .mv .mv_bg .mv_bg_wht::after {
        border-style: solid;
        border-width: 600px 0 0 161px;
        border-color: transparent transparent transparent #faf9f8; }
  .mv .inner {
    width: 1400px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -700px; }

.navi {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  position: relative;
  background: #ffffff;
  z-index: 10;
  overflow: visible; }
  .navi .navlist {
    width: 100%;
    background: #ffffff;
    padding: 45px 0 0;
    z-index: 10;
    position: relative; }
  .navi .navlist_in {
    width: auto;
    max-width: 1120px;
    margin: auto;
    display: flex;
    justify-content: center; }
    .navi .navlist_in > li {
      line-height: 1.5;
      margin: 0 20px; }
    .navi .navlist_in > li:after,
    .navi .navlist_sub .navlist_sub_in > li:after {
      background: none; }
      .navi .navlist_in > li a, .navi .navlist_in > li span {
        font-size: 16px;
        font-weight: 500;
        color: #2c2d2d;
        text-decoration: none;
        position: relative;
        padding: 0 0 3px;
        cursor: pointer;
        transition: all .3s ease 0s;
        display: block; }
        .navi .navlist_in > li a:after, .navi .navlist_in > li span:after {
          content: "";
          display: block;
          position: absolute;
          width: 0;
          height: 2px;
          bottom: 0;
          left: 0;
          background: #2c2d2d;
          transition: all .3s ease 0s; }
        .navi .navlist_in > li a:hover, .navi .navlist_in > li span:hover {
          opacity: .7; }
          .navi .navlist_in > li a:hover:after, .navi .navlist_in > li span:hover:after {
            width: 100%; }
  .navi .navlist_sub {
    width: 100%;
    height: 100px;
    position: absolute;
    background: #2c2d2d;
    top: 72px;
    left: 0;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-30deg) translateY(-95px);
            transform: rotate(-30deg) translateY(-95px);
    -webkit-transform-origin: 0 100px;
            transform-origin: 0 100px;
    z-index: 5; }
    .navi .navlist_sub::after {
      content: "";
      display: block;
      border-style: solid;
      border-width: 0 100vw 11.5vw 0;
      border-color: transparent #2c2d2d transparent transparent;
      margin: -1px 0 0;
      position: absolute;
      top: 100px;
      left: 0; }
    .navi .navlist_sub .navlist_sub_in {
      width: auto;
      max-width: 1120px;
      height: 100px;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      z-index: 0; }
      .navi .navlist_sub .navlist_sub_in > li {
        margin: 0 20px; }
        .navi .navlist_sub .navlist_sub_in > li a {
          color: #ffffff;
          text-decoration: none;
          position: relative; }
          .navi .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 .navlist_sub .navlist_sub_in > li a:hover:after {
            width: 100%; }
    .navi .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: 100;
    overflow: visible; }

.info .info_wrapper{
  position: relative;
}
.info .info_wrapper .label{
  position: absolute;
  top: 25px;
  left: 25px;
  width: 175px;
  font-size: 16px;
  font-weight: 700;
}
.info .infolist {
  width: 100%;
  height: 76px;
  max-width: 1120px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 auto 30px;
  transition: height .3s ease 0s;
  overflow: hidden;
  line-height: initial;
  position: relative; }
  .info .infolist .btn,
  .info .infolist .morebtn {
    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; }
    .info .infolist .btn svg,
    .info .infolist .morebtn svg {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -8px 0 0; }
      .info .infolist .btn svg.btn_icon_open,
      .info .infolist .morebtn svg.btn_icon_open {
        display: block; }
      .info .infolist .btn svg.btn_icon_close,
      .info .infolist .morebtn svg.btn_icon_close {
        display: none; }
    .info .infolist .btn .btn_txt,
    .info .infolist .morebtn .btn_txt {
      float: right; }
  .info .infolist ul {
    margin: 0;
    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: 830px;}
  .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,
    .info .infolist.active .morebtn svg.btn_icon_open {
      display: none; }
    .info .infolist.active .btn svg.btn_icon_close,
    .info .infolist.active .morebtn svg.btn_icon_close {
      display: block; }

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

.info .bnr {
  width: auto;
  max-width: 1120px;
  height: 100px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between; }
  .info .bnr > li {
    width: 550px;
    background: #ededed; }

.liplay {
  width: 100%;
  height: 960px;
  background: #f9f7f6;
  position: relative; }
  .liplay .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    .liplay .bg .bg_camera_1,
    .liplay .bg .bg_camera_2,
    .liplay .bg .bg_camera_3 {
      width: auto;
      position: absolute;
      transition: all .3s ease 0s;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      opacity: 0; }
      .liplay .bg .bg_camera_1.active,
      .liplay .bg .bg_camera_2.active,
      .liplay .bg .bg_camera_3.active {
        position: absolute;
        transition: all 1s ease 0s;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
    .liplay .bg .bg_camera_1 {
      width: 235px;
      top: 34px;
      left: 0px;
      z-index: 2; }
    .liplay .bg .bg_camera_2 {
      width: 170px;
      top: 202px;
      left: 302px;
      z-index: 1; }
    .liplay .bg .bg_camera_3 {
      width: 460px;
      bottom: 10px;
      right: -75px;
      z-index: 2; }
  .liplay::before {
    content: "";
    display: none;
    position: absolute;
    bottom: 250px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 290px 250px;
    border-color: transparent transparent #2c2d2d transparent; }
  .liplay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 270px 240px 0 0;
    border-color: #e9a8a7 transparent transparent transparent; }

@-webkit-keyframes logo {
  0% {
    fill: transparent;
    stroke-dashoffset: 500;
    stroke-width: 1; }
  50% {
    fill: transparent;
    stroke-dashoffset: 0;
    stroke-width: 1; }
  100% {
    fill: #2c2d2d;
    stroke-dashoffset: 0;
    stroke-width: 0; } }

@keyframes logo {
  0% {
    fill: transparent;
    stroke-dashoffset: 500;
    stroke-width: 1; }
  50% {
    fill: transparent;
    stroke-dashoffset: 0;
    stroke-width: 1; }
  100% {
    fill: #2c2d2d;
    stroke-dashoffset: 0;
    stroke-width: 0; } }
  .liplay .logo_liplay {
    position: relative;
    z-index: 2;
    /*
    &.active{
      svg{
        path, polygon{
          animation: logo 3s ease-in forwards;
        }
      }
    }
*/ }
    .liplay .logo_liplay svg {
      width: 572px;
      height: 80px;
      position: absolute;
      top: 80px;
      left: 50%;
      margin: 0 0 0 -286px;
      /*
      path, polygon{
        fill: none;
        stroke: $black;
        stroke-dasharray: 500;
        stroke-dashoffset: 500;
        stroke-width: 1;
      }
*/ }
    .liplay .logo_liplay svg path{
      fill: #2c2d2d;
    }
    .liplay .logo_liplay .logo_low {
      width: 8.8em;
      position: absolute;
      top: 225px;
      left: 67%;
      font-size: 36px;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #2c2d2d;
      margin: 0 0 0 -4.4em; }
      .liplay .logo_liplay .logo_low::after {
        content: "";
        display: block;
        width: 2px;
        height: 44px;
        background: #000000;
        position: absolute;
        top: -50px;
        left: 50%;
        margin: 0 0 0 -4px; }
      .liplay .logo_liplay .logo_low .pink {
        color: #e9a8a7;
        position: relative;
        display: inline-block; }
        .liplay .logo_liplay .logo_low .pink:after {
          content: "";
          display: block;
          width: 100%;
          border-bottom: 2px solid #e9a8a7;
          margin: 3px 0 0; }
    .liplay .logo_liplay .text {
      font-size: 20px;
      line-height: 40px;
      font-weight: 700;
      text-align: center;
      letter-spacing: 0.055em;
      top: 313px;
      left: 67%;
      position: absolute;
      width: 26em;
      margin: 0 0 0 -13em; }
  .liplay .inner {
    width: 100%;
    max-width: 1120px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden; }
  .liplay .vid_wrapper {
    width: 36vw;
    max-width: 800px; }
    .liplay .vid_wrapper .youtube {
      position: relative; }
      .liplay .vid_wrapper .youtube iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .liplay .vid_wrapper .youtube img {
        width: 100%;
        display: block;
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
        transition: all .3s ease 0s; }
      .liplay .vid_wrapper .youtube:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%; }
  .liplay .vid_1 {
    width: 500px;
    position: absolute;
    top: 410px;
    left: 310px;
    z-index: 10; }
  .liplay .vid_2 {
    width: 500px;
    position: absolute;
    top: 490px;
    left: 310px;
    z-index: 10; }
    .liplay .vid_2 .text {
      width: 100%;
      font-size: 20px;
      font-weight: 700;
      text-align: center;
      position: absolute;
      top: -30px;
      right: 0; }
  .liplay .vid_3 {
    width: 500px;
    position: absolute;
    top: 410px;
    left: 30px;
    z-index: 10; }

.feature {
  position: relative;
  z-index: 10; }
  .feature .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box; }
    .feature .list > li {
      width: calc(50% - 10px);
      height: 660px;
      margin: 0 0 20px;
      position: relative;
      overflow: hidden; }
      .feature .list > li a {
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-decoration: none;
        display: block;
        color: inherit; }
      .feature .list > li .title {
        font-size: 25px;
        font-weight: 700;
        color: #2c2d2d;
        margin: 42px auto 13px;
        text-align: center;
        z-index: 1;
        position: relative; }
      .feature .list > li .catch {
        font-size: 26px;
        font-weight: 500;
        line-height: 38px;
        text-align: center;
        color: #2c2d2d;
        z-index: 1;
        position: relative; }
      .feature .list > li .image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 0; }
      .feature .list > li .more {
        font-size: 16px;
        font-weight: 500;
        position: absolute;
        bottom: 15px;
        right: 30px; }
        .feature .list > li .more::after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-top: solid 1px #2c2d2d;
          border-right: solid 1px #2c2d2d;
          position: absolute;
          right: -10px;
          top: 50%;
          margin: -3px 0 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .feature .list > li.white {
        background: #faf9f8; }
      .feature .list > li.black {
        background: #2c2d2d; }
        .feature .list > li.black .title,
        .feature .list > li.black .catch {
          color: #f4ada8; }
        .feature .list > li.black .more {
          color: #ffffff; }
          .feature .list > li.black .more::after {
            border-color: #ffffff; }
      .feature .list > li.pink {
        background: #f4ada8; }
        .feature .list > li.pink .title,
        .feature .list > li.pink .catch,
        .feature .list > li.pink .more {
          color: #ffffff; }
        .feature .list > li.pink .more::after {
          border-color: #fff; }
      .feature .list > li:nth-child(1) .image {
        width: 380px;
        top: 130%;
        left: 49%;
        transition: all 1s ease 0s; }
      .feature .list > li:nth-child(1).parallax.active .image {
        top: 60%; }
      .feature .list > li:nth-child(2) .image {
        top: 151%;
        left: 46.5%;
        transition: all 1s ease 0s; }
      .feature .list > li:nth-child(2).parallax.active .image {
        top: 62%; }
      .feature .list > li:nth-child(3) .image {
        top: 142%;
        left: 55.5%;
        transition: all 1s ease 0s; }
      .feature .list > li:nth-child(3).parallax.active .image {
        top: 67%; }
      .feature .list > li:nth-child(4) .image {
        top: 138%;
        left: 47.5%;
        transition: all 1s ease 0s; }
      .feature .list > li:nth-child(4).parallax.active .image {
        top: 65.5%; }
      .feature .list > li:nth-child(5) .image {
        top: 141%;
        transition: all 1s ease 0s; }
      .feature .list > li:nth-child(5).parallax.active .image {
        top: 71%; }
      .feature .list > li:nth-child(6) .wrap_image {
        position: absolute;
        top: 129%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: all 1s ease 0s; }
        .feature .list > li:nth-child(6) .wrap_image .image {
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: translate(0, 0);
                  transform: translate(0, 0);
          z-index: 2; }
        .feature .list > li:nth-child(6) .wrap_image .rice {
          position: absolute;
          font-size: 10px; }
        .feature .list > li:nth-child(6) .wrap_image .notice {
          font-size: 10px;
          position: absolute;
          top: 345px;
          left: 200px;
          width: 15em; }
        .feature .list > li:nth-child(6) .wrap_image .point {
          width: 130px;
          height: 130px;
          font-size: 11px;
          line-height: 16px;
          text-align: center;
          border-radius: 50%;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          align-items: center;
          justify-content: center;
          text-align: center;
          position: absolute;
          z-index: 1; }
          .feature .list > li:nth-child(6) .wrap_image .point svg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1; }
            .feature .list > li:nth-child(6) .wrap_image .point svg circle {
              fill: none;
              stroke: #040000;
              stroke-linecap: round;
              stroke-linejoin: round;
              stroke-width: 1.85px;
              stroke-dasharray: 0 4.6; }
          .feature .list > li:nth-child(6) .wrap_image .point .in {
            margin: 10px 0 0;
            position: relative;
            z-index: 2; }
          .feature .list > li:nth-child(6) .wrap_image .point .big {
            font-size: 33px;
            line-height: 30px;
            font-weight: 500; }
          .feature .list > li:nth-child(6) .wrap_image .point:nth-child(1) {
            top: 0;
            left: 162px; }
            .feature .list > li:nth-child(6) .wrap_image .point:nth-child(1) .rice {
              top: 12px;
              left: 40px; }
          .feature .list > li:nth-child(6) .wrap_image .point:nth-child(2) {
            top: 170px;
            left: -119px; }
            .feature .list > li:nth-child(6) .wrap_image .point:nth-child(2) .rice {
              top: 15px;
              left: 60px; }
      .feature .list > li:nth-child(6).parallax.active .wrap_image {
        top: 62%; }

.design .head {
  padding: 95px 0 0; }
  .design .head .title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px; }
  .design .head .title_low {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 35px; }
  .design .head .border {
    width: 200px;
    height: 1px;
    position: relative;
    margin: 0 auto 100px;
    background: #000000; }
    .design .head .border::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 10px 0 10px;
      border-color: #000 transparent transparent transparent;
      position: absolute;
      top: 0;
      left: 50%;
      margin: 0 0 0 -10px; }
    .design .head .border::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      top: -1px;
      left: 50%;
      margin: 0 0 0 -10px; }

.design .compact,
.design .bodydesign {
  box-sizing: border-box; }
  .design .compact .inner,
  .design .bodydesign .inner {
    width: auto;
    max-width: 1120px;
    margin: auto;
    position: relative;
    z-index: 2; }
  .design .bodydesign .inner {
    max-width: unset; }

.design .compact {
  height: 780px;
  background: #faf9f8;
  padding: 115px 0 0;
  margin: 0;
  position: relative;
  overflow: visible;
  z-index: 0; }
  .design .compact .wrap_title .title {
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px; }
  .design .compact .wrap_title .catch {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.04em; }
  .design .compact .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block; }
    .design .compact .bg .bg_1 {
      width: 469px;
      position: absolute;
      top: 57.5%;
      left: 48%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      transition: all 1s ease 0s;
      margin: 0;
      z-index: 2;
      overflow: hidden; }
      .design .compact .bg .bg_1 img {
        width: 100%;
        display: block;
        transition: all 1s ease 0s;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
    .design .compact .bg .bg_2 {
      width: 469px;
      position: absolute;
      top: 71%;
      left: 27%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      transition: all 1s ease 0s;
      margin: 0;
      z-index: 2;
      overflow: hidden; }
      .design .compact .bg .bg_2 img {
        width: 100%;
        display: block;
        transition: all 1s ease 0s;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
    .design .compact .bg .bg_main {
      width: 467px;
      position: absolute;
      top: 48.5%;
      left: 73.5%;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      transition: all 1s ease 0s;
      margin: 0;
      z-index: 3;
      opacity: 0; }
      .design .compact .bg .bg_main img {
        width: 100%;
        display: block; }
  .design .compact.active .bg .bg_1 img,
  .design .compact.active .bg .bg_2 img {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .design .compact.active .bg .bg_main {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1; }

.design .bodydesign {
  height: 980px;
  background: #2c2d2d;
  padding: 100px 0;
  overflow: hidden;
  z-index: 5;
  position: relative;
  transition: background-color .3s ease 0s; }
  .design .bodydesign .wrap_title{
    max-width: 1120px;
    margin: 0 auto;}
  .design .bodydesign .wrap_title .title {
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 100px;
    color: #faf9f8;
    transition: all .3s ease 0s; }
  .design .bodydesign.black {
    background: #2c2d2d; }
  .design .bodydesign.pink {
    background: #f4ada8; }
  .design .bodydesign.white {
    background: #faf9f8; }
  .design .bodydesign.gray {
    background: #717171; }
    .design .bodydesign.beige {
    background: #f5f5dc; }
    .design .bodydesign.white .wrap_title .title,
    .design .bodydesign.beige .wrap_title .title{
      color: #2c2d2d; }
    .design .bodydesign.white .label > li,
	.design .bodydesign.beige .label > li{
      color: #2c2d2d; }
  .design .bodydesign .swiper-container {
    width: 100%;
    height: 570px;
    overflow: visible;
    margin: 0 0 45px; }
    .design .bodydesign .swiper-container .swiper-wrapper {
      transition-timing-function: linear; }
    .design .bodydesign .swiper-container .swiper-slide {
      width: auto;
      height: 390px; }
    .design .bodydesign .swiper-container .swiper-pagination {
      width: 100%;
      height: auto;
      margin: auto;
      left: 50%;
      bottom: -5px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .design .bodydesign .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: auto;
        height: 68px;
        background: none;
        opacity: 1;
        margin: 0 10px; }
        .design .bodydesign .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
          opacity: .6; }
        .design .bodydesign .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: none; }
        .design .bodydesign .swiper-container .swiper-pagination .swiper-pagination-bullet img {
          width: auto;
          height: 100%;
          margin: auto;
          display: block; }
  .design .bodydesign .label {
    display: flex;
    justify-content: center;
    margin: auto; }
    .design .bodydesign .label > li {
      width:282px;
      margin: 0 10px;
      padding:0 10px;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      color: #faf9f8; }

.misc .list {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
  box-sizing: border-box; }
  .misc .list > li {
    width: calc(50% - 10px);
    height: 670px;
    background: linear-gradient(135deg, #faf9f8 0%, #dddddd 100%);
    padding: 80px 0 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden; }
    .misc .list > li a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      color: #2c2d2d; }
    .misc .list > li .label {
      font-size: 25px;
      font-weight: 500;
      text-align: center;
      margin: 0 0 10px; }
    .misc .list > li .label_lo {
      font-size: 36px;
      font-weight: 400;
      letter-spacing: 0;
      text-align: center; }
    .misc .list > li .image {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .misc .list > li:nth-child(1) .image {
      margin: 225px 0 0 25px; }
    .misc .list > li:nth-child(2) .image {
      margin: 85px 0 0 7px; }

.appcontents {
  padding: 100px 0;
  border-bottom: 1px solid #e0dfde; }
  .appcontents .icon {
    display: block;
    margin: 0 auto 35px; }
  .appcontents .catch {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 10px; }
  .appcontents .sub {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 40px; }
  .appcontents .btn_wrapper {
    width: 535px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    .appcontents .btn_wrapper > li a {
      display: block;
      margin: 0 auto 15px; }
      .appcontents .btn_wrapper > li a img {
        width: auto;
        height: 80px;
        display: block; }
    .appcontents .btn_wrapper > li span {
      display: block;
      font-size: 12px;
      line-height: 18px; }
    .appcontents .btn_wrapper > li.appcontentsle {
      width: 239px; }
    .appcontents .btn_wrapper > li.google {
      width: 268px; }

.film {
  height: 485px;
  padding: 125px 0 0; }
  .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; }
    .film .btn_film svg {
      width: 9px;
      height: 14px;
      position: absolute;
      top: 50%;
      right: 20px;
      margin: -7px 0 0; }
      .film .btn_film svg polygon {
        fill: #fff; }
  .film .flex {
    width: 810px;
    margin: auto;
    display: flex;
    justify-content: space-between; }
  .film .fl {
    width: 270px;
    height: 220px;
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding: 20px 0; }
    .film .fl .logo {
      display: block;
      margin: 0 0 15px; }
    .film .fl .logo_upper {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: normal;
      margin: 0 0 5px; }
      .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; }
    .film .fl .text {
      font-size: 20px;
      margin: 0 0 10px; }
    .film .fl .jan {
      font-size: 12px;
      line-height: 18px; }
  .film .fr {
    width: 540px;
    padding: 0 0 0 60px;
    display: flex;
    justify-content: flex-start; }
    .film .fr .film_thumb {
      width: 124px; }
    .film .fr .text {
      width: 240px;
      padding: 90px 0 0 30px; }
      .film .fr .text .catch {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.06em;
        margin: 0 0 15px; }
      .film .fr .text .feature {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 25px; }

.add_message{
  max-width: 1120px;
  margin:0 auto;
  padding-bottom:20px;
}
.add_message p{
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 15;
    position: relative;
    overflow: hidden; }
    .mv > img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .mv::after {
      padding-bottom: 174.5%; }
    .mv .mv_sp_txt {
      font-size: 2.6vw;
      font-weight: 500; }
    .mv .mv_sp_wht {
      position: absolute;
      width: 100%;
      height: 28.5%;
      top: 0;
      left: 0;
      margin: auto;
      background: #faf9f8;
      z-index: 0; }
      .mv .mv_sp_wht::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24vw 100vw 0 0;
        border-color: #faf9f8 transparent transparent transparent;
        position: absolute;
        bottom: -24vw;
        left: 0;
        z-index: -1; }
      .mv .mv_sp_wht .mv_sp_product_wht {
        width: 40%;
        position: absolute;
        top: 4%;
        left: 50%; }
      .mv .mv_sp_wht .mv_sp_print_wht {
        width: 122%;
        position: absolute;
        top: -34%;
        left: -15%; }
      .mv .mv_sp_wht .sp_cc {
        font-size: 9.3vw;
        font-weight: 500;
        line-height: 10vw;
        position: absolute;
        top: 39%;
        left: 10%;
        text-align: center;
        letter-spacing: 0.25em; }
        .mv .mv_sp_wht .sp_cc span {
          letter-spacing: 0;
          margin: 0 0 0 -0.3em; }
      .mv .mv_sp_wht .mv_sp_txt_wht {
        position: absolute;
        top: 91%;
        left: 56.5%; }
    .mv .mv_sp_pnk {
      position: absolute;
      width: 100%;
      height: 18%;
      top: 42%;
      left: 0;
      margin: auto;
      background: #f4ada8;
      z-index: 1; }
      .mv .mv_sp_pnk::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 24vw 100vw;
        border-color: transparent transparent #f4ada8 transparent;
        position: absolute;
        top: -24vw;
        left: 0;
        z-index: -1; }
      .mv .mv_sp_pnk::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24vw 100vw 0 0;
        border-color: #f4ada8 transparent transparent transparent;
        position: absolute;
        bottom: -24vw;
        left: 0;
        z-index: -1; }
      .mv .mv_sp_pnk .mv_sp_product_pnk {
        width: 27%;
        position: absolute;
        top: -29%;
        left: 43%; }
      .mv .mv_sp_pnk .mv_sp_print_pnk {
        width: 96%;
        position: absolute;
        top: -49%;
        left: 4%; }
      .mv .mv_sp_pnk .mv_sp_parrot {
        width: 109%;
        position: absolute;
        top: 33%;
        left: -14%; }
      .mv .mv_sp_pnk .mv_sp_txt_pnk {
        position: absolute;
        top: 112%;
        left: 47%; }
    .mv .mv_sp_blk {
      position: absolute;
      width: 100%;
      height: 27%;
      top: 73.75%;
      left: 0;
      margin: auto;
      background: #2c2d2d;
      z-index: 1; }
      .mv .mv_sp_blk::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 24vw 100vw;
        border-color: transparent transparent #2c2d2d transparent;
        position: absolute;
        top: -24vw;
        left: 0;
        z-index: -1; }
      .mv .mv_sp_blk::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 24vw 100vw 0 0;
        border-color: #2c2d2d transparent transparent transparent;
        position: absolute;
        bottom: -24vw;
        left: 0;
        z-index: -1; }
      .mv .mv_sp_blk .mv_sp_product_blk {
        width: 34%;
        position: absolute;
        top: -33%;
        left: 51%; }
      .mv .mv_sp_blk .mv_sp_logo {
        width: 27%;
        position: absolute;
        top: 24%;
        left: 15%; }
      .mv .mv_sp_blk .mv_sp_txt_blk {
        position: absolute;
        top: 83%;
        left: 49%;
        color: #faf9f8; }
  .navi_child {
    display: none; }
  .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,
    .info .infolist .morebtn {
      width: 50px;
      font-size: 10px;
      display: block;
      margin: 0;
      float: none;
      position: absolute;
      top: auto;
      bottom: 25px;
      left: 25px;
      z-index: 10; }
      .info .infolist .btn svg,
      .info .infolist .morebtn svg {
        width: 8px;
        height: 8px;
        margin-top: -4px;
        left: 0; }
  .info .infolist ul > li:first-child {
    margin: 65px 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; }
  .liplay {
    height: auto;
    background: #ffffff; }
    .liplay::before, .liplay::after {
      display: none; }
    .liplay .inner {
      width: auto; }
    .liplay .bg {
      display: none; }
    .liplay .logo_liplay svg {
      width: 76%;
      margin: auto;
      position: relative;
      top: 0;
      left: -12px;
      display: block; }
    .liplay .logo_liplay .logo_low {
      position: relative;
      left: 0;
      top: 0;
      margin: 9% 0 0 51%;
      font-size: 4.7vw;
      width: 8.2em;
      letter-spacing: 0.05em; }
      .liplay .logo_liplay .logo_low::after {
        content: "";
        display: block;
        width: 2px;
        height: 71%;
        background: #000000;
        position: absolute;
        top: -71%;
        left: 50%;
        margin: 0 0 0 -1px; }
    .liplay .logo_liplay .text {
      position: relative;
      top: 0;
      left: 0;
      font-size: 14px;
      line-height: 28px;
      width: auto;
      margin: 5% auto 45px; }
    .liplay .vid_1,
    .liplay .vid_2,
    .liplay .vid_3 {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 10px;
      margin: 0 auto 50px; }
      .liplay .vid_1 img,
      .liplay .vid_2 img,
      .liplay .vid_3 img {
        width: 100%; }
      .liplay .vid_1 .text,
      .liplay .vid_2 .text,
      .liplay .vid_3 .text {
        font-size: 20px;
        text-align: center;
        position: relative;
        top: 0;
        left: 0; }

  .feature .list {
    display: block;
    padding: 0 10px; }
    .feature .list > li {
      width: auto;
      height: 380px;
      margin: 0 0 10px; }
      .feature .list > li .title {
        font-size: 18px;
        margin: 35px auto 7px; }
      .feature .list > li .catch {
        font-size: 17px;
        line-height: 23px; }
      .feature .list > li:last-child {
        margin-bottom: 0; }
      .feature .list > li:nth-child(1) .catch {
        font-size: 13px;
        line-height: 20px; }
      .feature .list > li:nth-child(1) .image {
        width: 234px;
        margin: 0;
        top: 130%; }
      .feature .list > li:nth-child(1).parallax.active .image {
        top: 62%; }
      .feature .list > li:nth-child(2) .image {
        width: 420px;
        margin: 0;
        top: 150%;
        left: 43%; }
      .feature .list > li:nth-child(2).parallax.active .image {
        top: 76%; }
      .feature .list > li:nth-child(3) .image {
        width: 410px;
        margin: 0;
        top: 141%;
        left: 55%; }
      .feature .list > li:nth-child(3).parallax.active .image {
        top: 71.5%; }
      .feature .list > li:nth-child(4) .image {
        width: 455px;
        margin: 0;
        top: 139%; }
      .feature .list > li:nth-child(4).parallax.active .image {
        top: 65.5%; }
      .feature .list > li:nth-child(5) .image {
        width: 300px;
        top: 139%;
        margin: 0; }
      .feature .list > li:nth-child(5).parallax.active .image {
        top: 82%; }
      .feature .list > li:nth-child(6) .wrap_image {
        width: 102px;
        margin: 0;
        top: 130%; }
        .feature .list > li:nth-child(6) .wrap_image .image {
          width: 100%; }
        .feature .list > li:nth-child(6) .wrap_image .notice {
          width: 24em;
          font-size: 10px;
          position: absolute;
          top: 107%;
          left: -124%;
          -webkit-transform: scale(0.9);
                  transform: scale(0.9); }
        .feature .list > li:nth-child(6) .wrap_image .point {
          width: 110px;
          height: 110px;
          padding: 0;
          font-size: 10px; }
          .feature .list > li:nth-child(6) .wrap_image .point .in {
            margin: 5px 0 0; }
          .feature .list > li:nth-child(6) .wrap_image .point .big {
            font-size: 30px; }
          .feature .list > li:nth-child(6) .wrap_image .point:nth-child(1) {
            top: 5%;
            left: 93%; }
            .feature .list > li:nth-child(6) .wrap_image .point:nth-child(1) .rice {
              top: 12px;
              left: 37px;
              -webkit-transform: scale(0.9);
                      transform: scale(0.9); }
          .feature .list > li:nth-child(6) .wrap_image .point:nth-child(2) {
            top: 40%;
            left: -100%; }
            .feature .list > li:nth-child(6) .wrap_image .point:nth-child(2) .rice {
              top: 15px;
              left: 57px;
              -webkit-transform: scale(0.9);
                      transform: scale(0.9); }
      .feature .list > li:nth-child(6).parallax.active .wrap_image {
        top: 63%; }
      .feature .list > li .more {
        bottom: 10px;
        right: 20px;
        font-size: 10px; }
        .feature .list > li .more:after {
          width: 7px;
          height: 7px;
          margin: -3px 0 0; }
  .design .head {
    height: 155px;
    padding: 60px 0 0; }
    .design .head .title {
      font-size: 25px;
      margin: 0 0 10px; }
    .design .head .title_low {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 25px; }
  .design .compact .inner,
  .design .bodydesign .inner {
    width: auto; }
  .design .compact .wrap_title,
  .design .bodydesign .wrap_title {
    text-align: center; }
    .design .compact .wrap_title .title,
    .design .bodydesign .wrap_title .title {
      font-size: 18px;
      margin: 0 0 5px; }
  .design .compact {
    height: 1062.5px;
    padding: 50px 0 0;
    overflow: hidden;
    margin: 0; }
    .design .compact .wrap_title .catch {
      font-size: 17px;
      line-height: 23px;
      display: inline-block; }
    .design .compact .bg {
      display: block; }
      .design .compact .bg .bg_1 {
        position: absolute;
        width: 394px;
        top: 65%;
        left: 71%; }
      .design .compact .bg .bg_2 {
        position: absolute;
        width: 394px;
        top: 85.5%;
        left: 28%; }
      .design .compact .bg .bg_3 {
        display: none; }
      .design .compact .bg .bg_main {
        width: 235px;
        top: 32.1%;
        left: 54%;
        z-index: 2; }
  .design .bodydesign {
    height: 710px;
    padding: 50px 0 0; }
    .design .bodydesign .inner {
      margin: 0 auto 40px; }
    .design .bodydesign .swiper-container {
      height: 530px;
      margin: 0; }
      .design .bodydesign .swiper-container .swiper-slide {
        height: 270px; }
        .design .bodydesign .swiper-container .swiper-slide img {
          height: 100%; }
      .design .bodydesign .swiper-container .swiper-pagination {
        width: 250px;
        bottom: -45px; }
        .design .bodydesign .swiper-container .swiper-pagination .swiper-pagination-bullet {
          height: 25px;
          margin: 0 1.5%  50px; }
        .design .bodydesign .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-of-type(5n){
          margin: 0 4% 50px 1.5%; }
        .design .bodydesign .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-of-type(1),
        .design .bodydesign .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-of-type(5n+1){
          margin: 0 1.5% 50px 4%; }
    .design .bodydesign .label {
      width: 240px;
      flex-flow:wrap; }
      .design .bodydesign .label > li {
        font-size: 12px;
        width:50%;
        text-align: center;
        position: relative;
        top: -145px;
        line-height: 1.2;
        margin:0 0 62px; }
      .design .bodydesign .label > li:nth-of-type(n+3){
        top: -145px; }
  .misc .list {
    padding: 10px 10px 0; }
    .misc .list > li {
      width: calc(50% - 5px);
      height: 177.5px;
      padding: 35px 0 0; }
      .misc .list > li .label {
        font-size: 11px;
        font-weight: 700;
        margin: 0; }
      .misc .list > li .label_lo {
        font-size: 16px;
        line-height: 20px; }
      .misc .list > li:nth-child(1) .image {
        width: 70%;
        max-width: 121px;
        margin: 83px 0 0 7px; }
      .misc .list > li:nth-child(2) .image {
        width: 68%;
        max-width: 117px;
        margin: 23px 0 0 1px; }
  .appcontents {
    padding: 45px 0 0; }
    .appcontents .icon {
      width: 24%;
      margin: 0 auto 20px; }
    .appcontents .catch {
      font-size: 18px;
      margin: 0 auto 5px; }
    .appcontents .sub {
      font-size: 13px;
      margin: 0 auto 20px; }
    .appcontents .btn_wrapper {
      width: auto;
      display: block;
      margin: 0 auto 45px; }
      .appcontents .btn_wrapper > li {
        margin: 0 10px 20px; }
        .appcontents .btn_wrapper > li a {
          height: auto;
          margin: 0 auto 5px; }
          .appcontents .btn_wrapper > li a img {
            width: 100%;
            height: 100%; }
          .appcontents .btn_wrapper > li a.appstore {
            width: 209px; }
          .appcontents .btn_wrapper > li a.gplay {
            width: 235px; }
        .appcontents .btn_wrapper > li span {
          font-size: 14px;
          line-height: 22px;
          text-align: center; }
        .appcontents .btn_wrapper > li:last-child {
          margin-bottom: 0; }
        .appcontents .btn_wrapper > li.appcontentsle, .appcontents .btn_wrapper > li.google {
          width: auto; }
  .film {
    height: auto;
    padding: 50px 0; }
    .film .flex {
      width: 230px;
      margin: auto;
      overflow: hidden;
      display: block; }
    .film .fl {
      padding: 0;
      border: none;
      width: 100%;
      height: auto;
      margin: 0 auto 25px; }
      .film .fl .logo {
        width: 155px;
        margin: 0 0 10px; }
        .film .fl .logo img {
          width: 100%; }
        .film .fl .logo_upper {
          font-size: 12px;
          letter-spacing: normal;
          margin: 0 0 5px; }
          .film .fl .logo_upper span {
            width: 106px;
            padding: 2px 0;
            font-size: 10px; }
      .film .fl .text {
        font-size: 14px;
        margin: 0 0 10px; }
      .film .fl .jan {
        font-size: 10px;
        line-height: 12px; }
    .film .fr {
      width: auto;
      padding: 0;
      margin: 0 0 15px; }
      .film .fr .film_thumb {
        width: 70px;
        height: 123px; }
      .film .fr .text {
        width: auto;
        font-size: 15px;
        padding: 0 0 0 15px;
        text-align: left; }
        .film .fr .text .text_in {
          padding: 0;
          margin: -5px 0 10px; }
        .film .fr .text .catch {
          font-size: 12px;
          line-height: 17px;
          font-weight: 500; }
        .film .fr .text .jan {
          font-size: 10px;
          line-height: 12px;
          margin: 0 -10px 15px 0; }
        .film .fr .text .feature {
          font-size: 10px;
          line-height: 12px; }
    .film .btn_film {
      width: 225px;
      font-size: 13px;
      border-radius: 3px;
      padding: 14px 0;
      text-indent: -1.5em;
      margin: auto; }
      .film .btn_film svg {
        width: 8px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 15px;
        margin: -8px 0 0; }
        .film .btn_film svg polygon {
          fill: #fff; }

  .add_message{
    max-width: unset;
    margin:0 3%;
    padding-bottom:20px;
  }
  .add_message p{
    font-size: 10px;
    line-height: 1.5;
  }
}

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

/* 20221004追記 */
.new_function_alignment {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.new_function_app {
  padding: 100px 0;
}

.new_function_icon {
  display: block;
  margin: 0 auto 35px;
  width: 12%;
}

.new_function_sub {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 40px;
}

.new_function_app .btn {
  width: 535px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.new_function_app .btn > li.apple {
  width: 239px;
}

.new_function_app .btn > li.google {
  width: 268px;
}

.new_function_app .btn > li a {
  display: block;
  margin: 0 auto 15px;
}

.new_function_app .btn > li a img {
  width: auto;
  height: 80px;
  display: block;
}

.new_function_app .btn > li span {
  display: block;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (max-width: 768px) {
  .new_function_alignment {
    flex-wrap: wrap;
  }
  .new_function_alignment li {
    max-width: 45%;
    margin-top: 10px;
  }
  .new_function_app {
    padding: 45px 0 0;
  }
  .new_function_icon {
    width: 24%;
    margin: 0 auto 20px;
  }
  .new_function_sub {
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .new_function_app .btn {
    width: auto;
    display: block;
    margin: 0 auto 45px;
  }
  .new_function_app .btn > li.apple,
  .new_function_app .btn > li.google {
    width: auto;
  }
  .new_function_app .btn > li a {
    height: auto;
    margin: 0 auto 5px;
  }
  .new_function_app .btn > li a img {
    width: 100%;
    height: 100%;
  }
  .new_function_app .btn > li a.appstore {
    width: 209px;
  }
  .new_function_app .btn > li a.gplay {
    width: 235px;
  }
  .new_function_app .btn > li {
    margin: 0 10px 20px;
  }
  .new_function_app .btn > li span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
/* 20221004追記ここまで */



/*# sourceMappingURL=index.css.map*/
