@charset "UTF-8";

#multicasterpro {
  font-size: 110%;
  margin-bottom: 5em;
}
#multicasterpro section li img,
#multicasterpro section .img img {
  width: 100%;
}
@media screen and (min-width:481px){
	#multicasterpro #block-list a {
		cursor: default;
	}
}
#multicasterpro section[id] {
	display :block;
	padding-top:8em;
	margin-top:-6em;
	content: "";
}
#multicasterpro .anker {
/*	height: 2em;*/
    position: relative;
}
#multicasterpro .anker ul {
	display: flex;
/*	justify-content: space-around;*/
	justify-content: center;
/*	position: absolute;*/
	position: relative;
	width: 100%;
	left: 0;
	z-index: 2;
}
#multicasterpro .anker li {
	background: #bc1a21;
	border-radius: 5px;
	width: 16%;
	margin: 0 5px;
	/* aタグの高さ中央寄せ */
	display: flex;
	align-items: center;
	justify-content: center;
}
#multicasterpro .anker li a {
  width: 100%;
}
#multicasterpro .anker li a,
#multicasterpro .anker li a:hover {
	color: #fff;
	display: block;
	padding: .5em 1em;
	text-align: center;
}

#multicasterpro h2 {
    border-left: 10px solid #bc1a21;
    padding: 0.25em 0.5em;
    font-size: 140%;
    line-height: 150%;
    color: #333;
    margin: 0 0 1.5em 0;
    font-family: "Open Sans";
    margin-bottom: 15px;
}
#multicasterpro h3 {
    border-bottom: solid 1px #333;
}
#multicasterpro .note {
	font-size: smaller;
}
#multicasterpro p.note {
	margin-bottom: 1em;
}
#multicasterpro .flex-1 {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
#multicasterpro .flex-1 li {
	width: 20%;
	margin-bottom: 2em;
}
#multicasterpro .flex-1 li a,
#multicasterpro .flex-1 li a:hover {
	color: #333;
}
#multicasterpro #list .flex-1 li span {
    display: block;
    text-align: center;
    margin: -1em auto 0;
}

#multicasterpro .flex-2 {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#multicasterpro .flex-2 .img {
	width: 30%;
}
#multicasterpro .flex-2 .txt {
	width: 60%;
}
#multicasterpro .flex-2.rev {
    flex-direction: row-reverse;
}
#multicasterpro .flex-2 .or,
#multicasterpro .flex-2 .plus {
	font-size: xx-large;
	color: #787878;
}
#multicasterpro #matching .flex-2 .img {
	width: 22%;
}
#multicasterpro #matching .flex-2 .img img {
	width: 100%;
}
#multicasterpro #matching .flex-2 .img span {
    display: block;
    text-align: left;
    padding: 0 2em;
    line-height: 1.3em;
    margin: 0 auto 0;
}
#multicasterpro #matching .flex-2 .txt {
	width: 30%;
}
#multicasterpro #matching .flex-2 .txt .note {
	margin-top: 2em;
}
#multicasterpro #matching .flex-2 .set {
	display: flex;
    align-items: center;
	width: 47%;
}
#multicasterpro #matching .flex-2 .set .img,
#multicasterpro #matching .flex-2 .set .txt {
	width: 48%;
}
#multicasterpro #matching .flex-2.border>div:nth-child(n+2) {
    border: 3px dotted #ccc;
    padding: 0 0 10px;
    border-radius: 10px;
    margin-left: 10px;
    align-self: stretch;
}
#multicasterpro .innerwrap {
	width: 100%;
	margin: 2em auto 0;
}
#multicasterpro #matching table {
	width: 100%;
}
#multicasterpro #matching table th,
#multicasterpro #matching table td {
	padding: 1em;
	border: 1px solid #ddd;
}
#multicasterpro #matching table th {
	width: 20%;
	background: #efefef;
}
#multicasterpro #matching table td {
	width: 80%;
}
#multicasterpro #matching table td span {
	margin:0 .5em;
	display: inline-block;
}
#multicasterpro #matching table td span:after {
	content:"｜";
	color: #ccc;
}
#multicasterpro #matching table td span:before {
	content:"";
	margin-left: -1em;
}
#multicasterpro .flex-3 {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#multicasterpro .flex-3 li {
	width: 21%;
	margin-bottom: 2em;
}
#multicasterpro .flex-3 li span {
	display: block;
    text-align: left;
    padding: 0 2em;
    line-height: 1.3em;
}
#multicasterpro .flex-3 .img img {
	width: 100%;
}

#multicasterpro .video-wrap {
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 3clumn
#multicasterpro .video-box {
	width: 33%;
}
#multicasterpro .video-box iframe {
	width: 363px;
	height: 204.1875px;
}
*/
#multicasterpro .video-box {
	width: 50%;
	margin-bottom: 2em;
}
#multicasterpro .video-box iframe {
	width: 540px;
	height: 303.75px;
}
#multicasterpro .video-box span {
	display: block;
	width: 100%;
}
#multicasterpro .sizeWrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	margin-top: 2em;
}
#multicasterpro .sizeWrap>div {
	flex: 0 1 33.3%;
	position: relative;
}
#multicasterpro .sizeWrap img {
	width: 100%;
}
#multicasterpro .sizeWrap>div h4 {
	position: absolute;
	left: 0;
	top:5px;
}
#multicasterpro .sizeWrap>div.size1 h4 {
	left:25px;
}
#multicasterpro .sizeWrap>div.size3 h4 {
	left:70px;
}

/*----- フェードインしながら上へスライド -----*/
#multicasterpro .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
    
#multicasterpro .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


@media screen and (min-width:481px) and (max-width:800px){
  section#multicasterpro {
      padding: 60px 0;
  }
}

@media screen and (max-width:480px){
	.slick-prev,
	.slick-next {
	    display: none !important;
	}
	#multicasterpro .anker {
/*		height: 11em;*/
		position: relative;
/*		margin-top: 3em;*/
		margin: 2em 0;
	}
	#multicasterpro .anker ul {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#multicasterpro .anker li {
		width: 49.5%;
		font-size: 16px;
/*		margin: .3em 0;*/
		margin: 0;
	}
	#multicasterpro .anker li span {
		display: none;
	}
	#multicasterpro section[id] {
	    padding-top: 4em;
	    margin-top: -3em;
    }
    #multicasterpro .flex-1 li {
    width: 33%;
    margin-bottom: 1em;
	}
	#multicasterpro #list .flex-1 li span {
		margin-top: -.5em;
	}
	#multicasterpro .flex-2 {
		flex-wrap: wrap;
	}
	#multicasterpro .flex-2 .img,
	#multicasterpro #matching .flex-2 .img {
		width: 100%;
	}
	#multicasterpro .flex-2 .txt,
	#multicasterpro #matching .flex-2 .txt {
		width: 100%;
		margin-top: 1em;
	}
	#multicasterpro .flex-2 .or,
	#multicasterpro .flex-2 .plus {
		text-align: center;
		margin: 1em auto 0;
	}
	#multicasterpro #matching .flex-2 .set {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	width: 100%;
	}
	#multicasterpro #matching .flex-2 .set .img,
	#multicasterpro #matching .flex-2 .set .txt {
		width: 100%;
	}
	#multicasterpro #matching .flex-2.border>div:nth-child(n+2) {
	    border: 3px dotted #ccc;
	    padding: 0 0 10px;
	    border-radius: 10px;
	    margin-left: 0px;
	    margin-bottom: 10px;
        align-self:auto;
	}
	
	#multicasterpro #matching table {
		width: 100%;
		/* max-width: 90vw; */
		margin-bottom: 3em;
	}
	#multicasterpro #matching table th,
	#multicasterpro #matching table td {
		display: block;
		width: calc(100% - 2em);
		line-height: 2em;
	}
	#multicasterpro .flex-3 li {
    width: 100%;
    }
    #multicasterpro .video-box {
	    width: 100%;
	    margin-bottom: 1.5em;
    }
    #multicasterpro .video-box iframe {
	    width: 100%;
	    height: 23.5vh;
	}
	#footerseatBanner {
		padding-top: 0 !important;
	}
	#footerseatBanner .wrapper {
			padding: 0 !important;
		}
	#footerseatBanner li {
	    display: inline;
	}
	
	#multicasterpro .sizeWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: inherit;
	margin-top: 2em;
	}
	#multicasterpro .sizeWrap>div {
		flex: 0 1 100%;
		position:relative;
	}
	#multicasterpro .sizeWrap>div.size1 {
		order: 2;
	}
	#multicasterpro .sizeWrap>div.size2 {
		order: 1;
	}
	#multicasterpro .sizeWrap>div.size3 {
		order: 3;
	}
	#multicasterpro .sizeWrap img {
		width: 100%;
	}
	#multicasterpro .sizeWrap>div h4 {
		position:inherit;
	}
	#multicasterpro .sizeWrap>div.size1 h4 {
		display: none;
	}
	#multicasterpro .sizeWrap>div.size3 h4 {
		margin-top: 2em;
		left: 0;
	}

}

/*=====================================================
    slider NEW
=======================================================*/

#slider {
	position: relative;
}
.bxslider li {
  display: none;
}
.bx-viewport .bxslider li {
  display: block !important;
}

.bx-wrapper .bx-pager{
	text-align: center;
    font-size: 0;
    padding-top: 0;
 }
 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
    bottom: 5px;
    width: 100%;
 }
 .bx-wrapper .bx-pager.bx-default-pager a:hover, 
 .bx-wrapper .bx-pager.bx-default-pager a.active, 
 .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #ccc;
 }
 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
 }
 
.bx-wrapper {
	width: 100%;
	overflow: hidden;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  border: none;
  background: #fff;
  margin: 0;
}

.bx-viewport {
	overflow: visible !important;
	width: 80vw;
	height: 360px;
	margin: 0px 0px 0px 10vw;
}
.bxslider li {
	width: 80vw !important;
}

.bxslider li img {
	width: 100%;
}
.l-scr,
.r-scr {
	width: 10vw;
	height: 100%;
	position: absolute;
	z-index: 60;
	background: rgba(255,255,255,0.7);
	/*background: rgba(0,0,0,0.7);*/
}
.l-scr {
	left:0;
	top: 0;
}
.r-scr {
	right: 0;
	top: 0;
}
.bx-wrapper .bx-controls-direction a {
	text-indent: 0px;
	position: absolute;
    top: 50%;
    margin-top: 0px;
    outline: 0;
    width: 2em;
    height: 2em;
    z-index: 9999;
}
.bx-wrapper .bx-next {
  right: 3.5vw;
  background: none;
 }
 .bx-wrapper .bx-prev {
  left: 3.5vw;
  background:none;
}
.bx-wrapper .bx-next::after,
.bx-wrapper .bx-prev::after {
 	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	font-size: 2em;
	color: #888;
}
.bx-wrapper .bx-next::after {
	content: "\f138";
}
.bx-wrapper .bx-prev::after {
	content: "\f137";
}
#screen {
	/* padding-top: 120px !important; */
}
@media screen and (max-width: 479px){
	.bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.bx-viewport {
		width: 100vw;
		margin: 0px 0px;
	}
	.bxslider li {
		width: 100vw !important;
	}
	.l-scr,
	.r-scr {
		display: none;
	}
	#screen {
		padding-top: 51px !important;
	}

}

#container .inline-block {
  display: inline-block;
}
#multicasterpro .anker li span.inline-block {
  display: inline-block;
}

.mainimg {
  padding: 5px 0 0;
}
.imgfit {
  text-align: center;
}
.imgfit img {
  max-width: 100%;
}
