@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#owners figure,
#owners picture {
  display: block;
}
#owners .ly_commonPnkz {
  margin-top: 160px;
}
@media screen and (max-width: 744px) {
  #owners .ly_commonPnkz {
    margin-top: 160px;
    margin-top: 42.6666666667vw;
  }
}

.un_ownersHead {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_ownersHead {
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
    border-bottom: 1px solid #b6b7b4;
  }
}
.un_ownersHead_ttl {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_ownersHead_ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_ownersHead_anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .un_ownersHead_anchorList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.un_ownersHead_anchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b6b7b4;
  border-radius: 4px;
  width: 235px;
  height: 235px;
  background-position-x: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .un_ownersHead_anchorLink {
    width: 160px;
    width: 42.6666666667vw;
    height: 160px;
    height: 42.6666666667vw;
  }
  .un_ownersHead_anchorLink:nth-child(n+3) {
    margin-top: 10px;
    margin-top: 2.6666666667vw;
  }
}
.un_ownersHead_anchorLink::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: block;
  content: "";
  background-image: url(../../img/common/icon_arrRight.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  transform: rotate(90deg);
}
@media screen and (max-width: 744px) {
  .un_ownersHead_anchorLink::after {
    right: calc(50% - 5px);
    bottom: 15px;
    bottom: 4vw;
  }
}
.un_ownersHead_anchorLink span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 66%;
  text-align: center;
  font-weight: 400;
  width: 100%;
  padding: 0 24px;
}
@media screen and (max-width: 744px) {
  .un_ownersHead_anchorLink span {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 33px;
    margin-bottom: 8.8vw;
    padding: 0;
  }
}
.un_ownersHead_anchorLink:nth-child(1) {
  background-image: url(../../img/owners/img_owners_anchor01.png);
  background-repeat: no-repeat;
  background-position-y: 44px;
  background-size: 90px auto;
}
@media screen and (max-width: 744px) {
  .un_ownersHead_anchorLink:nth-child(1) {
    background-size: 16vw auto;
    background-position-y: 5.33333vw;
  }
}
.un_ownersHead_anchorLink:nth-child(2) {
  background-image: url(../../img/owners/img_owners_anchor02.png);
  background-repeat: no-repeat;
  background-position-y: 43px;
  background-size: 50px auto;
}
@media screen and (max-width: 744px) {
  .un_ownersHead_anchorLink:nth-child(2) {
    background-size: 9.33333vw auto;
    background-position-y: 5.33333vw;
  }
}
.un_ownersHead_anchorLink:nth-child(3) {
  background-image: url(../../img/owners/img_owners_anchor03.png);
  background-repeat: no-repeat;
  background-position-y: 56px;
  background-size: 90px auto;
}
@media screen and (max-width: 744px) {
  .un_ownersHead_anchorLink:nth-child(3) {
    background-size: 20vw auto;
    background-position-y: 6.4vw;
  }
}
.un_ownersHead_anchorLink:nth-child(4) {
  background-image: url(../../img/owners/img_owners_anchor04.png);
  background-repeat: no-repeat;
  background-position-y: 47px;
  background-size: 68px auto;
}
@media screen and (max-width: 744px) {
  .un_ownersHead_anchorLink:nth-child(4) {
    background-size: 13vw auto;
    background-position-y: 5.866666vw;
  }
}

.un_owners_block:not(:last-of-type) {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_owners_block:not(:last-of-type) {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}

@media screen and (max-width: 744px) {
  .un_owners_innerBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.un_owners_innerBlock__ttl {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_owners_innerBlock__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.un_owners_linkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  background: #e7e7e6;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .un_owners_linkBlock {
    padding: 40px;
    padding: 10.6666666667vw;
    padding-left: 24px;
    padding-left: 6.4vw;
    padding-right: 24px;
    padding-right: 6.4vw;
  }
}
.un_owners_linkBlock > a:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  .un_owners_linkBlock > a:not(:first-child) {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}

dl.un_owners_borderBlock {
  padding: 24px;
  border: 1px solid #b6b7b4;
}
@media screen and (max-width: 744px) {
  dl.un_owners_borderBlock {
    padding: 24px;
    padding: 6.4vw;
  }
}
dl.un_owners_borderBlock dt {
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  dl.un_owners_borderBlock dt {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
#maintenance .block_errCode {
  background: #e7e7e6;
  border-radius: 8px;
  padding: 24px;
}
#maintenance .block_errCode_ttl {
  margin-bottom: 20px;
}
#maintenance .block_errCode_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 744px) {
  #maintenance .block_errCode_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
#maintenance .block_errCode_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid #75787a;
  position: relative;
  width: calc((100% - 30px) / 2);
  padding-top: 16px;
}
@media screen and (max-width: 744px) {
  #maintenance .block_errCode_cont ul {
    width: 100%;
  }
}
#maintenance .block_errCode_cont ul::before {
  display: block;
  content: "";
  background: #302d2c;
  height: 2px;
  width: 44px;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 744px) {
  #maintenance .block_errCode_cont ul:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
  #maintenance .block_errCode_cont ul:nth-child(2)::before {
    display: none;
  }
}
#maintenance .block_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  border: 1px solid #b6b7b4;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 744px) {
  #maintenance .block_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    gap: 8vw;
    padding: 24px;
    padding: 6.4vw;
  }
}
#maintenance .block_contact dl {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 744px) {
  #maintenance .block_contact dl {
    width: 100%;
  }
}
#maintenance .block_contact dl dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  #maintenance .block_contact dl dt {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
#maintenance .block_contact dl dd a {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
#maintenance .block_contact dl dd a::before {
  display: block;
  content: url(../../img/common/icon_phone.svg);
  margin: 3px 8px 0 0;
}
#maintenance .block_contact dl dd span.hp_fs10 {
  position: relative;
  top: -3px;
}
#maintenance .block_craft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background: #e7e7e6;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 744px) {
  #maintenance .block_craft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    gap: 5.3333333333vw;
    padding: 24px;
    padding: 6.4vw;
  }
}
#maintenance .block_craft dl {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 744px) {
  #maintenance .block_craft dl {
    width: 100%;
  }
}
#maintenance .block_craft dl dt {
  margin-bottom: 10px;
}
#maintenance .block_amzn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E7E7E6;
  border-radius: 8px;
  overflow: hidden;
}
#maintenance .block_amzn_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e7e7e6;
  width: 175px;
  padding: 10px;
}
@media screen and (max-width: 744px) {
  #maintenance .block_amzn_img {
    width: 29.33333vw;
    padding: 10px;
    padding: 2.6666666667vw;
  }
}
#maintenance .block_amzn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  padding: 40px;
  width: calc(100% - 175px);
}
@media screen and (max-width: 744px) {
  #maintenance .block_amzn_link {
    padding: 20px;
    padding: 5.3333333333vw;
    width: 60vw;
  }
}
#maintenance .block_amzn_link a {
  text-decoration: underline !important;
}
#maintenance .block_amzn_link a::after {
  display: inline-block;
  content: url(../../img/common/icon_blank.svg);
  margin-left: 5px;
}

#inspection figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  #inspection figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#inspection figure img {
  width: 355px;
}
@media screen and (max-width: 744px) {
  #inspection figure img {
    width: 100%;
  }
}
#inspection figure figcaption {
  width: calc(100% - 355px - 35px);
}
@media screen and (max-width: 744px) {
  #inspection figure figcaption {
    width: 100%;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}

#introduction ul {
  padding: 40px 0;
  border-top: 1px solid #b6b7b4;
  border-bottom: 1px solid #b6b7b4;
}
@media screen and (max-width: 744px) {
  #introduction ul {
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
#introduction ul li {
  font-weight: 400;
  padding-left: 1.5em;
  position: relative;
}
#introduction ul li::before {
  display: inline-block;
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0.2em;
}
#introduction ul li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  #introduction ul li:not(:first-child) {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}

#others .un_owners_linkBlock {
  align-items: stretch;
}
@media screen and (max-width: 744px) {
  #others .un_owners_linkBlock {
    padding-top: 60px;
    padding-top: 16vw;
    padding-bottom: 60px;
    padding-bottom: 16vw;
  }
}
#others .un_owners_linkBlock > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.un_owners_picture01 {
  width: 300px;
}
@media screen and (max-width: 744px) {
  .un_owners_picture01 {
    width: 100%;
  }
}

.un_owners_picture02 {
  width: 300px;
}
@media screen and (max-width: 744px) {
  .un_owners_picture02 {
    width: 100%;
  }
}

.un_owners_picture03 {
  width: 335px;
}
@media screen and (max-width: 744px) {
  .un_owners_picture03 {
    width: 100%;
  }
}

.un_owners_picture04 {
  width: 335px;
}
@media screen and (max-width: 744px) {
  .un_owners_picture04 {
    width: 100%;
  }
}

.un_owners_picture05 {
  width: 268px;
}
@media screen and (max-width: 744px) {
  .un_owners_picture05 {
    width: 270px;
    width: 72vw;
  }
}

.un_owners_picture06 {
  width: 268px;
}
@media screen and (max-width: 744px) {
  .un_owners_picture06 {
    width: 270px;
    width: 72vw;
  }
}

.un_owners_picture07 {
  width: 70px;
}
@media screen and (max-width: 744px) {
  .un_owners_picture07 {
    width: 64px;
    width: 17.0666666667vw;
  }
}