@charset 'UTF-8';

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.cf:after,
.cf:before {
  display: table;
  content: '';
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #333;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.6;
}

body {
  word-wrap: break-word;
}

a {
  color: #333;
  transition: all .2s;
}

a:hover {
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

:link:hover,
:visited:hover,
a {
  text-decoration: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

button:not([disabled]),
input[type='button']:not([disabled]),
input[type='reset']:not([disabled]),
input[type='submit']:not([disabled]) {
  cursor: pointer;
}

input[type='button'],
input[type='submit'] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

label {
  cursor: pointer;
}

.md-btn {
  position: relative;
  display: inline-block;
  padding: 3px 12px 1px;
  text-align: center;
  transition: all .5s;
}

.md-btn01 {
  margin-top: 5px;
  background-color: #65470e;
  color: #fff;
}

.md-btn02 {
  margin-top: 15px;
  background-color: #65470e;
  color: #fff;
  font-size: 14px;
}

.md-btn03 {
  margin-top: 15px;
  padding: 10px 0;
  min-width: 195px;
  background-color: #65470e;
  color: #fff;
  font-size: 14px;
}

.wrapper-inner {
  position: relative;
  margin: 0 auto;
  min-width: 1070px;
}

.wrapper-left {
  margin-left: 129px;
  padding-top: 35px;
  width: 650px;
}

.wrapper-right {
  position: fixed;
  top: 0;
  right: 0;
  left: calc(680px + 129px);
  z-index: 2;
  min-width: 545px;
  width: calc(100% - 734px - 10px);
  height: 100%;
  background-image: url('/SP/CUBE/SHIPPO/images/cars/white-animal-zebrawild-middle.jpg');
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper-right.car-size1 {
  background-position: center center;
  background-size: 80% auto;
}

.wrapper-right.car-size3 {
  background-position: center center;
}

.cb-header {
  clear: both;
  margin: 62px 0 0 16px;
  width: 597px;
  text-align: center;
}

.cb-header__subtitle {
  margin-bottom: 10px;
}

.cb-logo {
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 3;
}

.cb-logo a:hover{
  opacity: 1;
}

.cb-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-left: 117px;
  width: 395px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cb-list01__item {
  margin: 23px 0 20px;
}

.cb-list01__item img {
  display: block;
}

.cb-list01__item.is-current a {
  border-bottom: solid 2px #666;
}

.cb-list01__item a {
  display: inline-block;
  padding-bottom: 4px;
  min-height: 26px;
}

.cb-list01__item a:hover {
  border-bottom: solid 2px #666;
}

.cb-gallery-pattern {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 560px;
}

.cb-gallery-pattern .mCSB_container {
  overflow: visible;
}

.cb-gallery-pattern__inner {
  height: 560px;
}

.cb-gallery-pattern__over-layer {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 10;
  overflow: hidden;
  width: 620px;
  height: 0;
  background-color: #fff;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.cb-gallery-pattern__over-layer.is-active {
  padding-top: 32px;
  height: 560px;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.cb-gallery-pattern__over-layer.is-active .cb-gallery-pattern__over-layer__inner {
  transition: all .2s linear 0s;
}

.cb-gallery-pattern__over-layer.is-active .cb-gallery-pattern__description {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  transition: all .2s linear .3s;
}

.cb-gallery-pattern__over-layer__inner {
  position: relative;
  margin: 0 auto;
  width: 526px;
  height: 526px;
  background-color: #fff;
  background-position: center center;
  background-size: 51px 51px;
  text-align: center;
}

.cb-gallery-pattern__over-layer__inner__link {
  font-size: 15px;
}

.cb-gallery-pattern__over-layer__inner__link img {
  margin-right: 5px;
  vertical-align: middle;
}

.cb-gallery-pattern__over-layer__inner__trico {
  display: none;
}

.is-tricolore .cb-gallery-pattern__over-layer__inner__trico {
  display: block;
  margin-top: -40px;
}

.is-tricolore .cb-gallery-pattern__over-layer__inner__link {
  display: none;
}

.cb-gallery__text__trico {
  display: none;
}

.is-tricolore .cb-gallery__text__trico {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.cb-gallery__text__pingu {
  display: none;
}

.is-pingu .cb-gallery__text__pingu {
  display: block;
  margin-bottom: 25px;
  margin: -45px auto 12px;
  padding: 2px 0;
  width: 325px;
  display: block;
  border: solid 1px #000;
  border-radius: 8px;
  font-size: 12px;
}

.is-pingu .cb-gallery__text__pingu+a {
  width: 325px;
  display: block;
  margin: 0 auto;
}

.cb-gallery__text__campaign_end {
  display: none;
}

.is-pingu .js-amz-link,
.is-ultraman .js-amz-link,
.is-tamiya .js-amz-link,
.is-rodycolorful .js-amz-link,
.is-rodyredblue .js-amz-link,
.is-othello .js-amz-link,
.is-mtv .js-amz-link,
.is-mtvtropical .js-amz-link,
.is-mtvpastel .js-amz-link,
.is-beavisandbutthead .js-amz-link {
  display: none !important;
}
.is-pingu .cb-gallery__text__campaign_end,
.is-ultraman .cb-gallery__text__campaign_end,
.is-tamiya .cb-gallery__text__campaign_end,
.is-rodycolorful .cb-gallery__text__campaign_end,
.is-rodyredblue .cb-gallery__text__campaign_end,
.is-othello .cb-gallery__text__campaign_end,
.is-mtv .cb-gallery__text__campaign_end,
.is-mtvtropical .cb-gallery__text__campaign_end,
.is-mtvpastel .cb-gallery__text__campaign_end,
.is-beavisandbutthead .cb-gallery__text__campaign_end {
  display: block;
  font-size: 16px;
}

/* .is-tricolore .cb-gallery-pattern__over-layer__inner__link{
  position: relative;
  top:-15px;
} */

.is-kemonofriendscommonraccoon .cb-gallery-pattern__over-layer__inner__link {
  position: relative;
  top: -20px;
}

.is-kemonofriendsluckybeast .cb-gallery-pattern__over-layer__inner__link {
  position: relative;
  top: -15px;
}

.is-kemonofriendsserval .cb-gallery-pattern__over-layer__inner__link {
  position: relative;
  top: -15px;
}

.is-beavisandbutthead .cb-gallery-pattern__over-layer__inner__link {
  position: relative;
  top: -30px;
}

.cb-gallery-pattern__description {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  min-height: 382px;
  width: 382px;
  background-color: rgba(255, 255, 255, .85);
  letter-spacing: 1.5px;
  font-size: 13px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.db-description__number {
  margin-bottom: 2px;
  padding-top: 35px;
  font-size: 18px;
}

.db-description__title {
  margin: 5px 0;
  font-size: 28px;
  line-height: 1.1;
}

.db-description__en {
  font-size: 18px;
}

.db-description__txt {
  font-size: 12px;
}

.db-description__txt {
  margin: 20px 0 10px;
  min-height: 160px;
  line-height: 1.7;
}

.db-description__txt:first-line {
  font-size: 16px;
  line-height: 40px;
}

.db-description__txt .description__large {
  font-size: 16px;
  line-height: 1.0em;
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
}

.cb-gallery-pattern__close::before,
.cb-gallery-pattern__close::after {
  position: absolute;
  top: -11px;
  right: 25px;
  display: block;
  width: 2px;
  height: 73px;
  background-color: #fff;
  content: '';
}

.cb-gallery-pattern__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 52px;
  height: 52px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  cursor: pointer;
}

.cb-gallery-pattern__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cb-gallery-pattern__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-active .cb-gallery-pattern__close {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  transition: all .1s linear .4s;
}

.cb-gallery-pattern__next,
.cb-gallery-pattern__prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  cursor: pointer;
}

.cb-gallery-pattern__next {
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.cb-gallery-pattern__prev {
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.is-active .cb-gallery-pattern__next {
  right: 30px;
  transition: all .1s linear .4s;
}

.is-active .cb-gallery-pattern__prev {
  left: 30px;
  transition: all .1s linear .4s;
}

.cb-pattern-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  padding-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cb-pattern-list img {
  display: block;
}

.cb-pattern-list.cb-pattern-list--long {
  padding-top: 20px;
}

.cb-pattern-list__item {
  position: relative;
  width: 118px;
  height: 118px;
  cursor: pointer;
}

.cb-pattern-list__item[data-type="special"] {
  background-image: url('/SP/CUBE/SHIPPO/images/icon/icon-corabo.png');
  background-position: center 5px;
}

.is-all .cb-pattern-list__item[data-type="special"] {
  background-image: none;
}

.cb-pattern-list__item.is-desable {
  cursor: default;
}

.cb-pattern-list__item.is-desable:hover img {
  -webkit-animation: none;
  animation: none;
}

.cb-pattern-list__item:hover img {
  -webkit-animation: anime1 .2s ease 0s 1 forwards;
  animation: anime1 .2s ease 0s 1 forwards;
}

.cb-pattern-list__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  transition: all .3s;
}

.cb-pattern-list__item.cb-pattern-list__item--long {
  width: 29%;
  height: 80px;
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
  background-position: center 0px;
}

.cb-pattern-list__item.cb-pattern-list__item--long:hover {
  z-index: 1;
}

.cb-pattern-list__item.cb-pattern-list__item--long:hover div {
  -webkit-animation: anime3 .2s ease 0s 1 forwards;
  animation: anime3 .2s ease 0s 1 forwards;
}

.cb-pattern-list__item.cb-pattern-list__item--long:hover div img {
  -webkit-animation: anime2 .2s ease 0s 1 forwards;
  animation: anime2 .2s ease 0s 1 forwards;
}

.cb-pattern-list__item.cb-pattern-list__item--long div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 143px;
  height: 23px;
  background-color: rgba(255, 255, 255, .8);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cb-pattern-list__item.cb-pattern-list__item--long img {
  margin-top: 0;
  margin-left: 0;
  width: 143px;
  height: 23px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js-gallery-over-layer.is-type-special .cb-gallery-pattern__description,
.js-gallery-over-layer.is-type-special .js-gallery-close,
.js-gallery-over-layer.is-type-special .js-gallery-next,
.js-gallery-over-layer.is-type-special .js-gallery-prev {
  opacity: 0;
  transition: all 0.2s;
}

.js-gallery-over-layer.is-type-special .js-gallery-next {
  right: -50px;
}

.js-gallery-over-layer.is-type-special .js-gallery-prev {
  left: -50px;
}

.is-visible.js-gallery-over-layer.is-type-special .cb-gallery-pattern__description,
.is-visible.js-gallery-over-layer.is-type-special .js-gallery-close,
.is-visible.js-gallery-over-layer.is-type-special .js-gallery-next,
.is-visible.js-gallery-over-layer.is-type-special .js-gallery-prev {
  opacity: 1;
}

.is-visible.js-gallery-over-layer.is-type-special .js-gallery-next {
  right: 30px;
}

.is-visible.js-gallery-over-layer.is-type-special .js-gallery-prev {
  left: 30px;
}

.cb-gallery-pattern__description__switch {
  display: none;
}

.js-gallery-over-layer.is-type-special .cb-gallery-pattern__description__switch {
  position: absolute;
  display: block;
  top: 10px;
  right: 8px;
  z-index: 3;
}

.is-visible.js-gallery-over-layer .cb-gallery-pattern__description__switch {
  display: none;
}

@-webkit-keyframes anime1 {
  50% {
    margin-top: -62px;
    margin-left: -62px;
    width: 123px;
    height: 123px;
  }
  80% {
    margin-top: -62px;
    margin-left: -62px;
    width: 123px;
    height: 123px;
  }
  100% {
    margin-top: -56px;
    margin-left: -56px;
    width: 112px;
    height: 112px;
  }
}

@keyframes anime1 {
  50% {
    margin-top: -62px;
    margin-left: -62px;
    width: 123px;
    height: 123px;
  }
  80% {
    margin-top: -62px;
    margin-left: -62px;
    width: 123px;
    height: 123px;
  }
  100% {
    margin-top: -56px;
    margin-left: -56px;
    width: 112px;
    height: 112px;
  }
}

@-webkit-keyframes anime2 {
  80% {
    width: 264px;
    height: 41px;
  }
  100% {
    width: 240px;
    height: 38px;
  }
}

@keyframes anime2 {
  80% {
    width: 264px;
    height: 41px;
  }
  100% {
    width: 240px;
    height: 38px;
  }
}

@-webkit-keyframes anime3 {
  80% {
    width: 280px;
    height: 77px;
  }
  100% {
    width: 255px;
    height: 70px;
  }
}

@keyframes anime3 {
  80% {
    width: 280px;
    height: 77px;
  }
  100% {
    width: 255px;
    height: 70px;
  }
}

.cb-gallery-switch {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 50px -20px auto;
  padding-left: 5px;
  width: 100px;
}

.cb-gallery-switch__item {
  margin-right: 10px;
  cursor: pointer;
}

.cb-gallery-switch__item_inner {
  display: table-cell;
  width: 32px;
  height: 32px;
  background-color: #c7c8c8;
  vertical-align: middle;
  text-align: center;
}

.cb-gallery-switch__item_inner img {
  display: block;
  margin: 0 auto;
}

.is-current .cb-gallery-switch__item_inner {
  background-color: #868686;
}

.cb-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin-left: 27px;
  width: 470px;
  -webkit-box-pack: center;
  justify-content: center;
}

.cb-gallery-list__item {
  margin: 0 17px;
  position: relative;
}

.menu-newIcon {
  position: absolute;
  top: -14px;
  left: 6px;
}

.cb-gallery-list__item a {
  display: block;
  padding-bottom: 2px;
  min-height: 17.5px;
}

.cb-gallery-list__item a img {
  display: block;
}

.cb-gallery-list__item a.is-current {
  border-bottom: solid 2px #666;
}

.cb-gallery-list__item a:hover {
  border-bottom: solid 2px #666;
}

.cb-gallery-special_text {
  text-align: center;
  margin: 40px 0 30px;
  display: none;
}

.banner-set {
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: 30px;
  width: 580px;
}

.banner-set .slick-next {
  width: 14px;
  margin-top: -7px;
  height: 14px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  text-indent: -9999px;
}

.banner-set .slick-prev {
  text-indent: -9999px;
  width: 14px;
  margin-top: -7px;
  height: 14px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-135deg);
}

.banner-set__wrapper {
  overflow: hidden;
}

.cb-footer {
  float: right;
  margin: 20px 65px 0 0;
}

.cb-sns {
  float: right;
  margin-top: 25px;
  margin-right: 30px;
}

.cb-sns__item {
  display: table-cell;
  padding-left: 22px;
}

.cb-footer__copy {
  display: block;
  margin-top: 10px;
  text-align: right;
}

.color-setbox {
  position: absolute;
  bottom: 30px;
  left: 16px;
  display: none;
}

.color-setbox.is-active {
  display: block;
}

.color-set {
  float: left;
  padding: 8px 10px;
  width: 285px;
  border: solid 1px #b7b7b7;
  background-color: rgba(255, 255, 255, .7);
}

.color-set__item {
  position: relative;
}

.color-set__item:hover .color-set__item__text {
  display: block;
}

.color-set__item__text {
  position: absolute;
  top: -50px;
  left: 50%;
  display: none;
  padding: 5px 10px 4px;
  background-color: rgba(255, 255, 255, .7);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.color-set__item__text::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 8px 4px 0 4px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .7) transparent transparent transparent;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.color-set__item__color {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.color-set__item__color--black {
  background-color: #141615;
}

.color-set__item__color--gray {
  background-color: #4d5154;
}

.color-set__item__color--aquamint {
  background-color: #6ea39f;
}

.color-set__item__color--blue {
  background-color: #005671;
}

.color-set__item__color--bitterchocolat {
  background-color: #55353d;
}

.color-set__item__color--silver {
  background-color: #a6b8c1;
}

.color-set__item__color--white {
  background-color: #c7cdc3;
}

.color-set__item__color--lightginger {
  background-color: #989994;
}

.color-set__item__color--red {
  background-color: #8b2a2f;
}

.color-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cb-size {
  float: left;
  margin-left: 5px;
}

.cb-size__item::before,
.cb-size__item--plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #000;
  content: '';
}

.cb-size__item {
  position: relative;
  float: left;
  margin-left: 2px;
  width: 43px;
  height: 43px;
  border: solid 1px #b7b7b7;
  background-color: rgba(255, 255, 255, .7);
  cursor: pointer;
}

.cb-size__item::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cb-size__item--plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.cb-size__item.is-disable {
  background-color: rgba(255, 255, 255, .7) !important;
  cursor: default;
}

.car-size-set1 .cb-size__item {
  background-color: rgba(183, 183, 183, .5);
}

.car-size-set1 .cb-size__item--minus::after,
.car-size-set1 .cb-size__item--minus::before {
  background-color: #b7b7b7;
}

.car-size-set3 .cb-size__item {
  background-color: rgba(183, 183, 183, .5);
}

.car-size-set3 .cb-size__item--plus {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.car-size-set3 .cb-size__item--plus::after,
.car-size-set3 .cb-size__item--plus::before {
  background-color: #b7b7b7;
}

.cb-contentbox--01 {
  padding-top: 25px;
}

.cb-contentbox--02 {
  margin: 10px 0 56px 30px;
  width: 614px;
  text-align: center;
}

.cb-contentbox--02 .mCSB_inside>.mCSB_container {
  margin-left: 10px;
}

.cb-step-list__item {
  margin-bottom: 87px;
}

.cb-step-list__item:nth-child(3) {
  padding-top: 22px;
}

.cb-step-list__item:nth-child(4) {
  margin-top: -15px;
}

.cb-step-list__item:nth-child(5) {
  margin-top: -27px;
  margin-bottom: 70px;
}

.cb-text01 {
  margin-bottom: 50px;
  text-align: center;
}

.cb-text01+.cb-footer_txt {
  margin-bottom: 80px;
}

.cb-news-list {
  margin: 65px auto 40px;
  width: 550px;
  text-align: left;
}

.cb-news-wrapper {
  min-height: 500px;
}

.cb-news-list__item--dd {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: dotted 1px #000;
  font-size: 21px;
}

.cb-news-list__item--dt {
  margin-bottom: 5px;
  color: #a3a3a3;
  font-size: 16px;
}

.cb-news-list__item span {
  font-size: 16px;
}

.cb-news-list__item--dt span {
  font-size: 10px;
  background-color: #f00;
  padding: 2px 7px;
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.movebox {
  margin: 0 auto 50px;
  width: 400px;
  color: #fff;
}

.movebox+.cb-footer_txt {
  margin-bottom: -20px;
}

.cb-footer_txt {
  padding-bottom: 25px;
  text-align: center;
}

#grayLayer,
#overLayer {
  position: fixed;
  display: none;
}

#grayLayer.is-active,
#overLayer.is-active {
  display: block;
}

#grayLayer {
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

#overLayer {
  top: 50%;
  left: 50%;
  z-index: 100;
  padding: 20px;
  width: 500px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#overLayer_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  background-image: url('/SP/CUBE/SHIPPO/images/icon/icon-close.png');
  cursor: pointer;
}

#overLayer_content.howto img {
  width: 100%;
}

.about_soldout {
  text-align: center;
}

.soldout_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  z-index: 0;
  opacity: 0;
  transition: opacity .5s;
}

.soldout_modal .contents {
  position: absolute;
  width: 628px;
  height: 500px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.soldout_modal .contents .inner {
  position: relative;
}

.soldout_modal .contents .inner .close {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media only screen and (min-width: 768px) {
  .md-btn01 {
    padding: 3px 20px 1px;
    font-size: 24px;
  }
  .md-btn02 {
    margin-top: 25px;
    padding: 3px 20px 1px;
    font-size: 24px;
  }
  .md-btn03 {
    margin-top: 25px;
    padding: 5px 20px;
    min-width: 300px;
    font-size: 24px;
  }
}