@charset "UTF-8";
h1, h2, h3 {
    font-weight: 100;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.baseWrap {
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo, sans-serif;
    width: 100% !important;
    background: #333;
    color: #fff;
    line-height: 2.0em;
    padding: 0;
    font-size: 17px;
}
.baseWrap .mont {
    font-family: Montserrat, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo, sans-serif;
}
.baseWrap a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
    outline: none;
}
.baseWrap a:hover {
    opacity: 1;
}
.baseWrap * {
    padding: 0;
    box-sizing: border-box;
}
.baseWrap .logo {
    position: fixed;
    top: 20px;
    left: 30px;
    z-index: 100;
}
.baseWrap .logo img {
    width: 100px;
}
.snsArea {
    position: fixed;
    top: 5px; 
    right: 30px; 
    z-index: 99999;
}
.baseWrap #page-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 200;
}
.baseWrap #page-top a {
    text-align: center;
    display: block;
    width: 80px;
    height: 80px;
}
.baseWrap #page-top a img {
	width: 100%;
    height: auto;
}
.baseWrap #page-top a:hover {
	opacity: 0.7;
}
.baseWrap .menu {
    position: fixed;
    top: 70px;
    right: -250px;
    z-index: 500;
    transition: all .5s;
}
.baseWrap .menu.fadeIn {
    right: 0;
}
.baseWrap .menu a {
    position: absolute;
    width: 250px;
    height: 80px;
    display: block;
    right: -180px;
}
.baseWrap .menu a li {
    width: 230px;
    height: 63px;
    font-size: 12px;
    font-weight: bold;
    background: transparent;
    margin-bottom: 40px;
    line-height: 15px; 
    position: relative;
    margin-right: -20px;
    transition: .3s;
}
.baseWrap .menu a li span {
    padding: 10px 30px 10px 88px;
    height: 70px;
    display: inline-block;
    width: 270px;
    position: absolute;
    right: -30px;
    top: 0px;
    z-index: 480;
    border-radius: 35px;
    color: #fff;  
    transition: .3s;
}
.baseWrap .menu a li span.oneline {
    padding: 15px 30px 15px 70px;
    line-height: 20px;
}
.baseWrap .menu a li img {
    position: absolute;
    z-index: 490;
    top: 0px;
    left: 0;
    width: 60px;
    height: 60px;
}
.baseWrap .menu a:hover {
    right: 0;
}
.baseWrap .menu a:hover span {
    background: none;
    color: #fff;
    padding-left: 80px;
}
.baseWrap .menu a:hover span.oneline {
    padding-left: 80px;
}
.baseWrap .menu a:nth-child(1) {
    top: 0;
}
.baseWrap .menu a:nth-child(2) {
    top: 95px;
}
.baseWrap .menu a:nth-child(3) {
    top: 190px;
}
.baseWrap .menu a:nth-child(4) {
    top: 290px;
}
.baseWrap .menu a:nth-child(5) {
    top: 380px;
}

/* mainVisual */
#mainVisual {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width:1600px;
    margin: 0 auto 100px;
}
#mainVisual .mainImg img {
    width:100%;
}
#mainVisual .mainImg {
    position: relative;
}
/* mainVisual > .description */
#mainVisual .description {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 100px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.0em;
    text-align: center;
}
/* mainVisual > .index */
#mainVisual .index {
    margin: 0 auto;
    width: 980px;
}
#mainVisual .index li a:hover img {
    transform: rotate(-10deg);
}
#mainVisual .index li {
    display: table;
    margin: 0 0 50px 20px;
    float: left;
}
#mainVisual .index li a {
    width: 470px;
    display: block;
    background-position: right 0; 
    text-align: left;
    background-size: auto 170px;
    background-repeat:no-repeat;
}
#mainVisual .index li .thumb {
	display: table-cell;
	vertical-align: top;
	width: 160px;
}
#mainVisual .index li .menuTtl {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
	font-weight: bold;
}
#mainVisual .index li .menuTtl .subTtl {
	margin-bottom: 20px;
	color: #f90;
	font-size: 20px;
	line-height: 1;
}
#mainVisual .index li .menuTtl .mainTtl {
	font-size: 30px;
	line-height: 40px;
}
/* mainVisual > .index > .bnrContest */
#mainVisual .index .bnrContest {
	width: 900px;
	margin: 0 auto;
}
#mainVisual .index .bnrContest a {
	display: block;
}
#mainVisual .index .bnrContest a:hover {
	opacity: 0.7;
}
#mainVisual .index .bnrContest img {
	width: 100%;
	height: auto;
}


/*メインコンテンツ共通*/
.mainCont {
    position: relative;
}
/* h1 */
.mainCont h1 {
    width: 100%;
    max-width:1600px;
    padding: 100px 0 0;
    margin: 0 auto;
}
.mainCont h1 img {
	width: 100%;
	height: auto;
}
.mainCont .intro h1 {
	padding: 0;
}
/* .description */
.mainCont .intro .description {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
    font-size: 22px;
    line-height: 38px;
    text-align: left;
}
/* .submenu */
.mainCont .subMenu {
	display: table;
    width: 980px;
    margin: 0 auto 50px;
}
.mainCont .subMenu.sm2 {
	width: 735px;
}
.mainCont .subMenu li {
    display: table-cell;
    vertical-align: middle;
    width: 245px;
    padding-bottom: 30px;
    background: url(../img/ico_arrow_down.png) no-repeat center bottom;
    background-size: 30px auto;
}
.mainCont .subMenu li a {
    display: block;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
}
.mainCont .subMenu li a:hover {
	opacity: 0.7;
}
.mainCont .subMenu li a .thumb {
	width: 200px;
	margin: 0 auto 20px;
}
.mainCont .subMenu li a .menuTtl {
	height: 75px;
}
.mainCont .subMenu li a img {
	width: 100%;
	height: auto;
}
/* .lowerCont */
.mainCont .lowerCont {
    width: 100%;
    background: #000;
    padding: 100px 0 0;
}
.mainCont .lowerCont:last-child {
    padding-bottom: 100px;
}
.mainCont .lowerCont .inner {
	width: 1200px;
    margin: 0 auto;
}
.mainCont .lowerCont h2 {
	width: 740px;
	margin: 0 auto 50px;
	padding: 50px 0 30px;
    font-size: 35px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    letter-spacing: 2px;
    background: url(../img/hr_top.png), url(../img/hr_btm.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.mainCont .lowerCont h2 span {
	display: block;
	font-size: 25px;
}
/* .lowerCont > .lowerMain */
.mainCont .lowerCont .lowerMain {
	display: table;
	width: 100%;
}
.mainCont .lowerCont .lowerMain__img {
    display: table-cell;
    vertical-align: top;
    width: 590px;
}
.mainCont .lowerCont .lowerMain__img img {
	width: 100%;
    height: auto;
}
.mainCont .lowerCont .lowerMain__textbox {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0 10px 50px;
    font-size: 17px;
    line-height: 38px;
}
.mainCont .lowerCont .lowerMain__textbox h3 {
	margin-bottom: 40px;
	font-size: 25px;
    line-height: 40px;
    font-weight: bold;
}
.mainCont .lowerCont .lowerMain__textbox .company {
	text-align: right;
}
/* .lowerCont.prItem */
.mainCont .lowerCont.prItem {
	padding-top: 50px;
}
.mainCont .lowerCont.prItem .inner {
	position: relative;
	padding: 50px;
	border: solid 3px #fff;
	font-weight: bold;
}
.mainCont .lowerCont.prItem .inner::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -18px;
	left: 180px;
	width: 36px;
	height: 18px;
	background-image: url(../img/balloon_line.png);
	background-size: contain;
	vertical-align: middle;
}
.mainCont .lowerCont.prItem .lowerMain__img {
    width: 400px;
}
.mainCont .lowerCont.prItem .lowerMain__textbox {
	padding: 0 50px 0 0;
}
/* .lowerCont.prItem > .companyBnr */
.mainCont .lowerCont.prItem .companyBnr {
	width: 980px;
	margin: 20px auto 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.mainCont .lowerCont.prItem .companyBnr p + p {
	margin-top: 20px;
}
.mainCont .lowerCont.prItem .companyBnr img {
	width: 100%;
	height: auto;
}
.mainCont .lowerCont.prItem .companyBnr a:hover {
	opacity: 0.7;
}
/* .wrapping */
.mainCont .wrapping {
	display: table;
	width: 100%;
	margin-top: 30px;
}
.mainCont .wrapping .wrappingTxt {
	display: table-cell;
	vertical-align: top;
	font-weight: normal;
}
.mainCont .wrapping .wrappingTxt h4 {
	width: 320px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background: #f90;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.mainCont .wrapping .wrappingImg {
	display: table-cell;
	vertical-align: top;
	width: 540px;
	padding-left: 50px;
}
.mainCont .wrapping .wrappingImg img {
	width: 100%;
	height: auto;
}
.mainCont .wrapping .process + .process {
	margin-top: 20px;
}
.mainCont .wrapping .process dt {
	float: left;
	width: 20px;
	padding: 5px;
	border-radius: 3px;
	background: #f90;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}
.mainCont .wrapping .process dd {
	float: left;
	width: 530px;
	padding: 0 0 0 10px;
	font-size: 17px;
	line-height: 28px;
}

/* links */
.text-link,
.blank-link {
    width: 300px;
    margin: 50px auto 0;
}
.ig-link,
.tw-link {
	width: 360px;
    margin: 50px auto 0;
}
.text-link a,
.blank-link a,
.ig-link a,
.tw-link a {
    display: block;
    padding: 5px 10px;
    border-radius: 50px;
    background: url(../img/ico_arrow_right.png) no-repeat 94% center #fff;
    background-size: 13px 20px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.blank-link a {
	background: url(../img/ico_blank.png) no-repeat 94% center #fff;
    background-size: 20px 20px;
}
.ig-link a {
	background-color: #fff;
	background-image: url(../img/ico_instagram.png), url(../img/ico_blank.png);
	background-repeat: no-repeat;
	background-position: 15px center, 94% center;
    background-size: 30px 30px, 20px 20px;
}
.tw-link a {
	background-color: #fff;
	background-image: url(../img/ico_twitter.png), url(../img/ico_blank.png);
	background-repeat: no-repeat;
	background-position: 15px center, 94% center;
    background-size: 30px 30px, 20px 20px;
}
.text-link a:hover,
.blank-link a:hover,
.ig-link a:hover,
.tw-link a:hover {
	opacity: 0.7;
}

/* #sec3 */
#sec3 .sm1 {
	width: 735px;
}
#sec3 .sm2 {
	width: 490px;
}

/* #sec5 */
#sec5 {
	background: #000;
}
#sec5 .campaignTtl {
	margin-top: 50px;
	color: #f90;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
#sec5 .description {
	padding: 30px 0 0;
	font-size: 17px;
}
#sec5 .ig-link {
	margin-top: 30px;
}
/* #sec5 > .present */
#sec5 .present {
	padding-top: 140px;
}
#sec5 .present .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 40px 100px;
	background: #fff;
	color: #000;
}
#sec5 .present .inner .presentImg {
	width: 300px;
	margin: 25px auto;
}
#sec5 .present .inner .presentImg img {
	width: 100%;
	height: auto;
}
#sec5 .ribbon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -50px;
    left: calc(50% - 130px);
    height: 60px;
    text-align: center;
}
#sec5 .ribbon::before {	/*左側のリボン端*/
    content: '';
    position: absolute;
    z-index: 0;
    bottom: -20px;
    left: -45px;
    width: 0px;
    border: 30px solid #ce7c01;
    border-left-color: transparent;	/*山形に切り抜き*/
}
#sec5 .ribbon::after {	/*右側のリボン端*/
    content: '';
    position: absolute;
    z-index: 0;
    bottom: -20px;
    right: -45px;
    width: 0px;
    border: 30px solid #ce7c01;
    border-right-color: transparent;	/*山形に切り抜き*/
}
#sec5 .ribbon h2 {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 100px;
    color: #000;
    background: #f90;	/*真ん中の背景色*/
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
}
#sec5 .ribbon h2:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 20px transparent;
    border-right: solid 15px #975b01;	/*左の折り返し部分*/
}
#sec5 .ribbon h2:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 20px transparent;
    border-left: solid 15px #975b01;	/*右の折り返し部分*/
}
#sec5 .present .inner h3 {
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
#sec5 .present .inner h3 span {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}
#sec5 .present .inner .presentDetail {
	font-size: 20px;
}
/* #sec5 > .howto */
#sec5 .howto {
	color: #fff;
}
#sec5 .howto .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 50px 40px;
}
#sec5 .howto .inner h2 {
	width: 280px;
	margin: 0 auto 50px;
	padding: 20px 0;
	border: solid 3px #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#sec5 .howto .inner .step {
	display: table;
	width: 100%;
}
#sec5 .howto .inner .step + .step {
	margin-top: 10px;
}
#sec5 .howto .inner .step dt {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	background: #f90;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	
}
#sec5 .howto .inner .step dd {
	padding: 5px 0 5px 10px;
	font-size: 20px;
}
#sec5 .howto .inner .snsBtns {
	margin-top: 10px;
}
#sec5 .howto .inner .snsBtns p {
	display: inline-block;
	width: 330px;
	margin: 0;
}
#sec5 .howto .inner .snsBtns p + p {
	margin-left: 10px;
}
#sec5 .howto .inner .snsBtns .ig-link a,
#sec5 .howto .inner .snsBtns .tw-link a {
    font-size: 17px !important;
}
/* #sec5 > .conditions */
#sec5 .conditions {
	padding-bottom: 135px;
	background: url(../img/hr_top.png) no-repeat center bottom;
	background-size: 740px auto;
	color: #fff;
}
#sec5 .conditions .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 40px 0;
}
#sec5 .conditions .inner h2 {
	width: 280px;
	margin: 0 auto 50px;
	padding: 20px 0;
	border: solid 3px #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#sec5 .conditions .inner ul li {
	list-style-type: disc;
	margin-left: 20px;
	font-size: 20px;
}
#sec5 .conditions .inner ul li + li {
	margin-top: 10px;
}
/* #sec5 > .artists */
#sec5 .artists {
	padding: 100px 0;
	color: #fff;
}
#sec5 .artists .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 20px;
	border: solid 3px #fff;
}
#sec5 .artists .inner h2 {
	width: 320px;
	margin: 0 auto 50px;
	padding: 20px 0;
	background: #f90;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#sec5 .artists .inner .item {
	float: left;
	display: table;
	width: 445px;
}
#sec5 .artists .inner .item:nth-child(odd) {
	margin-right: 20px;
}
#sec5 .artists .inner .item:nth-child(even) {
	margin-left: 20px;
}
#sec5 .artists .inner .item:nth-child(n + 3) {
	margin-top: 40px;
}
#sec5 .artists .inner .item .itemImg {
	display: table-cell;
	vertical-align: top;
	width: 130px;
}
#sec5 .artists .inner .item .itemImg img {
	width: 100%;
	height: auto;
}
#sec5 .artists .inner .item .itemDetail {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
#sec5 .artists .inner .item .itemDetail .itemName {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
}
#sec5 .artists .inner .item .itemDetail .itemTxt {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 28px;
}
#sec5 .artists .inner .item .itemDetail .itemLink {
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
#sec5 .artists .inner .item .itemDetail .itemLink a {
	padding-right: 15px;
	background: url(../img/ico_arrow_left_f90.png) no-repeat center right;
	background-size: 10px 15px;
	color: #f90;
}
#sec5 .artists .inner .item .itemDetail .itemLink a:hover {
	opacity: 0.7;
}
/* footer */
footer {
    width: 100%;
    height: 90px;
    background: #232629;
    color: #aaaaab;
    font-size: 11px;
    line-height: 90px;
    text-align: center;
}

/* ============================================================
 clearfix
============================================================ */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}