.contentsInr{
  position: relative;
}
@media screen and (max-width: 768px) {
  #Follow .follow-box {
    width: 100%;
    height: 84px;
  }
  .pageTop{
    bottom: 104px;
  }
  .pageTop.is-static{
    bottom: 20px;
  }
  html[lang="en"] .contents{
    margin-bottom: 0;
  }
  html[lang="en"] #Follow .follow-area.is-static{
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #Follow .follow-area {
    padding: 10px 10px 20px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #f4f4f4;
    box-sizing: border-box;
    border-top: 2px solid #b6b6b6;
    transform: translate3d(0, 0, 0);
    z-index: 99;
  }
  #Follow .follow-area.is-static {
    position: absolute;
    bottom: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  #Follow .contact-btn {
    position: fixed;
    bottom:290px;
    right: 20px;
  }
  
  #Follow .contact-btnjpk {
    position: fixed;
    bottom: 120px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #Follow .contact-btn {
    margin-right: 5px;
    flex: 1;
  }
  #Follow .contact-btnjpk {
    margin-right: 5px;
    flex: 0.8;
  }
  
  #Follow .contact-btnjpk a::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 10px;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
  }  
}

#Follow .contact-btn a {
  position: relative;
  background: #cc0000;
  border: solid 1px #cc0000;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.3s ease 0s;
}

#Follow .contact-btnjpk a {
  position: relative;
  background: #ffa800;
  border: solid 1px #ffa800;
  color: #333;
  font-size: 1.2rem;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.3s ease 0s;
}

@media print, screen and (min-width: 769px) {
  #Follow .contact-btn a:hover{
    background: #fff;
    color: #cc0000;
  }
  #Follow .contact-btnjpk a:hover{
    background: #fff;
    color: #333;
  }
}

@media print, screen and (min-width: 769px) {
  #Follow .contact-btn a:focus,
  #Follow .contact-btnjpk a:focus {
    background: #fff;
    color: #cc0000;
  }
}

@media print, screen and (min-width: 769px) {
  #Follow .contact-btn a {
    padding: 47px 18.5px 25px;
    width: 52px;
    height: 170px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    writing-mode: vertical-rl;
  }
  #Follow .contact-btnjpk a {
    padding: 47px 18.5px 15px;
    width: 52px;
    height: 160px;
    display: flex;
    align-items: center;
    line-height: 1.1;
    -webkit-writing-mode: vertical-rl; 
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }  
}

@media screen and (max-width: 768px) {
  #Follow .contact-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
  }
  
  #Follow .contact-btnjpk a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    background:#ffa800;
	border:0;
	line-height:1.2;
	text-align:center;
  }  
}

@media screen and (max-width: 320px) {
  #Follow .contact-btn a {
	font-size:14px;
  }
  #Follow .contact-btnjpk a {
	font-size:12px;
	line-height:1.4;	
  }    
}

@media print, screen and (min-width: 769px) {
  #Follow .contact-btn a::after,
  #Follow .contact-btnjpk a::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    width: 27px;
    height: 27px;
    background: url(/jp/ja/jalpri/common/img_sites/icon/icon_contact.png) 50% 0 no-repeat;
    background-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  #Follow .contact-btn a span{
    position: relative;
    padding-left: 38px;
  }
  
  #Follow .contact-btnjpk a span {
    position: relative;
    padding-left: 18px;
  }
  
  #Follow .contact-btn a span::before,
  #Follow .contact-btnjpk a span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    background: url(/jp/ja/jalpri/common/img_sites/icon/icon_contact.png) 50% 0 no-repeat;
    background-size: 27px;
  }
  
  #Follow .contact-btnjpk a span::before {
    top: 0;
    left: -13%;
  }
}

#Follow .page-top {
  background: #bcbcbc;
  width: 52px;
  height: 52px;
  transition: background 0.3s ease 0s;
  background-repeat: repeat;
  background-position: 0 0\9;
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  #Follow .page-top {
    position: fixed;
    bottom: 58px;
    right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #Follow .page-top:hover {
    background: #555555;
  }
  #Follow .page-top:focus {
    background: #555555;
  }
}

#Follow .page-top a {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #dedede;
  transition: all 0.3s ease 0s;
}

/* Follow nav zoom style */
#Follow.is-zoomed .contact-btn{
  bottom: 197px;
}
#Follow.is-zoomed .contact-btn a{
  font-size: 1.2rem;
  height: 130px;
  padding: 46px 18.5px 0px;
}
#Follow.is-zoomed .contact-btnjpk{
  bottom: 62px;
}
#Follow.is-zoomed .contact-btnjpk a{
  height: 130px;
  padding: 45px 18.5px 5px;
}
#Follow.is-zoomed .page-top{
  bottom: 5px;
}