.pc {display: none !important;}

* {
  box-sizing: border-box;
}

.col1_,
#event-contents-wrapper,
.contents,
#event-contents {
	width: auto;
}

div#members {
	background: #f5f4f0;
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "YuGothic M", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
	color: #333;
	overflow: hidden;

}
div#members .mainvisual {
	background-color:#FFFFFF;
	padding:0 0 50px;
	align-items: center;
	justify-content: center;
}
div#members .mainvisual h1{
	padding:0px;
	margin:0px;
}
div#members .mainvisual img {

	margin:auto;
	margin-bottom:30px;
}
div#members .mainvisual p {
	text-align:center;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.012em;
}
.block_attention {
margin: 3em 1em 0;
border-radius: 20px;
background: #f8edec;
padding: 2em;
}
div#members .block_attention h2 {
	color: #C9002B !important;
}
div#members .block_attention p b {
	font-weight:bold;
	font-size: 14px;
}
div#members .block_attention p {
	font-size: 13px;
	padding-bottom: 20px;20px;
}
div#members .block_attention .btn_check {
  width: 90%;
  margin: 0 auto;
}

div#members .block_attention .btn_check a {
display: block;
width: 100%;
height: 52px;
line-height: 52px;
text-align: center;
text-decoration: none;
background-color: #3C3C3C;
color: #ffffff;
font-size: 16px;
font-weight: bold;
border-radius: 4px;
border: 1px solid #3C3C3C;
transition: background-color 0.3s ease;
}
div#members .block_attention .btn_check a:hover {
  background-color: #004d3c;
}

.button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  padding: 20px 0;
}
.btn {
  width: 90%;
  display: flex;
  padding:20px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.8;
}
.btn-register {
  background-color: #DEDACD;
  color: #006450 !important;
  width: 345px;
}
.btn-login {
  background-color: #006450;
  color: #FFFFFF !important;
  width: 345px;
}


.socialgiftcampaign-bnr {
	margin: 0 0 75px;
	text-align: center;
}

.socialgiftcampaign-bnr:hover {
	opacity: 0.8;
}

div#members h1 {
	position: static;
	z-index: 1;
}

div#members .members-main-contents {
	margin: auto;
}
.inner-wrap {
	width: 100%;
	margin: auto;
}
div#members h2 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	color: #006B50;
	letter-spacing: 0.05em;
	margin: 0;
	text-align:center;
}
div#members h2 img {
	display: block;
	margin: 0 auto 20px;
}
div#members ul {
list-style: none;
margin-bottom: 40px;
padding: 0;
}

/*-- SPECIAL --*/
#special {
    padding: 50px 0;
}
#special .inner-wrap {
    margin: 0 auto;
	padding:0 10px;
}
#special .section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #006B50;
    margin-bottom: 0px;
}
#special .section-subtitle {
    font-size: 14px;
    color: #333;
    margin-bottom: 50px;
    text-align:center;
	font-weight:bold;
}
#special .special-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3%;
  width: 100%;
}

#special .box {
  width: 48%;
  height: auto;
  min-height: 160px;
  background-color: white;
  border-radius: 10px;
  padding: 2.5%;
  margin-bottom:3.5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#special .box img {
  max-height: 60px;
  height: auto;
  margin-bottom: 10px;
}

#special .box p {
  font-size: 13px;
  line-height: 1.5;
  text-align:center;
  font-weight:bold;
}
#special .box p span {
    color: #006B50;
}


/*-- ANCHOR NAVI --*/
.anchor-navi {
    width: 100%;
    background-color: #006450;
    padding: 20px 0;
}

.anchor-navi .inner-wrap {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}

.anchor-navi .navi-menu {
    display: flex;
    width: 90%;
    justify-content: space-between;
}
.anchor-navi .navi-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  padding-right: 0;
  padding-bottom: 10px;
}
.anchor-navi .navi-text {
  white-space: nowrap;
  color: #FFFFFF !important;
}
.anchor-navi .navi-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url('/img/usr/freepage/members/arrow_down.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}

/*-- STAGE --*/
#stage {
    padding: 50px 0;
    background-color:#FFFFFF;
}
#stage .inner-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
}
#stage .section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #006B50;
    margin-bottom: 10px;
}
#stage .section-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align:center;
	font-weight:bold;
}
.table-scroll-container {
    width: 100%;
    margin: 0px auto 10px;
	padding-left:15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#stage .member-table {
    width: 550px;
    border-collapse: collapse;
    margin: 0px auto 10px;
    font-size: 14px;
    color: #333;
    table-layout: fixed;
}
#stage .member-table th,
#stage .member-table td {
    border: 1px solid #ddd;
    padding: 0px;
    vertical-align: middle;
}
#stage .member-table thead th {
    text-align: center;
    border-bottom: none;
}
#stage .member-table th:first-child {
    background-color: #FFFFFF;
    border-right: none;
}
#stage .stage-header {
    /* width: 118.333px; */
    padding-top: 20px !important;
    position: relative;
    border-right: none !important;
    border-left: none !important;
}
#stage .stage-icon {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 40px;
}
#stage .stage-icon img {
    height: 40px;
    width: auto;
    display: block;
    margin: 0 auto;
}
#stage .stage-info {
    line-height: 1.3;
}
#stage .stage-name {
    font-weight: bold;
    margin: 0 0 5px 0;
}
#stage .stage-condition {
	padding-top:40px;
    font-size: 12px;
    margin: 0;
	color:#FFFFFF !important;
}
#stage .stage-condition span {
	color:#FFFFFF !important;
	font-size:16px;
}
#stage .green-stage {
    background-color: #E6F3E5;
    color: #006450;
}
#stage th.green-stage {
    background-color: #63A27C;
}
#stage .silver-stage {
    background-color: #F0F0F0;
    color: #888888;
}
#stage th.silver-stage {
    background-color: #9B9B9B;
}
#stage .gold-stage {
    background-color: #FFF6E5;
    color: #C0A06D;
}
#stage th.gold-stage {
    background-color: #D6B657;
}
#stage .feature-header {
    width: 37%;
    padding: 0 !important;
    text-align: left;
    height: 100px;
}
#stage .feature-cell {
    text-align: left;
    background-color: #F6F6F6;
    border-left: none;
    border-right: none;
    padding: 10px 10px !important;
    line-height: 1.5;
}
#stage .feature-content-wrap {
}
#stage .feature-tags {
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}
#stage .feature-tags .tag {
    vertical-align: middle;
}
#stage .benefit-cell {
    width: 118.333px;
    text-align: center;
    border-right: none;
    border-left: none;
}
#stage .green-stage-cell {
    background-color: #E4F0D6;
}
#stage .silver-stage-cell {
    background-color: #E8E8E8;
}
#stage .gold-stage-cell {
    background-color: #FCF4DB;
}
#stage .feature-name {
    
}
#stage .feature-name span {
	display:block;
	font-size: 11px;
}
#stage .feature-tags {
    margin: 5px 0 0;
}
#stage .tag {
    display: inline-block;
    font-size: 10px;
    color: #FFFFFF;
    padding: 4px 6px;
    margin-right: 4px;
    border-radius: 2px;
}
#stage .living {
    background-color: #B29D6C;
}
#stage .tearoom {
    background-color: #97A868;
}
#stage .online {
    background-color: #4D877B;
}
#stage .circle-mark, .circle-mark-light {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
#stage .circle-mark {
    border: 3px solid #63A27C;
}
#stage .circle-mark-light {
    border: 3px solid #9B9B9B;
}
#stage .gold-stage-cell .circle-mark-light {
    border: 3px solid #D6B657;
}
#stage .no-benefit {
    background-color: #FFFFFF !important;
}
#stage .note {
    margin: 0 10px;
}
#stage .note li {
    font-size: 12px;
    text-align: left;
    line-height: 1.9;
	padding-left: 1em;
    text-indent: -1em;
}


/*-- POINT --*/
#point {
    padding: 100px 0;
	background-color:#FFFFFF;
}
#point .inner-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
#point .section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #006B50;
    margin-bottom: 10px;
}
#point .section-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align:center;
	font-weight:bold;
}
#point {
    padding: 60px 0;
    text-align: center;
}

#point .inner-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#point .point-header {
    font-size: 14px;
    font-weight: bold;
    color: #006450;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 50px;
    line-height: 1.5;
}
#point .point-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 23px;
    background-image: url('/img/usr/freepage/members/hgh_left.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
#point .point-header::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 23px;
    background-image: url('/img/usr/freepage/members/hgh_right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
#point .point-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
#point .point-item {
    width: 30%; /* 540px / 3 = 180px */
    text-align: center;
}
#point .point-item img {
    height: 66px;
    width: auto;
    display: block;
    margin: 0 auto 15px;
}
#point .point-item p {
    font-size: 13px;
    margin: 0;
    color: inherit;
    font-weight:bold;
}
#point-detail {
    /* padding: 20px 0 60px; */
    text-align: center;
}

#point-detail .inner-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}
#point .point-box {
    width: 100%;
    margin: 20px auto 10px;
    padding: 20px 20px;
    border: 3px solid #006450;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: white;
}
#point .point-info {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px 0;
    color: #333;
}
#point .point-info strong {
    font-weight: bold;
}
#point .point-image {
    width: auto;
    display: block;
    margin: 0px auto 0px;
}
#point .point-note {
    width: 100%;
    margin: 0 auto;
}
#point .point-note li {
    font-size: 12px;
    line-height: 2.0;
    color: #666;
    text-align: left;
	padding-left: 1em;
    text-indent: -1em;
}



/*-- REGISTER --*/
#register {
    padding: 50px 0;
    background-color:#F5F4F0;
}
#register .inner-wrap {
    max-width: 1012px; 
    margin: 0 auto;
    padding: 0 15px;
}
#register .section-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #006B50;
    margin-bottom: 10px;
}
#register .section-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align:center !important;
	font-weight:bold;
}
#register {
    padding-bottom: 0px;
}
#register .header-wrap {
    width: 100%;
    background-color: #006B50;
    padding: 10px 0;
    margin-bottom: 35px;
}
#register .section-header {
    width: 100%;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}
#register .inner-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
#register .slider-container {
    width: 100%;
    min-height: 600px;
    height: auto;
}
#register .slide-item {
    width: 390px;
    text-align: center;
}
#register .slide-item img {
    height: 420px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
    border-radius: 8px;
}
#register .slide-item.last {
	width:308px;
}
#register .slide-item.last img {
	width:auto;
    height: 475px;
}
#register .step-info {
    text-align: left;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
#register .step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Cochin LT Pro", Cochin, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #006450;
  border-radius: 50%;
  margin-right:8px;
  padding-top: 6px;
  box-sizing: border-box;
}
#register .newmenber .step-number {
  margin-left: 0px;
}
#register .step-text {
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
	margin: 3px 0 5px 0;
}
#register .step-detail {
	width: 100%;
	padding-top:10px;
    font-size: 14px;
    margin: 0;
}
#register .step-detail-list {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
#register .step-detail-list li{
    width: calc((100% - 15px) / 2);
}
#register .step-detail-list li img{
    width: auto;
    height: 40px;
}
#register .step-detail span {
	padding-top:3px;
	display:inline-block;
    font-size: 11px;
}
#register .step-detail .red {
    color:#F00;
    font-size: 14px;
}
#register .slick-list {
    padding: 0 !important;
	-webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
#register .slick-list::-webkit-scrollbar {
  display: none;
}
#register .slick-slide {
    padding: 0 50px;
}
#register .slick-slide {
    float: left !important;
    display: block !important;
    height: auto !important;
    min-height: unset !important;
    padding: 0px 25px !important;
}
#register .slick-list {
  margin: 0 auto;
  padding: 0 !important;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#register .slide-item {
    width: 300px;
    text-align: center;
}
#register .slider-container {
  position: relative;
}
#register .slider-container .slick-prev,
#register .slider-container .slick-next {
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  width: 32px; 
  height: 32px;
  background-color: #00000080;
  display: flex !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0;
  border: none;
  cursor: pointer;
  z-index: 9 !important;
}
#register .slider-container .slick-prev::before,
#register .slider-container .slick-next::before {
    visibility: visible !important;
}
#register .slider-container .slick-prev {
  left: -5px;
}
#register .slider-container .slick-next {
  right: -5px;
}
#register .slider-container .slick-prev.slick-disabled,
#register .slider-container .slick-next.slick-disabled {
    display:none !important;
}
#register .slider-container .slick-prev::before,
#register .slider-container .slick-next::before {
    content: '' !important;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 15px;
    height: 10px;
    background-image: url('/img/usr/freepage/members/arrow_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}
#register .slider-container .slick-next::before {
    transform: translate(-50%, -50%) rotate(-90deg);
}
#register .slider-container .slick-prev::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
#register .slider-container .slick-next,
#register .slider-container .slick-prev {
  font-size: 0 !important;
  line-height: 0 !important;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 0px 0 20px;
  padding: 0;
  list-style: none;
}
.newmenber .slick-dots {
  margin-top:-20px !important;
}
.slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  position: relative;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: 1;
  color: transparent;

  border-radius: 50%;
  background-color: #DDDDDD;
  transition: background-color 0.3s, border-color 0.3s;
}
.slick-dots li.slick-active button:before {
  border-color: #006450;
  background-color: #006450;
}


/*-- FAQ --*/
#faq-navi-container {
  max-width: 1200px;
  margin: 40px auto 40px;
  padding-left:6%;
}

#faq-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 15px 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#faq-navi .navi-block {
  width: 45%;
  height: 50px;
  background-color: #006B50;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  transition: opacity 0.3s;
}

#faq-navi .navi-block:hover {
  opacity: 0.8;
}

#faq-navi .navi-text {
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
  color:#FFFFFF;
font-size:13px;
}

#faq-navi .navi-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url('/img/usr/freepage/members/arrow_down.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#faq {
    padding: 40px 0 60px;
    color: #3c3c3c;
	background-color:#FFFFFF;
}
#faq  .section-subtitle {
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align:center !important;
	font-weight:bold;
}
#faq .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
#faq .main_ttl {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
}
#faq .sec_ttl {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    padding: 15px 0 5px 10px;
}
#faq .faq_list {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    font-size: 20px;
    line-height: 1.78;
    margin: 0 0 30px;
}
#faq .faq_list li {
    border-bottom : 1px solid #C8C8C8;
}
#faq .faq_list li:last-child {
    border: none;
}
#faq .q_box {
    padding: 10px;
    padding-left: 20px;
    position: relative;
    background: url(/img/usr/freepage/faq/icon_arrow_under.png)no-repeat 95% center;
    background-size: 13px;
}
#faq .q_box.active {
    background: url(/img/usr/freepage/faq/icon_arrow_over.png)no-repeat 95% center;
    background-size: 13px;
}
#faq .q_box p {
    position: relative;
    padding: 0 2em 0 1.6em;
    margin: 0;
    font-size: 14px;
}
#faq .q_box p:before {
    content: "Q.";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #777777;
}
#faq .a_box {
    display: none;
    padding: 20px;
    border-top : 1px solid #C8C8C8;
    color: #002d5f;
    position: relative;
    background: #f9f9f9;
}
#faq .a_box p {
    position: relative;
    padding: 0 0 0 1.6em;
    font-size: 14px;
}
#faq .a_box p:before {
    content: "A.";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #006450;
}
#faq .a_box a {
    color: #006450;
    text-decoration: underline;
}

#faq .faq_link .txt {
    font-size: 20px;
    text-align: center;
    margin: 0 0 12px;
}
#faq .faq_link .btn {
    text-align: center;
}
#faq .faq_link .btn a {
    font-size: 24px;
    color: #fff;
    background: #002d5f;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 80px 17px;
    display: inline-block;
    text-decoration: none;
}

#faq .btn_guide a{
    display: block;
    width: 65%;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px!important;
    line-height: 45px;
    position: relative;
    margin: 0 auto;
    text-decoration: none;
    background-color: #006450;
}
#faq .btn_guide a::before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 17px;
    right: 17px;
}
#faq .btn_guide a:hover{
    opacity: 0.8;
}

div#members .btn_kiyaku {
    background-color:#FFFFFF;
    padding:30px 0;
}
div#members .btn_kiyaku a {
    width: 89%;
    margin:auto;
    background-color: #006B50;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    transition: opacity 0.3s;
}
div#members .btn_kiyaku a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url('/img/usr/freepage/members/arrow_down.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right:10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
div#members .btn_kiyaku a:hover {
    opacity: 0.8;
}