@charset "UTF-8";

/************************************************************
*
*　白猫温泉物語
*
************************************************************/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　main
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	background: #000 !important;
}

.wrap_bg {
	/*width: 750px;*/
	width:100%;
}

.imgmax img{
	width:100%;
	height: auto;
	vertical-align:middle;
	}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
opening
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.opening {
	display:none;
	position: fixed;  
	z-index:10001; 
	top:0;
	width:100vw;
	min-width:50vw;
	height:100vh;
}
.opening_cl {
	 position: relative;
 	 top: 45%;
  	-webkit-transform: translateY(-45%); /* Safari用 */
  	transform: translateY(-45%);
	margin:0 auto;
	text-align:center;
	z-index: 10002;

}


.op_logo{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	transform: translateY(-50%) !important;
	text-align:center;
	z-index:9999;
	}
	.anime span{
		letter-spacing:0em;
	}
	

.close_area{
	position: fixed;
	top:5%;
	right:2%
	}
	
.close_area a{
	cursor:pointer;
	}

 #demo_stage {
	 position:absolute;
	 bottom:0;
	 left:0;
	 right:0;
	 margin:0 auto;
    width:100%;
	height:100vh;
 
}

#demo_ue {
    z-index: 10;
    position: absolute;
}

.demo_steam {
    position: absolute;
    z-index: 2;
    top: 200px;
    left: 0px;
	right:0;
	padding-left:5%;
	margin:0 auto;
	text-align:center;
    animation: steam_up 12s infinite linear;
    transition: all 1s; 
}

.demo_steam2 {
    z-index: 3;
    position: absolute;
    top: 400px;
    left: 50px;
    animation: steam_up 14s 2s infinite linear;
    transition: all 1s;
}

@keyframes steam_up {
    0% {
       filter: blur(30px);
        transform: rotateY(0deg);
        transform: scale(1, 1);
        opacity: 0.2;
        top: 800px;
    }
13% {
        opacity: 0.2;
    }
    33% {
        opacity: 0.4;
        transform: rotateY(40deg);
        transform: scale(0.6, 1.2);
    }
    66% {
        transform: rotateY(2deg);
        transform: scaleY(1.2, 0.4);
    }
    100% {
        filter: blur(36px);
        transform: rotateY(50deg);
        transform: scaleY(1.4, 1.2);
        opacity: 0;
        top: -800px;
    }
}








/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　COMMON
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ 
        .slicknav_menu {
            background: none;
        }

        .nav_style ul{
            text-align: center;
        }
        .nav_style li a {
            padding: .5em 1em;
            color: #000;
			text-align:center;
			text-decoration:none;
			font-size:1.1em !important;
			font-weight:bold !important;
        }
        .nav_style li{
            display: inline-block;
            position: relative;
        }
        .slicknav_nav a,
        .slicknav_nav .slicknav_row,
        .slicknav_nav ul{
            margin: 0;
        }
        .sub_menu{
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1;
            width: 100%;
            background: #fff;
            text-align: left;
            border: 1px solid #bbb;}
        .sub_menu li {
            width: 100%;
        }
        .sub_menu li a{
            color: #980410;
        }
        .sub_menu li a:hover{
            background: #eee;
        }
        .sub_menu li a{
            padding: 10px;
            display: block;
        }
        .slicknav_nav .slicknav_arrow {
            font-size: 0.8em;
            margin: 0 0 0 0.4em;
            color: #ef1635;
        }
        .slicknav_brand{
            color: #000;
        }

        /*ハンバーガーメニューのエフェクト*/
        .slicknav_icon,
        .slicknav_icon span {
            display: inline-block;
            transition: all .4s;
            box-sizing: border-box;
        }
        .slicknav_icon {
            position: relative;
            width: 50px;
            height: 44px;
        }
        .slicknav_menu .slicknav_icon-bar{
            position: absolute;
            left: 0;
        }
        .slicknav_icon span:nth-of-type(1) {
            top: 0;
        }
        .slicknav_icon span:nth-of-type(2) {
            top: 3px;
        }
        .slicknav_icon span:nth-of-type(3) {
            bottom: 0;
        }
        .active .slicknav_icon-bar:nth-of-type(1) {
            -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
        }
        .active .slicknav_icon-bar:nth-of-type(2) {
            opacity: 0;
        }
        .active .slicknav_icon-bar:nth-of-type(3) {
            -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
        }
        /*demo2*/
        #nav2 .slicknav_icon{
            display: none
        }

        /*最低限*/
        .slicknav_menu {
            display:none;

        }
        @media screen and (max-width: 700px) {
			
            /*見た目*/
            main{
                padding: 1rem;
            }
            .nav_style li{
                display: block;
            }
            .nav_style li a{
                width: 100%;
            }
            /*共通*/
            .menu3{
                display:none;
            }
            .slicknav_menu {
                display:block;
            }
            .sub_menu{
                position: inherit;
            }

        }
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　width ex
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.width_ex01{
	width:81% !important;
	margin:0 auto;
	}
	
.width_ex02{
	width:56% !important;
	margin:0 auto;
	}
	
.width_ex03{
	width:51% !important;
	margin:0 auto;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　メインコンテンツ横線無し
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.main_c01_none{
	background-color:#fff;
	}
.main_c01_none ul{
	margin:0 auto;
	width:85%;
	padding:6% 0 6% 0;	
	}
	
.main_c01_none  ul > li{
	padding:0 0 4% 0;	
	}
	
.main_c01_none > ul > li:last-child{
	padding:0 0 0 0;	
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　注意表記
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.caution{
		border:1px solid #000;
	width:90%;
	height:100%;
	margin:0 auto 6% auto;
	box-sizing: border-box;

	}
	
.caution .caution_title{
	width:100%;
	padding:2% 0 2% 0;
	text-align:center;
	background-color:#dd1426;
	color:#fff;
	font-size:1.2em;
	}
	
.caution .caution_cont{
	width:90%;
	height:100%;
	padding:5% 0 5% 0;
	text-align:left;
	line-height:2em;
	letter-spacing:0.1em;
	margin:0 auto;
	color:#000;
	font-size:0.8em;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　top_コンテンツ01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
.top01 .main_wrpa01_bg{
	width:100%;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/top_pc_bg_01.jpg);
	background-position:left top;
	background-repeat:repeat;
	position:relative;
	}
.top01 .main_wrpa01_bg .main_c01{
	width:100%;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/top_cont_bg_01.jpg);
	background-size:contain;
	background-position:center top;
	background-repeat: repeat-y;
	position:relative;
	}
	
.main_c01 ul{
	margin:0 auto;
	width:85%;
	padding:6% 0 6% 0;	
	}
	
.main_c01 > ul > li{
	padding:0 0 4% 0;	
	}
	
.main_c01 > ul > li:last-child{
	padding:0 0 0 0;	
	}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　top_コンテンツ02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
.top02 .main_wrpa01_bg{
	width:100%;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/top_pc_bg_02.jpg);
	background-position:left top;
	background-repeat:repeat;
	position:relative;
	}
.top02 .main_wrpa01_bg .main_c01{
	width:100%;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/top_cont_bg_02.jpg);
	background-size:contain;
	background-position:center top;
	background-repeat: repeat-y;
	position:relative;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　top_コンテンツ03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
.top03 .main_wrpa01_bg{
	width:100%;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/top_pc_bg_03.jpg);
	background-position:left top;
	background-repeat:repeat;
	position:relative;
	}
.top03 .main_wrpa01_bg .main_c01{
	width:100%;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/top_cont_bg_03.jpg);
	background-size: contain;
	background-position:center top;
	background-repeat: repeat-y;
	position:relative;
	}
.top03 .main_wrpa01_bg .main_c01 .btn_neg01{
	padding-bottom:4%;
	margin:-25% auto 0 auto;
	width:95%;
	}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　top_コンテンツ04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
.top04 .main_wrpa01_bg{
	width:100%;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/top_pc_bg_04.jpg);
	background-position:left top;
	background-repeat:repeat;
	position:relative;
	}
.top04 .main_wrpa01_bg .main_c01{
	width:100%;
	background-image: url(/shironekoproject/lp/collabo_chichibu/assets/img/top_cont_bg_04.jpg);
	background-size: contain;
	background-position:center top;
	background-repeat: repeat-y;
	position:relative;
	}
.top04 .main_wrpa01_bg .main_c01 .btn_neg01{
	padding-bottom:4%;
	margin:-25% auto 0 auto;
	width:95%;
	}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　下層topバナー
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
.under_top_banner{
	text-align:center;
	padding:5% 0 5% 0;
	}
	
.under_top_banner li{
	display:inline-block;
	vertical-align:middle;
	width:46.6%;
	padding:0 1.5% 0 1.5%;
	}
	
.under_top_banner li:nth-child(n + 3) {
	padding:3% 1.5% 0 1.5%;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　モーダル
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.modal-overlay {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.97);
}

.modal-wrap {
  z-index: 2000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  position: relative;
  display: none;
  top: 0;
  left: 0 !important;
  right:0;
  width: 100%;
  max-width: 750px;
  min-height: 750px;
  margin:0 auto;
  padding: 10vh 5% 50vh;
}

.modal-content h1 {
  font-size: 28px;
  font-weight: 700;
  color: #b60000;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 7%;
  padding-bottom: 5%;
  border-bottom: 1px solid #b60000;
}

.modal_btn_3rd{
	width:100%;
	padding:5% 0 5% 0;
	background-color:#b60000;
	color:#fff;
	text-align:center;
	}
	
.modal_btn_3rd a{
	color:#fff !important;
	}

@media (max-width: 640px) {
  .modal-content h1 {
    font-size: 6vw;
  }
}

.modal-content .date {
  text-align: center;
}

@media (max-width: 640px) {
  .modal-content .date span {
    font-size: 3.5vw;
  }
}

.modal-content .imgArea {
  margin-bottom: 24px;
}

.modal-content .imgArea img {
  border: 4px solid #b60000;
}

.modal-content p {
  line-height: 1.8;
  margin-bottom: 2em;
}

@media (max-width: 640px) {
  .modal-content p {
    font-size: 3.8vw;
  }
}

.modal-content a {
  color: #b60000;
}

.modal-content .notice {
  color: #888;
  font-size: 12px;
}

@media (max-width: 640px) {
  .modal-content .notice {
    font-size: 3.5vw;
  }
}

.modal-content .msgBtn {
  width: 90%;
  margin: 0 auto;
  padding: 28px 0;
}

@media (max-width: 640px) {
  .modal-content .msgBtn {
    padding: 14px 0;
  }
}

.modal-content .msgBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 20px 0;
  width: 100%;
  font-size: 24px;
  text-align: center;
  background: #49a1eb;
  color: #fff;
  border-radius: 100px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.modal-content .msgBtn a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.modal-content .msgBtn a img {
  width: 36px;
  height: auto;
  margin-right: 10px;
}

@media (max-width: 640px) {
  .modal-content .msgBtn a img {
    width: 32px;
  }
}

.modal-content .msgBtn.disable a {
  background: #aaa;
  font-size: 16px;
}

.modal-content .termsArea {
  margin: 40px 0;
}

.modal-content .termsArea h2 {
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding: 15px 0;
  color: #888;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.3;
  border: 2px solid #888;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.modal-content .termsArea h2:hover {
  color: #fff;
  background: #888;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.modal-content .termsArea h2::after {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 7%;
  margin: -7px 0 0 0;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-content .termsArea h2.opened {
  width: 100%;
  border-radius: 10px 10px 0 0;
  border: 0;
  background: #ddd;
  color: #333;
}

.modal-content .termsArea h2.opened::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 3%;
}

.modal-content .termsArea .terms {
  display: none;

  padding: 32px 24px;
  background: #f5f5f5;
  font-size: 14px;
}

@media (max-width: 640px) {
  .modal-content .termsArea .terms {
    padding: 32px 12px;
    font-size: 12px;
  }
}

.modal-content .termsArea .terms h3 {
  font-size: 18px;
  padding: 1em 0;
  font-weight: 700;
}

.modal-content .termsArea .terms ul {
  padding-bottom: 1.5em;
}

.modal-content .termsArea .terms ul li {
  list-style: disc;
  margin: 0 0 1em 1.5em;
  line-height: 1.8;
}

.modal-content .termsArea .terms p {
  font-size: 14px;
}

@media (max-width: 640px) {
  .modal-content .termsArea .terms p {
    font-size: 12px;
  }
}

.modal-open {
  color: #00f;
  text-decoration: underline;
}

.modal-open:hover {
  cursor: pointer;
  color: #f00;
}

.modal-top-close {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1%;
  right: 2%;
  cursor: pointer;
}

.modal-top-close span::before,
.modal-top-close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 3%;
  margin: -8% 0 0 -42%;
  background: #b60000;
}

.modal-top-close span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-top-close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close {
  width: 100%;
  margin: 10% auto;
  padding: 10% 0;
  text-align: center;
  border-top: 1px solid #b60000;
}

.modal-close a {
  display: inline-block;
  width: 70%;
  max-width: 260px;
  padding: 12px;
  text-align: center;
  border: 2px solid #b60000;
  border-radius: 100px;
  color: #b60000;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media (max-width: 1023px) {
  .modal-close a {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .modal-close a {
    padding: 12px;
    font-size: 5vw;
  }
}

.modal-close a:hover {
  cursor: pointer;
  color: #fff;
  background: #b60000;
}
.imgmax02{
	text-align:center;
	}
.imgmax02 img{
	width:90%;
	margin:0 auto;
	}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pcOnly {
  display: block;
}

@media (max-width: 1024px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media (max-width: 1024px) {
  .spOnly {
    display: block;
  }
}

footer {
  position: relative;
  background-color:#000;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}

footer .wrap {
  position: relative;
  z-index: 10;
  max-width: 450px;
}

@media (max-width: 640px) {
  footer .wrap {
    max-width: 100%;
  }
}

footer .redirectArea {
  padding-top: 1vh;
  text-align: center;
}

footer .redirectArea .redirectBtn {
  display: inline-block;
  width: 46%;
  vertical-align: top;
}

footer .redirectArea .redirectBtn a {
  display: inline-block;
  width: 100%;
  padding: 5% 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  background: #2b0802;
  border: 1px solid #826634;
  font-size: 3vw;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: -.05em;
  border-radius: 100px;
  -webkit-box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 6px 10px -6px rgba(0, 0, 0, 0.8);
}

@media (max-width: 1024px) {
  footer .redirectArea .redirectBtn a {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  footer .redirectArea .redirectBtn a {
    font-size: 3.3vw;
  }
}

footer .redirectArea .redirectBtn a:hover {
  color: #fff;
  background: #826634;
}

footer .redirectArea .redirectBtn a span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 4vw;
  font-weight: bold;
}

@media (max-width: 1024px) {
  footer .redirectArea .redirectBtn a span {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  footer .redirectArea .redirectBtn a span {
    font-size: 4.5vw;
  }
}

footer .redirectArea .redirectBtn a span:hover {
  color: #fff;
}

footer .shiroLogo {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10vh 0 1vh;
}

footer .shiroLogo span {
  width: 100%;
}

@media (max-width: 640px) {
  footer .shiroLogo span::before {
    top: 7vh;
  }
}

footer .shiroLogo span img {
  text-align: center;
  width: 120px;
  margin: 0 auto;
}

footer .appNotice {
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: .1em;
}

footer .appNotice li {
  margin: 0 0 8px 20px;
  list-style-type: disc;
  line-height: 1.5;
  color: #fff;
}

footer .appNotice li:last-child {
  margin-bottom: 0;
}

footer .appArea {
  /* background:url(/shironekoproject/zero_chronicle/img/footer_app_bg.png) 50% 0 repeat-y;	 */
  background-size: 100%;
}

footer .appArea ul {
  padding: 3vh 0;
  width: 100%;
  text-align: center;
}

footer .appArea li {
  display: inline-block;
  width: 30%;
}

footer .appArea li img {
  width: 100%;
  height: auto;
}

footer .link {
  position: relative;
  padding: 3vh 0 40px;
  text-align: center;
  font-size: 10px;
  z-index: 10;
  line-height: 1.3;
  letter-spacing: .1em;
  text-indent: .1em;
}

@media (max-width: 640px) {
  footer .link {
    font-size: 3vw;
  }
}

footer .link a {
  color: #fff;
}

footer .copyright {
  position: relative;
  padding: 3vh 0 5vh;
  text-align: center;
  font-size: 10px;
  z-index: 10;
  line-height: 1.3;
  letter-spacing: .3em;
  text-indent: .3em;
  color: #fff;
}

footer .bnrArea {
  width: 92%;
  max-width: 480px;
  text-align: center;
  margin: 2vh auto 4vh;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

footer .bnrArea a {
  display: block;
  font-size: 0;
}

footer .bnrArea img {
  width: 100%;
  height: auto;
  font-size: 0;
}

footer .bnrArea:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

footer .officialSite {
  width: 100%;
  margin: 12px auto 24px;
  text-align: center;
}

footer .officialSite a {
  display: inline-block;
  width: 92%;
  padding: 3% 0;
  text-align: center;
  color: #fff;
  background: rgba(43, 8, 2, 0.7);
  border: 2px solid rgba(130, 102, 52, 0.8);
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media (max-width: 1024px) {
  footer .officialSite a {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  footer .officialSite a {
    font-size: 5vw;
  }
}

footer .officialSite a:hover {
  color: #fff;
  background: #826634;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

footer .officialSite a span {
  position: relative;
  margin-right: 15px;
  padding-right: 5px;
}

footer .officialSite a span::before, footer .officialSite a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

footer .officialSite a span::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

footer .officialSite a span::after {
  right: -10px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #826634;
  border-right: 1px solid #826634;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
