/* ---------- setting ---------- ---------- */


@media print, screen and (min-width: 768px) {




 .block-brand { padding: 40px 0 0 0; }

 .block-brand:after { }

	.block-brand ul{ display: flex; flex-wrap: wrap; }
	.block-brand ul li{ width: 33%; }
	.block-brand ul li img{ width: 100%; }

 .block-news { padding: 40px 0 60px 0; position: relative; }
	.block-news h2{
  font-size: 80px;
  font-weight: 900;
  margin-left: 100px;
  width: 300px;		
	}

	.block-video{ background-color: #000000; padding: 40px 0; }
	
	.block-video h2{
	color: #ff8b01;
	font-size: 80px;
	font-weight: 900;
	width: 880px;
	margin-bottom: 0.7em;
	padding-bottom: 20px;
	}
	.block-video h2 span{ border-bottom: 3px solid #ff8b01; padding-left: 100px; }

	
	.block-video .youtube {
	position: relative;
	width: 86%;
	padding-top: 48%;
	margin: 0 auto;
	}
	.block-video .youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}	
	
 .block-spcontents { 
	 padding: 80px 0 20px 0;
	 position: relative;
	 background:linear-gradient(transparent 55%, #000 55%);
	}
 .block-spcontents h2{
	font-size: 80px;
	font-weight: 900;
	margin-left: 100px;
	width: 880px;
	margin-bottom: 0.7em;
	}
 .block-spcontents h3{
	font-size: 46px;
	font-weight: 900;
	margin: 0.7em 0 0.7em 100px;
	width: 900px;
	 color: #FFF;
	}

	
.block-bnrblog{ 
	text-align: center; padding: 2em 0 4em 0;
	background-image: url("https://tamashiiweb.com/special/jumpcs/dragonball/images/blog_bg.png");
	background-position: right -10%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
		
.block-bnrarea { 
	 padding: 20px 0;
	 position: relative;
	}
.block-bnrarea ul li{ text-align: center; margin:3em auto; }

/* 20230203追記 */
.block-bnrarea ul li { width: 970px; }
.block-bnrarea ul li img { width: 100%; }
.block-bnrarea ul li._txt_bnr a { display: block; position: relative; }
.block-bnrarea ul li._txt_bnr a span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    text-indent: -0.4em;
    letter-spacing: 0.04em;
    line-height: 1.4;
    width: 586px;
    height: 112px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 10px 20px;
}
/* /20230203 */

.block-blog { padding: 20px 0 40px 0; }
.block-blog h2{
	font-size: 80px;
	font-weight: 900;
	margin-left: 100px;
	width: 300px;
	text-align: left;
	margin-bottom: 0.7em;
}
.block-blog .blog-link{ width: 1200px; margin: 0 auto; }
.block-blog .blog-link img{ width: 100%; }

/* 20230203追記 */
.block-blog .blog-link p + p { margin-top: 70px; }
.block-blog .blog-link ._txt_bnr a { display: block; position: relative; }
.block-blog .blog-link ._txt_bnr a span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
    font-family: "源ノ角ゴシック", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.3;
    width: 593px;
    height: 266px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    padding: 10px 30px;
}

html[lang=es] .block-blog .blog-link ._txt_bnr a span {
      font-size: 36px;
}

/* /20230203 */

.block-items { background-color: #000000; padding: 40px 0; color: #FFF; }

.block-items h2{
color: #ff8b01;
font-size: 80px;
font-weight: 900;
width: 550px;
margin-bottom: 0.7em;
padding-bottom: 20px;
}
.block-items h2 span{ border-bottom: 3px solid #ff8b01; padding-left: 100px; }

	
 .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/dragonball/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/dragonball/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: #000; overflow: hidden; }

.block-online h2{
	font-size: 80px;
	font-weight: 900;
	margin-left: 100px;
	width: 600px;
	text-align: left;
	margin-bottom: 0.7em;
}
	
.block-online::before {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 60%;
  background: url(https://tamashiiweb.com/special/jumpcs/dragonball/images/online/bg.png) left top no-repeat;
    background-size: auto;
  background-size: contain;
  width: 624px;
  height: 514px;
  z-index: 0;
}

 .block-online ._row-header { position: relative; }

 .block-online ._row-header ._lead {
	text-align: left;
	margin-top: 40px;
	font-size: 16px;
	line-height: 2.125;
	margin-left: 130px;
	}

 .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-shop { }
.block-shop ul{ display:flex; flex-wrap:wrap; }
.block-shop ul li{ width: 50%; padding: 10px; }
.block-shop ul li img{ width: 100%; }
	
.block-links { background-color: #000000; padding: 40px 0; color: #FFF; }

.block-links h2{
color: #ff8b01;
font-size: 80px;
font-weight: 900;
width: 340px;
margin-bottom: 0.7em;
padding-bottom: 20px;
}
.block-links h2 span{ border-bottom: solid 3px #ff8d01; padding-left: 100px; }

 .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-bg { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; background: url(https://tamashiiweb.com/special/jumpcs/dragonball/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/dragonball/images/star1.png) center top; }

 .block-bg div:nth-child(2) { animation: kira2 3s linear 0s infinite; background: url(https://tamashiiweb.com/special/jumpcs/dragonball/images/star2.png) center top; }

 .block-mv { position: relative; height: 1100px; overflow: hidden; background: #000 url(https://tamashiiweb.com/special/jumpcs/dragonball/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/dragonball/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/dragonball/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/dragonball/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/dragonball/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/dragonball/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: #000; }

 .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 { }

 .block-brand:after { }

 .block-news { padding: 40px 0 60px 0; position: relative;  }


 .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 { 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 > a > div { transition-duration: 0.6s; -ms-transform: scale(0.3); transform: scale(0.3);  }

 .block-pickup ._link li img { transition-duration: 0.6s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; pointer-events: none; }

 .block-pickup ._link li.is-1 { -ms-transform: translate(-150%, -50%); transform: translate(-150%, -50%); z-index: 1; }

 .block-pickup ._link li.is-1 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup ._link li.is-2 { -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); z-index: 2; }

 .block-pickup ._link li.is-2 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.is-3 { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 4; }

 .block-pickup ._link li.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.is-3 img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.is-4 { -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 2; }

 .block-pickup ._link li.is-4 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.is-5 { -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); z-index: 1; }

 .block-pickup ._link li.is-5 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup a { display: block; color: #000; }

 .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/dragonball/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/dragonball/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/dragonball/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/dragonball/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: #000; overflow: hidden; }

 .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/dragonball/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/dragonball/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: 20px 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: #000; }

 .block-online ._row-header { position: relative; }

 .block-online ._row-header h2 { text-align: center; }

 .block-online ._row-header ._lead {
	text-align: left;
	margin-top: 40px;
	font-size: 16px;
	line-height: 2.125;
	margin-left: 130px;
	}

 .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 40px 0; position: relative; }

 .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: 0;
padding: 0 0 60px 0;
text-align: center;
color: #FFF;
background-color: #000;
border-bottom: solid 1px #FFF;
	}

 .block-copy p { font-size: 12px; line-height: 1.5; } 
 /* 20230203追加 */
 .block-copy ._wrap p { display: inline-block; margin: 0 0.2em; }
 /* /20230203 */

}

@media screen and (max-width: 767px) {

/*.main_slide{ margin-top: 50px; }*/

 .block-brand { }
 .block-brand:after { }
 .block-brand ul{ display: flex; flex-wrap: wrap; margin-top: 1em; }
.block-brand ul li{ width: 33%;}
.block-brand ul li img{ width: 100%;}

 .block-news { padding: 20px 0 10px 0; position: relative; }
.block-news h2{
  font-size: 35px;
  font-weight: 900;
  margin-left: 3%;
  width: auto;		
	}
	

.block-video { background-color: #000000; padding: 1em 0 0 0; }	
.block-video h2 {
    font-size: 35px;
    font-weight: 900;
    padding: 0.5em 0 0.3em 0;
    width: auto;
	color: #ff8d01;
}
.block-video h2 span{ border-bottom: solid 2px #ff8d01; padding-left: 3%; }

.block-video .youtube {
position: relative;
width: 80%;
padding-top: 45%;
margin: 0 auto;
}
.block-video .youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}	

.block-spcontents {
	 padding: 20px 0 1em 0;
	margin-bottom: 3em;
	 position: relative;
	 background:linear-gradient(transparent 55%, #000 55%);
	}	

.block-spcontents h2 {
    font-size: 35px;
    font-weight: 900;
    margin-left: 3%;
    width: auto;
}
.block-spcontents h3 {
    font-size: 25px;
    font-weight: 900;
    margin-left: 3%;
	color: #FFF;
    width: auto;
	padding: 10px 0;
}

.block-bnrarea{}
.block-bnrarea ul { width: 94%; margin: 0 auto; }
.block-bnrarea ul li{ margin: 10px auto; }

/* 20230203追記 */
/* .block-bnrarea ul li { width: 970px; } */
.block-bnrarea ul li img { width: 100%; }
.block-bnrarea ul li._txt_bnr a { display: block; position: relative; }
.block-bnrarea ul li._txt_bnr a span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left;
    font-size: 2.5vw;
    font-weight: 700;
    text-indent: -0.4em;
    letter-spacing: 0.04em;
    line-height: 1.4;
    width: calc(60.8vw - 4vw);
    height: calc(12.6vw - 10px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 5px 2vw;
}
/* /20230203 */

.block-blog{ padding: 20px 0 1em 0; }
.block-blog h2 {
    font-size: 35px;
    font-weight: 900;
    margin-left: 3%;
    width: auto;
}
.block-blog .blog-link{ width: 94%; margin: 1em auto 2em auto; }

/* 20230203追記 */
.block-blog .blog-link p + p { margin-top: 30px; }
.block-blog .blog-link ._txt_bnr a { display: block; position: relative; }
.block-blog .blog-link ._txt_bnr a span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    color: #fff;
    text-align: left;
    font-family: "源ノ角ゴシック", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.3;
    width: calc(94vw - 12vw);
    height: calc(40.49vw - 10px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    padding: 5px 6vw;
}
html[lang=es] .block-blog .blog-link ._txt_bnr a span {
      font-size: 5vw;
}
/* /20230203 */

.block-items { background-color: #000000; padding: 1em 0 0 0 !important; }	
.block-items h2 {
    font-size: 35px;
    font-weight: 900;
    padding: 0.5em 0 0.3em 0;
    width: auto;
	color: #ff8d01;
}
.block-items h2 span{ border-bottom: solid 2px #ff8d01; padding-left: 3%; }


.block-online{ padding: 35px 0 !important;}
.block-online::before {
content: "";
display: block;
position: absolute;
top: 30px;
left: 30%;
background: url(https://tamashiiweb.com/special/jumpcs/dragonball/images/online/bg.png) left top no-repeat;
background-size: auto;
background-size: contain;
width: 312px;
height: 257px;
z-index: 0;
}

.block-online h2 {
    font-size: 35px;
    font-weight: 900;
    margin-left: 3%;
    width: auto;
}
.block-online ._lead{ width: 94%; margin: 1em auto ; }
.block-online ._row-body{ width: 94%; margin: 1em auto ; }

.block-shop ul li{ margin: 10px 0; }
	
.block-links{ background-color: #000000; padding:20px 0 !important; }
.block-links h2 {
    text-align: left !important;
    font-size: 35px;
    font-weight: 900;
    padding: 0.5em 0 0.3em 0;
    width: auto;
	color: #ff8d01;
}
.block-links h2 span{ border-bottom: solid 2px #ff8d01; padding-left: 3%; }

.block-links .block-inner{ width: 94%; margin: 1em auto ; }
.block-links .mod-list80 {
    width: 100% !important;
    margin: 3em auto;
}
.block-copy {
    margin-top: 0;
    padding: 0 10px 3em 10px;
    text-align: center;
    color: #FFF;
    background-color: #000000;
}
/* 20230203追加 */
.block-copy p { font-size: 2.7vw; line-height: 1.2; }
.block-copy ._wrap p { display: inline-block; margin: 0 0.2em; }
/* /20230203 */

    
 #__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: 50vw; }

 .block-pickup ._link li { position: absolute; width: 320px; height: 200px; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; transition-duration: 0.6s; }

 .block-pickup ._link li > a > div { transition-duration: 0.6s; -ms-transform: scale(0.3); transform: scale(0.3);}

 .block-pickup ._link li img { transition-duration: 0.6s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

 .block-pickup ._link li.is-1 { -ms-transform: translate(-150%, -50%); transform: translate(-150%, -50%); z-index: 1; }

 .block-pickup ._link li.is-1 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup ._link li.is-2 { -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); z-index: 2; }

 .block-pickup ._link li.is-2 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.is-3 { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 4; }

 .block-pickup ._link li.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.is-3 img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.is-4 { -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 2; }

 .block-pickup ._link li.is-4 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.is-5 { -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); z-index: 1; }

 .block-pickup ._link li.is-5 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup a { display: block; color: #000; }

 .block-pickup ._row-btns { position: relative; height: 70px; }

 .block-pickup ._btn-prev { position: absolute; left: calc(50% - 50px); bottom: 20px; width: 100%; height: 100%; width: 45px; height: 35px; border: 0.5px solid #eec748; background: url(https://tamashiiweb.com/special/jumpcs/dragonball/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/dragonball/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: #000; }

 .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; padding-bottom: 40px; }

 .block-items ._box { border: 0.5px solid #706957; }

 .block-items ._box ._box-header { background: url(https://tamashiiweb.com/special/jumpcs/dragonball/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/dragonball/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: #000; }

 .block-online ._row-header { position: relative; }

 .block-online ._row-header ._lead { margin-top: 10px; font-size: 10px; line-height: 2; text-align: left; }

 .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-bg { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; background: url(https://tamashiiweb.com/special/jumpcs/dragonball/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/dragonball/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/dragonball/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/dragonball/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/dragonball/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/dragonball/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/dragonball/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/dragonball/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: #000; }

 .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 { }

 .block-brand:after { }

 .block-news { padding: 20px 0 10px 0; position: relative;  }


 #__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: 50vw; }

 .block-pickup ._link li { position: absolute; width: 320px; height: 200px; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; transition-duration: 0.6s; }

 .block-pickup ._link li > a > div { transition-duration: 0.6s; -ms-transform: scale(0.3); transform: scale(0.3); }

 .block-pickup ._link li img { transition-duration: 0.6s; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

 .block-pickup ._link li.is-1 { -ms-transform: translate(-150%, -50%); transform: translate(-150%, -50%); z-index: 1; }

 .block-pickup ._link li.is-1 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup ._link li.is-2 { -ms-transform: translate(-100%, -50%); transform: translate(-100%, -50%); z-index: 2; }

 .block-pickup ._link li.is-2 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.is-3 { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 4; }

 .block-pickup ._link li.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.is-3 img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

 .block-pickup ._link li.is-4 { -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); z-index: 2; }

 .block-pickup ._link li.is-4 > a > div { -ms-transform: scale(0.8); transform: scale(0.8); }

 .block-pickup ._link li.is-5 { -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); z-index: 1; }

 .block-pickup ._link li.is-5 > a > div { -ms-transform: scale(0.5); transform: scale(0.5); }

 .block-pickup a { display: block; color: #000; }

 .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/dragonball/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/dragonball/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: #000; }

 .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/dragonball/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/dragonball/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: #000; }

 .block-online ._row-header { position: relative; }

 .block-online ._row-header ._lead { margin-top: 10px; font-size: 10px; line-height: 2; text-align: left; }

 .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; }


/*# sourceMappingURL=maps/block.css.map */
}