@charset "utf-8";

/* **************************************************

  html, body

************************************************** */
html,
body {
  background: #fff;
}



/* **************************************************

  movie

************************************************** */
#movie {
  background: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  #movie #videoStart {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #movie #videoWrap {
    position: relative;
  }

  #movie #videoStart {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
    transform: translate(-50%, -50%);
  }

  #movie #videoStart::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 55%;
    display: block;
    width: 0;
    height: 0;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 15px solid transparent;
    border-left: 25px solid #aaa;
    border-bottom: 15px solid transparent;
  }
}

#movie #video {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  padding: 0px;
  border: none;
  z-index: 0;
  opacity: 0;
  position: relative;
}

#movie #movie-slider {
  opacity: 1;
  width: 100%;
  z-index: 1;
  margin-top: -19.53125%;
  position: absolute;
  top: 50%;
  left: 0px;
}

#movie #movie-slider .slider-wrap li img {
  width: 100%;
  height: auto;
}

#movie .lij {
  pointer-events: none;
  text-align: left;
  max-width: 318px;
  width: 22.20670391061453%;
  margin-top: 50px;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 38px;
}

#movie .lij img {
  width: 100%;
  height: auto;
  margin-top: -48.28660436137072%;
}

#movie .skip {
  z-index: 9;
  position: absolute;
  right: 32px;
  bottom: 32px;
}

#movie .play {
  display: none;
  z-index: 9;
  position: absolute;
  right: 32px;
  bottom: 32px;
}

@media screen and (max-width:640px) {
  #movie {
    min-width: 0px;
  }

  #movie .lij {
    width: 30%;
    margin-top: 0px;
    top: 15%;
    bottom: auto;
    left: 10px;
  }

  #movie .lij img {
    margin: 0px;
  }
}



/* **************************************************

  carousel-banner

************************************************** */
#carousel-banner .carousel-wrap {
  padding: 1px 0px;
}

#carousel-banner .carousel-wrap li {
  width: 410px;
  border: 1px solid #fff;
}

#carousel-banner .carousel-wrap li img {
  width: 100%;
  height: auto;
}

@media screen and (min-width:641px) {
  #carousel-banner .carousel-wrap li {
    width: 410px !important;
  }
}

@media screen and (max-width:640px) {
  #carousel-banner {
    min-width: 0px;
  }
}



/* **************************************************

  itembox

************************************************** */
.itembox-wrap {
  letter-spacing: -0.4em;
  text-align: left;
  margin: 0px auto;
}

.itembox-wrap .itembox,
.itembox-wrap .itembox-double {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0px 10px;
  position: relative;
}

.itembox-wrap .itembox,
.itembox-wrap .itembox-double .box {
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.itembox-wrap .itembox-double .box {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.itembox-wrap .itembox-double .box-top {
  top: 0px;
}

.itembox-wrap .itembox-double .box-bottom {
  bottom: 0px;
}

.itembox-wrap .itembox-double .box .img {
  padding: 5px;
}

.itembox-wrap .itembox-double .box .img img {
  width: 100%;
  height: auto;
}

.itembox-wrap .itembox .item-inner {
  padding: 5px;
}

.itembox-wrap .itembox .item-header {
  margin: -10px 0px 10px;
  padding: 0px 11px;
  overflow: hidden;
  zoom: 1;
}

.itembox-wrap .itembox .item-header .category,
.itembox-wrap .itembox .item-header .new {
  font-size: 92.307%;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.itembox-wrap .itembox .item-header .category {
  line-height: 24px;
  color: #fff;
  background: #e60012;
  float: left;
  width: 120px;
  height: 24px;
}

.itembox-wrap .itembox .item-header .new {
  line-height: 22px;
  color: #e60012;
  background: #fff;
  float: right;
  width: 48px;
  height: 22px;
  border: 1px solid #dfdfdf;
}

.itembox-wrap .itembox .item-content .title {
  font-size: 107.692%;
  line-height: 1.4;
  text-align: left;
  height: 4.2em;
  margin-top: 10px;
  overflow: hidden;
}

.itembox-wrap .itembox .item-content .title a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0px 10px;
}

.itembox-wrap .itembox.hover .item-content .title a {
  color: #e60012;
}

.itembox-wrap .itembox .item-content .img img {
  width: 100%;
  height: auto;
}

.itembox-wrap .itembox.hover .item-content .img,
.itembox-wrap .itembox-double .box.hover .img {
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media screen and (min-width: 641px) {

  .itembox-wrap .itembox,
  .itembox-wrap .itembox-double {
    width: 210px;
    min-height: 310px;
  }

  .itembox-wrap .hidebox-md {
    min-height: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width:640px) {
  .itembox-wrap {
    max-width: none !important;
  }

  .itembox-wrap .itembox,
  .itembox-wrap .itembox-double {
    width: 44.6%;
    margin: 10px 2.65625% !important;
  }

  .itembox-wrap .itembox-double .box {
    position: static;
  }

  .itembox-wrap .itembox-double .box-bottom {
    margin-top: 20px;
  }

  .itembox-wrap .itembox .item-inner {
    padding: 3px;
  }

  .itembox-wrap .itembox .item-header {
    margin: -6px 0px 6px;
    padding: 0px 6px;
  }

  .itembox-wrap .itembox .item-header .category,
  .itembox-wrap .itembox .item-header .new {
    font-size: 61.538%;
  }

  .itembox-wrap .itembox .item-header .category {
    line-height: 16px;
    width: 67.5%;
    height: 16px;
  }

  .itembox-wrap .itembox .item-header .new {
    line-height: 14px;
    width: 27.5%;
    height: 14px;
  }

  .itembox-wrap .itembox .item-content .title {
    font-size: 92.307%;
    word-break: break-all;
  }

  .itembox-wrap .itembox.hover .item-content .img,
  .itembox-wrap .itembox-double .box.hover .img {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .itembox-wrap .itembox.hover .item-content .title a {
    color: #000;
  }

  .itembox-wrap .hidebox-sm {
    min-height: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}



/* **************************************************

  more

************************************************** */
.more {
  text-align: center;
  margin-top: 10px;
}

.more a {
  font-size: 153.846%;
  font-weight: bold;
  color: #a0a0a0;
  text-decoration: none;
}

.more a:hover {
  color: #e60012;
}

.more a .ico {
  background: url(../images/more_ico.png) no-repeat 0px 0px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  overflow: hidden;
  position: relative;
  top: -1px;
}

.more a:hover .ico {
  background-position: -28px 0px;
}

@media screen and (max-width:640px) {
  .more {
    margin-top: 20px;
  }

  .more a {
    font-size: 138.461%;
  }

  .more a .ico {
    background-position: 0px -8px !important;
    background-size: 28px auto;
    width: 14px;
    height: 14px;
  }

  .more a:hover {
    color: #a0a0a0;
  }
}



/* **************************************************

  pickup

************************************************** */
#pickup {
  margin-top: 50px;
}

#pickup .pickup-header {
  text-align: left;
  margin-bottom: 20px;
}

#pickup .pickup-header .item-header-inner {
  margin: 0px auto;
}

#pickup .pickup-header h2 {
  padding: 0px 10px;
}

#pickup .pickup-item-wrap {
  background: url(../images/itembox_bg.png) repeat 50% 0%;
  padding: 35px 0px;
}

#pickup .pickup-items .itembox {
  margin: 15px 10px;
}

@media screen and (max-width:640px) {
  #pickup {
    margin-top: 28px;
  }

  #pickup .pickup-header .item-header-inner {
    max-width: none !important;
    margin: 0px !important;
  }

  #pickup .pickup-header h2 {
    padding: 0px 12px;
    margin-bottom: 14px;
  }

  #pickup h2 img {
    width: 105px;
  }

  #pickup .pickup-item-wrap {
    background-size: 435px auto;
    padding: 15px 0px 30px;
  }

  #pickup .pickup-items {
    text-align: left;
  }

  #pickup .pickup-items .itembox {
    display: inline-block !important;
  }
}



/* **************************************************

  completecar

************************************************** */
#completecar {
  margin-top: 50px;
}

#completecar a:hover {
  opacity: 0.7;
}

#completecar .completecar-header {
  text-align: left;
  margin-bottom: 20px;
}

#completecar .completecar-header .item-header-inner {
  margin: 0px auto 40px;
}

#completecar .completecar-header h2 {
  padding-left: 10px;
  display: inline-block;
}

#completecar .completecar-header .header-read-txt {
  padding-left: 10px;
  display: inline-block;
  font-size: 1.24em;
  font-weight: bold;
  color: #666;
}

#completecar .itembox-wrap {
  width: 980px;
}

#completecar .itembox-wrap:after {
  content: "";
  display: block;
  clear: both;
}

#completecar .completecar-list {
  width: 417px;
  float: left;
}

#completecar .completecar-data {
  display: none;
  text-align: center;
}

#completecar .completecar-data.active {
  display: block;
}

#completecar .read-txt-car-name {
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: 0.6em;
}

#completecar .read-txt {
  display: block;
  font-size: 0.92em;
}

#completecar .car-name {
  display: block;
  font-size: 1.3em;
}

#completecar .body-nav {
  width: 455px;
  float: right;
}

#completecar .completecar-nav-list {
  margin-bottom: 25px;
}

#completecar .completecar-nav-list:after {
  content: "";
  display: block;
  clear: both;
}

#completecar .completecar-nav-data {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#completecar .completecar-nav-data:nth-of-type(3n) {
  margin-right: 0;
}

#completecar .data-target {
  border: 5px solid #fff;
  display: block;
}

#completecar .data-target.active {
  border: 5px solid #e60012;
}



@media screen and (max-width:640px) {
  #completecar {
    margin-top: 28px;
  }

  #completecar a:hover {
    opacity: 1;
  }

  #completecar .completecar-header .item-header-inner {
    max-width: none !important;
    margin: 0px !important;
  }

  #completecar .completecar-header h2 {
    padding: 0px 12px;
    margin-bottom: 14px;
  }

  #completecar h2 img {
    width: 180px;
  }

  #completecar .completecar-header .header-read-txt {
    padding: 0px 12px;
    font-size: 0.9em;
  }

  #completecar .itembox-wrap {
    width: 100%;
  }

  #completecar .completecar-list {
    width: 87.5%;
    margin: 0 auto 25px;
    float: none;
  }

  #completecar .completecar-data {
    text-align: center;
  }

  #completecar .completecar-data.active {
    display: block;
  }

  #completecar .read-txt-car-name {
    margin-bottom: 0.6em;
  }

  #completecar .read-txt {
    font-size: 0.87em;
    text-align: left;
  }

  #completecar .car-name {
    text-align: left;
    font-size: 1em;
  }

  #completecar .body-nav {
    width: 87.5%;
    margin: 0 auto;
    float: none;
  }

  #completecar .completecar-nav-list {
    margin-bottom: 15px;
  }

  #completecar .completecar-nav-list:after {
    content: "";
    display: block;
    clear: both;
  }

  #completecar .completecar-nav-data {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  #completecar .completecar-nav-data:nth-of-type(2n) {
    margin-right: 0;
  }

  #completecar .data-target {
    border: 3px solid #fff;
    display: block;
  }

  #completecar .data-target.active {
    border: 3px solid #e60012;
  }
}


/* **************************************************

  home-content

************************************************** */
#home-content {
  background: url(../images/itembox_bg.png) repeat 50% 0%;
}

@media screen and (max-width:640px) {
  #home-content {
    background-size: 435px auto;
  }
}



/* **************************************************

  theme

************************************************** */
#theme .theme-header {
  background: #fff;
  padding-top: 50px;
}

#theme .theme-header .item-header-inner {
  margin: 0px auto;
}

#theme .theme-header .item-header-wrap {
  min-width: 962px;
  padding: 0px 10px;
  overflow: hidden;
  zoom: 1;
}

#theme .theme-header h2 {
  float: left;
}

#theme .theme-category {
  float: right;
}

#theme .theme-category-option {
  display: block;
}

#theme .theme-category ul {
  letter-spacing: -0.4em;
  text-align: right;
  width: 800px;
}

#theme .theme-category li {
  font-size: 107.692%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}

#theme .theme-category li a {
  color: #5e5e5e;
  text-decoration: none;
  display: block;
  padding: 17px 0px;
  border-bottom: 5px solid #fff;
}

#theme .theme-category li a:hover,
#theme .theme-category li a.active {
  border-color: #e60012;
}

#theme .theme-category li a.active {
  cursor: default;
}

#theme .theme-category li a .ico {
  display: none;
}

#theme .theme-category li a .line {
  display: block;
  padding: 0px 20px;
  border-right: 1px solid #e3e3e3;
}

#theme .theme-category li:first-child a .line {
  border-left: 1px solid #e3e3e3;
}


#theme .theme-item-wrap {
  padding: 20px 0px;
}

#theme .theme-items .itembox {
  margin: 15px 10px;
}

@media screen and (min-width:641px) {
  #theme .theme-category-option {
    display: block !important;
  }
}

@media screen and (max-width:640px) {
  #theme .theme-header {
    padding: 28px 0px 0px;
  }

  #theme .theme-header .item-header-inner {
    max-width: none !important;
    margin: 0px !important;
  }

  #theme .theme-header .item-header-wrap {
    min-width: 0px;
    padding: 0px;
  }

  #theme .theme-header h2 {
    text-align: left;
    float: none;
    margin: 0px 12px 14px;
  }

  #theme .theme-header h2 img {
    width: 81px;
  }

  #theme .theme-category {
    float: none;
    width: 100%;
  }

  #theme .theme-category h3 {
    font-size: 107.692%;
    font-weight: bold;
    color: #fff;
    background: #e60012;
    text-align: left;
    padding: 15px 14px 15px 18px;
    cursor: pointer;
  }

  #theme .theme-category h3 .inner {
    display: block;
    position: relative;
  }

  #theme .theme-category h3 .ico {
    background: url(../common/images/apio_ico.png) no-repeat 0px -64px;
    background-size: 108px auto;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 12px;
    overflow: hidden;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 0px;
  }

  #theme .theme-category h3.active .ico {
    background-position: -20px -64px;
  }

  #theme .theme-category .theme-category-option {
    display: none;
  }

  #theme .theme-category ul {
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
  }

  #theme .theme-category li {
    display: block;
    margin: 0px;
    border-top: 2px solid #fff;
  }

  #theme .theme-category li a {
    color: #333;
    line-height: 48px;
    background: #f2f2f2;
    display: block;
    padding: 0px 18px;
    border: none !important;
  }

  #theme .theme-category li a .ico {
    background: url(../common/images/apio_ico.png) no-repeat 0px -27px !important;
    background-size: 108px auto !important;
    display: inline-block !important;
    width: 14px !important;
    height: 13px !important;
    margin-right: 10px !important;
  }

  #theme .theme-category li a.active .ico {
    background-position: -14px -27px !important;
  }

  #theme .theme-category li a .line {
    display: inline;
    border: none !important;
    padding: 0px;
  }

  #theme .theme-item-wrap {
    max-width: none !important;
    padding: 10px 0px 0px !important;
  }

  #theme .theme-items {
    max-width: none !important;
  }
}


/* ==================================================
  shuffle animation
================================================== */
.shuffle,
.shuffle .shuffle-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.shuffle {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.shuffle .shuffle-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

.shuffle.no-transition,
.shuffle.no-transition .shuffle-item,
.shuffle .shuffle-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}



/* **************************************************

  info

************************************************** */
#info .info-item-wrap {
  padding: 45px 0px 35px;
}

#info .itembox,
#info .itembox-double {
  margin: 15px 10px;
}

#info .itembox.nav .item-inner {
  padding-top: 15px;
}

#info .itembox .info-ttl {
  height: 94px;
}

#info .itembox .info-ttl img {
  width: 100%;
  height: auto;
}

#info .itembox.proshop .info-ttl {
  background: url(../images/info_proshop_ico.png) no-repeat 100% 100%;
}

#info .itembox.social {
  overflow: hidden;
  cursor: default;
}

#info .itembox.social h2 img {
  width: 100%;
}

#info .itembox.facebook h2 {
  background: #3b5998;
}

#info .itembox.facebook .fb_iframe_widget {
  width: 200px !important;
}

#info .itembox.twitter h2 {
  background: #55acef;
}

#info .itembox.twitter .tweet {
  font-size: 0px;
}

#info .itembox.twitter .tweet iframe {
  min-width: 0px !important;
  width: 100% !important;
  min-height: 0px !important;
}

@media screen and (min-width: 641px) {

  #info .itembox,
  #info .itembox-double {
    height: 324px;
    min-height: 324px;
  }

  #info .itembox.social {
    height: 324px;
  }

  #info .itembox.twitter .tweet iframe {
    height: 272px !important;
  }
}

@media screen and (max-width:640px) {
  #info .info-item-wrap {
    padding: 38px 0px 20px;
  }

  #info .itembox .info-ttl {
    height: auto;
  }

  #info .itembox .info-ttl img {
    width: 100%;
  }

  #info .itembox.proshop .info-ttl {
    background: url(../images/info_proshop_ico@sp.png) no-repeat 100% 100%;
    background-size: 43px auto;
  }

  #info .itembox.twitter h2 img {
    width: 144px !important;
  }

  #info .itembox.hidebox-sm {
    min-height: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  #info .itembox.facebook .item-content {
    height: 272px;
  }
}


/* ------------------------------
notice323
------------------------------ */

.notice323 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 40px 0;
}

@media screen and (max-width:640px) {
  .notice323 {
    font-size: 16px;
    padding: 20px 0;
  }
}