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

INSIGHT

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


@media screen and (max-width: 750px) {

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

ナビ　アクティブ設定

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

/* 第2階層オープン */
header .inner .navWrap #gnav > ul > li#navInsight .subMenu {
	display: block;
}
.insightTop header .inner .navWrap #gnav > ul > li#navInsight .subMenu {
	display: none;
}

/* アクティブ */
.insightTop #navInsight > 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 {
	border-bottom: 2px solid #e60012;
}

/* -----------------------------------------------------------------------------
	/insight/
----------------------------------------------------------------------------- */
.insightTop #pageTtl.ttlImg {
	background-image: url(../ad-videos/img/bg_main.jpg);
}
.insightTop #slider {
	height: 258px;
	overflow: hidden;
}
.insightTop .bx-wrapper .bx-pager {
	bottom: 5px;
}
.insightTop #slider .slide {
	height: 258px;
	position: relative;
	overflow: hidden;
}
.insightTop #slider .slide a {
	display: block;
	height: 100%;
}
.insightTop #slider .slide a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
	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: 40px;
	height: 40px;
	background: url(../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 .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 20px 20px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	z-index: 3;
}
.insightTop #slider .slide .text span {
	display: block;
	font-size: 1rem;
	margin:  0 0 5px;
	font-weight: 400;
}
.insightTop #contents .section {
	position: relative;
	padding: 0;
	background: url(../ad-videos/img/bg_insight.png) no-repeat center 10px;
	background-size: 357px;
}
.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: 3rem;
	text-align: center;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, "sans-serif";
}
.insightTop #contents .section .inner .lead {
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.insightTop #contents .section .inner .sort {
	margin-bottom: 20px;
}
.insightTop #contents .section .inner .sort dt {
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}
.insightTop #contents .section .inner .sort dd ul {
	margin: -6px 0 0 -3px;
}
.insightTop #contents .section .inner .sort dd ul li {
	display: inline-block;
	padding: 8px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 6px 0 0 3px;
	min-width: 60px;
	text-align: center;
	flex-grow: 1;
	cursor: pointer;
	font-size: 1.2rem;
}
.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 -2%;
	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 .scope-list li.new a:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../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;
	margin: 0;
}
.insightTop #contents .section .inner .list li a .figure figure img {
	width: 100%;
}
.insightTop #contents .section .inner .list li a .figure .label {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	display: inline-block;
	background: #222;
	font-size: 1.0rem;
	line-height: 1.4;
	padding: 2px 8px;
}
.insightTop #contents .section .inner .list li a .text {
	background: #fff;
	font-size: 1.2rem;
	padding: 10px 0 0;
	box-sizing: border-box;
	font-weight: 600;
}
.insightTop #contents .section .inner .list li a .text span {
	font-size: 1.1rem;
	font-weight: 400;
}
.insightTop #contents .section .inner .btn.more {
	margin: 0 auto;
	max-width: 305px;
	width: 100%;
}
.insightTop #contents .section .inner .btn.more a {
	height: 50px;
	line-height: 50px;
}
.insightTop #contents .section .inner .btn.more a span {
	display: block;
	background: url(../common/img/sp/icon_plus_g.png) no-repeat 94% center;
	background-size: 16px;
	font-size: 1.6rem;
}

/* -----------------------------------------------------------------------------
	/insight/collection/
----------------------------------------------------------------------------- */
.collectionTop #pageTtl {
	background-image: url(../company/collection/img/bg_main.html);
	background-position: center top;
	background-size: cover;
	/*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: 400px;
	width: 100%;
}
.collectionTop #pageTtl + p {
    padding: 10px;
    font-size: 1.4rem;
    background: #efefef;
}

/* 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: 25px;
	height: 25px;
	background: url(../company/collection/img/icon_arrow.html);
	background-size: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.collectionTop ul.col3 li .figure h3 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	padding: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

/* -----------------------------------------------------------------------------
	/insight/collection/art_overseas/
	/insight/collection/art_domestic/
	/insight/collection/kimono/
----------------------------------------------------------------------------- */
.collectionSub #pageTtl.ttlImg {
    background-image: url(../company/collection/art_overseas/img/bg_main.html);
}
.collectionSub #collection .slideCont {
	position: relative;
}
.collectionSub #collection .slideCont .contBox {
	margin-bottom: 40px;
	display: none;
}
.collectionSub #collection .slideCont .contBox .painting {
	padding: 0 0 10px;
	text-align: center;
}
.collectionSub #collection .slideCont .contBox .painting figure {
	max-width: 360px;
	margin: 0 auto 20px;
}
.collectionSub #collection .slideCont .contBox .painting figure img {
	max-width: 360px;
	margin-bottom: 5px;
}
.collectionSub #collection .slideCont .contBox .painting figure.vertical img {
	max-width: inherit;
	max-height: 250px;
	width: auto;
	/*margin: 0 auto 20px;*/
}

.collectionSub #collection .slideCont .contBox .painting figcaption {
	line-height: 1.5;
	text-align: left;
}
.collectionSub #collection .slideCont .contBox .painting figcaption b {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}
.collectionSub #collection .slideCont .contBox .text {
	width: 100%;
}
.collectionSub #collection .control {
	text-align: center;
}
.collectionSub #collection .control li {
	display: inline-block;
	width: 40%;
	margin: 0 8px;
}
.collectionSub .thumb {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 10px 0;
	overflow-x: scroll;
	display: none;
	z-index: 450;
}
.collectionSub .thumb ul {
	display: table;
	margin: 0 5px;
}
.collectionSub .thumb ul li {
	width: 60px;
	display: table-cell;
	padding: 5px;
	cursor: pointer;
}
.collectionSub .thumb ul li figure {
	margin-bottom: 0;
}
.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(../company/collection/art_overseas/img/active_border.html) no-repeat;
	background-size: 100%;
	z-index: 5;
}
.collectionSub .thumb ul li img {
	max-width: 100%;
}

.collectionSub .attention {
	margin-top: 25px;
	padding: 0 20px;
}

.collectionSub footer #pagetop.fixed {
	/*bottom: 90px;*/
}
.collectionSub footer #pagetop a {
	position: relative;
	bottom: 0;
	-webkit-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
.collectionSub footer #pagetop.fixed a {
	/*position: relative;*/
	bottom: 80px;
}


/* -----------------------------------------------------------------------------
	/insight/pickup/
----------------------------------------------------------------------------- */
.pickupTop #pageTtl {
	background-image: url(../insight/pickup/img/bg_main.html);
	background-position: center top;
}
.pickup .lead {
	font-size: 1.6rem;
}
/*.pickup .groupLink .new {
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
	background: #e60012;
	padding: 1px 8px;
	margin-left: 8px;
	position: relative;
	top: -2px;
}*/
.pickupTop .new a .figure {
	position: relative;
}
.pickupTop .new a .figure:before {
	content: "";
	width: 45px;
	height: 45px;
	background: url(../insight/pickup/img/icon_new.html);
	background-size: 45px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

/* -----------------------------------------------------------------------------
	/insight/pickup/下層
----------------------------------------------------------------------------- */
.pickupSub #backnumber .boxBorder02 {
	padding: 20px 15px;
}
.pickupSub .boxBorder {
	margin: 30px 0;
	text-align: center;
}
.pickupSub .col2 li {
	margin-bottom: 0;
}
.pickupSub .imgLeft {
	margin-top: 30px;
}


/* -----------------------------------------------------------------------------
	/insight/potomac/
----------------------------------------------------------------------------- */
.potomacTop #pageTtl {
	background-image: url(../research/potomac/img/bg_main.jpg);
	background-position: center top;
	background-size: cover;
}
.potomacTop #pageTtl .inner {
	position: relative;
}
.potomacTop #pageTtl .ttlBox {
	position: absolute;
	height: 50px;
	padding: 0 10px;
	background: rgba(255,255,255,0.6);
	top: 50%;
	left: 0;
	margin-top: -25px;
}
.potomacTop #pageTtl .ttlBox .ttl {
	font-size: 1.9rem;
	line-height: 50px;
}
.potomacTop #pageTtl .ttlBox p {
	display: none;
}
.potomacTop #pageTtl + p {
	padding: 10px;
	font-size: 1.4rem;
	background: #efefef;
}
.potomacTop section ul li {
	margin-bottom: 30px;
}
.potomacTop section ul li a {
	display: block;
}
.potomacTop section ul li .figure h3 {
	line-height: 1.5;
}
.potomacTop section ul li .text {
	/*margin-top: 10px;*/
}
.potomacTop section ul li .text p {
	font-size: 1.4rem;
	line-height: 1.6 !important;
	margin-bottom: 5px !important;
}
.potomacTop section ul li .text span {
	font-size: 1.0rem;
}

/* col2 */
.potomacTop ul.col2 li a .figure {
	position: relative;
}
.potomacTop ul.col2 li.new .figure:before {
	content: "";
	width: 45px;
	height: 45px;
	background: url(../research/potomac/img/icon_new.png);
	background-size: 45px;
	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 figure {
	margin-bottom: 10px;
}
.potomacTop ul.col2 li .figure h3 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

/* col4 */
.potomacTop ul.col4 {
	margin: 0 -2%;
}
.potomacTop ul.col4 li {
	width: 46%;
	float: left;
	margin: 0 2% 30px;
}
.potomacTop ul.col4 li figure {
	margin-bottom: 10px;
}
.potomacTop ul.col4 li h3 {
	/*margin-top: 10px;*/
	font-size: 1.4rem;
}
.potomacTop ul.col4 li .text {
	margin-top: 10px;
}


/* -----------------------------------------------------------------------------
	/insight/potomac/下層
----------------------------------------------------------------------------- */
.potomacSub #pageTtl {
	background-image: url(../research/potomac/img/bg_main_sub.jpg);
}
.potomacSub #lead .sign {
	display: table;
	float: right;
}
.potomacSub #lead .inner > p {
	font-size: 1.5rem;
	margin-bottom: 15px !important;
}
.potomacSub #lead .sign {
	padding-top: 10px;
}
.potomacSub #lead .sign span {
	display: table-cell;
	vertical-align: middle;
}
.listSlider {
	padding: 0 5px;
}
.listSlider .slick-slide {
	padding: 0 8px;
}
.listSlider li figure img {
	width: 100%;
}
.listSlider li figure {
	margin-bottom: 7px;
}
.listSlider li figure + span {
	display: block;
	text-align: left;
}
.slick-prev, .slick-next {
	top: 43%;
}
.slick-next {
	right: -15px;
}
.slick-prev {
	left: -15px;
}
.slick-dots {
    bottom: -55px;
}
.slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 3px;
}
.potomacSub #contentsBtmLink.normal .inner {
	padding-left: 27px !important;
	padding-right: 27px !important;
}

/* -----------------------------------------------------------------------------
	/insight/scope/
----------------------------------------------------------------------------- */
.scopeTop #pageTtl {
	background-image: url(../ad-videos/scope/img/bg_main.jpg);
	background-position: center top;
	background-size: cover;
}
.scopeTop #pageTtl .subTtl .ttl > span {
    display: block;
    font-size: 1.4rem;
    margin: 10px 0 5px;
}
.scopeTop .new {
	margin-bottom:5%;
}
.scopeTop .new a .figure {
	position: relative;
}
.scopeTop .new a .figure:before {
	content: "";
	width: 45px;
	height: 45px;
	background: url(../ad-videos/scope/img/icon_new.png);
	background-size: 45px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.scopeTop .new a .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 a .figure figure {
	margin-bottom: 10px;
}
.scopeTop .new a .figure h3 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.scopeSub #info .inner div .logo img {
	max-width: 100%;
	width: inherit;
}

/* col4 */
.scopeTop .scopeList {
	margin: 0 -2%;
}
.scopeTop .scopeList li {
	width: 46%;
	float: left;
	margin: 0 2% 30px;
}
.scopeTop .scopeList li figure {
	margin-bottom: 10px;
}
.scopeTop .scopeList li h3 {
	font-size: 1.4rem;
}
.scopeTop .scopeList li .text {
	margin-top: 10px;
}
.scopeTop .scopeList li .text p {
    font-size: 1.4rem;
    line-height: 1.6 !important;
	margin-bottom:0!important;
}


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

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

.scopeSub #movie .movieplayer {
    width: 100%;
    position: relative;
    padding-bottom: 56%;
    height: 0;
}
.scopeSub #movie .movieplayer iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.scopeSub #movie .sp{
	width: 100%;
	position: relative;
    padding-bottom: 56%;
    height: 0;
}
.scopeSub #movie .sp iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scopeSub #movie p{
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
	padding-left: 14px;
	background: url(../common/img/icon_arrow_r.png) no-repeat left 20%;
}
.scopeSub #movie .video_btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px;
    cursor: pointer;
}
.scopeSub .text p span {
	display:block;
	font-size: 1.2rem;
	margin-top:20px;
	text-align:right;
}
.scopeSub #info {
	margin-bottom:40px!important;
}
.scopeSub #info .inner div .logo {
    /*width: 78%;*/
    margin: 0 auto 15px;
	font-weight: bold;
    font-size: 28px;
    color: #00a7df;
    font-family: Verdana, arial, helvetica, sans-serif;
	text-align: center;

}
.scopeSub #info .inner div .logo + p {
	text-align:center;
	font-size:1.5rem;
}
.scopeSub #contentsBtmLink.normal .inner {
	padding-left: 27px !important;
	padding-right: 27px !important;
}

.scopeSub .fade {
	/* opacity: 0; */
	position: relative;
	top: 60px;
	transition: all 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.scopeSub .fade.animate {
	opacity: 1 !important;
	top: 0;
}
.scopeSub ul.panelList li + li {
	margin-top: 5px;
}
.scopeSub .btn.popup {
	width: 280px;
	margin: 0 auto;
}
.scopeSub .anchorList {
margin-top: 0;
margin-bottom: 0;
}

.scopeSub .anchorList li {
width: 100%;
border-left: none;
}

.scopeSub .anchorList li a {
padding: 0;
display: contents;
}

.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;
}

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

企業広告・映像

----------------------------------------------------------------------------- */
/* companyAd
---------------------------------------------*/
.ad #companyAd,
.ad #articleAd {
	margin-bottom: 0 !important;
}
.ad #companyAd ul li,
.ad #articleAd ul li {
	border: 1px solid #ddd;
	background: url(../ad-videos/ad/img/sp/bg_box.png) no-repeat left top;
	background-size: 100%;
	margin-bottom: 30px;
}
.ad #companyAd ul li.horizontal,
.ad #articleAd ul li.horizontal {
	background: url(../ad-videos/ad/img/sp/bg_box.png) no-repeat left -35px;
	background-size: 100%;
}
.ad #companyAd ul li figure,
.ad #articleAd ul li figure {
	margin-top: 35px;
	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 img,
.ad #articleAd ul li img {
	max-width: 100%;
	width: 100%;
}
.ad #companyAd ul li > div,
.ad #articleAd ul li > div {
	padding: 0 20px;
}
.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(../ad-videos/ad/img/icon_award.html) 10px center, url(../ad-videos/ad/img/ribon_award.html) 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 h5{
	margin-bottom: 0.7em;
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
	vertical-align: middle;
}
.ad #companyAd .advertising p{
	margin-bottom: 2em !important;
	line-height: 2.2em !important;
}
.ad #companyAd .pickup{
	border: 6px solid #f8f8f8;
	padding: 15px;
	overflow: hidden;
}
.ad #companyAd .pickup .info h5{
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5}
.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: 0 !important;
	font-size: 0.85em;
}
.ad #companyAd .image{
	margin-bottom: 30px;
}
.ad #companyAd .pickup .image{
	margin-bottom: 0;
	padding-top: 30px;
}

.ad #companyAd .pickup ul li {
	float: left;
	min-width: 70px;
	border: none;
	padding: 30px 0% 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(../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:hover a:before {
	opacity: 0;
}
.ad #companyMovie ul li figure a img {
	width: 100%;
}
.ad #companyMovie ul li video {
	width: 100%;
	margin-bottom: 10px;
}
.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;
}
/* -----------------------------------------------------------------------------
	/insight/serviceTop/
----------------------------------------------------------------------------- */
.serviceTop #pageTtl {
	background-image: url(../ad-videos/scope/img/bg_main.jpg);
	background-position: center top;
	background-size: cover;
}
/* movieList */
.serviceTop .movieList li {
	position:relative;
}
.serviceTop .movieList > li:nth-child(1):before , .serviceTop .movieList > li:nth-child(2):before ,.serviceTop .movieList > li:nth-child(3):before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../insight/service/img/icon_new.html);
	background-size:45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.serviceTop .movieList li + li {
	margin-top:30px;
}
.serviceTop .movieList li h3 {
	font-size: 1.4rem;
}
.serviceTop .movieList li .text {
	margin-top: 10px;
}
.serviceTop .movieList li .text p {
    font-size: 1.4rem;
    line-height: 1.6 !important;
	margin-bottom:0!important;
}
.serviceTop .movieList li figure a {
	display: block;
	position: relative;
}
.serviceTop .movieList li figure a img {
	width: 100%;
}
.serviceTop .movieList li video {
	width: 100%;
	margin-bottom: 10px;
}
.serviceTop .logoList li {
    display: table;
    float: left;
    width: 50%;
    vertical-align: middle;
}
.serviceTop .logoList li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.serviceTop .logoList li a img {
	width:100%;
	max-width:130px;
}




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

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

----------------------------------------------------------------------------- */
/* secListArea
---------------------------------------------*/
.kurashi .secListArea {
	margin-bottom: 0 !important;
}
.kurashi .secListArea ul.col3 li {
	border: 1px solid #ddd;
	background: url(../insight/kurashi/img/sp/bg_box.html) no-repeat left -14vw;
	background-size: 100%;
	margin-bottom: 30px;
}
.kurashi .secListArea ul.col3 li figure {
	margin: 35px auto 0;
	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 img {
	max-width: 100%;
	width: 100%;
}
.kurashi .secListArea ul.col3 li > div {
	padding: 0 20px;
}
.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-top: 5px;
}

































}
