@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:900&subset=japanese');

html {
	font-size: 62.5%;
}

.pageTop {
	z-index: 50;
}

#wrapper {
	background: none;
}

#ct_bg {
	color: #0f161f;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.75;
}

#ct_bg:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
	display: block;
	width: 100%;
	height: 100vh;
	background: url(../img/bg_buzzlightyear01.jpg) center center / cover no-repeat scroll;
	content: "";
}

#ct_bg a:link,
#ct_bg a:visited,
#ct_bg a:active {
	color: #54dfe3;
}

#ct_bg a:hover {
	color: #54dfe3;
	text-decoration: none;
}

#ct_bg .imgOver01 a {
	position: relative;
	display: block;
}

#ct_bg .imgOver01 a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#ct_bg .imgOver01 a:hover:before {
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: .6;
}

#ct_bg .imgOver01 a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .slideArea01 {
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
	overflow-x: hidden;
}

#ct_bg .slider01 {
	width: 668px;
	margin: 0 auto;
}

#ct_bg .slider01 .slick-list {
	overflow: visible;
}

#ct_bg .slider01 .slick-slide {
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

#ct_bg .slider01 .slick-slide a {
	position: relative;
	display: block;
	transition: .6s;
}

#ct_bg .slider01 .slick-slide a:hover {
	opacity: .6;
	transition: .6s;
}

#ct_bg .slider01 .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 33.5px;
	height: 60px;
	margin-top: -5px;
	border-style: solid;
}

#ct_bg .slider01 .slick-arrow:hover {
	opacity: .6;
}

#ct_bg .slider01 .slick-arrow:before {
  content: "";
}

#ct_bg .slider01 .slick-arrow.slick-prev {
	left: -2%;
  background: url(../../img/prev_btn01_off.png) no-repeat;
  background-size: contain;
  transition: .5s;

}

#ct_bg .slider01 .slick-arrow.slick-next {
	right: -2%;
  background: url(../../img/next_btn01_off.png) no-repeat;
  background-size: contain;
  transition: .5s;

}

@media screen and (max-width: 1080px) {
  #ct_bg .slider01 .slick-arrow {
    width: 3vw;
    height: 5.5vw;
  }
  #ct_bg .slider01 .slick-arrow.slick-prev {
    left: -.7vw;
  }
  #ct_bg .slider01 .slick-arrow.slick-next {
    right: -.7vw;
  }

}


#ct_bg .mallLinkBtn {
	position: relative;
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}

#ct_bg .mallLinkBtn > a {
	display: block;
	padding: 5px 0 7px 40px;
	border-radius: 36px;
	box-shadow: 0 2px 0 5px #0f161f;
	background: linear-gradient(#fff100, #f49e17);
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	text-decoration: none;
	color: #0f161f;
	transition: all .6s;
}

#ct_bg .mallLinkBtn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 36px;
	background: linear-gradient(#f49e17, #fff100);
	transition: all .6s;
	opacity: 0;
}

#ct_bg .mallLinkBtn .mallLink span {
	position: relative;
	z-index: 888;
}

#ct_bg .mallLinkBtn a:hover::before {
	opacity: 1;
}

#ct_bg .mallLinkBtn .mallLink span::before {
	position: absolute;
	top: calc(50% - 12px);
	left: -38px;
	width: 28px;
	height: 30px;
	background: url(../img/btn_index01_no.png) no-repeat 0 0/25px;
	content: "";
}

#ct_bg .mallLinkBtn .mallLink,
#ct_bg .mallLinkBtn .mallLink.reserve,
#ct_bg .mallLinkBtn .mallLink.waiting {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mallLinkBtn .mallLink.reserve span::before {
	position: absolute;
	top: calc(50% - 10px);
	left: -38px;
	width: 25px;
	height: 23px;
	background: url(../img/btn_index02_no.png) no-repeat 0 0/25px;
	content: "";
}

#ct_bg .mallLinkBtn .mallLink.waiting span::before {
	position: absolute;
	top: calc(50% - 13px);
	left: -34px;
	width: 26px;
	height: 27px;
	background: url(../img/btn_index03_no.png) no-repeat 0 0/26px;
	content: "";
}

#ct_bg .mallLinkBtn img {
	width: 100%;
}

#ct_bg .pdfBtn {
	position: relative;
	max-width: 207px;
	margin-top: 20px;
	text-align: center;
}

#ct_bg .pdfBtn > a {
	display: block;
	padding: 5px 0 7px 0;
	border-radius: 36px;
	box-shadow: 0 0 0 2px #0f161f;
	background: linear-gradient(#c995c2, #9e3f93);
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.01rem;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	transition: all .6s;
}

#ct_bg .pdfBtn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 36px;
	background: linear-gradient(#9e3f93, #c995c2);
	transition: all .6s;
	opacity: 0;
}

#ct_bg .pdfBtn .pdfLink span {
	position: relative;
	padding-right: 20px;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
	z-index: 8887;
}

#ct_bg .pdfBtn a:hover::before {
	opacity: 1;
}

#ct_bg .pdfBtn::before {
	position: absolute;
	top: calc(50% - 5px);
	left: 25px;
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #fff;
	z-index: 99;
}

#ct_bg .pdfBtn .pdfLink span::after {
	position: absolute;
	top: calc(50% - 7px);
	right: -26px;
	width: 32px;
	height: 18px;
	content: "";
	padding: 0 3px;
	background: no-repeat url("../img/btn_index04.png");
	background-size: 32px;
}

#ct_bg .pdfBtn .pdfLink {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .bbBtn {
	position: relative;
	max-width: 920px;
	margin-top: 40px;
	text-align: center;
}

#ct_bg .bbBtn > a {
	display: block;
	padding: 5px 0 7px 0;
	border-radius: 36px;
	box-shadow: 0 0 0 2px #0f161f;
	background: linear-gradient(#7f8389, #0f161f);
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.01rem;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	transition: all .6s;
}

#ct_bg .bbBtn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 36px;
	background: linear-gradient(#0f161f, #7f8389);
	transition: all .6s;
	opacity: 0;
}

#ct_bg .bbBtn .bbLink span {
	position: relative;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
	z-index: 8887;
}

#ct_bg .bbBtn a:hover::before {
	opacity: 1;
}

#ct_bg .bbBtn span::before {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	left: -30px;
	width: 11px;
	height: 17px;
	background: no-repeat url("../img/ico_buzzlightyear04.png");
	z-index: 99;
}

#ct_bg .bbBtn .bbLink {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .infoBtn {
	position: relative;
	max-width: 335px;
	margin-top: 20px;
	text-align: center;
}

#ct_bg .infoBtn > a {
	display: block;
	padding: 5px 0 7px 0;
	border-radius: 36px;
	box-shadow: 0 0 0 2px #0f161f;
	background: linear-gradient(#c995c2, #9e3f93);
	font-family: 'M PLUS 1', sans-serif;
	font-size: 1.6rem;
	font-weight: 800;
	text-decoration: none;
	color: #fff;
	transition: all .6s;
}

#ct_bg .infoBtn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 36px;
	background: linear-gradient(#9e3f93, #c995c2);
	transition: all .6s;
	opacity: 0;
}

#ct_bg .infoBtn .infoLink span {
	position: relative;
	padding-left: 20px;
	text-shadow: 0 2px 0 rgba(0,0,0,.1);
	z-index: 8887;
}

#ct_bg .infoBtn a:hover::before {
	opacity: 1;
}

#ct_bg .infoBtn::before {
	position: absolute;
	top: calc(50% - 5px);
	left: 25px;
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #fff;
	z-index: 99;
}

#ct_bg .infoBtn .infoLink {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mt10 {
	margin-top: 10px !important;
}
#ct_bg .mt20 {
	margin-top: 20px !important;
}
#ct_bg .mt30 {
	margin-top: 30px !important;
}
#ct_bg .mt40 {
	margin-top: 40px !important;
}
#ct_bg .mt50 {
	margin-top: 50px !important;
}
#ct_bg .mt60 {
	margin-top: 60px !important;
}
#ct_bg .mt100 {
	margin-top: 100px !important;
}

#ct_bg .mt130 {
	margin-top: 130px !important;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#ct_bg .wrap01.aEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

/* Header
---------------------------------------------------------- */
#ct_bg .headTitleArea01 {
	background-color: #0f161f;
	color: #fff;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 9px 14px 5px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 100%;
}
#ct_bg .headTitleArea01 > .inner01 .title01 {
	font-size: 1.4rem;
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 .text01 {
	padding-left: 1em;
	font-size: 1.4rem;
	font-weight: bold;
}

#ct_bg .headerWrap01 {
	padding-bottom: 130px;
	background: url(../img/bg_buzzlightyear09.png) bottom center / cover no-repeat scroll;
}

#ct_bg .header01 {
	padding-top: 40px;
	background: url(../img/bg_buzzlightyear02.jpg) top center / cover no-repeat scroll;
}

#ct_bg .header01 > .logo01 {
	max-width: 700px;
	margin: 0 auto;
}

#ct_bg .header01 >  .logo01 a {
	transition: .5s
}

#ct_bg .header01 >  .logo01 a:hover {
	opacity: .6;
}

#ct_bg .headingArea01 {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 3px solid #ddeaf8;
	box-shadow: 0 3px #7d97b2;
	background: url(../img/bg_buzzlightyear03_pc.jpg) bottom -110px center / cover no-repeat scroll;
}

#ct_bg .headingArea01.type01 {
	border-top: 3px solid #ddeaf8;
	box-shadow: 0 3px #7d97b2,0 -3px #7d97b2;
}

#ct_bg .headingArea01 > .img01 {
	position: absolute;
	bottom: 0;
	left: 71%;
}

#ct_bg .headingArea01 > .img02 {
	position: absolute;
	top: 30px;
	right: 73%;
}

#ct_bg .headingArea01 > .img03 {
	position: absolute;
	bottom: -280px;
	left: 71%;
}

#ct_bg .headingArea01 > .img04 {
	position: absolute;
	top: 20px;
	right: 73%;
}

#ct_bg .headingArea01 > .img05 {
	position: absolute;
	bottom: -110px;
	left: 71%;
}

#ct_bg .headingArea01 > .text01 {
	position: relative;
	height: 48px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	background: url(../img/bg_buzzlightyear04.png) top center / contain repeat-x scroll;
	background-size: 48px;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 3rem;
	
}

#ct_bg .headingArea01 > .text01 > span {
	position: absolute;
	top: calc(50% - 2.8rem);
	left: 0;
	right: 0;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

#ct_bg .heading01 {
	margin: 45px 0 40px;
	text-align: center;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 5.4rem;
	color: #fff;
	line-height: 1.2;
}

#ct_bg .heading01.type01.typeTop {
	margin: 30px 0 20px;
	font-size: 3.4rem;
}

/* Navigation
---------------------------------------------------------- */
#ct_bg .globalNavArea01 {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.5);
}

#ct_bg .globalNavArea01 > .inner01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	width: 1020px;
	margin: 0 auto;
}

#ct_bg .fotterNavArea01 {
	border-bottom: 2px solid #7d97b2;
}

#ct_bg .fotterNavArea01 > .globalNavArea01 {
	border-bottom: 2px solid #fff;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 645px;
	margin: 0 auto;
	font-family: 'M PLUS 1', sans-serif;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01.type01 {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 645px;
	margin: 0 0 0 auto;
	font-family: 'M PLUS 1', sans-serif;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: -40px;
	width: 22px;
	height: 17px;
	background: no-repeat url("../img/ico_buzzlightyear05.png");
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01::before {
	content: "商品を探す";
	position: absolute;
	top: calc(50% - 21px);
	left: -165px;
	font-size: 2.2rem;
	color: #fff;
	
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01.type01::before {
	content: "商品を\A探す";
	position: absolute;
	top: calc(50% - 30px);
	left: -115px;
	white-space: pre;
	line-height: 1.37;
	text-align: center;
	font-size: 2.2rem;
	color: #fff;
}

#ct_bg .globalNavArea01 > .inner01 > .logo01 {
	width: 231px;
}
#ct_bg .globalNavArea01 > .inner01 > .logo01>a {
	transition: .5s
}

#ct_bg .globalNavArea01 > .inner01 > .logo01 > a:hover {
	opacity: .6;
}

#ct_bg .globalNavArea01 > .inner01 > .img01 {
	position: absolute;
	bottom: 0;
	width: 157px;
	margin-left: 835px;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;
	height: 80px;
	border-radius: 10px;
	font-size: 3rem;
	background: no-repeat url("../img/bg_buzzlightyear06.png");
	transition: all .5s;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01.type01 > li {
	width: 199px;
	height: 75px;
	background: no-repeat url("../img/bg_buzzlightyear06.png");
	background-size: 200px;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li:nth-child(n + 2) {
	margin-left: 9px;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li > a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all .9s;
	z-index: 999;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li:hover {
	box-shadow: inset 10px 10px 15px rgba(255,255,255,.3),
            inset -10px -10px 15px rgba(255,255,255,.3);
	transition: all .5s;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li:hover > a {
	color: #fff100;
}

#ct_bg .banner02 {
	position: relative;
	max-width: 804px;
	margin: 80px auto 0;
	padding: 0 5px;
}

#ct_bg .banner02 > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 100%;
	height: 100%;
	background: url("../img/bnr_buzzlightyear01_on.png") no-repeat;
	background-size: 794px;
	opacity: 0;
	transition: all .5s;
}

#ct_bg .banner02 > a:hover::before {
	opacity: 1;
}

/* Footer
---------------------------------------------------------- */
#ct_bg .ftBnr01 {
	margin: 30px auto 0;
	max-width: 600px;
}

#ct_bg .footer01 {
	margin-top: 120px;
	border-top: 2px solid #fff;
	
}

#ct_bg .footer01 > .inner01 {
	padding: 0 0 25px;
	border-top: 2px solid #7d97b2;
	background: url(../img/bg_buzzlightyear02.jpg) center center / cover no-repeat scroll;
}

#ct_bg .btnWrap03 {
	display: flex;
	justify-content: space-between;
	width: 1020px;
	margin: 50px auto 0;
	padding: 0 20px;
	
}

#ct_bg .btnWrap03.bC {
	justify-content: center;
}

#ct_bg .btnWrap03 > .btn01 > a {
	display: block;
	padding: 20px 90px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.6);
	transition: all .5s;
}

#ct_bg .btnWrap03 > .btn01 > a:hover {
	color: #fff100;
	border: 1px solid rgba(255,255,255,.5);
	background-color: rgba(0,0,0,.75);
}

#ct_bg .btnWrap03 > .btn01 > a span {
	position: relative;
}

#ct_bg .btnWrap03 > .btn01 > a span::before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: -25px;
	width: 11px;
	height: 17px;
	background: no-repeat url("../img/ico_buzzlightyear04.png");
}

#ct_bg .snsBtn01 {
	margin: 50px auto 0;
	max-width: 960px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .snsBtn01 > li {
	margin-left: 10px;
}

#ct_bg .snsBtn01 > li:first-child {
	margin-left: 0;
}

#ct_bg .copyright01 {
	text-align: center;
	color: #fff;
	margin-top: 40px;
}

/* Contents

---------------------------------------------------------- */
#ct_bg .newsArea01 {
	position: relative;
	margin: 0 auto;
	padding: 100px 20px 20px;
	width: 980px;
	background-color: rgba(0,0,0,.9);
}

#ct_bg .newsArea01 > .img01 {
	position: absolute;
	top: -22px;
	left: 0;
}

#ct_bg .newsArea01 > .title01 {
	position: absolute;
	top: 14px;
	left: 85px;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 3rem;
	line-height: 1.2;
	color: #fff;
}

#ct_bg .newsList01 {
	display: flex;
	flex-wrap: wrap;
	max-height: 125px;
	overflow: auto;
	color: #fff;
}
#ct_bg .newsList01 > dt {
	width: 110px;
}
#ct_bg .newsList01 > dd {
	width: 780px;
}

#ct_bg .textBlock01 {
	max-width: 651px;
	margin: 30px auto 0;
	padding: 5px 0;
	text-align: center;
	background-color: #fff100;
	color: #000;
	font-size: 1.2rem;
}

#ct_bg .textBlock01 > .text01 > span {
	font-size: 1.8rem;
	font-weight: 600;
}

#ct_bg .textBlock01 + .section01 {
	margin-top: 30px !important;
}

#ct_bg .section01 {
	margin-top: 55px;
}

#ct_bg .section01.type01 {
	margin-top: 0;
	padding-top: 55px;
	background: url(../img/bg_buzzlightyear05_pc.png) top center / contain no-repeat scroll;
}

#ct_bg .section01.type02,
#ct_bg .section01.typeTop {
	background: url(../img/bg_buzzlightyear05_pc.png) top 100px center / contain no-repeat scroll;
}

#ct_bg .headingArea02 {
	padding: 30px 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #3eb4b7;
}

#ct_bg .heading02 {
	max-width: 960px;
	position: relative;
	margin: 0 auto;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 3.4rem;
	line-height: 1.2;
	color: #fff;
}

#ct_bg .heading02.type01 {
	padding-left: 100px;
}

#ct_bg .heading02.type01::before {
	content: "";
	position: absolute;
	top: calc(50% - 35px);
	left: 5px;
	width: 71px;
	height: 73px;
	background-image: url("../img/ico_buzzlightyear01.png");
	background-size: 71px;
}

#ct_bg .heading02.type02 {
	padding-left: 100px;
}

#ct_bg .heading02.type02::before {
	content: "";
	position: absolute;
	top: calc(50% - 35px);
	left: 5px;
	width: 73px;
	height: 73px;
	background-image: url("../img/ico_buzzlightyear02.png");
	background-size: 73px;
}

#ct_bg .heading03 {
	padding: 9px 0 0 50px;
	width: 996px;
	height: 74px;
	background-image: url("../img/bg_buzzlightyear08_pc.png");
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.6rem;
	line-height: 1.2;
	color: #fff;
}

#ct_bg .section01 > .inner01 > .text01 {
	margin-top : 25px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
}

#ct_bg .section01 > .inner01 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1020px;
}

#ct_bg .section01 > .inner01 > .block01 {
	width: 48.5%;
	margin-top: 40px;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01 {
	position: relative;
	background: no-repeat url("../../img/tomica/main_buzzlightyear00.png");
	background-size: contain;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01 > .img01 > a.fancybox-thumb::before {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	width: 31px;
	height: 32px;
	background: no-repeat url("../img/ico_buzzlightyear03_no.png");
	background-size: 31px;
	transition: 0.3s;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01:hover > .img01 > a.fancybox-thumb::before {
	opacity: 0;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01 > .img01 > a.fancybox-thumb::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 15px;
	width: 31px;
	height: 32px;
	background: no-repeat url("../img/ico_buzzlightyear03_on.png");
	background-size: 31px;
	opacity: 0;
	transition: 0.3s;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01:hover > .img01 > a.fancybox-thumb::after {
	opacity: 1;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01 > .img01 {
	transition: 0.3s;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01 > .img01 > a > .thumb01 {
	display: none;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01 > .img01 > a > img {
	transition: 0.3s;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01:hover > .img01 > a > img {
	transform: scale(1.05);
}

#ct_bg .section01 > .inner01 > .block01 > .col01 {
	margin-top: 15px;
	border: 1px solid #fff;
	text-align: center;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.5);
}

#ct_bg .section01 > .inner01 > .block01 > .col01 > .text01 {
	padding: 2px 0 0;
	font-family: 'M PLUS 1', sans-serif;
	border-bottom: 1px solid #fff;
	background-color: #3eb4b7;
	font-size: 2.1rem;
	color: #fff;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .text01 {
	padding: 2px 0 0;
	font-family: 'M PLUS 1', sans-serif;
	border-bottom: 1px solid #fff;
	background-color: #3eb4b7;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.2;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .text01 {
	padding: 12px 0;
}

#ct_bg .section01 > .inner01 > .frameArea01 > .text04,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .text04 {
	margin-top: 15px;
	text-align: center;
	font-weight: 600;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .text04 + .text02 {
	margin-top: 13px;
}

#ct_bg .section01 > .inner01 > .block01 > .col01 > .text02,
#ct_bg .section01 >  .inner01 > .frameArea01 > .text02,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .text02 {
	padding: 4px 0 2px;
	border-bottom: 1px solid #fff;
	background-color: #0f161f;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
}

#ct_bg .section01 > .inner01 > .block01 > .col01 > .textArea01 {
	padding: 15px 25px;
}

#ct_bg .section01 > .inner01 > .block01 > .col01 > .textArea01 > .text01 {
	font-weight: 600;
}

#ct_bg .section01 > .inner01 > .block01 > .col01 > .textArea01 > .text02,
#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01 > .text03,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .textArea01 > .text03 {
	margin-top: 15px;
	text-align: left;
	font-size: 1.2rem;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01 > .text03 + .text03,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .textArea01 > .text03 + .text03 {
	margin-top: 0;
}

#ct_bg .section01 >  .inner01 > .frameArea01 {
	border: 1px solid #fff;
	text-align: center;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.5);
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .btnWrap01,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .btnWrap01 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px auto 0;
	max-width: 920px;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .btnWrap01 > .text01,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .btnWrap01 > .text01 {
	font-family: "Hiragino Kaku Gothic ProN";
	font-weight: 600;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .btnWrap01 > .mallLinkBtn,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .btnWrap01 > .mallLinkBtn {
	margin: 0 0 0 180px;
	width: 410px;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .textArea01 {
	margin: 20px 30px 0;
	text-align: left;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01 > .list01,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .textArea01 > .list01 {
	padding: 10px 0;
	text-align: left;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01 > .list01 > li,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .textArea01 > .list01 > li {
	position: relative;
	padding-left: 1.5em;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01 > .list01 > li::before,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .textArea01 > .list01 > li::before {
	content: "★";
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 1.8rem;
	color: #9e3e91;
	transform: rotate(15deg);
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection01 {
	display: block;
	margin: 30px;
	padding: 20px;
	background-color: #c5e8e9;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection01 >.wrap01 > .img01 {
	width: 49%;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 {
	margin-top: 13px;
}
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02.type01 {
	margin-top: 0;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 + .subSection02 {
	margin-top: 40px;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .text01 {
	padding: 12px 0 15px;
	border-top: 4px solid #3eb4b7;
	border-bottom: 4px solid #3eb4b7;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #3eb4b7;
}
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .text01.type01 {
	border-top: none;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection03 {
	margin: 30px;
	border-top: 2px solid #3eb4b7;
}

#ct_bg .btnList01 {
	display: flex;
	padding:  0 30px;
}

#ct_bg .btnList01 > li {
	margin-top: 15px;
	padding-top: 10px;
	width: 292px;
	border-top: 4px solid #3eb4b7;
}

#ct_bg .btnList01 > li:nth-child(n + 2) {
	margin-left: 20px;
}

#ct_bg .btnList01 > li > .text01 {
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #3eb4b7;
}

#ct_bg .menuBlock01 {
	position: relative;
	margin-top: 30px;
	width: 100%;
	border-radius: 10px;
}

#ct_bg .menuBlock02 {
	position: relative;
	margin-top: 30px;
	width: 48%;
	border-radius: 10px;
}

#ct_bg .menuBlock02  img {
	border-radius: 10px;
}

#ct_bg .menuBlock01 a::before,
#ct_bg .menuBlock02 a::before {
	position: absolute;
    width: 99%;
    height: 99%;
    left: 0;
    top: 0;
    border-radius: 10px;
	box-shadow: inset 25px 25px 30px rgba(255,255,255,.3),
            inset -25px -25px 30px rgba(255,255,255,.3);
    transition: opacity .5s;
    opacity: 0;
    content: "";
}

#ct_bg .menuBlock01:hover a::before,
#ct_bg .menuBlock02:hover a::before {
	opacity: 1;
}

#ct_bg .movieArea01 {
	position: relative;
	margin: 75px auto 0;
	padding: 60px;
	background-color: #c5e8e9;
}

#ct_bg .movieArea01.type01 {
	margin-top: 30px;
	padding: 30px;
	background-color: rgba(0,0,0,.9);
}

#ct_bg .movieArea01.type01 > .text01 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	
}

#ct_bg .movieArea01.type01 > .text01 + .movieWrap01 {
	margin-top: 40px;
	
}

#ct_bg .movieArea01 > .title01 {
	display: table;
	position: absolute;
	top: -45px;
	left: 0;
	padding: 8px 20px;
	background-color: #3eb4b7;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #fff;
}

#ct_bg .movieArea01 > .title01::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -22px;
	display: inline-block;
	border-style: solid;
	border-width: 26px 0 26px 40px;
	border-color: transparent transparent transparent #3eb4b7;
	transform: rotate(-34deg);
}

#ct_bg .movieWrap01 {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

#ct_bg .movieWrap01 > iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 639px) {
body {
	min-width: inherit;
}

#ct_bg {
	font-size: 109%;
}

#ct_bg a:link,
#ct_bg a:visited,
#ct_bg a:hover,
#ct_bg a:active {
	text-decoration: none;
}

#ct_bg .mallLinkBtn > a {
	font-size: 1.8rem;
}

#ct_bg .imgOver01 a:hover:before {
	opacity: 0;
}

#ct_bg .slideArea01 {
	padding-top: 20px;
    padding-left: 4%;
    padding-right: 4%;
  }
  #ct_bg .slider01 {
	width: auto;
  }
  #ct_bg .slider01 .slick-list {
    overflow: hidden;
  }
  #ct_bg .slider01 .slick-slide a:hover::after {
  	opacity: 0;
  }
  #ct_bg .slider01 .slick-slide {
  	margin-left: 1px;
  	margin-right: 1px;
  }
#ct_bg .slider01 .slick-slide a:hover {
	opacity: 1;
}
  #ct_bg .slider01 .slick-arrow {
  	position: absolute;
  	z-index: 2;
  	top: 50%;
  	width: 8vw;
  	height: 8vw;
  	margin-top: -5px;
  	border-style: solid;
  }
  #ct_bg .slider01 .slick-arrow:hover {
	opacity: 1;
  }
  #ct_bg .slider01 .slick-arrow.slick-prev {
  	left: -3.9%;
  }
  #ct_bg .slider01 .slick-arrow.slick-next {
  	right: -7.5%;
  }

	
#ct_bg .mallLinkBtn > a:hover::before {
	opacity: 0;
}

#ct_bg .mallLinkBtn .mallLink span::before {
	top: calc(50% - 11px);
	width: 21px;
	height: 22px;
	background-size: 21px;
}

#ct_bg .mallLinkBtn .mallLink.reserve span::before {
	top: calc(50% - 7.5px);
	width: 19px;
	height: 17.5px;
	background-size: 19px;
}

#ct_bg .mallLinkBtn .mallLink.waiting span::before {
	top: calc(50% - 9px);
	left: -30px;
	width: 19.5px;
	height: 19.5px;
	background-size: 19.5px;
}

#ct_bg .bbBtn span::before {
	left: -20px;
}

#ct_bg .bbBtn .bbLink {
	font-size: 1.8rem;
}

#ct_bg .pdfBtn {
	max-width: 265px;
	margin: 20px auto;		
}

#ct_bg .pdfBtn > a {
	font-size: 1.8rem;
}

#ct_bg .pdfBtn a:hover::before {
	opacity: 0;
}

#ct_bg .pdfBtn .pdfLink span {
	display: table;
	margin: 0 auto;
}

#ct_bg .pdfBtn .pdfLink span::after {
	top: calc(50% - 5.5px);
	right: -20px;
	width: 27px;
	height: 16px;
	background-size: 27px;
}

#ct_bg .pdfBtn::before {
	left: 22px;
}

#ct_bg .infoBtn {
	max-width: 265px;
	margin: 20px 0;		
}

#ct_bg .infoBtn > a {
	font-size: 1.3rem;
}

#ct_bg .infoBtn a:hover::before {
	opacity: 0;
}

#ct_bg .infoBtn .pdfLink span {
	display: table;
	margin: 0 auto;
}

#ct_bg .infoBtn::before {
	top: calc(50% - 6px);
	left: 22px;
}

/* Header
---------------------------------------------------------- */
#ct_bg .headTitleArea01 > .inner01	{
	display: block;
	text-align: center;
}

#ct_bg .headTitleArea01 > .inner01 .title01	{
	font-size: 1.1rem;
}

#ct_bg .headTitleArea01 > .inner01 .text01	{
	padding-left: 0;
	font-size: 1.1rem;
}

#ct_bg .headerWrap01 {
	padding-bottom: 20vw;
	background: url(../img/bg_buzzlightyear09.png) bottom 6vw center / cover no-repeat scroll;
}

#ct_bg .header01 {
	background: url(../img/bg_buzzlightyear02.jpg) top center / cover no-repeat scroll;
}

#ct_bg .header01 > .logo01 {
	width: 75%;
	min-width: 270px;
}

#ct_bg .header01 >  .logo01 a:hover {
	opacity: 1;
}

#ct_bg .headingArea01 {
	background: url(../img/bg_buzzlightyear03_sp.jpg) bottom -35px left / cover no-repeat scroll;
}


#ct_bg .headingArea01 > .img01 {
	width: 150px;
	left: auto;
	right: 0;
}

#ct_bg .headingArea01 > .text01 {
	height: 37px;
	background-size: 37px;
	font-size: 2rem;
	
}

#ct_bg .headingArea01 > .text01 > span {
	position: absolute;
	top: calc(50% - 1.8rem);
	left: 4%;
	right: auto;
}

#ct_bg .heading01 {
	margin: 33px 0 25px 4%;
	text-align:left;
	font-size: 3rem;
}

#ct_bg .heading01.type01.typeTop {
	margin: 20px 0 10px;
	text-align:center;
	font-size: 2rem;
}

#ct_bg .headingArea01 > .img03 {
	width: 135px;
	top: -25px;
}

#ct_bg .headingArea01 > .img04 {
	width: 90px;
	top: 27%;
}

#ct_bg .headingArea01 > .img05 {
	top: -45px;
}

/* Navigation
---------------------------------------------------------- */
#ct_bg .globalNavArea01 > .inner01 {
	width: 100%;
	padding: 4%;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01::after {
	display: none;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01::before {
	display: none;	
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 {
	width: 100%;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li,
#ct_bg .globalNavArea01 > .inner01 > .globalNav01.type01 > li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30vw;
	height:11.5vw;
	font-size: 1.6rem;
	color: #fff;
	background-size: 29vw;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li:nth-child(n + 2) {
	margin-left: 2%;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li > a {
	padding-top: 2.2vw;
	font-size: 1.6rem;
	color: #fff;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li:hover {
	box-shadow: none;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li:hover > a {
	color: #fff;
}

#ct_bg .globalNavArea01 > .inner01 > .img01 {
	display: none;
}

#ct_bg .fotterNavArea01 > .globalNavArea01 {
	padding-top: 70px;
}

#ct_bg .fotterNavArea01 > .globalNavArea01 > .inner01 > .logo01 {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#ct_bg .globalNavArea01 > .inner01 > .logo01:hover {
	opacity: 1;
}

#ct_bg .globalNavArea01 > .inner01 > .globalNav01 > li:hover {
	box-shadow: none;	
	color: #fff;
}

/* Footer
---------------------------------------------------------- */
#ct_bg .ftBnr01 {
	width: 80%;
}

/* Contents
---------------------------------------------------------- */
#ct_bg .newsArea01 {
	padding: 100px 4% 4%;
	width: 100%;
}

#ct_bg .newsArea01 > .img01 {
	top: -3.9vw
}

#ct_bg .newsArea01 > .title01 {
	top: 5vw;
	left: 16vw;
	font-size: 2.2rem;
}

#ct_bg .imageArea01 {
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 109%;
	margin-top: 15px;
}

#ct_bg .textBlock01 {
	max-width: 681px;
	margin: 20px 4% 0;
	padding: 5px 15px;
	font-size: 1rem;
}

#ct_bg .textBlock01 > .text01 > span {
	font-size: 1.6rem;
}

#ct_bg .textBlock01 + .section01 {
	margin-top: 20px !important;
}

#ct_bg .headingArea02 {
	padding: 20px 4% 20px 10%;
}

#ct_bg .heading02 {
	font-size: 2rem;
	text-align: left;
}

#ct_bg .heading02.type01 {
	display: block;
	padding-left: 48.5px;
}

#ct_bg .heading02.type01::before {
	top: calc(50% - 26px);
	left: -20px;
	width: 53.5px;
	height: 55px;
	background-size: 53.5px;
}

#ct_bg .heading02.type02 {
	display: block;
	padding-left: 50px;
}

#ct_bg .heading02.type02::before {
	top: calc(50% - 27px);
	left: -20px;
	width: 55px;
	height: 55px;
	background-size: 55px;
}

#ct_bg .heading03 {
	position: relative;
	padding: 3% 0 0 10vw;
	width: 100%;
	height: 11vw;
	background-image: url("../img/bg_buzzlightyear08_sp.png");
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 1.7rem;
}

#ct_bg .section01 {
	padding: 0;
}

#ct_bg .section01.type01,
#ct_bg .section01.type02 {
	background: url(../img/bg_buzzlightyear05_sp.png) top center / contain no-repeat scroll;
}

#ct_bg .section01.typeTop {
	background: none;
}

#ct_bg .section01 > .inner01 {
	padding: 0 4%;
}

#ct_bg .section01 > .inner01 > .text01 {
	font-size: 1.4rem;
	text-align: left;
}

#ct_bg .section01 > .inner01 > .block01 {
	width: 100%;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection01 > .wrap01 > .img01 {
	width: 100%;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection01 > .wrap01 > .img01 + .img01 {
	margin-top: 20px;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .btnWrap01,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .btnWrap01 {
	display: block;
	padding: 0 4%;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .btnWrap01 > .mallLinkBtn,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .btnWrap01 > .mallLinkBtn {
	margin: 20px auto 0;
	width: 100%;
}

#ct_bg .btnWrap03 {
	display: block;
	width: 100%;	
}
#ct_bg .btnWrap03.bC {
	margin-top: 20px;	
}

#ct_bg .btnWrap03 > .btn01 + .btn01 {
	margin-top: 20px;
}

#ct_bg .btnWrap03 > .btn01 > a {
	display: block;
	padding: 15px 0px;
	text-align: center;
	font-size: 1.6rem;	
}

#ct_bg .btnWrap03 > .btn01 > a span::before {
	top: calc(50% - 6.5px);
	left: -20px;
	width: 9px;
	height: 15px;
	background-size: 9px
}
#ct_bg .btnWrap03.bC > .btn01 > a span::before {
	left: -6px;
}

#ct_bg .btnWrap03 > .btn01 > a:hover {
	color: #fff;
	border: 1px solid rgba(255,255,255,.2);
	background-color: rgb(0,0,0,.6);
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection01 {
	padding: 10px;
}

#ct_bg .section01 > .inner01 > .block01 > .col01 > .text01,
#ct_bg .section01 >  .inner01 > .frameArea01 > .text01 {
	font-size: 1.8rem;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .text01 {
	padding: 7px 0;
}

#ct_bg .section01 > .inner01 > .block01 > .col01 > .text02,
#ct_bg .section01 >  .inner01 > .frameArea01 > .text02 {
	font-size: 1.2rem;
}

#ct_bg .section01 > .inner01 > .block01 > .col01 > .textArea01 > .text02,
#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01 > .text03 {
	font-size: 1rem;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .text04  {
	padding: 0 4%;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01 {
	margin: 20px 20px 0;
	font-size: 1.4rem;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection01 {
	margin: 30px 4% 4%;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection03 {
	margin: 30px 4% 4%;
	border-top: none;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01 > .list01 > li::before {
	font-size: 1.6rem;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .textArea01,
#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .textArea01 {
	margin: 20px 4% 0;
}

#ct_bg .section01 >  .inner01 > .frameArea01 > .subSection02 > .text01 {
	padding: 8px 0 10px;
	border-top: 2px solid #3eb4b7;
	border-bottom: 2px solid #3eb4b7;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 1.8rem;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01:hover > .img01 > a.fancybox-thumb::before {
	opacity: 1;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01:hover > .img01 > a.fancybox-thumb::after {
	opacity: 0;
}

#ct_bg .section01 > .inner01 > .block01 > .imgArea01:hover > .img01 > a > img {
	transform: scale(1);
}

#ct_bg .btnList01 {
	display: block;
	padding: 0;
}

#ct_bg .btnList01 > li {
	margin-top: 22px;
	width: 100%;
}

#ct_bg .btnList01 > li:nth-child(n + 2) {
	margin-left: 0;
}

#ct_bg .btnList01 > li > .text01 {
	font-size: 1.8rem;
}

#ct_bg .btnList01 > li > .mallLinkBtn {
	padding: 0 8%;
}

#ct_bg .menuBlock01 {
	margin-top: 15px;
}

#ct_bg .menuBlock02 {
	margin-top: 10px;
	width: 49%;
}

#ct_bg .menuBlock01:hover a::before,
#ct_bg .menuBlock02:hover a::before {
	opacity: 0;
}

#ct_bg .movieArea01 {
	padding: 5px 0;
}

#ct_bg .movieArea01.type01 {
	padding: 40px 4%;
}

#ct_bg .movieArea01.type01 > .text01 {
	text-align: left;
	font-size: 1.6rem;
}

#ct_bg .movieArea01 > .title01 {
	top: -36px;
	padding: 7px 12px;
	font-size: 1.8rem;
}

#ct_bg .movieArea01 > .title01::before {
	content: "";
	position: absolute;
	top: -11px;
	right: -28px;
	display: inline-block;
	border-style: solid;
	border-width: 20px 0 20px 39px;
	border-color: transparent transparent transparent #3eb4b7;
	transform: rotate(-28deg);
}

#ct_bg .banner02 > a::before {
	display: none;
}

}
/* Clearfix */
#ct_bg .cf:after,
#ct_bg .slider01:after {
	content: " ";
	display: block;
	clear: both;
}