@charset "UTF-8";

/*---------------------------------------------
  Reset
---------------------------------------------*/
/* margin */
#lp h1,
#lp h2,
#lp h3,
#lp h4,
#lp p {
  margin: 0;
}
/* line-height */
#lp h1,
#lp h2,
#lp h3,
#lp h4 {
  line-height: 1.5;
}
/* list-style */
#lp ul,
#lp ol,
#lp dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* img */
#lp img,
#lp table img {
  width: 100%;
}
/*---------------------------------------------
 Base
---------------------------------------------*/
#lp {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #lp {
    font-size: 15px;
    padding-bottom: 80px;
  }
}
/* display */
#lp .sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #lp .sm_pc {
    display: block !important;
  }
  #lp .sm_sp {
    display: none !important;
  }
}
/* clear */
#lp .clearFix:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
/* hover */
@media only screen and (min-width: 768px) {
  #lp a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}
/*---------------------------------------------
 Heros
---------------------------------------------*/
#lp .lpHeros {
  max-width: 1240px;
  margin: 0 auto;
}
#lp .lpHeros_inner {
  background: -moz-linear-gradient(top, #efebe4, #fff);
  background: -webkit-linear-gradient(top, #efebe4, #fff);
  background: linear-gradient(to bottom, #efebe4, #fff);
}
#lp .lpHeros_inner > p {
  max-width: 800px;
  font-size: 13px;
  padding: 0 20px;
  margin: 20px auto 0;
}
#lp .lpHeros_heading {
  margin-top: 20px;
}
#lp .lpHeros_heading > p {
  width: 68%;
  max-width: 417px;
  margin: 0 auto;
}
#lp .lpHeros_heading > h1 {
  width: 77%;
  max-width: 465px;
  margin: 0 auto;
  margin-top: 20px;
}
#lp .lpHeros_movie {
  max-width: 800px;
  padding: 0 20px;
  margin: 30px auto 0;
}
#lp .lpHeros_movie > a {
  display: block;
}
#lp .lpHeros_movie > p {
  font-size: 13px;
  margin-top: 10px;
}
@media only screen and (min-width: 818px) {
  #lp .lpHeros {
    padding: 0 20px;
  }
  #lp .lpHeros_inner > p {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
  }
  #lp .lpHeros_heading {
    margin-top: 40px;
  }
  #lp .lpHeros_heading > p {
    width: 100%;
  }
  #lp .lpHeros_heading > h1 {
    margin-top: 40px;
  }
  #lp .lpHeros_movie {
    margin-top: 70px;
  }
  #lp .lpHeros_movie > p {
    font-size: 12px;
  }
}
/*---------------------------------------------
  Movie Modal
---------------------------------------------*/
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #000 !important;
  opacity: 1 !important;
  cursor: default !important;
}
#colorbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: 98% !important;
  max-width: 930px !important;
  height: auto !important;
  margin: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#cboxWrapper {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}
#cboxContent {
  float: none !important;

  height: 100% !important;
  position: relative;
    display: block;
  width: 100% !important;
    padding: 0;
    padding-top: 42.85%;
}
#cboxLoadedContent {
  background: none;
  padding: 0;
}
#cboxLoadedContent > iframe {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  overflow: visible;
}
#cboxClose {
  top: -37px;
  right: 2px;
  width: 35px;
  height: 35px;
  font-size: 0;
  background: none;
  border: none;
}
#cboxClose:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10000;
}
#cboxClose:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*---------------------------------------------
 Container
---------------------------------------------*/
#lp .lpContainer {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
/*---------------------------------------------
 Point
---------------------------------------------*/
#lp .lpPoint {
  position: relative;
  padding: 50px 20px;
  margin: 50px -20px 0;
  overflow: hidden;
}
#lp .lpPoint + .lpPoint {
  margin-top: 0;
}
#lp .lpPoint::before,
#lp .lpPoint::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 250px;
  height: 125px;
  margin: auto;
}
#lp .lpPoint.lpPoint1 {
  background-color: #f5f2ed;
}
#lp .lpPoint.lpPoint1::before {
  top: 0;
  background:-webkit-gradient(radial, center top, 0, center top,100, from(#ffffff), to(#f5f2ed));
  background:-webkit-radial-gradient(center top, circle cover, #ffffff, #f5f2ed);
  background:-moz-radial-gradient(center top, circle cover, #ffffff, #f5f2ed);
  background:-o-radial-gradient(center top, circle cover, #ffffff, #f5f2ed);
  background:radial-gradient(farthest-side circle at center top, #ffffff, #f5f2ed);
}
#lp .lpPoint.lpPoint2 {
  background-color: #fffced;
}
#lp .lpPoint_heading > h1,
#lp .lpPoint_heading > h2 {
  position: relative;
  color: #412819;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  padding: 30px 0;
  margin: 3px 0;
  border-top: 2px solid #412819;
  border-bottom: 2px solid #412819;
}
#lp .lpPoint_heading > h1::before,
#lp .lpPoint_heading > h2::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #412819;
}
#lp .lpPoint_heading > h1::after,
#lp .lpPoint_heading > h2::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #412819;
}
#lp .lpPoint_content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #lp .lpPoint {
    padding: 70px 0 80px;
    margin: 80px 0 0;
  }
  #lp .lpPoint::before,
  #lp .lpPoint::after {
    width: 450px;
    height: 225px;
  }
  #lp .lpPoint_heading {
    padding: 0 3.5%;
  }
  #lp .lpPoint_heading > h1,
  #lp .lpPoint_heading > h2 {
    font-size: 38px;
    text-align: center;
  }
}
/* List
---------------------------------------*/
#lp .lpPoint_list_item {
  margin-top: 40px;
}
#lp .lpPoint_list_item + .lpPoint_list_item,
#lp * + .lpPoint_list_item {
  margin-top: 50px;
}
#lp .lpPoint_item_img {
  margin: 25px -20px 0;
}
#lp .lpPoint_item_img > video {
  display: block;
  width: 100%;
}
#lp .lpPoint_item_ttl > * > h3 {
  color: #622600;
  font-size: 28px;
  font-weight: bold;
}
#lp .lpPoint_item_ttl > * > h3 > span {
  display: inline;
  padding-bottom: 2px;
  background: linear-gradient(transparent 92%, #f6fe00 0%);
}
#lp .lpPoint_item_ttl > * > p {
  margin-top: 25px;
}
#lp .lpPoint_item_ttl > * > p > small {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
#lp .lpPoint_list_img {
  margin: 40px -20px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #lp .lpPoint_list_item {
    margin-top: 50px;
  }
  #lp .lpPoint_list_item + .lpPoint_list_item,
  #lp * + .lpPoint_list_item {
    margin-top: 60px;
  }
  #lp .lpPoint_item_img {
    width: 50%;
    margin: 0;
  }
  #lp .lpPoint_list_item-left .lpPoint_item_img {
    float: left;
  }
  #lp .lpPoint_list_item-right .lpPoint_item_img {
    float: right;
  }
  #lp .lpPoint_item_ttl {
    width: 50%;
    padding: 0 2% 0 3.5%;
  }
  #lp .lpPoint_list_item-left .lpPoint_item_ttl {
    float: right;
  }
  #lp .lpPoint_list_item-right .lpPoint_item_ttl {
    float: left;
  }
  #lp .lpPoint_item_ttl {
    display: table;
  }
  #lp .lpPoint_item_ttl > * {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
  #lp .lpPoint_item_ttl > * > h3 {
    font-size: 32px;
  }
  #lp .lpPoint_item_ttl > * > h3 > span {
    padding-bottom: 0;
    background: linear-gradient(transparent 96%, #f6fe00 0%);
  }
  #lp .lpPoint_item_ttl > * > p {
    font-size: 20px;
    margin-top: 30px;
  }
  #lp .lpPoint_item_ttl > * > p > small {
    font-size: 12px;
    margin-top: 10px;
  }
  #lp .lpPoint_list_img {
    margin: 60px 0 0;
  }
}
/* Shop
---------------------------------------*/
#lp .lpPoint_shop {
  margin: 40px -20px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #lp .lpPoint_shop {
    max-width: 1000px;
    margin: 80px auto 0;
  }
}
/* Bnr
---------------------------------------*/
#lp .lpPoint_bnr {
  margin-top: 40px;
}
#lp .lpPoint_bnr > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  #lp .lpPoint_bnr {
    max-width: 800px;
    margin: 60px auto 0;
  }
}
/*---------------------------------------------
 Xperia
---------------------------------------------*/
#lp .lpXperia {
  padding: 40px 20px;
  margin: 0 -20px;
  background-color: #eae8e2;
  overflow: hidden;
}
#lp .lpXperia_heading {
  margin-top: 40px;
}
#lp .lpXperia_heading > h2 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #lp .lpXperia {
    padding: 5%;
    margin: 0;
  }
  #lp .lpXperia_heading {
    margin-top: 80px;
  }
  #lp .lpXperia_heading > h2 {
    font-size: 36px;
  }
}
/* Item
---------------------------------------*/
#lp .lpXperia_item {
  margin-top: 25px;
}
#lp .lpXperia_item > a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
#lp .lpXperia_item > a > img {
  display: block;
}
#lp .lpXperia_item > a > p {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  margin: 30px auto 0;
  background-color: #aa9652;
}
#lp .lpXperia_item > a > p:after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../img/arrow-technology.jpg) center center no-repeat;
  background-size: 18px 18px;
}
#lp .lpXperia_item_btn > ul > li {
  margin-top: 10px;
}
#lp .lpXperia_item_btn > ul > li > a {
  display: block;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
#lp .lpXperia_item_btn > ul > li > a > p {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
#lp .lpXperia_item_btn-blank::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 6px;
  margin: auto;
  background: url(../img/ic-blank.jpg) center center no-repeat;
  background-size: 7px 6px;
}
#lp .lpXperia_item_btn > ul > li > a > p > img {
  display: inline-block;
  width: 102px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  #lp .lpXperia_item {
    margin-top: 40px;
  }
  #lp .lpXperia_item > a > p {
    margin-top: 40px;
  }
  /* #lp .lpXperia_item > a > p:after {
    right: 25px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-technology.jpg) center center no-repeat;
    background-size: 30px 30px;
  } */
  #lp .lpXperia_item_btn {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
  }
  #lp .lpXperia_item_btn > ul {
    font-size: 0;
    text-align: center;
    margin: 0 -5px;
  }
  #lp .lpXperia_item_btn > ul > li {
    display: inline-block;
    width: 50%;
    padding: 0 5px;
  }
}
/* Creator
---------------------------------------*/
#lp .lpXperia_creator > h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#lp .lpXperia_creator_list {
  margin-top: 10px;
}
#lp .lpXperia_creator_list > ul > li {
  font-size: 12px;
}
#lp .lpXperia_creator_list > ul > li + li {
  margin-top: 15px;
}
#lp .lpXperia_creator_list > ul > li > * {
  float: left;
  width: 50%;
  cursor: pointer;
}
#lp .lpXperia_creator_list > ul > li > a {
  display: block;
  width: 57.695%;
}
#lp .lpXperia_creator_list > ul > li > div {
  display: block;
  position: relative;
  width: 42.305%;
}
#lp .lpXperia_creator_list > ul > li > div > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 5px;
  margin: auto;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}
#lp .lpXperia_creator_list > ul > li > div > p::after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lp .lpXperia_creator_list > ul > li > div > p > b {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #lp .lpXperia_creator > h3 {
    font-size: 32px;
  }
  #lp .lpXperia_creator_list {
    margin: 30px 0 0;
  }
  #lp .lpXperia_creator_list > ul {
    margin-top: -20px;
  }
  #lp .lpXperia_creator_list > ul > li {
    float: left;
    width: 48.149%;
    padding-top: 20px;
  }
  #lp .lpXperia_creator_list > ul > li + li {
    margin-top: 0;
  }
  #lp .lpXperia_creator_list > ul > li:nth-child(even) {
    margin-left: 3.702%;
  }
  #lp .lpXperia_creator_list > ul > li > div:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}
/*---------------------------------------------
 Modal
---------------------------------------------*/
#lp .lpOverlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0,0,0,.9);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10000;
}
#lp .lpOverlay_container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
#lp .lpOverlay_container_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
#lp .lpOverlay_content {
  display: none;
  max-width: 650px;
  color: #fff;
  padding: 20px;
  margin: 0 auto;
  background-color: #111;
}
#lp .lpOverlay_content.is-show {
  display: block;
}
#lp .lpOverlay_content::after {
  content: '';
  display: table;
  clear: both;
}
#lp .lpOverlay_content > video {
  display: block;
  width: 100%;
}
#lp .lpOverlay_button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 315px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin: 20px auto 0;
  background-color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#lp .lpOverlay_button::before,
#lp .lpOverlay_button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0.4em;
  width: 1em;
  height: 1px;
  background: #111;
}
#lp .lpOverlay_button::before {
  transform: translateX(-50%) rotate(-45deg);
}
#lp .lpOverlay_button::after {
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #lp .lpOverlay_content {
    padding: 30px;
  }
  #lp .lpOverlay_content > video {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  #lp .lpOverlay_button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}
/* Creator
---------------------------------------*/
#lp .lpProfile_ttl {
  display: table;
  width: 100%;
}
#lp .lpProfile_ttl > * {
  display: table-cell;
  vertical-align: middle;
}
#lp .lpProfile_ttl_img {
  width: 115px;
  padding-right: 15px;
}
#lp .lpProfile_ttl_img > img {
  display: block;
}
#lp .lpProfile_txt {
  margin-top: 15px;
}
#lp .lpProfile_txt > p + p {
  margin-top: 10px;
}
#lp .lpProfile_txt > p > a {
  word-break: break-all;
}
/*---------------------------------------------
 LineUp
---------------------------------------------*/
#lp .lpLineup {
  margin-top: 40px;
}
#lp .lpLineup_heading > h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#lp .lpLineup_heading > h3 > span {
  display: inline-block;
  position: relative;
  padding: 0 30px 10px;
}
#lp .lpLineup_heading > h3 > span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#lp .lpLineup_list {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
#lp .lpLineup_list > ul > li {
  margin-top: 40px;
}
#lp .lpLineup_list > ul > li + li {
  margin-top: 50px;
}
#lp .lpLineup_list > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 6px 10px;
  margin: 15px auto 0;
  background-color: #aaa;
}
#lp .lpLineup_list > ul > li > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lp .lpLineup_item {
  font-size: 0;
}
#lp .lpLineup_item > * {
  display: inline-block;
  vertical-align: top;
}
#lp .lpLineup_item_img {
  width: 32.693%;
}
#lp .lpLineup_item_txt {
  width: 67.307%;
  padding-left: 4.23%;
}
#lp .lpLineup_item_txt > p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
#lp .lpLineup_item_txt > span {
  display: block;
  width: 40px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin-top: 15px;
  background-color: #ef9932;
}
#lp .lpLineup_item_link {
  clear: both;
  padding-top: 20px;
}
#lp .lpLineup_item_link > a {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
#lp .lpLineup_item_btn {
  width: 100%;
}
#lp .lpLineup_item_btn > ul > li {
  margin-top: 10px;
}
#lp .lpLineup_item_btn > ul > li > a {
  display: block;
  max-width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #lp .lpLineup {
    margin-top: 80px;
  }
  #lp .lpLineup_heading > h3 {
    font-size: 32px;
  }
  #lp .lpLineup_list {
    width: 100%;
  }
  #lp .lpLineup_list > ul {
    font-size: 0;
    text-align: center;
    margin: 0 -2.105%;
  }
  #lp .lpLineup_list > ul > li {
    display: inline-block;
    width: 25%;
    text-align: left;
    vertical-align: top;
    padding: 0 2.105%;
    margin-top: 50px;
  }
  #lp .lpLineup_list > ul > li > a {
    max-width: 280px;
    font-size: 12px;
    padding: 5px 0;
    margin-top: 20px;
  }
  #lp .lpLineup_list > ul > li > a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
  #lp .lpLineup_item_txt > p {
    font-size: 13px;
  }
}
/*---------------------------------------------
 Link
---------------------------------------------*/
#lp .lpLink {
  margin-top: 30px;
}
#lp .lpLink_heading > h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#lp .lpLink_list {
  margin-top: 20px;
  overflow: hidden;
}
#lp .lpLink_list > ul > li + li,
#lp .lpLink_list > p + ul > li,
#lp .lpLink_list > p {
  margin-top: 15px;
}
#lp .lpLink_list > ul > li > a,
#lp .lpLink_list > p > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  #lp .lpLink {
    max-width: 1000px;
    margin: 80px auto 0;
  }
  #lp .lpLink_heading > h3 {
    font-size: 32px;
  }
  #lp .lpLink_list {
    margin-top: 0;
  }
  #lp .lpLink_list > ul {
    font-size: 0;
    text-align: center;
    margin: 0 -.963%;
  }
  #lp .lpLink_list > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 .963%;
    margin-top: 30px;
  }
  #lp .lpLink_list > ul > li + li,
  #lp .lpLink_list > p + ul > li,
  #lp .lpLink_list > p {
    margin-top: 30px;
  }
}