@charset "UTF-8";

img {
	max-width: 100%;
	vertical-align: bottom;
}

/* コンテンツメイン */
.main {
	width: 100%;
	overflow: hidden;
	background-color: #161d0e;
}

/*=============== TOP　スライドアニメーション ===============*/
.main .top {
	width: 100%;
	overflow: hidden;
}

.top_kv_img img {
	width: 100%;
	pointer-events: none;
}

.top .top_mask {
	height: 44.4vw;
}

.top .top_mask_inner {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.top .top_inner {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.top .top_inner .top_ttl {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 80.25%;
	margin: 0 auto;
	margin-top: 14.05%;
	z-index: 1;
}

.top .top_inner .top_ttl .inner {
	position: relative;
	display: block;
	height: 0;
	padding-top: 23.2398753%;
}

.top .top_inner .top_ttl .inner.top {
	background: none;
}

.top .top_inner .top_ttl .inner.btm {
	margin-top: -23.2398753%;
}

.top .top_inner .top_ttl .inner span {
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	padding-top: 23.2398753%;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	transition: width .4s .6s;
}

.top .top_inner .top_ttl .inner.top span:nth-child(1) {
	left: 0%;
	background: url(../img/top_tit01.png) no-repeat;
}

.top .top_inner .top_ttl .inner.top span:nth-child(2) {
	left: 8.41121%;
	background: url(../img/top_tit02.png) no-repeat;
}

.top .top_inner .top_ttl .inner.top span:nth-child(3) {
	left: 17.88162%;
	background: url(../img/top_tit03.png) no-repeat;
}

.top .top_inner .top_ttl .inner.top span:nth-child(4) {
	left: 28.66044%;
	background: url(../img/top_tit04.png) no-repeat;
}

.top .top_inner .top_ttl .inner.top span:nth-child(5) {
	left: 38.75389%;
	background: url(../img/top_tit05.png) no-repeat;
}

.top .top_inner .top_ttl .inner.top span:nth-child(6) {
	left: 50.5919%;
	background: url(../img/top_tit06.png) no-repeat;
}

.top .top_inner .top_ttl .inner.btm span:nth-child(1) {
	left: 39.62617%;
	background: url(../img/top_tit07.png) no-repeat;
}

.top .top_inner .top_ttl .inner.btm span:nth-child(2) {
	left: 46.60436%;
	background: url(../img/top_tit08.png) no-repeat;
}

.top .top_inner .top_ttl .inner.btm span:nth-child(3) {
	left: 55.76324%;
	background: url(../img/top_tit09.png) no-repeat;
}

.top .top_inner .top_ttl .inner.btm span:nth-child(4) {
	left: 64.42368%;
	background: url(../img/top_tit10.png) no-repeat;
}

.top .top_inner .top_ttl .inner.btm span:nth-child(5) {
	left: 72.8972%;
	background: url(../img/top_tit11.png) no-repeat;
}

.top .top_inner .top_ttl .inner.btm span:nth-child(6) {
	left: 80.80997%;
	background: url(../img/top_tit12.png) no-repeat;
}

.top .top_inner .top_ttl .inner.btm span:nth-child(7) {
	left: 90.96573%;
	background: url(../img/top_tit13.png) no-repeat;
}

.top .top_inner .top_ttl .inner.btm span:nth-child(8) {
	left: 96.88474%;
	background: url(../img/top_tit14.png) no-repeat;
}

.top .top_inner .top_txt,
.top .top_inner .top_products,
.top .top_inner .anchor {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
}

.top .top_inner .top_txt {
	width: 45.9%;
	margin: 31.7% 0 0 -18.9%;
	opacity: 0;
	transition: opacity .5s .9s;
}

.top .top_inner .top_products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 22.1%;
	margin: 34.6% 0 0 25.9%;
}

.top .top_inner .top_products li {
	width: 48.19%;
	opacity: 0;
}

.top .top_inner .top_products li.txt {
	width: 100%;
}

.top .top_inner .top_products li:nth-child(1),
.top .top_inner .top_products li:nth-child(2) {
	transform: translateY(40px);
}

.top .top_inner .top_products li:nth-child(1) {
	transition: all .5s .9s;
}

.top .top_inner .top_products li:nth-child(2) {
	transition: all .5s 1.1s;
}

.top .top_inner .top_products li:nth-child(3) {
	transition: all .5s 1.3s;
}

.top .top_inner .anchor {
	width: 10.1%;
	margin: 23.6% 0 0 37.9%;
	opacity: 0;
	transform: scale(0.8);
	transition: all .3s 1.5s;
}

.slide_panel {
	display: flex;
}

.slide_panel li {
	height: 44.4vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	transition: transform .6s;
}

@media screen and (min-width:751px) {
	.slide_panel li:nth-child(1) {
		width: 25.45vw;
		background-image: url(../img/slide_panel_01_pc.jpg);
		transform: translateY(-100%);
	}

	.slide_panel li:nth-child(2) {
		width: 24.55vw;
		background-image: url(../img/slide_panel_02_pc.jpg);
		transform: translateY(100%);
	}

	.slide_panel li:nth-child(3) {
		width: 24.55vw;
		background-image: url(../img/slide_panel_03_pc.jpg);
		transform: translateY(-100%);
	}

	.slide_panel li:nth-child(4) {
		width: 25.45vw;
		background-image: url(../img/slide_panel_04_pc.jpg);
		transform: translateY(100%);
	}
}

/* active */
.top.active .slide_panel li {
	transform: translateY(0);
}

.top.active .top_inner .top_ttl .inner.top span:nth-child(1) {
	width: 9.34579%;
}

.top.active .top_inner .top_ttl .inner.top span:nth-child(2) {
	width: 7.85047%;
}

.top.active .top_inner .top_ttl .inner.top span:nth-child(3) {
	width: 9.15888%;
}

.top.active .top_inner .top_ttl .inner.top span:nth-child(4) {
	width: 8.72274%;
}

.top.active .top_inner .top_ttl .inner.top span:nth-child(5) {
	width: 10.46729%;
}

.top.active .top_inner .top_ttl .inner.top span:nth-child(6) {
	width: 6.66667%;
}

.top.active .top_inner .top_ttl .inner.btm span:nth-child(1) {
	width: 5.23364%;
}

.top.active .top_inner .top_ttl .inner.btm span:nth-child(2) {
	width: 7.97508%;
}

.top.active .top_inner .top_ttl .inner.btm span:nth-child(3) {
	width: 8.03738%;
}

.top.active .top_inner .top_ttl .inner.btm span:nth-child(4) {
	width: 7.66355%;
}

.top.active .top_inner .top_ttl .inner.btm span:nth-child(5) {
	width: 6.60436%;
}

.top.active .top_inner .top_ttl .inner.btm span:nth-child(6) {
	width: 8.41121%;
}

.top.active .top_inner .top_ttl .inner.btm span:nth-child(7) {
	width: 5.66978%;
}

.top.active .top_inner .top_ttl .inner.btm span:nth-child(8) {
	width: 3.11526%;
}

.top.active .top_inner .top_txt {
	opacity: 1;
}

.top.active .top_inner .top_products li {
	opacity: 1;
	transform: translateY(0);
}

.top.active .top_inner .anchor {
	opacity: 1;
	transform: scale(1);
}

/* creative award */
.creative-award {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.creative-award.hide {
	display: none;
}

.creative-award.bottom {
	position: absolute;
}

.creative-award>.wrap {
	position: relative;
}

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

	.top .news {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #FFFFFF;
	}

	.top .news .news_inner {
		display: table;
		width: 90%;
		margin: 0 auto;
	}

	.news_inner .news_tit {
		display: table-cell;
		width: 90px;
		vertical-align: middle;
	}

	.news_inner .news_list {
		display: table-cell;
	}

	.news_inner .news_more_btn {
		display: table-cell;
		/*display: none;*/
		width: 65px;
		text-align: right;
		vertical-align: bottom;
	}

	.news_inner .news_close_btn {
		/*display: table-cell;*/
		display: none;
		width: 65px;
		text-align: right;
		vertical-align: top;

	}

	.news_inner .news_list ul.clm_show {}

	.news_inner .news_list ul.clm_hide {
		margin-top: 14px;
		display: block;
	}

	.news_inner .news_list ul.clm_hide.hide {
		display: none;
	}

	.news_inner .news_list ul li {
		display: table;
		margin-bottom: 14px;
	}

	.news_inner .news_list ul li:last-child {
		margin-bottom: 0;
	}

	.news_inner .news_list ul li p {
		display: table-cell;
		font-size: 13px;
		color: #440801;
	}

	.news_inner .news_list ul li p.lh {
		line-height: 19px;
	}

	.news_inner .news_list ul li p.date {
		font-weight: bold;
		padding-right: 20px;
	}

	.top .news .news_inner:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.top .news .news_inner .news_long {
		line-height: 20px;
	}

	/* バナーエリア */
	.main .bnr {
		max-width: 956px;
		margin: 0 auto;
		padding-top: 46px;
	}

	.bnr ul {
		min-width: 750px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.bnr ul li {
		position: relative;
		width: 300px;
		height: 107px;
		margin: 0 5px;
	}

	.bnr ul li.last {
		margin-right: 0;
	}

	.bnr ul li._55th {
		width: 946px;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.bnr ul li img {
		position: absolute;
	}




	/* 各セクションのタイトル */
	.main .sec_tit {
		position: relative;
		height: 100px;
		background: url(../img/section_border.png) no-repeat center 47px;
	}

	.main .sec_tit .tit {
		position: absolute;
		top: -30px;
		width: 100%;
		text-align: center;
	}

	.main .sec_tit .tit_read {
		position: absolute;
		top: 78px;
		width: 100%;
		text-align: center;
	}

	.main .sec_tit .sec_ribon {
		width: 467px;
		margin: 0 auto;
	}


	/* cm */
	.main .cm {
		padding-top: 120px;
	}

	.main .cm .sec_tit .tit img {
		width: 182px;
	}

	.main .cm .sec_tit .tit_read img {
		width: 157px;
	}

	.main .cm .cm_list {
		max-width: 1130px;
		margin: 130px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.main .cm .cm_list .cm_item {
		width: 100%;
		max-width: 480px;
		height: 280px;
		position: relative;
	}

	.main .cm .cm_list .cm_item {
		margin-bottom: 230px;
	}

	.main .cm .cm_list .cm_item>div {
		cursor: pointer;
	}

	.main .cm .cm_list .cm_item .cm_playbtn {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.main .cm .cm_list .cm_item .cm_renewwal {
		width: 206px;
		position: absolute;
		top: -9%;
		left: -5%;
	}

	.main .cm .cm_list .cm_item .cm_txt {
		width: 100%;
		max-width: 452px;
		margin: 30px auto 0;
	}

	.main .cm .cm_ytbtn {
		width: 440px;
		margin: 0 auto;
	}


	/* NEW */
	.main .new {
		position: relative;
		width: 100%;
		padding-top: 120px;
	}

	.main .new .sec_tit .tit img {
		width: 173px;
	}

	.main .new .sec_tit .tit_read img {
		width: 125px;
	}

	.new .new_list {
		position: relative;
		width: 750px;
		height: 410px;
		margin: 0 auto;
		margin-top: 72px;
		margin-bottom: 52px;
	}

	.new .new_list ul {
		position: relative;
		width: 100%;
	}

	.new .new_list ul li {
		position: absolute;
		left: 0;
		top: 0;
		width: 375px;
		text-align: center;
	}

	.new .new_list ul li .li_img {
		margin-bottom: 28px;
	}

	.new .new_list ul li .li_img2 {
		margin-bottom: 6px;
	}

	.new .new_list ul li .li_img_nm {
		margin-bottom: 28px;
	}

	.new .new_list ul li .li_img_nm2 {
		margin-bottom: 5px;
	}

	.new .new_list ul li .li_caption {
		width: 300px;
		margin: 0 auto;
		text-align: left;
		font-size: 14px;
		line-height: 1.6em;
		color: #FFFFFF;
	}

	.new .new_poiner {
		width: 100%;
		text-align: center;
	}

	.new .new_poiner ul {
		display: inline-block;
		height: 10px;
	}

	.new .new_poiner ul li {
		float: left;
		width: 10px;
		height: 10px;
		margin-left: 10px;
		margin-right: 10px;
		background: url(../img/new_pointer_off.png) no-repeat;
	}

	.new .new_poiner ul li.current {
		background: url(../img/new_pointer_on.png) no-repeat;
	}

	.new .new_poiner ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.new .btn_prev {
		position: absolute;
		top: 380px;
		left: 0;
	}

	.new .btn_next {
		position: absolute;
		top: 380px;
		right: 0;
	}

	.new .newprod {
		max-width: 1060px;
		width: 100%;
		margin: 70px auto 0;
		padding: 60px 90px 90px 90px;
		box-sizing: border-box;
		background: url(../img/newprod_frame_pc.png) no-repeat center center;
		background-size: 100% 100%;
	}

	.new .newprod .newprod_ttl {
		width: 56.81%;
		margin: 0 auto;
	}

	.new .newprod dl {
		width: 75%;
		margin: 36px auto 0;
		display: flex;
		justify-content: space-between;
	}

	.new .newprod dl dt {
		width: 29.54%;
	}

	.new .newprod dl dd {
		width: 66.92%;
	}

	.new .newprod dl dd .newprod_txt {
		color: #fff;
		line-height: 1.875;
	}

	.new .newprod ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}

	.new .newprod ul li {
		width: 28.97%;
	}


	/* LOOKのひみつ */
	.main .secret {
		height: 623px;
		padding-top: 170px;
		background: url(../img/secret_fr.png) no-repeat top center;
	}

	.main .secret .sec_tit {
		background: none;
	}

	.main .secret .sec_tit .sec_ribon {
		width: 320px;
	}

	.secret .secret_list {
		/* width: 1100px; */
		margin: 0 auto;
		margin-top: 63px;
	}

	.secret .secret_list ul {
		max-width: 1020px;
		margin: 0 auto;
	}

	.secret .secret_list ul li {
		width: calc(100% / 3 - 67px);
		float: left;
	}

	.secret .secret_list ul li.item_1 {
		margin-left: 67px;
	}

	.secret .secret_list ul li.item_2 {
		margin-left: 53px;
	}

	.secret .secret_list ul li.item_3 {
		margin-left: 47px;
	}

	.secret .secret_list ul li .li_sp {
		display: none;
	}

	.secret .secret_list ul li.item_1 .li_img {
		margin-left: 58px;
		margin-top: 28px;
	}

	.secret .secret_list ul li.item_2 .li_img {
		margin-left: 48px;
		margin-top: 28px;
	}

	.secret .secret_list ul li.item_3 .li_img {
		margin-left: 48px;
		margin-top: 21px;
	}

	.secret .secret_list ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	/* LINE UP */
	.main .lineup {
		padding-bottom: 105px;
		margin-top: 32px;
		padding-top: 120px;
		background: url(../img/lineup_ft.png) no-repeat center bottom;
	}

	.lineup .lineup_list {
		width: 100%;
		margin-top: 84px;
		margin-bottom: 60px;
	}

	.lineup .lineup_list ul {
		position: relative;
		width: 220px;
		height: 200px;
		margin: 0 auto;
	}

	.lineup .lineup_list ul li {
		position: absolute;
		left: 0;
		width: 220px;
		text-align: center;
	}

	.lineup .lineup_list ul li .li_img {
		margin-bottom: 20px;
	}

	.lineup .lineup_list ul li .li_caption {
		font-size: 13px;
		line-height: 1.6em;
		color: #FFFFFF;
	}

	.lineup .more_btn {
		width: 137px;
		margin: 0 auto;
	}


	/* LOOK PARK */
	.main .park {
		height: 297px;
		margin-top: 42px;
		padding-top: 80px;
		background-image: url(../img/park_background.png);
		background-position: top 80px center;
		background-repeat: repeat-x;
	}

	.park .park_inner {
		height: 297px;
		background: url(../img/park_visual.png) no-repeat center top;
	}

	.park .park_inner ul {
		position: relative;
		display: flex;
		max-width: 900px;
		margin: 0 auto;
		padding-top: 142px;
	}

	.park .park_inner ul li {
		position: relative;
		min-width: 391px;
		height: 129px;
	}

	.park .park_inner ul li.item_1 {
		background: url(../img/park_question.png) no-repeat;
		margin-right: auto;
	}

	.park .park_inner ul li.item_2 {
		background: url(../img/park_voice.png) no-repeat;
	}

	.park .park_inner ul li a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		overflow: hidden;
	}

	.park .park_inner ul li .desc {
		position: absolute;
		text-align: center;
		font-size: 15px;
		line-height: 1.6em;
		color: #440801;
	}

	.park .park_inner ul li.item_1 .desc {
		font-size: 20px;
		font-weight: bold;
	}

	.park .park_inner ul li.item_1 .icon {
		position: absolute;
		left: -28px;
		top: -30px;
	}

	.park .park_inner ul li.item_2 .icon {
		position: absolute;
		left: 10px;
		top: 9px;
	}

	.park .park_ft {
		text-align: center;
		height: 154px;
		padding-top: 34px;
		box-sizing: border-box;
		background-color: #FFFFFF;
	}

	.park .park_ft .desc {
		margin-bottom: 16px;
	}

	/* HISTORY */
	.main .history {
		margin-top: 15px;
		padding-top: 105px;
		padding-bottom: 100px;
	}

	.history .history_inner {
		max-width: 1260px;
		width: 100%;
		margin: 0 auto;
		margin-top: 80px;
	}

	.history .history_inner .years {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	.history .history_inner ul {
		position: relative;
		display: flex;
		margin: 40px 0;
	}

	.history .history_inner ul>li {
		margin-right: auto;
		width: 11.111%;
		text-align: center;

	}

	/* .history .history_inner ul li.li_img_1 {
		top: 57px;
		left: 24px;
	}

	.history .history_inner ul li.li_img_2 {
		top: 25px;
		left: 262px;
	}

	.history .history_inner ul li.li_img_3 {
		top: 33px;
		left: 423px;
	}

	.history .history_inner ul li.li_img_4 {
		top: 40px;
		left: 629px;
	}

	.history .history_inner ul li.li_img_5 {
		top: 20px;
		left: 821px;
	} */

	/*.history .history_inner ul li.li_img_6 {
		top: 31px;
		left: 760px;
	}

	.history .history_inner ul li.li_img_7 {
		top: 31px;
		left: 899px;
	}*/

	.history .history_inner .history_more_btn {
		text-align: center;
	}

	/* creative award */
	.creative-award {
		display: none;
	}


	/* オーバーレイコンテンツ */
	.ov {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 9999999;
		overflow: scroll;
	}

	.ov .close_btn {
		position: absolute;
		right: 30px;
		top: 30px;
	}

	.ov .bottom_close_btn {
		position: absolute;
		right: 30px;
		bottom: 30px;
	}


	/* LOOKのこだわり */
	.ov .ov_secret .bottom_close_btn,
	.ov .ov_secret .history_more_btn_sp {
		display: none;
	}

	.ov .ov_secret {
		position: absolute;
		left: 0;
		right: 0;
		/*top: 200px;*/
		top: 0;
		width: 100%;
		max-width: 1020px;
		height: 1080px;
		margin: 0 auto;
		overflow: hidden;
		/*background-color: rgba(0,0,0,0.9);*/
		display: none;
	}

	/* LOOKのこだわり  共有要素 */
	.ov_secret .btn_prev {
		position: absolute;
		left: 30px;
		top: 436px;
	}

	.ov_secret .btn_next {
		position: absolute;
		right: 30px;
		top: 436px;
	}

	.ov_secret .container .img_sp {
		display: none;
	}

	.ov_secret .container .description {
		display: none;
	}

	/* こだわり1 */
	.ov_secret .sec_1 {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		padding-top: 70px;
		padding-left: 114px;
		box-sizing: border-box;
	}

	.ov_secret .sec_1 .tit {
		position: absolute;
		top: 72px;
		right: 128px;
	}

	.ov_secret .sec_1 .container {
		width: 483px;
	}

	.ov_secret .sec_1 .container .hd {
		margin-bottom: 62px;
	}

	.ov_secret .sec_1 .container>.hd_sp>img {
		display: none;
	}

	.ov_secret .sec_1 .container .lg {
		text-align: center;
		margin-bottom: 58px;
	}

	.ov_secret .sec_1 .container .read {
		font-size: 15px;
		color: #FFFFFF;
		line-height: 2.0em;
		margin-bottom: 25px;
	}

	.ov_secret .sec_1 .container .note {
		font-size: 12px;
		color: #FFFFFF;
		line-height: 1.6em;
		margin-bottom: 50px;
	}

	.ov_secret .sec_1 .container .img {
		border-top: #FFFFFF solid 1px;
		border-bottom: #FFFFFF solid 1px;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}


	/* こだわり2 */
	.ov_secret .sec_2 {
		position: absolute;
		left: 1020px;
		right: 0;
		width: 100%;
		padding-top: 70px;
		padding-left: 114px;
		box-sizing: border-box;
	}

	.ov_secret .sec_2 .tit {
		position: absolute;
		top: 76px;
		right: 130px;
	}

	.ov_secret .sec_2 .container {
		width: 483px;
		max-width: 55%;
	}

	.ov_secret .sec_2 .container .hd {
		margin-bottom: 62px;
	}

	.ov_secret .sec_2 .container .lg {
		display: none;
	}

	.ov_secret .sec_2 .container .read {
		font-size: 15px;
		color: #FFFFFF;
		line-height: 2.0em;
		margin-bottom: 68px;
	}

	/* こだわり3 */
	.ov_secret .sec_3 {
		position: absolute;
		left: 2040px;
		right: 0;
		width: 100%;
		padding-top: 70px;
		padding-left: 114px;
		box-sizing: border-box;
	}

	.ov_secret .sec_3 .tit {
		position: absolute;
		top: 74px;
		right: 126px;
	}

	.ov_secret .sec_3 .container {
		width: 483px;
		max-width: 55%;
	}

	.ov_secret .sec_3 .container .hd {
		margin-bottom: 62px;
	}

	.ov_secret .sec_3 .container .lg {
		display: none;
	}

	.ov_secret .sec_3 .container .read {
		font-size: 15px;
		color: #FFFFFF;
		line-height: 2.0em;
		margin-bottom: 48px;
	}

	/* LINE UP */
	.ov .ov_lineup {
		position: absolute;
		left: 0;
		right: 0;
		/*top: 200px;*/
		top: 0;
		margin: 0 auto;
		overflow: hidden;
		/*background-color: rgba(0,0,0,0.9);*/
		display: none;
	}

	.ov_lineup .container table {
		margin: 0 auto;
		margin-top: 94px;
		background: url(../img/ov_lineup_border.png) no-repeat center bottom;
	}

	.ov_lineup .container table:last-child {
		background: none;
	}

	.ov_lineup .container table tbody tr td {
		width: 233px;
		padding-left: 26px;
		padding-right: 26px;
		box-sizing: border-box;
	}

	.ov_lineup .container table tbody tr td span.new {
		position: absolute;
		top: -184px;
		left: -4px;
	}

	.ov_lineup .container table tbody tr td span.new2 {
		position: absolute;
		margin-top: -229px;
		margin-left: -62px;
	}

	.ov_lineup .container table tbody tr.nm td {
		padding-top: 15px;
		padding-bottom: 30px;
		vertical-align: middle;
		text-align: center;
		font-size: 14px;
		line-height: 1.8em;
		color: #FFFFFF;
		position: relative;
	}

	.ov_lineup .container table:last-child tbody tr.nm td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.ov_lineup .container table tbody tr.desc td {
		padding-bottom: 50px;
		font-size: 14px;
		line-height: 1.8em;
		color: #FFFFFF;
	}

	.ov_lineup .container table tbody tr.detail_btn td {
		padding-bottom: 50px;
	}

	/* .ov_lineup .container table:first-child tbody tr.detail_btn td:nth-child(2) a {
		display: none;
	}
	.ov_lineup .container table:first-child tbody tr.detail_btn td:nth-child(3) a {
		display: none;
	} */

	.ov_lineup .container table:last-child tbody tr.detail_btn td {
		/* padding-bottom: 200px; */
	}


	/*=============== movie_modal ===============*/
	.oac_icon {
		width: 14.928%;
		transition: opacity 1s;
		opacity: 0;
		position: fixed;
		z-index: 1000000;
		right: 12px;
		top: 100px;
		margin-top: 13.1%;
		text-align: right;
		cursor: pointer;
	}

	#modal_overlay {
		transition: opacity 1s;
		display: none;
		opacity: 0;
		position: absolute;
		z-index: 99997;
		left: 0;
		top: 0;
		background: rgba(3, 18, 16, 0.9);
		width: 100%;
		height: 110%;
	}

	.modal_content {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		margin: 30px auto 50px;
		width: 60%;
		display: none;
	}

	.modal_content .modal_item {
		position: relative;
		z-index: 99998;
		width: 100%;
	}

	.modal_content.is-show {
		display: block;
	}

	.modal_content iframe {
		display: block;
		margin: 0 auto;
		margin-top: 34px;
		width: 100%;
		height: 33.75vw;
		max-width: 1200px;
		max-height: 675px;
	}

	.modal_content p {
		text-align: center;
	}

	.modal_content .movie_ttl {
		width: 354px;
		margin: 0 auto;
	}

	.modal_content .btn_area {
		position: absolute;
		z-index: 99999;
		right: 0;
		top: 100px;
		margin-top: 0;
		width: auto;
		cursor: pointer;
	}
}

/* SP */
@media screen and (max-width:750px) {
	.main {
		position: relative;
	}

	.main .top {
		padding: 0;
	}

	.top .top_mask,
	.top .top_mask_inner {
		height: 120.8vw !important;
	}

	.top .top_inner .top_ttl {
		width: 90.133%;
		margin-top: 40.266%;
	}

	.top .top_inner .top_ttl .inner,
	.top .top_inner .top_ttl .inner span {
		padding-top: 31.0666%;
	}

	.top .top_inner .top_ttl .inner.top span:nth-child(1) {
		left: 0%;
		background-size: 10.4vw auto !important;
	}

	.top .top_inner .top_ttl .inner.top span:nth-child(2) {
		left: 10.35503%;
		background-size: 8.8vw auto !important;
	}

	.top .top_inner .top_ttl .inner.top span:nth-child(3) {
		left: 22.04142%;
		background-size: 10.13333vw auto !important;
	}

	.top .top_inner .top_ttl .inner.top span:nth-child(4) {
		left: 35.35503%;
		background-size: 9.6vw auto !important;
	}

	.top .top_inner .top_ttl .inner.top span:nth-child(5) {
		left: 47.63314%;
		background-size: 11.73333vw auto !important;
	}

	.top .top_inner .top_ttl .inner.top span:nth-child(6) {
		left: 62.27811%;
		background-size: 7.46667vw auto !important;
	}

	.top .top_inner .top_ttl .inner.btm span:nth-child(1) {
		left: 25.59172%;
		background-size: 5.86667vw auto !important;
	}

	.top .top_inner .top_ttl .inner.btm span:nth-child(2) {
		left: 34.1716%;
		background-size: 8.93333vw auto !important;
	}

	.top .top_inner .top_ttl .inner.btm span:nth-child(3) {
		left: 45.56213%;
		background-size: 8.93333vw auto !important;
	}

	.top .top_inner .top_ttl .inner.btm span:nth-child(4) {
		left: 56.21302%;
		background-size: 8.53333vw auto !important;
	}

	.top .top_inner .top_ttl .inner.btm span:nth-child(5) {
		left: 66.56805%;
		background-size: 7.46667vw auto !important;
	}

	.top .top_inner .top_ttl .inner.btm span:nth-child(6) {
		left: 76.33136%;
		background-size: 9.46667vw auto !important;
	}

	.top .top_inner .top_ttl .inner.btm span:nth-child(7) {
		left: 88.90533%;
		background-size: 6.16667vw auto !important;
	}

	.top .top_inner .top_ttl .inner.btm span:nth-child(8) {
		left: 96.15385%;
		background-size: 3.46667vw auto !important;
	}

	.top .top_inner .top_txt {
		display: none;
	}

	.top .top_inner .top_products {
		width: 32.133%;
		margin: 106% 0 0 -46%;
	}

	.top .top_inner .top_products li.txt {
		line-height: 0;
	}

	.top .top_inner .anchor {
		width: 15.2%;
		margin: 101.733% 0 0 30.8%;
	}

	.slide_panel {
		flex-wrap: wrap;
		width: 100vw;
	}

	.slide_panel li {
		width: 50vw !important;
		height: 60.4vw !important;
	}

	.slide_panel li:nth-child(1) {
		background-image: url(../img/slide_panel_01_sp.jpg);
		background-position: top 60.4vw left 50vw;
		transition: background-position .5s;
	}

	.slide_panel li:nth-child(2) {
		background-image: url(../img/slide_panel_02_sp.jpg);
		background-position: top 60.4vw left -50vw;
		transition: background-position .5s .25s;
	}

	.slide_panel li:nth-child(3) {
		background-image: url(../img/slide_panel_03_sp.jpg);
		background-position: top -60.4vw left 50vw;
		transition: background-position .5s .25s;
	}

	.slide_panel li:nth-child(4) {
		background-image: url(../img/slide_panel_04_sp.jpg);
		background-position: top -60.4vw left -50vw;
		transition: background-position .5s;
	}

	.top.active .slide_panel li {
		background-position: top left;
	}

	.top.active .top_inner .top_ttl .inner.top span:nth-child(1) {
		width: 11.53846%;
	}

	.top.active .top_inner .top_ttl .inner.top span:nth-child(2) {
		width: 9.76331%;
	}

	.top.active .top_inner .top_ttl .inner.top span:nth-child(3) {
		width: 11.2426%;
	}

	.top.active .top_inner .top_ttl .inner.top span:nth-child(4) {
		width: 10.65089%;
	}

	.top.active .top_inner .top_ttl .inner.top span:nth-child(5) {
		width: 13.01775%;
	}

	.top.active .top_inner .top_ttl .inner.top span:nth-child(6) {
		width: 8.28402%;
	}

	.top.active .top_inner .top_ttl .inner.btm span:nth-child(1) {
		width: 6.50888%;
	}

	.top.active .top_inner .top_ttl .inner.btm span:nth-child(2) {
		width: 9.91124%;
	}

	.top.active .top_inner .top_ttl .inner.btm span:nth-child(3) {
		width: 9.91124%;
	}

	.top.active .top_inner .top_ttl .inner.btm span:nth-child(4) {
		width: 9.46746%;
	}

	.top.active .top_inner .top_ttl .inner.btm span:nth-child(5) {
		width: 8.28402%;
	}

	.top.active .top_inner .top_ttl .inner.btm span:nth-child(6) {
		width: 10.50296%;
	}

	.top.active .top_inner .top_ttl .inner.btm span:nth-child(7) {
		width: 6.95266%;
	}

	.top.active .top_inner .top_ttl .inner.btm span:nth-child(8) {
		width: 3.84615%;
	}


	.top .news {
		width: 100%;
		padding: 40px 0;
		background-color: #FFFFFF;
	}

	.top .news .news_inner {
		width: 81.867%;
		max-width: 965px;
		margin: 0 auto;
	}

	.news_inner .news_tit {
		width: 11%;
		margin: 0 auto;
	}

	.news_inner .news_tit img {
		width: 100%;
	}

	.news_inner .news_more_btn,
	.news_inner .news_close_btn {
		padding-top: 40px;
	}

	.news_inner .news_more_btn {
		width: 13.33%;
		margin: 0 auto;
	}

	.news_inner .news_close_btn {
		display: none;
		width: 50px;
		margin: 0 auto;
	}

	.news_inner .news_more_btn img,
	.news_inner .news_close_btn img {
		width: 100%;
	}

	.news_inner .news_list ul.clm_show {}

	.news_inner .news_list ul.clm_hide {
		margin-top: 1.45%;
		display: block;
	}

	.news_inner .news_list ul.clm_hide.hide {
		display: none;
	}

	.news_inner .news_list ul li {
		margin-bottom: 1.45%;
	}

	.news_inner .news_list ul li:last-child {
		margin-bottom: 0;
	}

	.news_inner .news_list ul li p {
		display: inline;
		font-size: 13px;
		font-size: 3.2vw;
		color: #440801;
	}

	.news_inner .news_list ul li p.lh {
		line-height: 19px;
	}

	.news_inner .news_list ul li p.date {
		font-weight: bold;
		padding-right: 1.286%;
	}

	.top .news .news_inner:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.top .news .news_inner .news_long {
		line-height: 40px;
	}


	/* 各セクションのタイトル */
	.main .sec_tit {
		position: relative;
		/*height: 100px;*/
	}

	.main .sec_tit h3.tit {
		position: relative;
		width: 70%;
		margin: 0 auto;
	}

	.main .sec_tit h3.tit img {
		position: absolute;
		width: 100%;
	}

	.main .sec_tit .tit_read {
		position: relative;
		width: 33%;
		margin: 0 auto;
	}

	.main .sec_tit .tit_read img {
		position: absolute;
		width: 100%;
	}

	.main .sec_tit .sec_ribon {
		width: 90%;
		margin: 0 auto;
	}

	.main .sec_tit .sec_ribon img {
		width: 100%;
	}

	/* CM */
	.main .cm .sec_tit h3.tit {
		width: 30%;
	}


	/* NEW */
	.main .new {
		position: relative;
		width: 100%;
		padding-top: 180px;
		padding-bottom: 130px;
	}

	.main .new .sec_tit h3.tit {
		width: 25%;
	}

	.main .new .sec_tit h3.tit img {
		top: -20px;
	}

	.new .new_list {
		position: relative;
		width: 100%;
		max-width: 87%;
		height: 1150px;
		margin: 0 auto;
		margin-top: 6.545%;
		margin-bottom: 4.727%;
	}

	.new .new_list ul {
		position: relative;
		width: 100%;
	}

	.new .new_list ul li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		text-align: center;
	}

	.new .new_list ul li .li_img {
		margin-bottom: 7.466%;
	}

	.new .new_list ul li .li_img2 {
		margin-bottom: 1.6%;
	}

	.new .new_list ul li .li_img_nm {
		margin-bottom: 7.466%;
	}

	.new .new_list ul li .li_img_nm2 {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 1.333%;
	}

	.new .new_list ul li .li_img2 img,
	.new .new_list ul li .li_img_nm2 img {
		width: 100%;
	}

	.new .new_list ul li .li_caption {
		width: 100%;
		margin: 0 auto;
		padding: 15px 0;
		text-align: left;
		font-size: 30px;
		font-size: 3.061vw;
		line-height: 1.6em;
		color: #FFFFFF;
	}

	.new .new_poiner {
		width: 100%;
		text-align: center;
	}

	.new .new_poiner ul {
		display: inline-block;
		height: 25px;
	}

	.new .new_poiner ul li {
		float: left;
		width: 25px;
		height: 25px;
		margin-left: 25px;
		margin-right: 25px;
		background: url(../img/new_pointer_off.png) no-repeat;
		background-size: contain;
	}

	.new .new_poiner ul li.current {
		background: url(../img/new_pointer_on.png) no-repeat;
		background-size: contain;
	}

	.new .new_poiner ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.new .btn_prev,
	.new .btn_next {
		position: absolute;
		top: 750px;
	}

	.new .newprod {
		width: 97.33%;
		margin: 1% auto 0;
		padding: 2.73% 9.58%;
		box-sizing: border-box;
		background: url(../img/newprod_frame_sp.png) no-repeat center center;
		background-size: 100% 100%;
	}

	.new .newprod .newprod_ttl {
		width: 100%;
		margin: 0 auto;
	}

	.new .newprod dl {
		width: 100%;
		margin: 40px auto 0;
	}

	.new .newprod dl dt {
		width: 81.5%;
		margin: 0 auto;
	}

	.new .newprod dl dd {
		width: 100%;
		margin-top: 60px;
	}

	.new .newprod dl dd .newprod_txt {
		color: #fff;
		line-height: 1.875;
		font-size: 14px;
	}

	.new .newprod ul {
		width: 100%;
		margin-top: 60px;
	}

	.new .newprod ul li {
		width: 100%;
	}

	.new .newprod ul li+li {
		margin-top: 50px;
	}

	/* LOOKのひみつ */
	.main .secret {
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
		padding-top: 14.666%;
		background: url(../img/secret_fr_sp_top.png) no-repeat 0 265px, url(../img/secret_fr_sp_bottom.png) no-repeat bottom;
		background-size: 100%;
		padding-bottom: 9.803%;
	}

	.main .secret .sec_tit {
		background: none;
	}

	.main .secret .sec_tit .tit {
		width: 70%;
	}

	.main .secret .sec_tit .tit img {
		top: -20px;
	}

	.main .secret .sec_tit .sec_ribon {
		width: 60%;
		margin: 0 auto;
	}

	.secret .secret_list {
		max-width: 1020px;
		width: 92.727%;
		margin: 0 auto;
		margin-top: 100px;
	}

	.secret .secret_list ul {}

	.secret .secret_list ul li {
		margin-bottom: 5px;
	}

	.secret .secret_list ul li.item_1 {}

	.secret .secret_list ul li.item_2 {}

	.secret .secret_list ul li.item_3 {}

	.secret .secret_list ul li .li_hd,
	.secret .secret_list ul li .li_img {
		display: none;
	}

	.secret .secret_list ul li .li_sp img {
		width: 100%;
	}

	.secret .secret_list ul li.item_1 .li_img {
		margin-left: 21.48%;
		margin-top: 10.307%;
	}

	.secret .secret_list ul li.item_2 .li_img {
		margin-left: 17.777%;
		margin-top: 10.37%;
	}

	.secret .secret_list ul li.item_3 .li_img {
		margin-left: 17.777%;
		margin-top: 7.777%;
	}

	.secret .secret_list ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	/* LINE UP */
	.main .lineup {
		width: 100%;
		margin-top: 2.909%;
		padding: 150px 0;
	}

	.main .lineup .sec_tit h3.tit {
		width: 45%;
	}

	.main .lineup .sec_tit h3.tit img {
		top: -15px;
	}

	.lineup .lineup_list {
		width: 100%;
		height: 450px;
		margin-top: 180px;
		margin-bottom: 5.454%;
	}

	.lineup .lineup_list ul {
		position: relative;
		/* height: 18.181%; */
		padding-bottom: 15%;
		margin: 0 auto;
	}

	.lineup .lineup_list ul li {
		position: absolute;
		left: 0;
		width: 50%;
		text-align: center;
	}

	.lineup .lineup_list ul li .li_img {
		margin-bottom: 9.09%;
		;
	}

	.lineup .lineup_list ul li .li_img>img {
		width: 80%;
	}

	.lineup .lineup_list ul li .li_caption {
		font-size: 30px;
		font-size: 3.061vw;
		line-height: 1.6em;
		color: #FFFFFF;
	}

	.lineup .more_btn {
		width: 87%;
		margin: 0 auto;
		padding-top: 95px;
	}

	.lineup .more_btn>a {
		font-size: 14.2vw;
		/* ov_lineupOpen() が実行されない問題対策 */
	}

	.lineup .more_btn img {
		width: 100%;
	}

	/* HISTORY */
	.main .history {
		padding-top: 450px;
		padding-bottom: 350px;
	}

	/* shrink ... 追従バナー（creative-award等）非表示時 */
	.main .history.shrink {
		padding-bottom: 100px;
	}

	.main .history .sec_tit h3.tit {
		width: 40%;
		margin-top: 150px;
	}

	.main .history .sec_tit h3.tit img {
		top: -80px;
	}

	.history .history_inner {
		max-width: 1020px;
		margin: 0 auto;
		margin-top: 7.272%;
	}

	.history .history_inner .years_sp {
		width: 90%;
		margin: 0 auto;
		padding: 60px 0 110px;
	}

	.history .history_inner .years_sp img {
		width: 100%;
	}

	.history .history_inner ul {
		display: none !important;
	}

	.history .history_inner .years {
		margin: 0 auto;
		overflow: hidden;
	}

	.history .history_inner .years img {
		width: 100%;
	}

	.history .history_inner .history_more_btn {
		width: 85%;
		margin: 0 auto;
		padding: 30px 0;
		text-align: center;
	}

	.history .history_inner .history_more_btn img {
		width: 100%;
	}

	/* creative award */
	.creative-award button.close-btn {
		position: absolute;
		width: 80px;
		height: 80px;
		top: -5px;
		left: 10px;
		border: none;
		background: transparent;
	}

	.creative-award img {
		width: 100%;
	}

	/* オーバーレイコンテンツ */
	.ov {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-width: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 9999999;
	}

	.ov .close_btn {
		position: absolute;
		right: 50px;
		top: 50px;
	}

	.ov .bottom_close_btn {
		display: block;
		position: absolute;
		width: 31px;
		left: 50% !important;
		right: unset !important;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		padding-bottom: 100px;
	}


	/* LOOKのこだわり */
	.ov .ov_secret {
		position: absolute;
		left: 0;
		right: 0;
		/*top: 200px;*/
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		/*background-color: rgba(0,0,0,0.9);*/
		display: none;
	}

	/* LOOKのこだわり  共有要素 */
	.ov_secret .btn_prev,
	.ov_secret .btn_next {
		position: absolute;
		top: 45%;
	}

	.ov_secret .btn_prev {
		left: 40px;
	}

	.ov_secret .btn_next {
		right: 40px;
	}

	.ov_secret .tit {
		width: 48%;
		margin: 0 auto;
	}

	.ov_secret .tit img {
		width: 100%;
	}

	.ov_secret>section {
		width: 100%;
		padding: 70px;
	}

	.ov_secret .container {
		position: relative;
		margin: 0 auto;
		padding: 70px 0;
	}

	.ov_secret .container>h3 {
		width: 53.33%;
		margin: 0 auto;
	}

	.ov_secret .container>h3>img {
		width: 100%;
	}

	.ov_secret .container>p.lg {
		position: absolute;
		top: 250px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 60%;
	}

	.ov_secret .container>p.lg>img {
		width: 100%;
	}

	.ov_secret .container>p.read,
	.ov_secret .container .description {
		color: #FFFFFF;
		line-height: 2.0em;
	}

	.ov_secret .container>p.read {
		font-size: 34px;
		font-size: 3.469vw;
		margin-top: 350px;
	}

	.ov_secret .container .description {
		font-size: 39px;
		font-size: 3.98vw;
		border-top: #FFFFFF solid 1px;
		border-bottom: #FFFFFF solid 1px;
		margin: 50px 0;
		padding: 50px 0;
	}

	.ov_secret .container>p.note {
		font-size: 26px;
		font-size: 2.653vw;
		color: #FFFFFF;
		line-height: 1.6em;
		margin-bottom: 50px;
	}

	/* こだわり1 */
	.ov_secret .sec_1 {
		position: absolute;
		left: 0;
		right: 0;
		box-sizing: border-box;
	}

	.ov_secret .sec_1 .container .read {
		margin-bottom: 25px;
	}

	.ov_secret .sec_1 .container .img {
		width: 60%;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.ov_secret .sec_1 .container .history_more_btn {
		width: 100%;
		margin-top: 80px;
	}

	.ov_secret .sec_1 .container .img>img,
	.ov_secret .sec_1 .container .history_more_btn img {
		width: 100%;
	}

	/* こだわり2 */
	.ov_secret .sec_2 {
		position: absolute;
		left: 1020px;
		right: 0;
		box-sizing: border-box;
	}

	.ov_secret .sec_2 .container .hd {
		width: 32%;
		margin-top: 28.75px;
	}

	.ov_secret .sec_2 .container .read {
		margin-bottom: 68px;
	}

	.ov_secret .sec_2 .container .img {
		width: 47.47%;
		margin: 0 auto;
	}

	.ov_secret .sec_2 .container .img>img {
		width: 100%;
	}

	/* こだわり3 */
	.ov_secret .sec_3 {
		position: absolute;
		left: 2040px;
		right: 0;
		box-sizing: border-box;
	}

	.ov_secret .sec_3 .container .hd {
		width: 37%;
		margin-top: 52.44px;
	}

	.ov_secret .sec_3 .container .read {
		margin-bottom: 48px;
	}

	.ov_secret .sec_3 .container .img {
		width: 50.67%;
		margin: 0 auto;
	}

	.ov_secret .sec_3 .container .img>img {
		width: 100%;
	}

	/* LINE UP */
	.ov .ov_lineup {
		position: absolute;
		left: 0;
		right: 0;
		/*top: 200px;*/
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		/*background-color: rgba(0,0,0,0.9);*/
		display: none;
	}

	.ov_lineup .container {
		padding: 50px;
	}

	.ov_lineup .container table {
		max-width: 1012px;
		/* 960 + 52 */
		width: 100%;
		margin: 0 auto;
		margin-top: 94px;
		background: url(../img/ov_lineup_border.png) no-repeat center bottom;
	}

	.ov_lineup .container table:last-child {
		background: none;
	}

	.ov_lineup .container table tbody {}

	.ov_lineup .container table tbody tr {}

	.ov_lineup .container table tbody tr td {
		width: 32.8%;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.ov_lineup .container table tbody tr td>img {
		width: 100%;
		max-width: 150px;
		display: block;
		margin: 0 auto;
	}

	.ov_lineup .container table tbody tr td span.new {
		position: absolute;
	}

	.ov_lineup .container table tbody tr td span.new>img {
		width: 100%;
	}

	.ov_lineup .container table tbody tr td span.new2 {
		position: absolute;
		margin-top: -229px;
		margin-left: -62px;
	}

	.ov_lineup .container table tbody tr.nm td {
		padding: 15px 0;
		vertical-align: middle;
		text-align: center;
		font-size: 11px;
		font-size: 2.933vw;
		line-height: 1.8em;
		color: #FFFFFF;
		position: relative;
	}

	.ov_lineup .container table tbody tr.desc td {
		padding: 0 20px 20px;
		font-size: 28px;
		font-size: 2.857vw;
		line-height: 1.8em;
		color: #FFFFFF;
	}

	.ov_lineup .container table tbody tr.desc td:nth-child(1) {
		padding-left: 0;
	}

	.ov_lineup .container table tbody tr.desc td:last-child {
		padding-right: 0;
	}

	.ov_lineup .container table tbody tr.detail_btn td {
		padding-bottom: 50px;
	}

	.ov_lineup .container table tbody tr.detail_btn td img {
		width: 100%;
	}

	/* .ov_lineup .container table:first-child tbody tr.detail_btn td:nth-child(2) a {
		display: none;
	}
	.ov_lineup .container table:nth-child(2) tbody tr.detail_btn td:first-child a {
		display: none;
	} */

	.ov_lineup .container table:last-child tbody tr.detail_btn td {
		/* padding-bottom: 200px; */
	}

	.ov_park .park_bnr .txt_1 {
		background: url(../lookpark/img/present_img04_sp.png) top right no-repeat;
		-webkit-background-size: 40% auto;
		background-size: 40% auto;
	}

	/*=============== movie_modal ===============*/
	.oac_icon {
		width: 14.928%;
		transition: opacity 1s;
		opacity: 0;
		position: fixed;
		z-index: 1000000;
		right: 12px;
		top: 100px;
		margin-top: 13.1%;
		text-align: right;
		cursor: pointer;
	}

	#modal_overlay {
		transition: opacity 1s;
		display: none;
		opacity: 0;
		position: absolute;
		z-index: 99997;
		left: 0;
		top: 0;
		background: rgba(3, 18, 16, 0.9);
		width: 100%;
		height: 110%;
	}

	.modal_content {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		margin: 50px auto 50px;
		width: 86.66%;
		display: none;
	}

	.modal_content .modal_item {
		position: relative;
		z-index: 99998;
		width: 100%;
	}

	.modal_content.is-show {
		display: block;
	}

	.modal_content iframe {
		display: block;
		margin: 0 auto;
		margin-top: 8.76%;
		width: 100%;
		height: 48.66vw;
	}

	.modal_content p {
		text-align: center;
	}

	.modal_content .movie_ttl {
		width: 65.46%;
		margin: 0 auto;
	}

	.modal_content .btn_area {
		position: absolute;
		z-index: 99999;
		right: 0;
		top: 0;
		margin-top: 22%;
		width: 4.76%;
		cursor: pointer;
	}
}

@media screen and (max-width:821px) {
	.main .cm .cm_list .cm_item+.cm_item {
		margin-top: 22%;
	}
}

/* Only SP */
@media screen and (max-width:750px) {

	.top::before,
	.top::after {
		height: 6px;
	}

	.top .news {
		width: 100%;
		padding-top: 4.266%;
		padding-bottom: 3.4533%;
		background-color: #FFFFFF;
	}

	.top .news .news_inner {
		width: 81.333%;
		margin: 0 auto;
	}

	.news_inner .news_tit {
		width: 13.111%;
		margin: 0 auto;
		vertical-align: middle;
		padding-bottom: 10px;
	}

	.news_inner .news_list {
		display: block;
	}

	.news_inner .news_more_btn,
	.news_inner .news_close_btn {
		padding-top: 10px;
	}

	.news_inner .news_more_btn {
		width: 12.9333%;
		margin: 0 auto;
		vertical-align: bottom;
		text-align: center;
	}

	.news_inner .news_close_btn {
		/*display: table-cell;*/
		display: none;
		width: 3.333%;
		padding-top: 6.555%;
		text-align: center;
		vertical-align: top;
		text-align: center;
	}

	.news_inner .news_list ul.clm_show {}

	.news_inner .news_list ul.clm_hide {
		margin-top: 14px;
		display: block;
	}

	.news_inner .news_list ul.clm_hide.hide {
		display: none;
	}

	.news_inner .news_list ul li {
		margin-bottom: 14px;
	}

	.news_inner .news_list ul li:last-child {
		margin-bottom: 0;
		content: "";
		display: block;
		clear: both;
	}

	.news_inner .news_list ul li p {
		font-size: 13px;
		font-size: 3.2vw;
		color: #440801;
	}

	.news_inner .news_list ul li p.lh {
		line-height: 19px;
	}

	.news_inner .news_list ul li p.date {
		float: left;
		font-weight: bold;
		padding-right: 3.278%;
		line-height: 20px;
	}

	.top .news .news_inner:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.top .news .news_inner .news_long {
		line-height: 20px;
	}

	/* バナーエリア */
	.main .bnr {
		width: 92%;
		margin: 0 auto;
		padding-top: 5.6%;
	}

	.bnr ul {
		width: 100%;
		margin: 0 auto;
	}

	.bnr ul.bnr_02 {
		width: 690px;
		margin: 30px auto 0;
	}

	.bnr ul li {
		width: 100%;
		height: 35vw;
		text-align: center;
	}

	.bnr ul li.last {
		margin-right: 0;
	}

	.bnr ul li._55th {
		width: 946px;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.bnr ul:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}


	/* 各セクションのタイトル */
	.main .sec_tit {
		position: relative;
		height: 27vw;
		background: url(../img/section_border.png) no-repeat center 47px;
	}

	.main .cm {
		padding-top: 100px;
	}

	.main .cm .cm_list {
		width: 86.66%;
		margin: 16% auto 0;
	}

	.main .cm .cm_list .cm_item {
		position: relative;
	}

	.main .cm .cm_list .cm_item+.cm_item {
		margin-top: 14%;
	}

	.main .cm .cm_list .cm_item .cm_playbtn {
		position: absolute;
    width: 100%;
		max-width: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
	}

	.main .cm .cm_list .cm_item .cm_renewwal {
		position: absolute;
		width: 37.23%;
		top: -6%;
		left: -4.5%;
	}

	.main .cm .cm_list .cm_item .cm_txt {
		margin: 3% auto 0;
		width: 94.6%;
	}

	.main .cm .cm_ytbtn {
		width: 86.66%;
		margin: 12.3% auto 0;
	}

	.main .cm .sec_tit h3.tit img {
		top: 15px;
	}

	.main .new {
		padding-top: 100px;
		padding-bottom: 70px;
	}

	.main .new .sec_tit h3.tit img {
		top: 15px;
	}

	.new .new_list {
		height: 110vw;
	}

	.new .new_poiner ul li {
		width: 10px;
		height: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.new .btn_prev,
	.new .btn_next {
		top: 92vw;
	}

	.new .btn_prev {
		left: 4vw;
	}

	.new .btn_next {
		right: 4vw;
	}

	.main .secret .sec_tit .tit img {
		top: 10px;
	}

	.main .lineup .sec_tit h3.tit img {
		top: 15px;
	}

	.main .history .sec_tit h3.tit img {
		top: -20px;
	}

	.main .sec_tit .tit_read {
		top: 60px;
	}

	.main .secret {
		background: url(../img/secret_fr_sp_top.png) no-repeat 0 26vw, url(../img/secret_fr_sp_bottom.png) no-repeat bottom;
		background-size: 100%;
	}

	.secret .secret_list {
		margin-top: 15px;
	}

	.main .lineup {
		margin-top: 60px;
		padding: 50px 0;
	}

	.lineup .lineup_list {
		height: 35vw;
		margin-top: 15vw;
	}

	/* LOOK PARK */
	.main .park {
		margin-top: 40px;
		padding-top: 40px;
		background-image: url(../img/park_background.png);
		background-position: top 0 center;
		background-size: contain;
		background-repeat: repeat-x;
	}

	.park .park_inner {
		height: 100%;
		background: url(../img/park_visual_sp.png) no-repeat center top;
		background-size: 87%;
	}

	.park .park_inner ul {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding-top: 20vw;
		padding-bottom: 1px;
	}

	.park .park_inner ul li {
		position: relative;
		width: 90vw;
		height: 30vw;
		margin: 30px auto;
	}

	.park .park_inner ul li.item_1 {
		box-sizing: border-box;
		background: url(../img/park_question.png) no-repeat;
		background-size: 100%;
	}

	.park .park_inner ul li.item_2 {
		box-sizing: border-box;
		background: url(../img/park_voice.png) no-repeat;
		background-size: 100%;
	}

	.park .park_inner ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.park .park_inner ul li .desc {
		display: none;
		text-align: center;
		font-size: 15px;
		font-size: 1.363vw;
		line-height: 1.6em;
		color: #440801;
	}

	.park .park_inner ul li.item_1 .desc {
		font-size: 20px;
		font-size: 1.818vw;
		font-weight: bold;
	}

	.park .park_inner ul li.item_1 .icon {
		position: absolute;
		width: 14vw;
		left: -3vw;
		top: -5vw;
	}

	.park .park_inner ul li.item_2 .icon {
		position: absolute;
		width: 12vw;
		right: 4vw;
		top: -4vw;
	}

	.park .park_inner ul li.item_1 .icon img,
	.park .park_inner ul li.item_2 .icon img {
		width: 100%;
	}

	.park .park_inner ul li.item_2 .icon img {
		transform: scaleX(-1);
	}

	.park .park_ft {
		text-align: center;
		padding: 20px 0;
		box-sizing: border-box;
		background-color: #FFFFFF;
	}

	.park .park_ft .desc {
		width: 72%;
		margin: 0 auto;
		margin-bottom: 20px;

	}

	.park .park_ft .post_btn {
		width: 87%;
		margin: 0 auto;
	}

	.park .park_ft .desc img,
	.park .park_ft .post_btn img {
		width: 100%;
	}

	.main .history {
		padding-top: 80px;
		padding-bottom: 150px;
	}

	.main .history .sec_tit h3.tit {
		margin-top: 50px;
	}

	.creative-award {
		position: fixed;
		bottom: 0;
	}

	#modal_overlay {
		display: none;
	}

	.ov .close_btn {
		top: 20px;
		right: 20px;
	}

	.ov .bottom_close_btn {
		padding-bottom: 50px;
	}

	.ov_secret>section {
		padding: 30px;
	}

	.ov_secret .tit {
		width: 65%;
	}

	.ov_secret .container {
		padding: 30px 0;
	}

	.ov_secret .container>h3 {
		width: 65%;
	}

	.ov_secret .sec_2 .container h3.hd {
		width: 38%;
		margin-top: 18px;
	}

	.ov_secret .sec_3 .container h3.hd {
		width: 44%;
		margin-top: 22px;
	}

	.ov_secret .container>p.lg {
		top: 120px;
		width: 80%;
	}

	.ov_secret .container>p.read {
		margin-top: 150px;
		margin-bottom: 10px;
	}

	.ov_secret .container>p.note {
		margin-bottom: 20px;
	}

	.ov_secret .container .description {
		margin: 30px 0;
		padding: 15px 0;
	}

	.ov_secret .history_more_btn_sp {
		padding: 20px 0;
	}

	.ov_secret .sec_1 .container .img {
		width: 75%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0 auto;
	}

	.ov_secret .btn_prev,
	.ov_secret .btn_next {
		position: absolute;
		top: 42vh;
		width: 15px;
	}

	.ov_secret .btn_prev img,
	.ov_secret .btn_next img {
		width: 100%;
	}

	.ov_secret .btn_prev {
		left: 25px;
	}

	.ov_secret .btn_next {
		right: 25px;
	}

	.ov_secret .sec_1~.bottom_close_btn.sec_1 {
		top: 345vw;
	}

	.ov_secret .sec_2~.bottom_close_btn.sec_2 {
		top: 360vw;
	}

	.ov_secret .sec_3~.bottom_close_btn.sec_3 {
		top: 280vw;
	}

	.ov_lineup .container {
		padding: 20px;
	}

	.ov_lineup .container table {
		margin-top: 30px;
	}

	.ov_lineup .container table tbody tr td {
		padding: 0 10px;
	}

	.ov_lineup .container table tbody tr.desc td {
		padding: 0 10px 10px;
	}

	.ov_lineup .container table tbody tr td span.new {
		width: 35%;
		top: -28vw;
		left: -3vw;
	}

	.ov_lineup .container table tbody tr td span.new>img {
		width: 100%;
		max-width: 72px;
	}

}

@media screen and (min-width:680px) and (max-width:768px) {
	.ov_lineup .container table tbody tr td span.new {
		width: 50%;
		top: -19vw;
		left: -1vw;
	}
}

@media screen and (min-width:550px) and (max-width:680px) {
	.ov_lineup .container table tbody tr td span.new {
		width: 50%;
		top: -26vw;
		left: -3vw;
	}
}

@media screen and (min-width:820px) and (max-width:960px) {
	.main .cm .cm_list .cm_item+.cm_item {
		margin-top: 22%;
	}
}

@media screen and (min-width:440px) and (max-width:468px) {
	.ov_lineup .container table tbody tr td span.new {
		top: -34vw;
	}
}

@media screen and (min-width:320px) and (max-width:439px) {
	.ov_lineup .container table tbody tr td span.new {
		width: 30%;
		top: -38vw;
	}
}

.cm_item>.over>img {
	display: block;
	margin: 0 auto;
}

.cm_item>.cm_txt>img {
	display: block;
	margin: 0 auto;
}


@media print {
	body {
		display: none !important;
	}
}