@charset "UTF-8";
/* -----------------------------------------------------------------------------

INSIGHT

----------------------------------------------------------------------------- */
@media screen and (min-width: 951px) {

/* -----------------------------------------------------------------------------

ローカルナビ

----------------------------------------------------------------------------- */
/* アクティブ */
.insightTop .navInsightTop > a > span,
.scope .navInsightScope > p > a > span,
.lp3 .navInsightLp3 > p > a > span,
.collection .navInsightCollection > p > a > span,
.pickup .navInsightPickup > p > a > span,
.kurashi .navInsightKurashi > p > a > span,
.potomac .navInsightPotomac > p > a > span,
.ad .navInsightAd p > a > span {
	border-bottom: 1px solid #e60012 !important;
}

/* 経済研究所用 */
.potomac .navInsightPotomac > a > span {
	border-bottom: 1px solid #e60012 !important;
}
.potomac .navResearchOther .navInsightPotomac > a > span {
	border-bottom: none !important;
}



/* pagenav
  ---------------------------------------------*/
.scope #pageNav .inner > ul > li.scope > a,
.lp3 #pageNav .inner > ul > li.lp3 > a,
.collection #pageNav .inner > ul > li.collection > a,
.pickup #pageNav .inner > ul > li.pickup > a,
.kurashi #pageNav .inner > ul > li.kurashi > a,
.potomac #pageNav .inner > ul > li.potomac > a,
.ad #pageNav .inner > ul > li.ad > a {
	color: #e60012 !important;
}

}


@media print, screen and (min-width: 751px) {

/* -----------------------------------------------------------------------------
	/insight/
----------------------------------------------------------------------------- */
.insightTop #pageTtl.ttlImg {
	background-image: url(https://www.marubeni.com/jp/ad-videos/img/bg_main.jpg);
	background-position: center top;
}
.insightTop #slider .slide {
	float: left;
	width: 43%;
	height: 265px;
	position: relative;
	overflow: hidden;
}
.insightTop #slider .slide:first-child {
	width: 57%;
	height: 530px;
}
.insightTop #slider .slide a {
	display: block;
	height: 100%;
}
.insightTop #slider .slide a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 184px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	z-index: 2;
}
.insightTop #slider .slide.new a:after {
	content: "";
	display: block;
	width: 68px;
	height: 68px;
	background: url(https://www.marubeni.com/jp/common/img/icon_new.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.insightTop #slider .slide .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.insightTop #slider .slide a:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.insightTop #slider .slide .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 30px 25px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	z-index: 3;
}
.insightTop #slider .slide .text span {
	display: block;
	font-size: 1.4rem;
	margin:  0 0 10px;
	font-weight: 400;
}
.insightTop #contents .section {
	position: relative;
	padding: 0;
	background: url(https://www.marubeni.com/jp/ad-videos/img/bg_insight.png) no-repeat center 10px;
}
.insightTop #contents .section .inner p {
	line-height: 1.6;
	margin: 0;
}
.insightTop #contents .section .inner .ttlWrap {
	position: relative;
}
.insightTop #contents .section .inner h1 {
	font-size: 6rem;
	text-align: center;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, "sans-serif";
}
.insightTop #contents .section .inner .lead {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 60px;
}
.insightTop #contents .section .inner .sort {
	margin-bottom: 30px;
}
.insightTop #contents .section .inner .sort dt {
	font-size: 2rem;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}
.insightTop #contents .section .inner .sort dd ul {
	margin: -10px 0 0 -10px;
	display: flex;
	justify-content: flex-start;
}
.insightTop #contents .section .inner .sort dd ul li {
	display: inline-block;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	min-width: 70px;
	margin: 10px 0 0 10px;
	text-align: center;
	flex-grow: 1;
	cursor: pointer;
}
.insightTop #contents .section .inner .sort dd ul li:hover {
	color: #cb151d;
}
.insightTop #contents .section .inner .sort dd ul li.active {
	color: #fff;
	background: #cb151d;
	border: 1px solid #cb151d;
	pointer-events: none;
}
.insightTop #contents .section .inner .list {
	margin: 0 -0.81%;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.insightTop #contents .section .inner .scope-list li {
	position: relative;
}
.insightTop #contents .section .inner .list li.show {
	animation: .6s zoom-in;
}
.insightTop #contents .section .inner .list li.noLink a {
	cursor: default;
}
.insightTop #contents .section .inner .scope-list li.new a:before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background: url(https://www.marubeni.com/jp/common/img/icon_new.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 2;
}
.insightTop #contents .section .inner .list li a .figure {
	position: relative;
}
.insightTop #contents .section .inner .list li a .figure figure {
	overflow: hidden;
}
.insightTop #contents .section .inner .list li a .figure figure img {
	width: 100%;
}
.insightTop #contents .section .inner .list li a .figure .label {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	background: #222;
	font-size: 1.1rem;
	padding: 0 10px;
}
.insightTop #contents .section .inner .list li a .text {
	background: #fff;
	font-size: 1.6rem;
	padding: 10px 0 0;
	box-sizing: border-box;
	font-weight: 600;
}
.insightTop #contents .section .inner .list li a .text span {
	font-size: 1.4rem;
	font-weight: 400;
}
/*.insightTop #contents .section .inner .list li.living a .text p:after {
	content: "";
	display: inline-block;
	background: url(../common/img/icon_blank02.png) no-repeat;
	width: 9px;
	height: 8px;
	margin-left: 4px;
}*/
.insightTop #contents .section .inner .list li.living.noLink a .text p:after {
	content: none;
}
.insightTop #contents .section .inner .list li.living.noLink a:active {
	color: #333;
}
.insightTop #contents .section .inner .btn.more {
	margin: 0 auto;
	width: 380px;
}
.insightTop #contents .section .inner .btn.more a {
	height: 60px;
	line-height: 60px;
}
.insightTop #contents .section .inner .btn.more a span {
	display: block;
	background: url(../common/img/icon_plus_g.png) no-repeat 92% center;
}

/* -----------------------------------------------------------------------------
	/insight/collection/
----------------------------------------------------------------------------- */
.collectionTop #pageTtl {
	background-image: url(https://www.marubeni.com/jp/company/collection/img/bg_main.jpg);
	background-position: center top;
	background-size: 1600px;
	height: 531px;
}
.collectionTop #pageTtl:before {
	content: none;
}
.collectionTop #pageTtl .inner {
	position: relative;
}
.collectionTop #pageTtl .inner .ttl {
	text-align: center;
}
.collectionTop #pageTtl .inner .ttl img {
	max-width: 100%;
}

/* links */
.collectionTop .links {
	margin-bottom: 0 !important;
}
.collectionTop ul.col3 {
	margin-bottom: 0px;
}
.collectionTop ul.col3 li a .figure {
	position: relative;
}
.collectionTop ul.col3 li .figure:before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(https://www.marubeni.com/jp/company/collection/img/icon_arrow.gif);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.collectionTop ul.col3 li .figure h3 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.collectionTop section .inner > p {
	font-size: 1.6rem;
}

/* -----------------------------------------------------------------------------
	/insight/collection/art_overseas/
	/insight/collection/art_domestic/
	/insight/collection/kimono/
----------------------------------------------------------------------------- */
.collectionSub #pageTtl.ttlImg {
    background-image: url(https://www.marubeni.com/jp/company/collection/art_overseas/img/bg_main.jpg);
}
.collectionSub #collection .slideCont {
	position: relative;
	height: 520px;
}
.collectionSub #collection .slideCont .contBox {
	margin-bottom: 40px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.collectionSub #collection .slideCont .contBox .painting {
	width: 50%;
	height: 480px;
	padding: 20px 40px;
	float: left;
	text-align: center;
	display: table;
}
.collectionSub #collection .slideCont .contBox .painting figure {
	display: table-cell;
	vertical-align: middle;
}
.collectionSub #collection .slideCont .contBox .painting figure img {
	max-width: 100%;
	max-height: 360px;
	margin-bottom: 5px;
}
.collectionSub #collection .slideCont .contBox .painting figcaption {
	line-height: 1.5;
}
.collectionSub #collection .slideCont .contBox .painting figcaption b {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.collectionSub #collection .slideCont .contBox .text {
	width: 50%;
	height: 480px;
	border-left: 1px solid #ccc;
	padding: 20px 10px 20px 40px;
	float: right;
}
.collectionSub #collection .slideCont .contBox .text > div {
	overflow: auto;
	height: 450px;
	padding-right: 30px;
}
.collectionSub #collection .control {
	text-align: center;
}
.collectionSub #collection .control li {
	display: inline-block;
	width: 180px;
	margin: 0 12px;
}
.collectionSub .thumb {
	background: #f8f8f8;
	padding: 30px 0;
	display: block !important;
}
.collectionSub .thumb ul {
	margin: 0 -5px;
}
.collectionSub .thumb ul li {
	width: 10%;
	float: left;
	padding: 5px;
	cursor: pointer;
}
.collectionSub .thumb ul li.active figure {
	position: relative;
}
.collectionSub .thumb ul li.active figure:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(https://www.marubeni.com/jp/company/collection/art_overseas/img/active_border.png) no-repeat;
	background-size: 100%;
	z-index: 5;
}
.collectionSub .thumb ul li img {
	max-width: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.collectionSub .thumb ul li:hover img {
	opacity: 0.8;
}
.collectionSub .thumb ul li.active:hover img {
	opacity: 1;
}

.collectionSub .attention {
	text-align: right;
	margin-top: 15px;
}

/* -----------------------------------------------------------------------------
	/insight/pickup/
----------------------------------------------------------------------------- */
.pickupTop #pageTtl {
	background-image: url(https://www.marubeni.com/jp/business/pickup/img/bg_main.jpg);
	background-position: center bottom;
}
.pickupTop .lead {
	font-size: 2rem;
	text-align: center;
}
.pickupTop .links .inner {
	padding-bottom: 0 !important;
}
/*.pickupTop .groupLink .new {
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
	background: #e60012;
	padding: 1px 8px;
	margin-left: 8px;
	position: relative;
	top: -2px;
}*/
.pickupTop .latestContents {
	margin-bottom: 50px !important;
}
.pickupTop .latestContents .newsList ul li .text {
	margin: 0;
}
.pickupTop #contents .newsWrap {
	margin-bottom: 50px !important;
}
.pickupTop .groupLink li {
	margin-bottom: 0;
}
.pickupTop .groupLink li.new a > div {
	position: relative;
}
.pickupTop .groupLink li.new .figure {
	position: relative;
}
.pickupTop .groupLink li.new .figure:before {
    content: "";
    width: 68px;
    height: 68px;
    background: url(https://www.marubeni.com/jp/business/pickup/img/icon_new.png);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.pickupTop .newsWrap .newsList li {
	position: relative;
	font-size: 1.4rem;
	padding-left: 220px;
}

/* -----------------------------------------------------------------------------
	/insight/pickup/下層
----------------------------------------------------------------------------- */
.pickupSub .ttl02 {
	margin-bottom: 10px;
}
.pickupSub .imgLeft,
.pickupSub .imgRight {
	margin-bottom: 10px;
}
.pickupSub .boxBorder {
	margin: 40px 0;
	padding: 40px 50px;
	text-align: center;
}
.pickupSub .col3,
.pickupSub .col4 {
	margin-bottom: 10px;
}
.pickupSub table th {
	width: 300px;
}
.pickupSub table + p.attention {
	text-align: left;
	margin-top: 10px;
}
.pickupSub table + p.attention:before {
	content: "※";
}

.pickupSub #backnumber {
	margin-top: 70px;
	margin-bottom: 60px !important;
}
.pickupSub #backnumber table td {
	padding: 13px 30px;
}
.pickupSub #backnumber h4 {
	margin-bottom: 20px;
}
.pickupSub #backnumber .boxBorder02 {
	padding: 10px 30px;
}

.pickupSub .col2 > *:nth-child(n+3) {
	margin-top: 0 !important;
}
.pickupSub .listBorder li:nth-child(2) {
    border-top: none;
}

/* -----------------------------------------------------------------------------
	/insight/potomac/
----------------------------------------------------------------------------- */
.potomacTop #pageTtl {
	background-image: url(../research/potomac/img/bg_main.jpg);
	background-position: center top;
	height: 400px;
}
.potomacTop #pageTtl .inner {
	position: relative;
}
.potomacTop #pageTtl .ttlBox {
	position: absolute;
	width: 580px;
	height: 260px;
	background: rgba(255,255,255,0.8);
	top: 70px;
	left: 70px;
	display: table;
}
.potomacTop #pageTtl .ttlBox > div {
	display: table-cell;
	padding: 0 50px;
	vertical-align: middle;
	width: 100%;
}
.potomacTop #pageTtl .ttlBox .ttl {
	font-size: 4rem;
}
.potomacTop #pageTtl .ttlBox p {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 15px;
}
.potomacTop section ul li a {
	display: block;
}
.potomacTop section ul li a:hover {
	text-decoration: none !important;
}
.potomacTop section ul li .figure h3 {
	line-height: 1.5;
}
.potomacTop section ul li .text {
	margin-top: 12px;
}
.potomacTop section ul li .text p {
	font-size: 1.4rem;
	line-height: 1.6 !important;
	margin-bottom: 10px !important;
}
.potomacTop section ul li .text span {
	font-size: 1.1rem;
}

/* col2 */
.potomacTop ul.col2 {
	margin-bottom: 60px;
}
.potomacTop ul.col2 li a .figure {
	position: relative;
}
.potomacTop ul.col2 li.new .figure:before {
	content: "";
	width: 68px;
	height: 68px;
	background: url(https://www.marubeni.com/jp/research/potomac/img/icon_new.png);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.potomacTop ul.col2 li .figure:after {
	content: "";
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
	z-index: 9;
}
.potomacTop ul.col2 li .figure h3 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

/* col4 */
.potomacTop ul.col4 {
	margin-bottom: -40px;
}
.potomacTop ul.col4 li {
	margin-bottom: 50px;
	padding: 0 5px;
}
.potomacTop ul.col4 li h3 {
	margin-top: 15px;
}
.potomacTop ul.col4 li a:hover h3 {
	text-decoration: underline;
}
.potomacTop ul.col4 li .text {
	margin-top: 10px;
}

/* -----------------------------------------------------------------------------
	/insight/potomac/下層
----------------------------------------------------------------------------- */
.potomacSub #pageTtl {
	background-image: url(https://www.marubeni.com/jp/research/potomac/img/bg_main_sub.jpg);
}
.potomacSub #lead .sign {
	display: table;
	float: right;
}
.potomacSub #lead .inner > p {
	font-size: 1.6rem;
	margin-bottom: 15px !important;
}
.potomacSub #lead .sign span {
	display: table-cell;
	vertical-align: middle;
}
.listSlider .slick-slide {
	padding: 0 15px;
}
.listSlider li figure img {
	width: 100%;
}
.listSlider li figure {
	margin-bottom: 7px;
}
.listSlider li figure + span {
	display: block;
	text-align: left;
}
.potomacSub #contentsBtmLink.normal .inner {
	padding-top: 70px;
}

/* -----------------------------------------------------------------------------
	/insight/scope/
----------------------------------------------------------------------------- */
.scopeTop #pageTtl {
	background-image: url(https://www.marubeni.com/jp/insight/scope/img/bg_main.jpg);
	background-position: center top;
}
.scopeTop #pageTtl .subTtl .ttl > span {
    display: block;
    font-size: 1.8rem;
    margin: 15px 0 10px;
}
.scopeTop .new {
	margin-bottom:60px;
}
.scopeTop .new a .figure {
	position: relative;
}
.scopeTop .new .figure:before {
	content: "";
	width: 68px;
	height: 68px;
	background: url(https://www.marubeni.com/jp/insight/scope/img/icon_new.png);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.scopeTop .new .figure:after {
	content: "";
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
	z-index: 9;
}
.scopeTop .new .figure h3 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
/* scopeList
  ---------------------------------------------*/
.scopeTop .scopeList {
	margin-bottom: -40px;
}
.scopeList > * {
	width: 23.75%;
	float: left;
	margin-right: 1.66666666666667%;
}
.scopeList > *:nth-child(4n) {
	margin-right: 0;
}
.scopeList img {
	width: 100%;
}
.scopeTop .scopeList li {
	margin-bottom: 50px;
	padding: 0 5px;
}
.scopeTop section ul li a {
	display: block;
}
.scopeTop .scopeList li h3 {
	margin-top: 15px;
}
.scopeTop .scopeList li a:hover h3 {
	text-decoration: underline;
}
.scopeTop section ul li a:hover {
	text-decoration: none !important;
}
.scopeTop  section ul li .figure h3 {
	line-height: 1.5;
}
.scopeTop section ul li .text {
	margin-top: 12px;
}
.scopeTop section ul li .text p {
    font-size: 1.4rem;
    line-height: 1.6 !important;
    margin-bottom: 0!important;
}
.scopeTop section ul li .text span {
	font-size: 1.1rem;
}




/* -----------------------------------------------------------------------------
	/insight/scope/下層
----------------------------------------------------------------------------- */
.scopeSub.merrellkorea #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/merrellkorea/img/bg_main.jpg);
}
.scopeSub.ainzandtulpe #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/ainzandtulpe/img/bg_main.jpg);
}
.scopeSub.mmid #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/mmid/img/bg_main.jpg);
}
.scopeSub.shigeta #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/cleanbeauty/img/bg_main.jpg);
}
.scopeSub.danishsalmons #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/danishsalmon/img/bg_main.jpg);
}
.scopeSub.ventures #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/ventures/img/bg_main.jpg);
}
.scopeSub.fhpj #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/fhpj/img/bg_main.jpg);
}
.scopeSub.koa #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/koa/img/bg_main.jpg);
}
.scopeSub.jmc #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/jmc/img/bg_main.jpg);
}
.scopeSub.swissport #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/swissport/img/bg_main.jpg);
}
.scopeSub.xlparts #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/xlparts/img/bg_main.jpg);
}
.scopeSub.ship #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/ship/img/bg_main.jpg);
}
.scopeSub.sydneymetro #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/sydneymetro/img/bg_main.jpg);
}
.scopeSub.gridmarket #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/gridmarket/img/bg_main.jpg);
}
.scopeSub.tyton #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/tyton/img/bg_main.jpg);
}
.scopeSub.westlake #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/westlake/img/bg_main.jpg);
}
.scopeSub.enlitic #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/enlitic/img/bg_main.jpg);
}
.scopeSub.wassha #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/wassha/img/bg_main.jpg);
}
.scopeSub.kyobeni #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/kyobeni/img/bg_main.jpg);
}
.scopeSub.acellent #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/acellent/img/bg_main.jpg);
}
.scopeSub.jra #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/jra/img/bg_main.jpg);
}
.scopeSub.chile #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/chile/img/bg_main.jpg);
}
.scopeSub.royhill #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/royhill/img/bg_main.jpg);
}
.scopeSub.mag #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/mag/img/bg_main.jpg);
}
.scopeSub.retc #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/retc/img/bg_main.jpg);
}
.scopeSub.creekstone #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/creekstone/img/bg_main.jpg);
}
.scopeSub.philippines #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/philippines/img/bg_main.jpg);
}
.scopeSub.iguacu #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/iguacu/img/bg_main.jpg);
}
.scopeSub.mhp #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/mhp/img/bg_main.jpg);
}
.scopeSub.bor #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/bor/img/bg_main.jpg);
}
.scopeSub.denki-marubeni #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/denki-marubeni/img/bg_main.jpg);
}
.scopeSub.mmf #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/mmf/img/bg_main.jpg);
}
.scopeSub.plm #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/plm/img/bg_main.jpg);
}
.scopeSub.agrovista #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/agrovista/img/bg_main.jpg);
}
.scopeSub.goldlinq #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/goldlinq/img/bg_main.jpg);
}
.scopeSub.helena #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/helena/img/bg_main.jpg);
}
.scopeSub.B-Quik #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/B-Quik/img/bg_main.jpg);
}
.scopeSub.koa-kogyo #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/koa-kogyo/img/bg_main.jpg);
}
.scopeSub.ifme #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/ifme/img/bg_main.jpg);
}
.scopeSub.Rangers-Valley #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/Rangers-Valley/img/bg_main.jpg);
}
.scopeSub.angola #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/angola/img/bg_main.jpg);
}
.scopeSub.macfund #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/macfund/img/bg_main.jpg);
}
.scopeSub.northpacificseafoods #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/northpacificseafoods/img/bg_main.jpg);
}
.scopeSub.mertens #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/mertens/img/bg_main.jpg);
}
.scopeSub.marubeni-komatsu #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/marubeni-komatsu/img/bg_main.jpg);
}
.scopeSub.smartestenergy #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/smartestenergy/img/bg_main.jpg);
}
.scopeSub.growing-forests #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/growing-forests/img/bg_main.jpg);
}
.scopeSub.lunatus #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/lunatus/img/bg_main.jpg);
}
.scopeSub.tim_hortons #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/tim_hortons/img/bg_main.jpg);
}
.scopeSub.centinela #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/centinela/img/bg_main.jpg);
}
.scopeSub.chenya #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/chenya/img/bg_main.jpg);
}
.scopeSub.grain #pageTtl {
	background-image: url(https://www.marubeni.com/jp/ad-videos/scope/grain/img/bg_main.jpg);
}
.scopeSub.growing-forests #pageTtl.ttlImg .ttl {
	font-size: 4.7rem;
}
.scopeSub.centinela #pageTtl.ttlImg .ttl {
	font-size: 4.5rem;
}

.scopeSub #movie .videoplayer{
	max-width: 900px;
	margin: 0 auto;
    position: relative;
}
.scopeSub #movie .movieplayer{
	max-width: 900px;
	margin: 0 auto;
    position: relative;
}

.scopeSub #movie .movieplayer img {transition:.3s;}
.scopeSub #movie .movieplayer img:hover {cursor: pointer; opacity:0.9; transition:.3s;}

.scopeSub #movie p{
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 150px;
	display: inline-block;
	padding-left: 14px;
	background: url(../common/img/icon_arrow_r.png) no-repeat left center;
}
.scopeSub #movie .video_btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px;
    cursor: pointer;
}
.scopeSub .imgLeft .image, .scopeSub .imgRight span.caption,
.scopeSub .imgLeft .image, .scopeSub .imgLeft span.caption {
	line-height: 1.4;
	padding-top: 6px;
	text-align:left;
	font-size: 1.2rem;
}
.scopeSub .imgLeft .image, .scopeSub .imgRight .image {
	width:48.333%;
}
.scopeSub .text p span {
	display:block;
	font-size: 1.2rem;
	margin-top:27px;
	text-align:right;
}
.scopeSub #contents #info {
	margin-bottom: 70px;
}
.scopeSub #info .inner {
	overflow:hidden;
	max-width:720px;
	width:100%;
	position: relative;
}
.scopeSub #info .inner figure {
	float:right;
}
.scopeSub #info .inner figure img {
	max-width: 370px;
}
.scopeSub #info .inner div {
	max-width: 300px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.scopeSub #info .inner div > p {
	min-width: 300px;
	text-align: center;
}
.scopeSub #info .inner div .logo {
	margin-bottom: 0px;
	font-weight: bold;
    font-size: 30px;
    color: #00a7df;
    font-family: Verdana, arial, helvetica, sans-serif;
}
.scopeSub #info .inner div .logo img {
	max-width: 300px;
}
.scopeSub #info .inner div .logo + p {
    font-size: 1.5rem;
}

.scopeSub .fade {
	/* opacity: 0; */
	position: relative;
	top: 100px;
	transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scopeSub .fade.figure {
	overflow: hidden;
}
.scopeSub.tablet .fade {
	/* opacity: 0; */
	position: relative;
	top: 80px;
	transition: all 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: hidden;
}

.scopeSub .fade.animate {
	opacity: 1 !important;
	top: 0;
}
.scopeSub .panelList.fix,
.scopeSub .imgLeft.fix,
.scopeSub .imgRight.fix {
	overflow: hidden;
}

	.scopeSub .videoplayer {
		position: relative;
		z-index: 10;
	}
	.scopeSub .movieplayer {
		position: relative;
		z-index: 10;
	}

.scopeSub .vertical-middle {
	height: 360px;
	display: table-cell;
	vertical-align: middle;
}
.scopeSub .anime {
	clear: both;
}

/* -----------------------------------------------------------------------------

企業広告・映像

----------------------------------------------------------------------------- */
.ad section .inner {
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}
/* companyAd
---------------------------------------------*/
.ad #companyAd .inner,
.ad #articleAd .inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ad #companyAd ul li,
.ad #articleAd ul li {
	border: 1px solid #ddd;
	background: url(https://www.marubeni.com/jp/ad-videos/ad/img/bg_box.png) no-repeat top left;
	background-size: 100%;
	padding: 30px 2%;
	margin-bottom: 30px;
}
.ad #companyAd ul li figure,
.ad #articleAd ul li figure {
	margin-top: 20px;
	display: table;
}
.ad #companyAd ul li figure a,
.ad #articleAd ul li figure a {
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: table-cell;
	vertical-align: bottom;
}
.ad #companyAd ul li figure a:hover,
.ad #articleAd ul li figure a:hover {
	opacity: 0.7;
}
.ad #companyAd ul li img,
.ad #articleAd ul li img {
	max-width: 100%;
	width: 100%;
}
.ad #companyAd ul li > div,
.ad #articleAd ul li > div {
	padding: 0 5px;
}
.ad #companyAd ul li > div > span,
.ad #articleAd ul li > div > span {
	font-size: 1.1rem;
	background: #777;
	display: inline-block;
	color: #fff;
	padding: 1px 5px;
}
.ad #companyAd ul li > div > h4,
.ad #articleAd ul li > div > h4 {
	font-size: 1.8rem;
	margin-top: 7px;
}
.ad #companyAd ul li > div .lead,
.ad #articleAd ul li > div .lead {
	margin: 10px 0;
	font-weight: 600;
}
.ad #companyAd ul li > div .lead.red {
	color: #fff;
	background: url(https://www.marubeni.com/jp/ad-videos/ad/img/icon_award.png) 10px center, url(https://www.marubeni.com/jp/ad-videos/ad/img/ribon_award.png) right center;
	background-color: #cb151d;
	background-repeat: no-repeat;
	background-size: 20px auto, 10px 100%;
	font-size: 12px;
	line-height: 1.4;
	padding: 10px 30px 10px 40px;
}
.ad #articleAd ul li > div .lead.red {
	color: #e60012;
}
.ad #companyAd ul li > div .text,
.ad #articleAd ul li > div .text {
	margin-top: 5px;
}
.ad #companyAd .advertising{
	margin-bottom: 40px;
	overflow: hidden;
}
.ad #companyAd .advertising .image{
	width: 48.4%;
	float: left;
	margin: 0 40px 20px 0;
}
.ad #companyAd .advertising .image img{
	width: 100%;
}
.ad #companyAd .advertising h4{
	margin-bottom: 0.7em;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: middle;
}
.ad #companyAd .advertising p{
	margin-bottom: 2em !important;
	line-height: 2.2em !important;
}
.ad #companyAd .pickup{
	border: 10px solid #f8f8f8;
	padding: 30px 60px;
	overflow: hidden;
	margin-left: 50px;
	margin-right: 50px;
}
.ad #companyAd .pickup .info{
	float: left;
	width: 63.4%;
}
.ad #companyAd .pickup .info h5{
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
}
.ad #companyAd .pickup .info h6{
	font-size: 1.2em;
}
.ad #companyAd .pickup .info table{
	margin-bottom: 1em;
}
.ad #companyAd .pickup .info table td span{
	font-size: 0.85em;}
.ad #companyAd .pickup .info p{
	margin-bottom: 6px;
	font-size: 1em;
}
.ad #companyAd .pickup .image{
	float: right;
	width: 33.4%;
}
.ad #companyAd .image{
	margin-bottom: 30px;
}
.ad #companyAd .pickup .image{
	margin-bottom: 0;
}

.ad #companyAd .pickup ul li {
	float: left;
	min-width: 70px;
	border: none;
	padding: 20px 0 0;
	margin-bottom: 0;
}
.ad #companyAd .pickup ul li a {
	color: #999;
	font-size: 1.2rem;
}
.ad #companyAd .pickup ul li a:hover {
	text-decoration: underline;
}
.ad #companyAd .pickup ul li a img {
	width: 50px;
	float: left;
	margin-right: 10px;
}
.ad #companyAd .pickup ul li a span {
	display: block;
	line-height: 1.4;
	padding-top: 8px;
}

/* companyMovie
---------------------------------------------*/
.ad #companyMovie ul li {
	margin-bottom: 30px;
}
.ad #companyMovie ul li figure {
	margin-bottom: 12px;
}
.ad #companyMovie ul li figure a {
	display: block;
	position: relative;
}
.ad #companyMovie ul li figure a:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(https://www.marubeni.com/jp/common/img/icon_play.png) no-repeat;
	background-size: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}
.ad #companyMovie ul li figure a img {
	width: 100%;
}
.ad #companyMovie ul li span.label {
	font-size: 1.1rem;
	background: #777;
	display: inline-block;
	color: #fff;
	padding: 1px 5px;
}
.ad #companyMovie ul li p {
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.6 !important;
}
/* modal movie */
.videoWrap {
	border: 10px solid #fff;
}
.videoWrap video {
	background: #000;
}
.ad #cboxNext,
.ad #cboxPrevious {
	top: 40%;
}


/* Pick Up 丸紅グループ New
  ---------------------------------------------*/
.serviceTop .scopeList {
	margin-bottom: -40px;
}
.serviceTop .movieList > li {
	width: 31.08333%;
	float: left;
	position:relative;
}
.serviceTop .movieList > li.new::before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(https://www.marubeni.com/jp/business/pickup/img_service/icon_new.png);
	background-size:45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.serviceTop .movieList li + li {
    margin-left: 3.33333%;
}
.serviceTop .movieList li:nth-child(3n+1) {
	margin-left:0!important;
}
.serviceTop .movieList li:nth-child(n+4) {
	margin-top:30px;
}
.serviceTop .movieList img {
	width: 100%;
}
.serviceTop .movieList li h3 {
	font-size: 1.5rem;
	margin-top: 15px;
}
.scopeTop section ul li a {
	display: block;
}
.scopeTop .scopeList li a:hover h3 {
	text-decoration: underline;
}
.serviceTop .movieList li h3 span {
	display:block;
	font-size: 1.4rem;
}
.serviceTop .movieList li .text {
	margin-top: 12px;
}
.serviceTop .movieList li .text p {
    font-size: 1.4rem;
    line-height: 1.6 !important;
    margin-bottom: 0!important;
}
.serviceTop .movieList li .text span {
	font-size: 1.1rem;
}
.serviceTop .movieList li figure a {
	position:relative;
	display:block;
}
.serviceTop .movieList li figure a:before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(https://www.marubeni.com/jp/common/img/icon_play.png) no-repeat;
	background-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}
.serviceTop .movieList li  figure a img {
	width: 100%;
}
.serviceTop .logoList li {
    display: table;
    float: left;
    width: 12.5%;
    vertical-align: middle;
}

/* ここから */
.videoWrap {
	border: 10px solid #fff;
}
.videoWrap video {
	background: #000;
}
.serviceTop .logoList li:nth-child(n+9) {
	margin-top:30px;
}
.serviceTop .logoList li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.serviceTop .logoList li a img {
    width: 100%;
    max-width: 130px;
    height: auto;
}

/* modal movie */
.serviceTop .movieList li .logoImg {
    width:50%;
    float: left;
}

.serviceTop .movieList li .movieImg {
    width:50%;
    float: left;
}

.serviceTop .movieList li .movieframe {
    padding:15px;
    border:1px solid #ccc;
}

.serviceTop .movieList li .companyName_Logo .movieText {
    margin:0 0 0 50%;
    padding-left:15px;
}
.serviceTop .movieList li .companyName_Logo .movieText h3 {
    margin:0 !important;
    text-align: center;
}
.serviceTop .movieList li .companyName_Logo .movieText p {
    margin:15px 0 0 0;
}

.serviceTop .movieList li .movieframe {
    margin-top:15px;
}
.serviceTop .movieList li .movieframe .movieText {
    margin:0 0 0 50%;
    padding-left:15px;
}

.serviceTop .movieList li .movieframe .movieText h3 {
    margin:0 !important;
}

.serviceTop .movieList li .movieframe .movieText p {
    margin:15px 0 0 0;
}

.serviceTop .movieList li .companyName_Logo .movieText .site_link {
    padding-left: 15px;
    background:url(https://www.marubeni.com/jp/business/pickup/img_service/icon_blank.png) no-repeat left center;
}

.serviceTop .movieList li .movieframe .movieText .list_arrow {
    padding-left: 15px;
    background:url(https://www.marubeni.com/jp/business/pickup/img_service/icon_arrow_r.png) no-repeat left center;
}

/* ここまで */

.serviceTop .movieList li {
    box-shadow: 0 0 8px #ccc;
    padding: 20px;
}
.serviceTop .movieList li .logoImg {
    height:30%;
}
.serviceTop .movieList li .movieImg {
    width:50%;
    float: left;
}

.serviceTop .movieList li .movieframe {
    padding:15px;
    background: #f0f0f0;
}

.serviceTop .movieList li .companyName_Logo .movieText h3 {
    margin:0 !important;
    text-align: center;
}
.serviceTop .movieList li .companyName_Logo .movieText p {
    margin:10px 0 0 0 !important;
}

.serviceTop .movieList li .movieframe {
    margin-top:15px;
}
.serviceTop .movieList li .movieframe .movieText {
    margin:0 0 0 50%;
    padding-left:15px;
}

.serviceTop .movieList li .movieframe .movieText h3 {
    margin:0 !important;
}

.serviceTop .movieList li .movieframe .movieText p {
    margin:15px 0 0 0 !important;
}

.serviceTop .movieList li .companyName_Logo .movieText .site_link {
    padding-left: 15px;
    background:url(https://www.marubeni.com/jp/business/pickup/img_service/icon_blank.png) no-repeat left 0.5em;
}

.serviceTop .movieList li .movieframe .movieText .list_arrow {
    padding-left: 15px;
    background:url(https://www.marubeni.com/jp/business/pickup/img_service/icon_arrow_r.png) no-repeat left center;
}

/* -----------------------------------------------------------------------------

/insight/kurashi/：暮らしの中の丸紅

----------------------------------------------------------------------------- */
.kurashi section .inner {
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}
.kurashi section .inner + .inner {
	margin-top: 40px;
}
/* anchorList
---------------------------------------------*/
.kurashi .anchorList li { padding: 0 25px;}
/* secListArea
---------------------------------------------*/
.kurashi .secListArea ul.col3 > li {
	border: 1px solid #ddd;
	background: url(https://www.marubeni.com/jp/insight/kurashi/img/bg_box.png) no-repeat 0 -70px;
	background-size: 100%;
	padding: 30px 2%;
	margin-bottom: 30px;
}
.kurashi .secListArea ul.col3 > li:nth-child(3n+1) {
	clear: both;
}
.kurashi .secListArea ul.col3 > li figure {
	display: table;
}
.kurashi .secListArea ul.col3 > li figure a {
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: table-cell;
	vertical-align: bottom;
}
.kurashi .secListArea ul.col3 > li figure a:hover {
	opacity: 0.7;
}
.kurashi .secListArea ul.col3 > li img {
	max-width: 100%;
	width: 100%;
}
.kurashi .secListArea ul.col3 > li > div {
	padding: 0 5px;
}
.kurashi .secListArea ul.col3 > li > div > span {
	font-size: 1.2rem;
	background: #777;
	display: inline-block;
	color: #fff;
	padding: 1px 5px;
}
.kurashi .secListArea ul.col3 > li > div .lead {
	margin: 10px 0;
	font-weight: 600;
}
.kurashi .secListArea ul.col3 > li > div .lead.red {
	color: #e60012;
}
.kurashi .secListArea ul.col3 > li > div .text {
	margin-bottom: 15px !important;
}


@media screen and (max-width: 750px) {
	.scopeSub video {
			width: 100%;
	}
}

@media screen and (min-width: 751px) and (max-width: 1240px) {
}

/* -----------------------------------------------------------------------------
	/insight/
----------------------------------------------------------------------------- */
.insightTop #contents .section .inner .sort dd ul {
	display: block;
	justify-content: inherit;
}

.potomacSub #contentsBtmLink.normal .inner {
	padding-left: 40px;
	padding-right: 40px;
}


.art_overseas .thumb ul {
	padding: 0 10px;
}

/* -----------------------------------------------------------------------------
	/insight/scope/下層
----------------------------------------------------------------------------- */
.scopeSub #info .inner div {
	width:44%;
}
.scopeSub #info .inner figure {
	width:52%;
}
.scopeSub #info .inner img {
	width:100%;
}
.scopeSub #movie .movieplayer img {transition:.3s;}

.scopeSub #movie .movieplayer img:hover {cursor: pointer; opacity:0.9; transition:.3s;}


}

/* -----------------------------------------------------------------------------

  	印刷設定

  ----------------------------------------------------------------------------- */
@media print {
	.scopeSub .fade {
		opacity: 1 !important;
		top: 0 !important;
	}
}
