.entry010 .header__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.entry010 .header__container .header__logo {
  width: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

.entry010 .header__container .header__logo > img {
  width: 195px;
}

.entry010 .header__container .header__logo span {
  line-height: 0;
  width: 173px;
  margin-left: 19px;
  display: inline-block;
}

.entry010 .header__container .header__logo span img {
  width: 100%;
  height: auto;
}

.entry010 .footer {
  background: #F1F1F1;
}

.entry010 .footer ul li a {
  color: #1A1A1A;
  font-weight: 700;
}

.entry010 .footer p {
  color: #1A1A1A;
  font-weight: 700;
}

.entry010__view {
  padding-top: 40px;
  padding-bottom: 63px;
}

.entry010 .entry010__button-height {
  width: 100%;
}

.entry010 .entry010__button-height .entry010__button-inner {
  width: 100%;
}

.entry010 .entry010__button, .entry010 .entry010__modal-button {
  height: 66px;
  -moz-border-radius: 33px;
       border-radius: 33px;
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

.entry010 .entry010__modal-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 40px 0;
}

.entry010 .entry010__modal-list .entry010__modal-item {
  width: 100%;
  margin: 5px 0;
}

.entry010 .entry010__modal-list .entry010__modal-item .entry010__label {
  background: #F1F1F1;
  border: 4px solid transparent;
  -moz-box-shadow: none;
       box-shadow: none;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -moz-border-radius: 20px;
       border-radius: 20px;
  gap: 0;
}

.entry010 .entry010__modal-list .entry010__modal-item .entry010__label .entry010__radio-images {
  margin-left: 0;
  margin-right: 18px;
}

.entry010 .entry010__modal-list .entry010__modal-item .entry010__label .entry010__radio-images img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.entry010 .entry010__modal-list .entry010__modal-item .entry010__label::after {
  display: none;
}

.entry010 .entry010__label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F1F1F1;
  border: 4px solid transparent;
  -moz-box-shadow: none;
       box-shadow: none;
  -moz-border-radius: 33px;
       border-radius: 33px;
}

.entry010 .entry010__label .entry010__radio-images {
  margin-left: 0;
}

.entry010 .entry010__label .entry010__radio-images img {
  width: 129px;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

.entry010 .entry010__label::after {
  display: none;
}

.entry010 .entry010__radio:checked + .entry010__label {
  border: 4px solid #FD814B;
  background: #F1F1F1;
}

.entry010__status-dog {
  display: none;
}


.end .hidden {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.areaRecap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}
.entry010__button-inner {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

    /* ロゴスライダー */
    .logo-slider {
      overflow: hidden;
      width: 100%;
      padding: 20px 0 10px;
    }

    .logo-track {
      display: flex;
      width: max-content;
      animation: scroll 30s linear infinite;
    }

    .logo-track img {
      height: 50px;
      margin: 0 30px;
      flex-shrink: 0;
      vertical-align: middle;
      width: auto;
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    @media (max-width: 768px) {
      .logo-track img {
        height: 40px;
        margin: 0 20px;
      }
    }

    @media (max-width: 480px) {
      .logo-track img {
        height: 35px;
        margin: 0 15px;
        display: block
      }
    }
