@charset "utf-8";
  .locationArea{
    margin-top: 24px;
    padding: 64px 0;
    position: relative;
  }
  .locationArea::before{
    content: "";
    display: block;
    width: 100vw;
    min-width: 1096px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/content/dam/sites/wwwjalcojp/au/en/help/location/img_sites/bg_location_pc.jpg) no-repeat;
    background-size: cover;
    transform: translate(-50%, -50%);
  }
  .locationInr{
    background: url(/content/dam/sites/wwwjalcojp/au/en/help/location/img_sites/bg_worldmap.svg) no-repeat center center;
    width: 832px;
    height: 410px;
    margin: 20px auto 0;
    position: relative;
  }
  .locationInr li{
    position: absolute;
  }
  .locationInr li:first-child{
    top: 9%;
    right: 36%;
  }
  .locationInr li:nth-child(2){
    top: 40%;
    left: 7%;
  }
  .locationInr li:nth-child(3){
    bottom: 30%;
    right: 5%;
  }
  .locationInr li:nth-child(4){
    top: 34%;
    right: 2%;
  }
   h2{
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
  }
  .locationArea h2{
    color: #fff;
    position: relative;
  }
  select {
    color: #333;
    font-family: 'Lato', sans-serif;
  }
  .selectBtn,.languageArea .selectBtn--radio{
    position: relative;
    display: inline-block;
  }
  .selectBtn::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position:absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/au/en/help/location/img_sites/icon_arrow_bk.svg);
    pointer-events: none;
  }
  .selectBtn > select,.locationArea .selectBtn--radio{
    border: 1px solid #B7C1CD;
    border-radius: 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .selectBtn > select{
    padding: 10px 48px 10px 56px;
  }
  .selectBtn > select:disabled {
    background-color: #D5D5D5;
    opacity: 1;
    color: #999999;
  }
  .locationArea .selectBtn--radio{
    padding: 8px 20px 8px 56px;
  }
  .selectBtn:has(select:disabled)::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position:absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/au/en/help/location/img_sites/icon_arrow_disabled.svg);
  }
  .selectBtn input[type="radio"],
  .locationArea .selectBtn--radio input[type="radio"],
  .languageArea .selectBtn--radio input[type="radio"]{
    width: 2rem;
    height: 2rem;
    border: 2px solid #999;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 5px;
    padding: 0;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
  }
  input[type="radio"]:checked {
    border-color: #2A344B;
  }
  input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background: #2A344B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  select{
    -webkit-appearance: none;
    appearance: none;
  }
  .languageArea{
    margin-top: 48px;
    position: relative;
  }
  .languageArea h2{
    color: #000;
    margin-bottom: 16px;
  }
  .languageInr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 32px;
  }
  .languageArea .selectBtn--radio input[type="radio"]{
    left: 0;
  }
  .languageArea .selectBtn--radio label{
    margin-left: 25px;
  }
  .continueBtnArea{
    margin-top: 48px;
    text-align: center;
  }
  .continueBtnArea button{
    background-color: #CC0000;
    padding: 14px 40px;
    width: 344px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    font-size: 1.6rem;
    min-height: 52px;
  }
  .continueBtnArea button:hover{
    background-color: #CC0000CC;
  }
  .language__error{
    color: #c31d10;
    margin-bottom: 16px;
  }
  .hiddenTxt{
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  @media screen and (max-width: 739px) {
  .locationArea{
    margin-top: 16px;
    padding: 32px 0;
  }
  .locationArea::before{
    min-width: auto;
    background: url(/content/dam/sites/wwwjalcojp/au/en/help/location/img_sites/bg_location_sp.jpg) no-repeat;
  }
  .locationInr{
    background-size: cover;
    width: 100vw;
    height: 45vw;
    margin: 40px auto 0;
  }
  .locationInr li:first-child{
    top: -11%;
    right: 23%;
  }
  .locationInr li:nth-child(2){
    top: 30%;
    left: 10%;
  }
  .locationInr li:nth-child(3){
    bottom: 24%;
    right: 8%;
  }
  .locationInr li:nth-child(4){
    top: 13%;
    right: 8%;
  }
  h2{
    font-size: 2.0rem;
  }
  .selectBtn input[type="radio"],
  .locationArea .selectBtn--radio input[type="radio"]{
    left: 20px;
  }
  .selectBtn::after,
  .selectBtn:has(select:disabled)::after{
    right: 10px;
  }
  .selectBtn > select,.locationArea .selectBtn--radio{
    font-size: 1.2rem;
  }
  .selectBtn > select{
    padding: 7px 40px 7px 48px;
  }
  .locationArea .selectBtn--radio{
    padding: 5px 20px 5px 48px;
  }
 .languageArea{
    margin-top: 24px;
  }
  .languageArea h2{
    margin-bottom: 24px;
  }
  .continueBtnArea{
    margin: 24px 5px;
  }
  .continueBtnArea button{
    background-color: #CC0000;
    padding: 14px 40px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
  }

  }

