#header_gtop_link {
  width: 100%;
  max-width: 142px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#header_gtop_link img{
  width: 100%;
  height: auto;
  max-width: 100%;
}

#sorting {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
}

#sorting a {
  display: block;
  flex-shrink: 0;
}

#sorting .btn-primary.selected {
  background: #376DAB;
  color: #fff;
}

.return-home-container {
  min-height: 47px;
}

.change-view-container {
  min-height: 48px;
}

.change-view.fixed,
.return-home.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  background-color: #fff;
  z-index: 1020;
}

.change-view.fixed {
  top: 47px;
}

input[name="change-view"]:checked + label {
  border-bottom: 1px solid #484848;
}

input[name="change-view"]:checked + label i {
  color: #484848;
}

.image-list{
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px;
}

.image-list > div {
  cursor: pointer;
}

.image-list .image-caption {
  display: none;
}

.image-list.single {
  grid-template-columns: 1fr;
}

.image-list.single .image-caption {
  display: block;
}

.image-list.single > div {
  cursor: default;
}

.more .play-icon {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
}

_:-ms-fullscreen, :root .image-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

_:-ms-fullscreen, :root .image-list > div {
  flex-basis: 49%;
  padding-bottom: 12px;
  padding-right: 12px;
  flex-grow: 1;
}

_:-ms-fullscreen, :root .image-list > div:nth-child(2n) {
  padding-right: 0px;
}

_:-ms-fullscreen, :root .image-list.single > div {
  flex-basis: 100%;
  padding-right: 0;
  padding-bottom: 12px;
}

_:-ms-fullscreen, :root .image-list.single > div:nth-child(3n+3) {
  padding-right: 0px;
}

@media screen and (min-width: 992px) {
  #header_gtop_link {
    max-width: 160px;
  }
  
  .image-list{
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4px;
  }

  .image-list.single {
    grid-gap: 12px;
  }

  _:-ms-fullscreen, :root .image-list > div {
    flex-basis: 33%;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  _:-ms-fullscreen, :root .image-list > div:nth-child(2n) {
    padding-right: 4px;
  }

  _:-ms-fullscreen, :root .image-list > div:nth-child(3n+3) {
    padding-right: 0px;
  }

  _:-ms-fullscreen, :root .image-list.single > div {
    flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 12px;
  }
}

/* PC & Mobile header JP banner START */
html:lang(jp) .floated-header-banner {
  position: relative;
  background-color: #168BD9;
  background-image: url('/_tr/vt/1/img/header-dt-branding-dec-2025.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  height: 50px;
}

html:lang(jp) .floated-header-banner.even {
  background-image: url('/_tr/vt/1/img/header-dt-branding-oct-2025.png');
  background-color: #E76519;
}

html:lang(jp) .floated-header-banner.non-jp-header {
  background-image: url('/_tr/vt/1/img/header-dt-branding-june-2025.png');
  background-color: #3594e2;
}

@media screen and (max-width: 767px){
  html:lang(jp) .floated-header-banner {
    position: relative;
    background:url('/_tr/vt/1/img/header-sp-branding-dec-2025.png') no-repeat;
    background-size: auto 100%;
    background-position: top center;
    width: 100%;
  }

  html:lang(jp) .floated-header-banner.even {
    background-image: url('/_tr/vt/1/img/header-sp-branding-oct-2025.png');
    background-color: #E76519;
  }

  html:lang(jp) .floated-header-banner.non-jp-header {
    background-image: url('/_tr/vt/1/img/header-sp-branding-june-2025.png');
    background-color: #3594e2;
  }
}

html:lang(jp) .floated-header-banner a {
  height: 50px;
  display: block;
}

@media screen and (max-width: 1199px){
  html:lang(jp) .floated-header-banner a{
    height: 50px;
    display: block;
  }
}

html:lang(jp) #floated-header-banner-close {
  position: absolute;
  right: 10px;
  width: 16px;
  top: calc(50% - 8px);
  top: -webkit-calc(50% - 8px);
}

html:lang(jp) #floated-header-banner-close img {
  height: auto;
  width: 16px;
}
/* PC & Mobile header JP banner END */

#newsarea {
  background: #FEFCF3;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 20px 54px 20px;
  font-size: 13px;
  position: relative;
}
#newsarea a {
  color: #40A9F5;
  text-decoration: none;
}
#newsarea p {
  margin: 0px;
  font-size: 13px;
}
#newsarea_close_btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
}
@media screen and (min-width: 992px) {
  #newsarea_close_btn {
      top: 35px;
  }
}

/* DESIGN-2568 START */
.ha-banner-grid-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem .75rem;
}

@media screen and (min-width: 992px) {
  .ha-banner-grid-list a {
    flex-basis: 342px;
  }
}
/* DESIGN-2568 END */