.menu--contents--inner {
  display: block;
}
@media (min-width: 768px) {
  .menu--contents--inner {
    padding: 50px 0;
    box-sizing: border-box;
  }
}

.lazy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #00326D;
  content: "";
  transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lazy.bordernone::before {
  display: none;
}
.lazy img {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.lazy.loaded::before {
  opacity: 0;
}
.lazy.loaded img {
  opacity: 1;
}

.brand-info--contents {
  max-width: 970px;
  margin: auto;
}

.brand-info--contents--inner {
  margin: 0 20px;
}

.brand-info--contents h1 {
  font-family: adobe-garamond-pro, serif;
  color: #333333;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 400;
  font-size: 9rem;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}

.brand-info--contents h1 span {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 30px;
}

.brand-info--contents--tags {
  margin-bottom: 40px;
}

.brand-info--contents--tags a {
  display: block;
  text-decoration: none;
  font-family: adobe-garamond-pro, serif;
  color: #333333;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.brand-info--contents--tags a + a {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .brand-info--contents--tags a + a {
    margin-left: 8vw;
  }
}
@media (max-width: 768px) {
  .brand-info--contents {
    margin-top: 21.33333vw;
  }
  .brand-info--contents--inner {
    margin: 0 4vw;
  }
  .brand-info--contents h1 {
    font-size: 5rem;
    margin-bottom: 10.66667vw;
  }
  .brand-info--contents h1 span {
    display: block;
    margin-left: 0;
    margin-top: 4vw;
  }
  .brand-info--contents--tags {
    margin-bottom: 10.66667vw;
  }
}
.brand-info--content {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 0;
  max-width: 1170px;
}

.brand-info--article {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  font-size: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.brand-info--article:hover {
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.5;
}

.brand-info--article:hover img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.brand-info--article a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.brand-info--article:last-child {
  margin-bottom: 0;
}

.brand-info--article a {
  display: flex;
  justify-content: space-between;
}

.brand-info--article--photo {
  width: 230px;
  aspect-ratio: 460/260;
  height: fit-content;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .brand-info--article--photo {
    width: 36%;
  }
}
.brand-info--article--photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-info--article--date {
  margin-top: 1rem;
  font-family: adobe-garamond-pro, serif;
  color: #333333;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
}

.brand-info--article--title {
  font-family: adobe-garamond-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-top: 1rem;
}

.brand-info--article--p {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: calc(8.77193% - 0.42rem);
}

.brand-info--article--tag {
  font-family: adobe-garamond-pro, serif;
  color: #333333;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 2rem;
  pointer-events: none;
}

.brand-info--text {
  width: calc(100% - 260px);
}

@media (max-width: 768px) {
  .brand-info--text {
    width: 61%;
  }
}
@media (max-width: 768px) {
  .brand-info--article {
    margin-bottom: 8vw;
  }
  .brand-info--article--tag {
    margin-top: 1rem;
  }
  .brand-info--article--p {
    max-width: 90%;
  }
}
.brand-info--morebtn {
  text-align: center;
  margin-bottom: 70px;
}

.brand-info .c-page--content--p p:first-child:first-letter {
  font-size: inherit;
  float: none;
  line-height: inherit;
  margin-right: 0;
}

.external-link {
  position: relative;
}

.external-link:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/common/foreign.svg") no-repeat center center, rgba(255, 255, 255, 0.5);
  background-size: 1.5rem;
  border-radius: 0.3rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .external-link:after {
    top: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 2.6666666667vw;
    border-radius: 0.5333333333vw;
  }
}

.external-link-icon {
  display: inline-block;
  margin: -0.3rem 0 0.3rem 0.3rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/common/foreign.svg") no-repeat center center, rgba(255, 255, 255, 0.5);
  background-size: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .external-link-icon {
    margin: -0.8vw 0 0.8vw 0.8vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

select,
::picker(select) {
  appearance: base-select;
  width: 250px;
}
@media (max-width: 768px) {
  select,
  ::picker(select) {
    width: 100%;
  }
}

select {
  border: 1px solid #222;
  background: #fff;
  padding: 10px 10px 8px 10px;
  margin-bottom: 20px;
  font-family: adobe-garamond-pro, serif;
  color: #333333;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  font-size: 1.3rem;
  border-radius: 0;
  display: flex;
}
@media (max-width: 768px) {
  select {
    padding: 2.6666666667vw 2.6666666667vw 2.1333333333vw 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

select + .c-slider {
  margin-top: 20px;
}
@media (max-width: 768px) {
  select + .c-slider {
    margin-top: 5.3333333333vw;
  }
}

::picker(select) {
  border: none;
}

optgroup {
  border: 1px solid #222;
  background: #fff;
}

option {
  padding: 10px 10px 8px 10px;
  min-block-size: 0;
}
@media (max-width: 768px) {
  option {
    padding: 2.6666666667vw 2.6666666667vw 2.1333333333vw 2.6666666667vw;
  }
}

option:hover,
option:focus {
  background: #00326D;
  color: #fff;
}

select option::checkmark {
  content: "";
}

.solution .box-shadow-inner {
  background: #F8F8F8;
  box-sizing: border-box;
}

.solution-sub-ttl {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #00326D;
  display: block;
}
.solution-sub-ttl .fz-small {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.05em;
}
.solution-filter {
  margin-bottom: 2rem;
  max-width: 1170px;
  font-family: adobe-garamond-pro, serif;
}
@media (max-width: 768px) {
  .solution-filter {
    margin-bottom: 5.3333333333vw;
    max-width: 100%;
  }
}

.solution-filter .solution-sub-ttl {
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .solution-filter .solution-sub-ttl {
    margin: 0 0 1rem 0;
  }
}

.solution-filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  gap: 1rem;
  border-bottom: 1px solid #222;
}
@media (max-width: 768px) {
  .solution-filter-group {
    margin: 0 0 5.3333333333vw 0;
    padding: 0 0 5.3333333333vw 0;
    gap: 2.6666666667vw;
  }
}

.solution-filter-group .group-type {
  position: relative;
  margin: 0;
  width: 15rem;
}
@media (max-width: 768px) {
  .solution-filter-group .group-type {
    width: 48.2%;
  }
}

.solution-filter-group .group-type input {
  padding: 0;
  height: initial;
  width: initial;
  margin: 0;
  cursor: pointer;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media (min-width: 769px) {
  .solution-filter-group .group-type input:hover + label {
    background: #00326D;
    color: #fff;
    transition: all 0.3s;
  }
}
.solution-filter-group .group-type input:checked + label {
  background: #00326D;
  color: #fff;
  transition: all 0.3s;
}

.solution-filter-group .group-type label {
  display: block;
  background: #222;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0.8rem 1rem 0.5rem 1rem;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 0.2rem;
  font-family: adobe-garamond-pro, serif;
}
@media (max-width: 768px) {
  .solution-filter-group .group-type label {
    padding: 2.1333333333vw 2.6666666667vw 1.3333333333vw 2.6666666667vw;
  }
}

@media (min-width: 769px) {
  .solution-filter-group .group-type label:hover {
    background: #00326D;
  }
}
.solution-filter-group .group-type label.active {
  background: #00326D;
}

.solution-filter-property {
  display: flex;
  flex-wrap: wrap;
  margin: 1.6rem 0 2rem 0;
}
@media (max-width: 768px) {
  .solution-filter-property {
    margin: 4.2666666667vw 0 5.3333333333vw 0;
  }
}

.solution-filter-property .group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.solution-filter-property .property {
  position: relative;
  margin: 0 0.6rem 1.1rem 0;
}
@media (max-width: 768px) {
  .solution-filter-property .property {
    margin: 0 1.6vw 2.9333333333vw 0;
  }
}

.solution-filter-property .property input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media (min-width: 769px) {
  .solution-filter-property .property input:hover + label {
    background: #00326D;
    color: #fff;
    transition: all 0.3s;
    border-color: #00326D;
  }
}
.solution-filter-property .property input:checked + label {
  background: #00326D;
  color: #fff;
  transition: all 0.3s;
  border-color: #00326D;
}

.solution-filter-property .property label {
  display: block;
  border: 1px solid #222;
  border-radius: 1.4rem;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0;
  background: #fff;
  color: #000;
  padding: 0.6rem 1rem 0.3rem 1rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .solution-filter-property .property label {
    border-radius: 3.7333333333vw;
    padding: 1.6vw 2.6666666667vw 0.8vw 2.6666666667vw;
  }
}

@media (min-width: 769px) {
  .solution-filter-property .property label:hover {
    border-color: #00326D;
    background: #00326D;
    color: #fff;
  }
}
.solution-filter-property .property label.active {
  border-color: #00326D;
  background: #00326D;
  color: #fff;
}

.solution-filter.no-filter .solution-sub-ttl.ttl-filter,
.solution-filter.no-filter .solution-filter-property,
.solution-filter.no-filter .btn-reset, .solution-filter.no-filter .btn-filter {
  display: none;
}

.solution-filter.no-filter .solution-filter-group {
  margin-bottom: 0;
  border-bottom: none;
}

.solution-filter .group-btn {
  display: flex;
  justify-content: center;
}

.solution-filter .btn-filter, .solution-filter .btn-reset {
  width: 6.6rem;
  background: #00326D;
  color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #00326D;
  cursor: pointer;
  margin: auto 0.6rem;
}
@media (max-width: 768px) {
  .solution-filter .btn-filter, .solution-filter .btn-reset {
    width: 17.6vw;
    margin: auto 1.6vw;
  }
}

@media (min-width: 769px) {
  .solution-filter .btn-filter:hover,
  .solution-filter .btn-reset:hover {
    opacity: 0.8;
  }
}
.solution-filter .btn-filter span, .solution-filter .btn-reset span {
  margin: auto;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0.6rem 0 0.3rem 0;
}
@media (max-width: 768px) {
  .solution-filter .btn-filter span, .solution-filter .btn-reset span {
    padding: 1.6vw 0 0.8vw 0;
  }
}

.solution-filter .btn-reset {
  color: #222;
  border-color: #222;
  background: #fff;
}

.solution-filter-property .group {
  display: none;
}

.solution-filter-property .group.active {
  display: flex;
}