<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/*common*/
a{
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&amp;Safari */
}
a:hover {
	text-decoration: underline;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&amp;Safari */
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&amp;Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #000;
	background: #FFF;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}

.NotoSansJp{
	font-family: 'Noto Sans JP', sans-serif;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../font/Baskerville.eot');
    src: url('../font/Baskerville.eot?#iefix') format('embedded-opentype'),
        url('../font/Baskerville.woff2') format('woff2'),
        url('../font/Baskerville.woff') format('woff'),
        url('../font/Baskerville.ttf') format('truetype'),
        url('../font/Baskerville.svg#Baskerville') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.Baskerville {
    font-family: 'Baskerville';
    font-weight: bold;
    font-style: normal;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.sapporo_lp_inner{
  max-width: 920px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.sapporo_lp_inner_m{
  max-width: 1220px;
}
/* !sapporo_lp_wrapper
---------------------------------------------------------- */
#sapporo_lp_wrapper {
    width: 100%;
    min-width: 1220px;
    overflow: hidden;
    background: #000;
}
/* !header
---------------------------------------------------------- */
#sapporo_lp_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    transition: all 0.5s;
    transform: translateY(-100%);
    z-index: 199;
}
#sapporo_lp_wrapper.stay #sapporo_lp_header {
    transform: translateY(0);
}
.sapporo_lp_header_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  border-bottom: 5px solid #D3000F;
  padding: 15px 30px 15px 50px;
  box-sizing: border-box;
  min-height: 105px;
}
.sapporo_lp_header_logo a{
	display: inline-block;
}
.sapporo_lp_header_logo a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.sapporo_lp_header_logo a img{
	width: 178px;
}
.sapporo_lp_btn_menu {
	display: none;
} 
/* !navi
---------------------------------------------------------- */
#sapporo_lp_navi ul{
	display: flex;
	align-items: center;
}
#sapporo_lp_navi ul li{
	padding: 0 20px;
    box-sizing: border-box;
}
#sapporo_lp_navi ul li a{
	color: #fff;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}
#sapporo_lp_navi ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.anchor{
	display: block;
	margin-top: -105px;
	padding-top: 105px;
}
@media screen and (max-width: 1220px) {
.sapporo_lp_header_box{
  display: flex;
  align-items: center;
  background-color: #000000;
  border-bottom: 5px solid #D3000F;
  padding: 15px 20px;
  box-sizing: border-box;
  min-height:85px;
}
.sapporo_lp_header_logo a{
	display: inline-block;
}
.sapporo_lp_header_logo a img{
	width: 128px;
}
.sapporo_lp_btn_menu {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 48px;
    height: 48px;
    z-index: 999;
    display: block;
}
.sapporo_lp_btn_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
}
.sapporo_lp_btn_menu img {
  height: 24px;
  display: block;
}
.sapporo_lp_btn_menu .menuClose,
.sapporo_lp_btn_menu.active .menuOpen{
  display: none;
}
.sapporo_lp_btn_menu.active .menuClose{
  display: block;
}
/* !navi
---------------------------------------------------------- */
#sapporo_lp_navi {
    position: fixed;
    width: 100%;
    max-width: 320px;
    right: 0;
    top: 85px;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,.9);
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px 25px 25px;
}
#sapporo_lp_navi ul {
    display: block;
}
#sapporo_lp_navi ul li{
	text-align: right;
	border-bottom: 2px solid #fff;
	margin-top: 20px;
}
#sapporo_lp_navi ul li a{
	color: #fff;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	background: url('../image/arrow_01.svg')no-repeat right center;
	padding-right: 35px;
    box-sizing: border-box;
    text-decoration: none;
    padding-bottom: 8px;
}
.anchor{
	display: block;
	margin-top: -85px;
	padding-top: 85px;
}
}
/* !mainVisual
---------------------------------------------------------- */
.sapporo_lp_mainVisual {
	position: relative;

}
.sapporo_lp_mainVisual img{
	width: 100%;
}
.sapporo_lp_mainVisual_scroll{
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.sapporo_lp_mainVisual_scroll a{
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	background: url('../image/scroll.svg')no-repeat center bottom;
	background-size: 75px auto;
	padding: 15px;
	box-sizing: border-box;
}
.sapporo_lp_mainVisual_scroll a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

.sapporo_lp_hdL{
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	padding-bottom: 75px;
	background: url('../image/icon_start.svg')no-repeat center bottom;
	margin-bottom: 40px;
}
.sapporo_lp_hdL span{
	display: block;
	font-size: 6rem;
	font-weight: 500;
	line-height: 1.2;
	color: #C3001A;
	margin-bottom: 3px;
}

.sapporo_lp_redBg{
	background: url('../image/repeat_red.png')repeat-x 0 0 #000;
	padding: 80px 0 100px;
}
.sapporo_lp_grayBg{
	background: url('../image/repeat_grey.png')repeat 0 0 #000;
}
/* sapporo_lp_footer
-----------------------------------------------------------*/
.sapporo_lp_pagetop a{
	background: #C3001A;
	text-align: center;
	padding: 25px 0 24px;
	display: block;
}

#sapporo_lp_footer {
  text-align: center;
  padding: 90px 0 137px;
  color: #fff;
  background: url(../image/repeat_grey.png)repeat 0 0 #000;
}
.sapporo_lp_sns ul li {
  display: inline-block;
}
.sapporo_lp_sns ul li a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
#sapporo_lp_footer .sapporo_lp_sns{
  padding: 0 0 160px;
}
.sapporo_lp_footer_p{
  font-size: 1.8rem;
  font-weight: 700;
}
#sapporo_lp_footer .sapporo_lp_sns ul{margin-top: 20px}
#sapporo_lp_footer .sapporo_lp_sns li{margin: 0 30px;position: relative;}
#sapporo_lp_footer .sapporo_lp_sns li img{width: 80px}
#sapporo_lp_footer .sapporo_lp_sns li span{
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  z-index: 1;
  font-weight: bold;
  white-space: nowrap;
  transform: translateX(-50%);
}

.sapporo_lp_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.sapporo_lp_logo {
  text-align: center;
  margin: 0 80px;
  position: relative;
}
.sapporo_lp_logo:last-child:before{
	position: absolute;
	top:-7px;
	left: -80px;
	content:'';
	width: 1px;
	height: 250px;
	background: #B32425;
}
.sapporo_lp_logo img {
  height: 240px;
}
#sapporo_lp_footer a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#sapporo_lp_copyright{
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 500;
}



.sapporo_lp_newsItem{}
.sapporo_lp_newsBox{
	display: none;
	margin-bottom: 37px;
}
.sapporo_lp_newsBox.is_block{
	display: block;
    transition: all 0.5s;
}
.sapporo_lp_newsBox dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 17px;
	border-bottom: 1px solid #B32425;
	position: relative;
}
.sapporo_lp_newsBox dl:before{
	position: absolute;
	bottom: -1.5px;
	left: 0;
	background: #C3001A;
	width: 120px;
	height: 3px;
	content: '';
}
.sapporo_lp_newsBox dl dt{
	font-size: 1.6rem;
	font-weight: 500;
}
.sapporo_lp_newsBox dl dd{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.sapporo_lp_newsBox a{
	display: block;
	color: #fff;
}

.sapporo_lp_newsBox a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

.sapporo_lp_newsBtn{
	text-align: center;
	padding-top: 41px;
}
.sapporo_lp_newsBtn a{
	color: #fff;
	background-color: #000000;
	border: 1.5px solid #B32425;
	box-shadow: 0 5px 0 #B40000;
	font-size: 1.8rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 385px;
	height: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.sapporo_lp_newsBtn a:before{
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    content: '';
}
.sapporo_lp_newsBtn a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.sapporo_lp_messageWrap{
	background: url('../image/bg_icon_01.svg')no-repeat center bottom 20px;
	background-size: 396px auto;
	padding: 70px 0 95px;
}

.sapporo_lp_messageTxt{
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.5;
}

.sapporo_lp_movieiframe iframe{
  display: block;
  width: 100%;
  height: 505px;
}

.sapporo_lp_annWrap{
	background: url('../image/bg_icon_02.svg')no-repeat center top;
	background-size: 1080px auto;
	padding: 70px 0 95px;
}

.sapporo_lp_annImg{
	text-align: center;
	padding: 20px 0 60px;
}
.sapporo_lp_annItem{
	border-top: 1px solid #B32425;
	border-bottom: 1px solid #B32425;
	padding: 0 0 30px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}
.sapporo_lp_annItem p + p{
	margin-top: 30px;
}
.sapporo_lp_annSub{
	padding-bottom: 42px;
}
.sapporo_lp_annSub span{
	background: url('../image/icon_lingxing_01.svg')no-repeat 0 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 200px;
	height: 25px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.2;
}

.sapporo_lp_annList{
	padding: 60px 0 0;
}
.sapporo_lp_annTitle{
	text-align: center;
	margin-bottom: 30px;
}
.sapporo_lp_annTitle span{
	background: url('../image/icon_lingxing_02.svg')no-repeat 0 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 280px;
	height: 35px;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.1;
	color: #fff;
}


.sapporo_lp_annSlider ul{
    margin-left: -27px;
}
.sapporo_lp_annSlider ul li{
	float: left;
	width: 25%;
	padding-left: 27px;
	box-sizing: border-box;
    color: #fff;
    position: relative;
}
.sapporo_lp_annSlider ul li:after{
	position: absolute;
	bottom: 5px;
	right: -23px;
	background: url('../image/icon_arrow.svg')no-repeat 0 0;
	width: 23px;
	height:47px;
	content: '';
	background-size: 100% auto;
}
.sapporo_lp_annSlider ul li:nth-child(4):after{
	display: none;
}
.sapporo_lp_annTxt{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 7px;
}
.sapporo_lp_annTxt span{
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	color: #C3001A;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.sapporo_lp_annInfo{
	text-align: left;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.66;
	color: #fff;
	padding: 26px 10px 0;
	box-sizing: border-box;
}

.sapporo_lp_goodSlider{
	padding-bottom: 67px;
}
.sapporo_lp_goodSlider ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sapporo_lp_goodSlider ul li{
    flex: 0 0 33.334%;
}

.sapporo_lp_goodItem a{
	display: block;
	background-color: #fff;
	padding: 27px;
	box-sizing: border-box;
	color: #000;
}
.sapporo_lp_goodItem a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.sapporo_lp_goodImg{
	margin-bottom: 5px;
	text-align: center;
}
.sapporo_lp_goodImg img{
    max-width: 248px;
    width: 100%;
}
.sapporo_lp_goodList{
	display: none;
}
.sapporo_lp_goodIxt,.sapporo_lp_goodPrice{
	font-size: 1.6rem;
	font-weight: 900;
}
.sapporo_lp_goodBtn{
	margin-top: 13px;
	color: #fff;
	background-color: #000;
	font-size: 1rem;
	font-weight: 900;
	padding: 1px 8px;
	display: inline-block;
}
.sapporo_lp_goodSlider .slick-initialized .slick-slide {
    border: 4px solid transparent;
    border-left: 0;
    border-right: 0;
	box-sizing: border-box;
}
.sapporo_lp_goodSlider .slick-initialized .slick-current{
	border: 4px solid #C3001A;
	box-sizing: border-box;
}
.sapporo_lp_goodSlider .slick-current .sapporo_lp_goodList{
	display: block;
}

.sapporo_lp_goodSlider .slick-dots {
  bottom: -60px;
  display: block;
}
.sapporo_lp_goodSlider .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 6px;
  border-radius: 50%;
}
.sapporo_lp_goodSlider .slick-dots li button {
  width: 7px;
  height: 7px;
}
.sapporo_lp_goodSlider .slick-dots li.slick-active {
  background: #C3001A;
}
.sapporo_lp_goodSlider .slick-arrow {
    top: 134px;
    width: 17px;
    height: 35px;
}
.sapporo_lp_goodSlider .slick-arrow.slick-prev {
  background: url('../image/ico_prev.svg') center center no-repeat;
  background-size: 100% auto;
  left: 267px;
}
.sapporo_lp_goodSlider .slick-arrow.slick-next {
  background: url('../image/ico_next.svg') center center no-repeat;
  background-size: 100% auto;
  right: 267px;
}


.sapporo_lp_ticketWrap{
	padding: 56px 0 100px;
}
.sapporo_lp_familyWrap{
	overflow: hidden;
}
.sapporo_lp_movie_slider{margin-bottom: 45px}
.sapporo_lp_movie_slider .slick-dots{bottom: -45px}
.sapporo_lp_movie_slider .slick-dots li{
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.sapporo_lp_movie_slider .slick-dots li button{
  width: 7px;
  height: 7px;
  /*cursor: pointer;*/
}
.sapporo_lp_movie_slider .slick-dots li.slick-active {
    background: #C3001A;
}

.sapporo_lp_movie_slider .slick-list{overflow: visible;}
.sapporo_lp_movie_slider .slick-slide{
  margin:0 35px;
  width: 830px;
}
.sapporo_lp_movie_slider .sapporo_lp_movie_slist{
  /*padding: 0 120px;*/
  box-sizing: border-box;
  transform: scale(0.75);
  transition: transform .5s;
}
.sapporo_lp_movie_slider .slick-center .sapporo_lp_movie_slist {
    transform: scale(1);
}
.sapporo_lp_movie_slider .sapporo_lp_movie_iframe iframe{
  display: block;
  width: 100%;
  height: 465px;
}
.sapporo_lp_movie_slider .sapporo_lp_movie_text{
  font-size: 1.4rem;
  margin-top: 15px;
  font-weight: 900;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
}
.sapporo_lp_movie_slider .slick-center .sapporo_lp_movie_text {
    opacity: 1
}

.sapporo_lp_movie_slider .slick-arrow {
    top: 50%;
    width: 25px;
    height: 51px;
    transform: translateY(-50%);
}
.sapporo_lp_movie_slider .slick-arrow.slick-prev {
  background: url('../image/ico_prev_02.svg') center center no-repeat;
  background-size: 100%;
  left: 0;
}
.sapporo_lp_movie_slider .slick-arrow.slick-next {
  background: url('../image/ico_next_02.svg') center center no-repeat;
  background-size: 100%;
  right: 0;
}

.sapporo_lp_event_box{
}
.sapporo_lp_event_list{
  margin: 0 -30px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.sapporo_lp_event_item{
  text-align:left;
  display: inline-block;
  display: none;
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 60px;
  margin-top: 0px;
}
.sapporo_lp_event_item.is_block{
  display: inline-block;
}

.sapporo_lp_event_item a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.sapporo_lp_event_item a:hover {
}
.sapporo_lp_event_cont{
  box-sizing: border-box;
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: 900;
}
.sapporo_lp_event_link{
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  background: #000;
  color: #fff;
  width: 100%;
  border: 1.5px solid #B32425;
  box-shadow: 0 3px 0 #B40000;
}

.sapporo_lp_infor_cont {
  overflow: hidden;
}

.sapporo_lp_infor_cont .img img{
  width: 100%;
}
.sapporo_lp_infor_cont .sapporo_lp_info{ 
  background: #fff;
  padding: 20px 20px 30px;
}
.sapporo_lp_event_subtitle {
  color: #C3001A;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.sapporo_lp_infor_cont .sapporo_lp_info p{
  font-size: 1.5rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.sapporo_lp_event_information_close{
  display: block;
	height:34px;
  width: 110px;
  margin: 0 auto;
  box-sizing: border-box;
  background:url("../image/fancy_close.png")no-repeat center center; 
  text-indent: -9999px;
} 
/* !fancybox*/
.fancybox-skin{
	padding:0 !important;
	background: none!important;
}
.fancybox_part{
  box-sizing: border-box;
  max-width: 550px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.fancybox-inner{min-width: 550px}

.hide{
	display: none;
}
.sapporo_lp_historyBtn{
	text-align: center;
}
.sapporo_lp_historyBtn a{
	color: #fff;
    background-color: #000000;
    border: 2px solid #B32425;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    box-sizing: border-box;
}
.sapporo_lp_historyBtn a span{
	display: inline-block;
	position: relative;
	padding-right: 70px;
    box-sizing: border-box;
}
.sapporo_lp_historyBtn a span:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    content: '';
}
.sapporo_lp_historyBtn a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}


.sapporo_lp_linksWrap{
	padding: 80px 0 90px;
	background-color: #fff;
}
.sapporo_lp_linksWrap .sapporo_lp_linksSub{
	font-size: 6rem;
	color: #C3001A;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 5px;
}
.sapporo_lp_linksWrap .sapporo_lp_linksTxt{
	font-size: 1.6rem;
	color: #000;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
}
.sapporo_lp_linksList{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.sapporo_lp_linksList li{
    flex: 0 0 25%;
    margin-top: 40px;
    text-align: center;
}
.sapporo_lp_linksList li a{
	display: block;
}
.sapporo_lp_linksList li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.sapporo_lp_rotate a:before{
	transform: rotate(135deg)!important;	
}
.one{
	display: block;
}</pre></body></html>