/* ---------- setting ---------- ---------- */

.js-item-more-place { display: none; }

@keyframes loading_loop { 0% { opacity: 0.6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  50% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% { opacity: 0.6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } }

@keyframes scroll_loop { 0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); } }

@keyframes scroll_loop2 { 0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-280px, 0, 0); } }

@keyframes kira1 { 0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  60% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  90% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes kira2 { 0% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  10% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  20% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  70% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes infinite_scroll_x { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }

@media print, screen and (min-width: 768px) {

 .block-loading { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #000; color: #fff; z-index: 1000; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; transition-duration: 1s; }

 .block-loading ._t { font-size: 24px; text-align: center; letter-spacing: 0.2em; animation: loading_loop 0.4s ease-in-out 0s infinite; }

 html.__DEV__ .block-loading { transition-duration: 0s; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; }

 body.js-mv-start1 .block-loading { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; }

 .block-bg { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/bg.jpg) center top; }

 .block-bg div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-bg div:nth-child(1) { animation: kira1 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star1.png) center top; }

 .block-bg div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star2.png) center top; }

 .block-mv { position: relative; height: 1100px; overflow: hidden; background: #000 url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/bg.jpg) center top no-repeat; }

 .block-mv:after { content: ""; display: block; position: absolute; top: 0px; left: calc(50% - 900px); width: 150px; bottom: 0px; background: linear-gradient(-90deg, transparent 0%, #000 100%); z-index: 20; }

 .block-mv:before { content: ""; display: block; position: absolute; top: 0px; right: calc(50% - 900px); width: 150px; bottom: 0px; background: rgba(255, 0, 0, 0.3); background: linear-gradient(90deg, transparent 0%, #000 100%); z-index: 20; }

 .block-mv ._bg { position: absolute; top: -57px; left: calc(50% - 870px); width: 1740px; height: 1740px; }

 body.is-seiza-yagi .block-mv ._bg { -ms-transform: rotate(0deg); transform: rotate(0deg); }

 body.is-seiza-mizugame .block-mv ._bg { -ms-transform: rotate(-30deg); transform: rotate(-30deg); }

 body.is-seiza-uo .block-mv ._bg { -ms-transform: rotate(-60deg); transform: rotate(-60deg); }

 body.is-seiza-ohitsuji .block-mv ._bg { -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

 body.is-seiza-oushi .block-mv ._bg { -ms-transform: rotate(-120deg); transform: rotate(-120deg); }

 body.is-seiza-futago .block-mv ._bg { -ms-transform: rotate(-150deg); transform: rotate(-150deg); }

 body.is-seiza-kani .block-mv ._bg { -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

 body.is-seiza-shishi .block-mv ._bg { -ms-transform: rotate(-210deg); transform: rotate(-210deg); }

 body.is-seiza-otome .block-mv ._bg { -ms-transform: rotate(-240deg); transform: rotate(-240deg); }

 body.is-seiza-tenbin .block-mv ._bg { -ms-transform: rotate(-270deg); transform: rotate(-270deg); }

 body.is-seiza-sasori .block-mv ._bg { -ms-transform: rotate(-300deg); transform: rotate(-300deg); }

 body.is-seiza-ite .block-mv ._bg { -ms-transform: rotate(-330deg); transform: rotate(-330deg); }

 .block-mv ._bg ._bg-inner { position: relative; display: block; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/star.png) center center no-repeat; width: 1740px; height: 1740px; }

 body.js-mv-start3 .block-mv ._bg ._bg-inner { animation: infinite_scroll_x 240s linear 0s infinite; }

 .block-mv ._bg ._bg-inner div { position: absolute; top: 0px; left: 0px; display: block; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/star_line.png) center center no-repeat; width: 1740px; height: 1740px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0.5s; }

 body.js-mv-start2 .block-mv ._bg ._bg-inner div { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-mv ._bg-kira { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1;}

 .block-mv ._bg-kira div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-mv ._bg-kira div:nth-child(1) { animation: kira1 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star1.png) center top; }

 .block-mv ._bg-kira div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star2.png) center top; }

 .block-mv ._earth { position: absolute; top: 0; left: calc(50% - 900px); width: 1800px; height: 1100px; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/earth.png) center center no-repeat; }

 .block-mv ._inner { margin: 0 auto; width: 1000px; position: relative; }

 .block-mv ._inner ._rogo { position: absolute; top: 364px; left: 270px; width: 472px; height: 197px; }

 .block-mv ._inner ._texts { position: absolute; top: 580px; left: 0; right: 0; line-height: 1.8; font-weight: bold; text-align: center; color: #fff; }

 .block-mv ._inner ._texts ._t1 { font-size: 42px; text-shadow: 0px 0 5px #081430; }

 .block-mv ._inner ._texts ._t2 { font-size: 20px; text-shadow: 0px 0 5px #081430; }

 .block-brand { position: relative; height: 530px; }

 .block-brand:after { content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; height: 50px; }

 .block-brand .block-inner { position: relative; }

 .block-brand ._title { position: absolute; top: 63px; left: 249px; width: 502px; height: 93px; }

 .block-brand ._lead { position: absolute; top: 168px; left: 262px; width: 468px; }

 .block-brand ._lead { color: #fff; font-size: 15px; text-align: center; line-height: 1.5; }

 .block-brand ._item { background: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p1.png) center center no-repeat; position: absolute; cursor: pointer; transition-duration: 0.2s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

 .block-brand ._item.is-1 { position: absolute; top: 150px; left: -7px; width: 224px; height: 53px; }

 .block-brand ._item.is-2 { position: absolute; top: 145px; left: 801px; width: 200px; height: 59px; }

 .block-brand ._item.is-3 { position: absolute; top: 272px; left: 0px; width: 225px; height: 56px; }

 .block-brand ._item.is-4 { position: absolute; top: 270px; left: 264px; width: 195px; height: 60px; }

 .block-brand ._item.is-5 { position: absolute; top: 271px; left: 504px; width: 217px; height: 56px; }

 .block-brand ._item.is-6 { position: absolute; top: 275px; left: 762px; width: 236px; height: 58px; }

 .block-brand ._item.is-1 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p1.png); }

 .block-brand ._item.is-2 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p2.png); }

 .block-brand ._item.is-3 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p3.png); }

 .block-brand ._item.is-4 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p4.png); }

 .block-brand ._item.is-5 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p5.png); }

 .block-brand ._item.is-6 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p6.png); }

 .block-brand ._item:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-brand ._item:hover.is-1 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p1.png); }

 .block-brand ._item:hover.is-2 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p2.png); }

 .block-brand ._item:hover.is-3 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p3.png); }

 .block-brand ._item:hover.is-4 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p4.png); }

 .block-brand ._item:hover.is-5 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p5.png); }

 .block-brand ._item:hover.is-6 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p6.png); }

 .block-news { padding: 80px 0 60px 0; position: relative; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: rgba(255, 255, 255, 0.08); }

 .block-news ._row-header { text-align: center; }

 .block-news ._row-body { margin-top: 20px; }

 .block-news ._row-footer { margin-top: 40px; }

 .block-pickup { padding: 80px 0 40px 0; position: relative; overflow: hidden; }

 .block-pickup ._row-header h2 { text-align: center; }

 .block-pickup ._row-body { position: relative; }

 .block-pickup ._link { margin-top: 40px; position: relative; height: 450px; width: 100%; }

 .block-pickup ._link img { width: 100%; }

 .block-pickup ._link li.js-slider360-list { position: absolute; width: 700px; /*height: 395px;*/ top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; transition-duration: 0.6s; }

 .block-pickup ._link li.js-slider360-list .swiper-slide-top { transition-duration: 0.6s; -ms-transform: scale(0.3); transform: scale(0.3); background: #000; }

 .block-pickup ._link li.js-slider360-list img { transition-duration: 0.6s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; pointer-events: none; }

 .block-pickup ._link li.js-slider360-list.is-1 { -ms-transform: translate(-150%, -50%); transform: translate(-150%, -50%); z-index: 1; }

 .block-pickup ._link li.js-slider360-list.is-1 .swiper-slide-top { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup ._link li.js-slider360-list.is-2 { -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); z-index: 2; }

 .block-pickup ._link li.js-slider360-list.is-2 .swiper-slide-top { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.js-slider360-list.is-3 { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 4; }

 .block-pickup ._link li.js-slider360-list.is-3 .swiper-slide-top { -ms-transform: scale(1); transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.js-slider360-list.is-3 img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.js-slider360-list.is-4 { -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 2; }

 .block-pickup ._link li.js-slider360-list.is-4 .swiper-slide-top { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.js-slider360-list.is-5 { -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); z-index: 1; }

 .block-pickup ._link li.js-slider360-list.is-5 .swiper-slide-top { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup a { display: block; color: #fff; }

 .block-pickup ._row-btns { position: relative; height: 100px; }

 .block-pickup ._btn-prev { position: absolute; left: calc(50% - 70px); bottom: 20px; width: 100%; height: 100%; width: 60px; height: 50px; border: 1px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_prev_yl.png) center center no-repeat; cursor: pointer; }

 .block-pickup ._btn-prev:hover { background: #eec748 url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_prev_bk.png) center center no-repeat; }

 .block-pickup ._btn-next { position: absolute; left: calc(50% + 20px); bottom: 20px; width: 100%; height: 100%; width: 60px; height: 50px; border: 1px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_next_yl.png) center center no-repeat; cursor: pointer; }

 .block-pickup ._btn-next:hover { background: #eec748 url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_next_bk.png) center center no-repeat; }

 .block-pickup2 { padding: 80px 0 40px 0; position: relative; }

 .block-pickup2 ._image { text-align: center; }

 .block-pickup2 ._movie { margin-top: 40px; text-align: center; }

 .block-items { padding: 80px 0; position: relative; color: #fff; }

 .block-items ._row-header { text-align: center; }

 .block-items ._row-search { margin-top: 40px; }

 .block-items ._row-equ { margin-top: 60px; }

 .block-items ._row-equ ._lead { margin-top: 20px; text-align: center; font-size: 20px; line-height: 1.5; }

 .block-items ._row-list { margin-top: 40px; }

 .block-items ._row-footer { margin-top: 80px; text-align: center; }

 .block-items ._box { width: 940px; margin: 0 auto; border: 1px solid #706957; }

 .block-items ._box ._box-header { background: url(https://tamashiiweb.com/special/jumpcs/scm/images/items/bg.png) left top no-repeat; width: 938px; height: 95px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; cursor: pointer; transition-duration: 0.2s; }

 .block-items ._box ._box-header:hover { opacity: 0.85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

 .block-items ._box ._box-header > * { font-size: 30px; font-weight: normal; padding-right: 40px; position: relative; }

 .block-items ._box ._box-header > *:after { content: ""; display: block; position: absolute; top: 50%; right: 0px; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/icon_toggle.png) left top no-repeat; background-size: contain; width: 20px; height: 20px; -ms-transform: translate(0, -40%); transform: translate(0, -40%); transition-duration: 0.2s; }

 .block-items ._box ._box-header.js-open > *:after { -ms-transform: translate(0, -40%) rotate(180deg); transform: translate(0, -40%) rotate(180deg); }

 .block-items ._box ._box-body { padding: 50px 30px 40px 30px; }

 .block-items ._box ._box-body ._btns { margin-top: 20px; text-align: center; }

 .block-items ._cols { display: -ms-flexbox; display: flex; }

 .block-items ._cols > div { -ms-flex: 1; flex: 1; }

 .block-items ._cols > div:nth-child(1) { margin-right: 20px; }

 .block-items ._cols > div:nth-child(2) { margin-left: 20px; }

 .block-items ._set { padding: 5px 0; }

 .block-items ._set + ._set { margin-top: 20px; }

 .block-items dl { margin: 0; padding: 0; }

 .block-items dl dt { margin: 0; padding: 5px 0; font-size: 20px; }

 .block-items dl dd { margin: 0; padding: 5px 0; font-size: 20px; }

 .block-items dl.is-wide dd { margin: 0; margin-top: 10px; }

 .block-items dl.is-normal { display: -ms-flexbox; display: flex; }

 .block-items dl.is-normal dt { width: 100px; }

 .block-items dl.is-normal dd { margin: 0; -ms-flex: 1; flex: 1; }/* ----------------------------------------------------------
.block-online
---------------------------------------------------------- */

 .block-online { position: relative; padding: 70px 0; color: #fff; }

 .block-online ._row-header { position: relative; }

 .block-online ._row-header h2 { text-align: center; }

 .block-online ._row-header ._lead { text-align: center; margin-top: 40px; font-size: 16px; line-height: 2.125; }

 .block-online ._row-body { position: relative; margin-top: 30px; }

 .block-online ._btns1 ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

 .block-online ._btns1 li { width: 46%; margin: 10px; }

 .block-online ._btns2 ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

 .block-online ._btns2 li { width: 23%; margin: 10px; }

 .block-links { padding: 80px 0; position: relative; }

 .block-links ._row-header h2 { text-align: center; }

 .block-links ._row-body { margin-top: 40px; }

 .block-links ._list { width: 760px; margin: 0 auto; text-align: center; }

 .block-links ._list li { display: inline-block; margin: 0 5px; text-align: center; }

 .block-links a { display: inline-block; border: 1px solid #6f7072; }

 .block-loading { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #000; color: #fff; z-index: 1000; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; transition-duration: 1s; }

 .block-loading ._t { font-size: 24px; text-align: center; letter-spacing: 0.2em; animation: loading_loop 0.4s ease-in-out 0s infinite; }

 html.__DEV__ .block-loading { transition-duration: 0s; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; }

 body.js-mv-start1 .block-loading { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; }

 .block-bg { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/bg.jpg) center top; }

 .block-bg div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-bg div:nth-child(1) { animation: kira1 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star1.png) center top; }

 .block-bg div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star2.png) center top; }

 .block-mv { position: relative; height: 1100px; overflow: hidden; background: #000 url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/bg.jpg) center top no-repeat; }

 .block-mv:after { content: ""; display: block; position: absolute; top: 0px; left: calc(50% - 900px); width: 150px; bottom: 0px; background: linear-gradient(-90deg, transparent 0%, #000 100%); z-index: 20; }

 .block-mv:before { content: ""; display: block; position: absolute; top: 0px; right: calc(50% - 900px); width: 150px; bottom: 0px; background: rgba(255, 0, 0, 0.3); background: linear-gradient(90deg, transparent 0%, #000 100%); z-index: 20; }

 .block-mv ._bg { position: absolute; top: -57px; left: calc(50% - 870px); width: 1740px; height: 1740px; }

 body.is-seiza-yagi .block-mv ._bg { -ms-transform: rotate(0deg); transform: rotate(0deg); }

 body.is-seiza-mizugame .block-mv ._bg { -ms-transform: rotate(-30deg); transform: rotate(-30deg); }

 body.is-seiza-uo .block-mv ._bg { -ms-transform: rotate(-60deg); transform: rotate(-60deg); }

 body.is-seiza-ohitsuji .block-mv ._bg { -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

 body.is-seiza-oushi .block-mv ._bg { -ms-transform: rotate(-120deg); transform: rotate(-120deg); }

 body.is-seiza-futago .block-mv ._bg { -ms-transform: rotate(-150deg); transform: rotate(-150deg); }

 body.is-seiza-kani .block-mv ._bg { -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

 body.is-seiza-shishi .block-mv ._bg { -ms-transform: rotate(-210deg); transform: rotate(-210deg); }

 body.is-seiza-otome .block-mv ._bg { -ms-transform: rotate(-240deg); transform: rotate(-240deg); }

 body.is-seiza-tenbin .block-mv ._bg { -ms-transform: rotate(-270deg); transform: rotate(-270deg); }

 body.is-seiza-sasori .block-mv ._bg { -ms-transform: rotate(-300deg); transform: rotate(-300deg); }

 body.is-seiza-ite .block-mv ._bg { -ms-transform: rotate(-330deg); transform: rotate(-330deg); }

 .block-mv ._bg ._bg-inner { position: relative; display: block; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/star.png) center center no-repeat; width: 1740px; height: 1740px; }

 body.js-mv-start3 .block-mv ._bg ._bg-inner { animation: infinite_scroll_x 240s linear 0s infinite; }

 .block-mv ._bg ._bg-inner div { position: absolute; top: 0px; left: 0px; display: block; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/star_line.png) center center no-repeat; width: 1740px; height: 1740px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0.5s; }

 body.js-mv-start2 .block-mv ._bg ._bg-inner div { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-mv ._bg-kira { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-mv ._bg-kira div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-mv ._bg-kira div:nth-child(1) { animation: kira1 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star1.png) center top; }

 .block-mv ._bg-kira div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star2.png) center top; }

 .block-mv ._earth { position: absolute; top: 0; left: calc(50% - 900px); width: 1800px; height: 1100px; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/earth.png) center center no-repeat; }

 .block-mv ._inner { margin: 0 auto; width: 1000px; position: relative; }

 .block-mv ._inner ._rogo { position: absolute; top: 364px; left: 270px; width: 472px; height: 197px; }

 .block-mv ._inner ._texts { position: absolute; top: 580px; left: 0; right: 0; line-height: 1.8; font-weight: bold; text-align: center; color: #fff; }

 .block-mv ._inner ._texts ._t1 { font-size: 42px; text-shadow: 0px 0 5px #081430; }

 .block-mv ._inner ._texts ._t2 { font-size: 20px; text-shadow: 0px 0 5px #081430; }

 .block-brand { position: relative; height: 530px; }

 .block-brand:after { content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; height: 50px; }

 .block-brand .block-inner { position: relative; }

 .block-brand ._title { position: absolute; top: 63px; left: 249px; width: 502px; height: 93px; }

 .block-brand ._lead { position: absolute; top: 168px; left: 262px; width: 468px; }

 .block-brand ._lead { color: #fff; font-size: 15px; text-align: center; line-height: 1.5; }

 .block-brand ._item { background: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p1.png) center center no-repeat; position: absolute; cursor: pointer; transition-duration: 0.2s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

 .block-brand ._item.is-1 { position: absolute; top: 150px; left: -7px; width: 224px; height: 53px; }

 .block-brand ._item.is-2 { position: absolute; top: 145px; left: 801px; width: 200px; height: 59px; }

 .block-brand ._item.is-3 { position: absolute; top: 272px; left: 0px; width: 225px; height: 56px; }

 .block-brand ._item.is-4 { position: absolute; top: 270px; left: 264px; width: 195px; height: 60px; }

 .block-brand ._item.is-5 { position: absolute; top: 271px; left: 504px; width: 217px; height: 56px; }

 .block-brand ._item.is-6 { position: absolute; top: 275px; left: 762px; width: 236px; height: 58px; }

 .block-brand ._item.is-1 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p1.png); }

 .block-brand ._item.is-2 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p2.png); }

 .block-brand ._item.is-3 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p3.png); }

 .block-brand ._item.is-4 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p4.png); }

 .block-brand ._item.is-5 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p5.png); }

 .block-brand ._item.is-6 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/off/p6.png); }

 .block-brand ._item:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-brand ._item:hover.is-1 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p1.png); }

 .block-brand ._item:hover.is-2 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p2.png); }

 .block-brand ._item:hover.is-3 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p3.png); }

 .block-brand ._item:hover.is-4 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p4.png); }

 .block-brand ._item:hover.is-5 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p5.png); }

 .block-brand ._item:hover.is-6 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p6.png); }

 .block-news { padding: 80px 0 60px 0; position: relative; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: rgba(255, 255, 255, 0.08); }

 .block-news ._row-header { text-align: center; }

 .block-news ._row-body { margin-top: 20px; }

 .block-news ._row-footer { margin-top: 40px; }

 .block-pickup { padding: 80px 0 40px 0; position: relative; overflow: hidden; }

 .block-pickup ._row-header h2 { text-align: center; }

 .block-pickup ._row-body { position: relative; }

 .block-pickup ._link { margin-top: 40px; position: relative; height: 450px; width: 100%; }

 .block-pickup ._link img { width: 100%; }

 .block-pickup ._link li.js-slider360-list { position: absolute; width: 700px; /*height: 395px;*/ top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; transition-duration: 0.6s; }

 .block-pickup ._link li.js-slider360-list > a > div { transition-duration: 0.6s; -ms-transform: scale(0.3); transform: scale(0.3); background: #000; }

 .block-pickup ._link li.js-slider360-list img { transition-duration: 0.6s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; pointer-events: none; }

 .block-pickup ._link li.js-slider360-list.is-1 { -ms-transform: translate(-150%, -50%); transform: translate(-150%, -50%); z-index: 1; }

 .block-pickup ._link li.js-slider360-list.is-1 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup ._link li.js-slider360-list.is-2 { -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); z-index: 2; }

 .block-pickup ._link li.js-slider360-list.is-2 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.js-slider360-list.is-3 { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 4; }

 .block-pickup ._link li.js-slider360-list.is-3 > a > div { -ms-transform: scale(1); transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.js-slider360-list.is-3 img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.js-slider360-list.is-4 { -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 2; }

 .block-pickup ._link li.js-slider360-list.is-4 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.js-slider360-list.is-5 { -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); z-index: 1; }

 .block-pickup ._link li.js-slider360-list.is-5 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup a { display: block; color: #fff; }

 .block-pickup ._row-btns { position: relative; height: 100px; }

 .block-pickup ._btn-prev { position: absolute; left: calc(50% - 70px); bottom: 20px; width: 100%; height: 100%; width: 60px; height: 50px; border: 1px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_prev_yl.png) center center no-repeat; cursor: pointer; }

 .block-pickup ._btn-prev:hover { background: #eec748 url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_prev_bk.png) center center no-repeat; }

 .block-pickup ._btn-next { position: absolute; left: calc(50% + 20px); bottom: 20px; width: 100%; height: 100%; width: 60px; height: 50px; border: 1px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_next_yl.png) center center no-repeat; cursor: pointer; }

 .block-pickup ._btn-next:hover { background: #eec748 url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_next_bk.png) center center no-repeat; }

 .block-pickup2 { padding: 80px 0 40px 0; position: relative; }

 .block-pickup2 ._image { text-align: center; }

 .block-pickup2 ._movie { margin-top: 40px; text-align: center; }

 .block-items { padding: 80px 0; position: relative; color: #fff; }

 .block-items ._row-header { text-align: center; }

 .block-items ._row-search { margin-top: 40px; }

 .block-items ._row-equ { margin-top: 60px; }

 .block-items ._row-equ ._lead { margin-top: 20px; text-align: center; font-size: 20px; line-height: 1.5; }

  .block-items ._row-text {
      text-align: center;
      color: #fff;
      font-size: 23px;
      margin: 40px 0 30px;
  }

  .block-items ._row-text span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px;
      margin-top: -5px;
  }

  .block-items ._row-text span img{
    max-width: 110px;
  }

 .block-items ._row-list { margin-top: 40px; }

 .block-items ._row-footer { margin-top: 80px; text-align: center; }

 .block-items ._box { width: 940px; margin: 0 auto; border: 1px solid #706957; }

 .block-items ._box ._box-header { background: url(https://tamashiiweb.com/special/jumpcs/scm/images/items/bg.png) left top no-repeat; width: 938px; height: 95px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; cursor: pointer; transition-duration: 0.2s; }

 .block-items ._box ._box-header:hover { opacity: 0.85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

 .block-items ._box ._box-header > * { font-size: 30px; font-weight: normal; padding-right: 40px; position: relative; }

 .block-items ._box ._box-header > *:after { content: ""; display: block; position: absolute; top: 50%; right: 0px; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/icon_toggle.png) left top no-repeat; background-size: contain; width: 20px; height: 20px; -ms-transform: translate(0, -40%); transform: translate(0, -40%); transition-duration: 0.2s; }

 .block-items ._box ._box-header.js-open > *:after { -ms-transform: translate(0, -40%) rotate(180deg); transform: translate(0, -40%) rotate(180deg); }

 .block-items ._box ._box-body { padding: 50px 30px 40px 30px; }

 .block-items ._box ._box-body ._btns { margin-top: 20px; text-align: center; }

 .block-items ._cols { display: -ms-flexbox; display: flex; }

 .block-items ._cols > div { -ms-flex: 1; flex: 1; }

 .block-items ._cols > div:nth-child(1) { margin-right: 20px; }

 .block-items ._cols > div:nth-child(2) { margin-left: 20px; }

 .block-items ._set { padding: 5px 0; }

 .block-items ._set + ._set { margin-top: 20px; }

 .block-items dl { margin: 0; padding: 0; }

 .block-items dl dt { margin: 0; padding: 5px 0; font-size: 20px; }

 .block-items dl dd { margin: 0; padding: 5px 0; font-size: 20px; }

 .block-items dl.is-wide dd { margin: 0; margin-top: 10px; }

 .block-items dl.is-normal { display: -ms-flexbox; display: flex; }

 .block-items dl.is-normal dt { width: 100px; }

 .block-items dl.is-normal dd { margin: 0; -ms-flex: 1; flex: 1; }/* ----------------------------------------------------------
.block-online
---------------------------------------------------------- */

 .block-online { position: relative; padding: 70px 0; color: #fff; }

 .block-online ._row-header { position: relative; }

 .block-online ._row-header h2 { text-align: center; }

 .block-online ._row-header ._lead { text-align: center; margin-top: 40px; font-size: 16px; line-height: 2.125; }

 .block-online ._row-body { position: relative; margin-top: 30px; }

 .block-online ._btns1 ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

 .block-online ._btns1 li { width: 46%; margin: 10px; }

 .block-online ._btns2 ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

 .block-online ._btns2 li { width: 23%; margin: 10px; }

 .block-links { padding: 80px 0; position: relative; }

 .block-links ._row-header h2 { text-align: center; }

 .block-links ._row-body { margin-top: 40px; }

 .block-links ._list { width: 760px; margin: 0 auto; text-align: center; }

 .block-links ._list li { display: inline-block; margin: 0 5px; text-align: center; }

 .block-links a { display: inline-block; border: 1px solid #6f7072; }

 .block-copy { margin-top: 40px; padding: 40px 0; text-align: center; color: #fff; }

 .block-copy p { font-size: 12px; line-height: 1.5; } }

@media screen and (max-width: 767px) {

 .block-loading { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #000; color: #fff; z-index: 1000; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; transition-duration: 1s; }

 .block-loading ._t { font-size: 18px; text-align: center; letter-spacing: 0.2em; animation: loading_loop 0.4s ease-in-out 0s infinite; }

 body.js-mv-start1 .block-loading { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; }

 .block-bg { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/bg.jpg) center top; background-size: 200% auto; }

 .block-bg div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-bg div:nth-child(1) { animation: kira1 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star1.png) center top; background-size: 100% auto; }

 .block-bg div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star2.png) center top; background-size: 100% auto; }

 .block-mv { position: relative; height: 85vw; overflow: hidden; }

 .block-mv ._bg { position: absolute; top: -2vw; left: calc(50% - 52vw); width: 104vw; height: 104vw; -ms-transform: rotate(-60deg); transform: rotate(-60deg); }

 .block-mv ._bg ._bg-inner { position: relative; display: block; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/star.png) center center no-repeat; background-size: contain; width: 104vw; height: 104vw; }

 body.js-mv-start3 .block-mv ._bg ._bg-inner { animation: infinite_scroll_x 240s linear 0s infinite; }

 .block-mv ._bg ._bg-inner div { position: absolute; top: 0px; left: 0px; display: block; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/star_line.png) center center no-repeat; background-size: contain; width: 104vw; height: 104vw; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0.5s; }

 body.js-mv-start2 .block-mv ._bg ._bg-inner div { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-mv ._bg-kira { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-mv ._bg-kira div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-mv ._bg-kira div:nth-child(1) { animation: kira1 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star1.png) center top; background-size: 100% auto; }

 .block-mv ._bg-kira div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star2.png) center top; background-size: 100% auto; }

 .block-mv ._earth { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/earth_sp.png) center bottom no-repeat; background-size: contain; }

 .block-mv ._inner { margin: 0 auto; width: 100%; position: relative; }

 .block-mv ._inner ._rogo { position: absolute; top: 35vw; left: 25vw; width: 50vw; }

 .block-mv ._inner ._texts { position: absolute; top: 58vw; left: 0; right: 0; line-height: 1.8; font-weight: bold; text-align: center; color: #fff; }

 .block-mv ._inner ._texts ._t1 { font-size: 5.33333vw; text-shadow: 0px 0 5px #081430; letter-spacing: -0.05em; }

 .block-mv ._inner ._texts ._t2 { font-size: 2.66667vw; text-shadow: 0px 0 5px #081430; }

 .block-brand { position: relative; height: 80vw; }

 .block-brand:after { content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; height: 50px; }

 .block-brand ._title { position: absolute; top: 11.32vw; left: 3.38vw; width: 93.48vw; height: 16.27vw; }

 .block-brand ._lead { position: absolute; top: 30vw; left: 0; right: 0; }

 .block-brand ._lead { color: #fff; font-size: 2.93333vw; text-align: center; line-height: 1.5; }

 .block-brand ._item { background: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p1.png) center center no-repeat; background-size: cover; position: absolute; }

 .block-brand ._item.is-1 { position: absolute; top: 40.75vw; left: 2.08vw; width: 29.16vw; height: 6.9vw; }

 .block-brand ._item.is-2 { position: absolute; top: 40.23vw; left: 35.93vw; width: 26.04vw; height: 7.68vw; }

 .block-brand ._item.is-3 { position: absolute; top: 40.62vw; left: 67.44vw; width: 29.29vw; height: 7.29vw; }

 .block-brand ._item.is-4 { position: absolute; top: 56.9vw; left: 3.9vw; width: 25.39vw; height: 7.81vw; }

 .block-brand ._item.is-5 { position: absolute; top: 57.16vw; left: 34.63vw; width: 28.25vw; height: 7.29vw; }

 .block-brand ._item.is-6 { position: absolute; top: 57.03vw; left: 67.44vw; width: 30.72vw; height: 7.55vw; }

 .block-brand ._item.is-1 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p1.png); }

 .block-brand ._item.is-2 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p2.png); }

 .block-brand ._item.is-3 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p3.png); }

 .block-brand ._item.is-4 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p4.png); }

 .block-brand ._item.is-5 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p5.png); }

 .block-brand ._item.is-6 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p6.png); }

 .block-news { padding: 40px 0 20px 0; position: relative; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: rgba(255, 255, 255, 0.08); }

 .block-news ._row-header { text-align: center; }

 .block-news ._row-body { margin-top: 20px; }

 .block-news ._row-footer { margin-top: 20px; }

 #__slider360Wrap { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 20; }

 .block-pickup { padding: 40px 0; position: relative; overflow: hidden; }

 .block-pickup ._row-header h2 { text-align: center; }

 .block-pickup ._row-body { position: relative; }

 .block-pickup ._link { margin-top: 40px; position: relative; height: 72vw; }

 .block-pickup ._link li.js-slider360-list { position: absolute; width: 320px; height: 207px; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; transition-duration: 0.6s; }

 .block-pickup ._link li.js-slider360-list > a > div { transition-duration: 0.6s; -ms-transform: scale(0.3); transform: scale(0.3); background: #000; }

 .block-pickup ._link li.js-slider360-list img { transition-duration: 0.6s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

 .block-pickup ._link li.js-slider360-list.is-1 { -ms-transform: translate(-150%, -50%); transform: translate(-150%, -50%); z-index: 1; }

 .block-pickup ._link li.js-slider360-list.is-1 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup ._link li.js-slider360-list.is-2 { -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); z-index: 2; }

 .block-pickup ._link li.js-slider360-list.is-2 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.js-slider360-list.is-3 { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 4; }

 .block-pickup ._link li.js-slider360-list.is-3 > a > div { -ms-transform: scale(1); transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.js-slider360-list.is-3 img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.js-slider360-list.is-4 { -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 2; }

 .block-pickup ._link li.js-slider360-list.is-4 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.js-slider360-list.is-5 { -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); z-index: 1; }

 .block-pickup ._link li.js-slider360-list.is-5 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup a { display: block; color: #fff; }

 .block-pickup ._row-btns { position: relative; height: 70px; }

 .block-pickup ._btn-prev { position: absolute; left: calc(50% - 60px); bottom: 20px; width: 100%; height: 100%; width: 45px; height: 35px; border: 0.5px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_prev_yl.png) center center no-repeat; background-size: 20px 20px; }

 .block-pickup ._btn-next { position: absolute; left: calc(50% + 10px); bottom: 20px; width: 100%; height: 100%; width: 45px; height: 35px; border: 0.5px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_next_yl.png) center center no-repeat; background-size: 20px 20px; }

 .block-pickup2 { padding: 40px 10px; position: relative; }

 .block-pickup2 ._image { text-align: center; }

 .block-pickup2 ._movie { margin-top: 40px; text-align: center; }

 .block-pickup2 img { width: 100%; }

 .block-pickup2 iframe { width: 100%; height: 50vw; }

 .block-items { padding: 40px 10px; position: relative; color: #fff; }

 .block-items ._row-header { text-align: center; }

 .block-items ._row-search { margin-top: 20px; }

 .block-items ._row-equ { margin-top: 30px; }

 .block-items ._row-equ ._lead { margin-top: 10px; text-align: center; line-height: 1.5; }

  .block-items ._row-text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 40px 10px 15px;
    line-height: 1.5em;
  }

  .block-items ._row-text span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    margin-top: -5px;
    max-width: 75px;
  }

 .block-items ._row-list { margin-top: 20px; }

 .block-items ._row-footer { margin-top: 40px; text-align: center; }

 .block-items ._box { border: 0.5px solid #706957; }

 .block-items ._box ._box-header { background: url(https://tamashiiweb.com/special/jumpcs/scm/images/items/bg_sp.png) center center no-repeat; background-size: 100% auto; height: 50px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; cursor: pointer; transition-duration: 0.2s; }

 .block-items ._box ._box-header:hover { opacity: 0.85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

 .block-items ._box ._box-header > * { font-size: 20px; font-weight: normal; padding-right: 30px; position: relative; }

 .block-items ._box ._box-header > *:after { content: ""; display: block; position: absolute; top: 50%; right: 0px; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/icon_toggle.png) left top no-repeat; background-size: contain; width: 15px; height: 15px; -ms-transform: translate(0, -40%); transform: translate(0, -40%); transition-duration: 0.2s; }

 .block-items ._box ._box-header.js-open > *:after { -ms-transform: translate(0, -40%) rotate(180deg); transform: translate(0, -40%) rotate(180deg); }

 .block-items ._box ._box-body { padding: 25px 15px 20px 15px; }

 .block-items ._box ._box-body ._btns { margin-top: 10px; text-align: center; }

 .block-items ._cols > div:nth-child(2) { margin-top: 20px; }

 .block-items ._set { padding: 10px 0; }

 .block-items ._set + ._set { margin-top: 10px; }

 .block-items dl { margin: 0; padding: 0; }

 .block-items dl dt { margin: 0; padding: 2px 0; font-size: 13px; }

 .block-items dl dd { margin: 0; padding: 2px 0; }

 .block-items dl.is-wide dd { margin: 0; margin-top: 5px; }

 .block-items dl.is-normal { display: -ms-flexbox; display: flex; }

 .block-items dl.is-normal dt { width: 5em; }

 .block-items dl.is-normal dd { margin: 0; -ms-flex: 1; flex: 1; }

 .block-online { position: relative; padding: 35px 20px; color: #fff; }

 .block-online ._row-header { position: relative; }

 .block-online ._row-header ._lead { margin-top: 10px; font-size: 10px; line-height: 2; text-align: center; }

 .block-online ._row-body { position: relative; margin-top: 15px; }

 .block-online ._row-body .mod-btns { margin-left: -20px; margin-right: -20px; }

 .block-online ._btns1 { margin: 0 -15px; }

 .block-online ._btns1 ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

 .block-online ._btns1 li { -ms-flex: 1; flex: 1; padding: 4px; }

 .block-online ._btns2 { margin: 0 -15px; }

 .block-online ._btns2 ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

 .block-online ._btns2 li { width: 33%; padding: 4px; }

 .block-links { padding: 40px 50px; position: relative; }

 .block-links img { width: 100%; }

 .block-links ._row-header h2 { text-align: center; }

 .block-links ._row-body { margin-top: 20px; }

 .block-links ._list { text-align: center; }

 .block-links ._list li { display: inline-block; margin: 0 5px; text-align: center; }

 .block-links a { display: inline-block; border: 1px solid #6f7072; }

 .block-loading { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #000; color: #fff; z-index: 1000; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; transition-duration: 1s; }

 .block-loading ._t { font-size: 18px; text-align: center; letter-spacing: 0.2em; animation: loading_loop 0.4s ease-in-out 0s infinite; }

 body.js-mv-start1 .block-loading { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; }

 .block-bg { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/bg.jpg) center top; background-size: 200% auto; }

 .block-bg div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-bg div:nth-child(1) { animation: kira1 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star1.png) center top; background-size: 100% auto; }

 .block-bg div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star2.png) center top; background-size: 100% auto; }

 .block-mv { position: relative; height: 85vw; overflow: hidden; }

 .block-mv ._bg { position: absolute; top: -2vw; left: calc(50% - 52vw); width: 104vw; height: 104vw; -ms-transform: rotate(-60deg); transform: rotate(-60deg); }

 .block-mv ._bg ._bg-inner { position: relative; display: block; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/star.png) center center no-repeat; background-size: contain; width: 104vw; height: 104vw; }

 body.js-mv-start3 .block-mv ._bg ._bg-inner { animation: infinite_scroll_x 240s linear 0s infinite; }

 .block-mv ._bg ._bg-inner div { position: absolute; top: 0px; left: 0px; display: block; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/star_line.png) center center no-repeat; background-size: contain; width: 104vw; height: 104vw; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0.5s; }

 body.js-mv-start2 .block-mv ._bg ._bg-inner div { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-mv ._bg-kira { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1;}

 .block-mv ._bg-kira div { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; }

 .block-mv ._bg-kira div:nth-child(1) { animation: kira1 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star1.png) center top; background-size: 100% auto; }

 .block-mv ._bg-kira div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/star2.png) center top; background-size: 100% auto; }

 .block-mv ._earth { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: url(https://tamashiiweb.com/special/jumpcs/scm/images/mv/earth_sp.png) center bottom no-repeat; background-size: contain; }

 .block-mv ._inner { margin: 0 auto; width: 100%; position: relative; }

 .block-mv ._inner ._rogo { position: absolute; top: 35vw; left: 25vw; width: 50vw; }

 .block-mv ._inner ._texts { position: absolute; top: 58vw; left: 0; right: 0; line-height: 1.8; font-weight: bold; text-align: center; color: #fff; }

 .block-mv ._inner ._texts ._t1 { font-size: 5.33333vw; text-shadow: 0px 0 5px #081430; letter-spacing: -0.05em; }

 .block-mv ._inner ._texts ._t2 { font-size: 2.66667vw; text-shadow: 0px 0 5px #081430; }

 .block-brand { position: relative; height: 80vw; }

 .block-brand:after { content: ""; display: block; position: absolute; top: 0px; left: 0px; right: 0px; height: 50px; }

 .block-brand ._title { position: absolute; top: 11.32vw; left: 3.38vw; width: 93.48vw; height: 16.27vw; }

 .block-brand ._lead { position: absolute; top: 30vw; left: 0; right: 0; }

 .block-brand ._lead { color: #fff; font-size: 2.93333vw; text-align: center; line-height: 1.5; }

 .block-brand ._item { background: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p1.png) center center no-repeat; background-size: cover; position: absolute; }

 .block-brand ._item.is-1 { position: absolute; top: 40.75vw; left: 2.08vw; width: 29.16vw; height: 6.9vw; }

 .block-brand ._item.is-2 { position: absolute; top: 40.23vw; left: 35.93vw; width: 26.04vw; height: 7.68vw; }

 .block-brand ._item.is-3 { position: absolute; top: 40.62vw; left: 67.44vw; width: 29.29vw; height: 7.29vw; }

 .block-brand ._item.is-4 { position: absolute; top: 56.9vw; left: 3.9vw; width: 25.39vw; height: 7.81vw; }

 .block-brand ._item.is-5 { position: absolute; top: 57.16vw; left: 34.63vw; width: 28.25vw; height: 7.29vw; }

 .block-brand ._item.is-6 { position: absolute; top: 57.03vw; left: 67.44vw; width: 30.72vw; height: 7.55vw; }

 .block-brand ._item.is-1 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p1.png); }

 .block-brand ._item.is-2 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p2.png); }

 .block-brand ._item.is-3 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p3.png); }

 .block-brand ._item.is-4 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p4.png); }

 .block-brand ._item.is-5 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p5.png); }

 .block-brand ._item.is-6 { background-image: url(https://tamashiiweb.com/special/jumpcs/scm/images/brands/p6.png); }

 .block-news { padding: 40px 0 20px 0; position: relative; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: rgba(255, 255, 255, 0.08); }

 .block-news ._row-header { text-align: center; }

 .block-news ._row-body { margin-top: 20px; }

 .block-news ._row-footer { margin-top: 20px; }

 #__slider360Wrap { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 20; }

 .block-pickup { padding: 40px 0; position: relative; overflow: hidden; }

 .block-pickup ._row-header h2 { text-align: center; }

 .block-pickup ._row-body { position: relative; }

 .block-pickup ._link { margin-top: 40px; position: relative; height: 72vw; }

 .block-pickup ._link li.js-slider360-list { position: absolute; width: 320px; height: 207px; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; transition-duration: 0.6s; }

 .block-pickup ._link li.js-slider360-list .swiper-slide-top { transition-duration: 0.6s; -ms-transform: scale(0.3); transform: scale(0.3); background: #000; }

 .block-pickup ._link li.js-slider360-list img { transition-duration: 0.6s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

 .block-pickup ._link li.js-slider360-list.is-1 { -ms-transform: translate(-150%, -50%); transform: translate(-150%, -50%); z-index: 1; }

 .block-pickup ._link li.js-slider360-list.is-1 .swiper-slide-top { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup ._link li.js-slider360-list.is-2 { -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); z-index: 2; }

 .block-pickup ._link li.js-slider360-list.is-2 .swiper-slide-top { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.js-slider360-list.is-3 { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 4; }

 .block-pickup ._link li.js-slider360-list.is-3 .swiper-slide-top { -ms-transform: scale(1); transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.js-slider360-list.is-3 img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.js-slider360-list.is-4 { -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 2; }

 .block-pickup ._link li.js-slider360-list.is-4 .swiper-slide-top { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.js-slider360-list.is-5 { -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); z-index: 1; }

 .block-pickup ._link li.js-slider360-list.is-5 .swiper-slide-top { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup a { display: block; color: #fff; }

 .block-pickup ._row-btns { position: relative; height: 70px; }

 .block-pickup ._btn-prev { position: absolute; left: calc(50% - 60px); bottom: 20px; width: 100%; height: 100%; width: 45px; height: 35px; border: 0.5px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_prev_yl.png) center center no-repeat; background-size: 20px 20px; }

 .block-pickup ._btn-next { position: absolute; left: calc(50% + 10px); bottom: 20px; width: 100%; height: 100%; width: 45px; height: 35px; border: 0.5px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/slider/icon_next_yl.png) center center no-repeat; background-size: 20px 20px; }

 .block-pickup2 { padding: 40px 10px; position: relative; }

 .block-pickup2 ._image { text-align: center; }

 .block-pickup2 ._movie { margin-top: 40px; text-align: center; }

 .block-pickup2 img { width: 100%; }

 .block-pickup2 iframe { width: 100%; height: 50vw; }

 .block-items { padding: 40px 10px; position: relative; color: #fff; }

 .block-items ._row-header { text-align: center; }

 .block-items ._row-search { margin-top: 20px; }

 .block-items ._row-equ { margin-top: 30px; }

 .block-items ._row-equ ._lead { margin-top: 10px; text-align: center; line-height: 1.5; }

 .block-items ._row-list { margin-top: 20px; }

 .block-items ._row-footer { margin-top: 40px; text-align: center; }

 .block-items ._box { border: 0.5px solid #706957; }

 .block-items ._box ._box-header { background: url(https://tamashiiweb.com/special/jumpcs/scm/images/items/bg_sp.png) center center no-repeat; background-size: 100% auto; height: 50px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; cursor: pointer; transition-duration: 0.2s; }

 .block-items ._box ._box-header:hover { opacity: 0.85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

 .block-items ._box ._box-header > * { font-size: 20px; font-weight: normal; padding-right: 30px; position: relative; }

 .block-items ._box ._box-header > *:after { content: ""; display: block; position: absolute; top: 50%; right: 0px; background: url(https://tamashiiweb.com/special/jumpcs/scm/common/images/icon_toggle.png) left top no-repeat; background-size: contain; width: 15px; height: 15px; -ms-transform: translate(0, -40%); transform: translate(0, -40%); transition-duration: 0.2s; }

 .block-items ._box ._box-header.js-open > *:after { -ms-transform: translate(0, -40%) rotate(180deg); transform: translate(0, -40%) rotate(180deg); }

 .block-items ._box ._box-body { padding: 25px 15px 20px 15px; }

 .block-items ._box ._box-body ._btns { margin-top: 10px; text-align: center; }

 .block-items ._cols > div:nth-child(2) { margin-top: 20px; }

 .block-items ._set { padding: 10px 0; }

 .block-items ._set + ._set { margin-top: 10px; }

 .block-items dl { margin: 0; padding: 0; }

 .block-items dl dt { margin: 0; padding: 2px 0; font-size: 13px; }

 .block-items dl dd { margin: 0; padding: 2px 0; }

 .block-items dl.is-wide dd { margin: 0; margin-top: 5px; }

 .block-items dl.is-normal { display: -ms-flexbox; display: flex; }

 .block-items dl.is-normal dt { width: 5em; }

 .block-items dl.is-normal dd { margin: 0; -ms-flex: 1; flex: 1; }

 .block-online { position: relative; padding: 35px 20px; color: #fff; }

 .block-online ._row-header { position: relative; }

 .block-online ._row-header ._lead { margin-top: 10px; font-size: 10px; line-height: 2; text-align: center; }

 .block-online ._row-body { position: relative; margin-top: 15px; }

 .block-online ._row-body .mod-btns { margin-left: -20px; margin-right: -20px; }

 .block-online ._btns1 { margin: 0 -15px; }

 .block-online ._btns1 ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

 .block-online ._btns1 li { -ms-flex: 1; flex: 1; padding: 4px; }

 .block-online ._btns2 { margin: 0 -15px; }

 .block-online ._btns2 ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }

 .block-online ._btns2 li { width: 33%; padding: 4px; }

 .block-links { padding: 40px 50px; position: relative; }

 .block-links img { width: 100%; }

 .block-links ._row-header h2 { text-align: center; }

 .block-links ._row-body { margin-top: 20px; }

 .block-links ._list { text-align: center; }

 .block-links ._list li { display: inline-block; margin: 0 5px; text-align: center; }

 .block-links a { display: inline-block; border: 1px solid #6f7072; }

 .block-copy { margin-top: 20px; padding: 20px 10px; text-align: center; color: #fff; }

 .block-copy p { font-size: 10px; line-height: 1.5; } }

/*# sourceMappingURL=maps/block.css.map */


.block-pickup ._link li.js-slider360-list{
  opacity: 0;
  pointer-events: none;
}
.block-pickup ._link li.js-slider360-list.is-1,
.block-pickup ._link li.js-slider360-list.is-2,
.block-pickup ._link li.js-slider360-list.is-4,
.block-pickup ._link li.js-slider360-list.is-5{
  opacity: 0.5;
  pointer-events: auto;
}
.block-pickup ._link li.js-slider360-list.is-3{
  opacity: 1;
  pointer-events: auto;
}