@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
.newopen-header {
  text-align: center;
}
.newopen-header h1 {
  padding-top: 10px;
  font-size: 2.75rem;
  color: #4C372B;
  margin-bottom: 20px;
}
.newopen-header h2 {
  color: #A2998D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newopen-header h2 span {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #A2998D;
  border-bottom: 1px solid #A2998D;
}

.newopen-header-ribbon {
  padding-left: 1%;
}
@media (min-width: 768px) {
  .newopen-header-ribbon {
    padding-left: 0.75%;
  }
}

.newopen-hero {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .newopen-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .newopen-hero {
    margin-top: 40px;
  }
}
.newopen-hero .newopen-hero-boldness {
  position: absolute;
  bottom: -58px;
  right: 15px;
}
@media (min-width: 768px) {
  .newopen-hero .newopen-hero-boldness {
    bottom: 0;
    top: -58px;
  }
}
@media (min-width: 992px) {
  .newopen-hero .newopen-hero-boldness {
    top: -90px;
    right: 30px;
  }
}

@media (min-width: 768px) {
  .newopen-hero-picture {
    aspect-ratio: 16/9;
  }
  .newopen-hero-picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.newopen-hero-boldness {
  height: 116px;
  width: 116px;
  border-radius: 58px;
  border: 2px solid #F3981C;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #F3981C;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .newopen-hero-boldness {
    height: 180px;
    width: 180px;
    border-radius: 90px;
  }
}

.newopen-hero-boldness-date {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .newopen-hero-boldness-date {
    font-size: 3.6rem;
  }
}

.newopen-hero-boldness-bigtext {
  margin-top: 5px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .newopen-hero-boldness-bigtext {
    font-size: 3.6rem;
  }
}

.campaign-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-title-main {
  width: 300px;
}
@media (min-width: 768px) {
  .campaign-title-main {
    width: 380px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.campaign-title-left {
  margin-top: -20px;
}

.campaign-strong {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign-strong-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #4C372B;
  font-weight: bold;
  color: #4C372B;
  font-size: 1.4rem;
}
@media (min-width: 360px) {
  .campaign-strong-inner {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .campaign-strong-inner {
    font-size: 1.6rem;
  }
}

.open-campaign-strong-number {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  display: block;
  margin-top: -14px;
  font-style: italic;
  color: #F3981C;
  text-shadow: 5px -5px 0 #fff, -5px 0 0 #fff, -1px 1px 0 #fff, 0 -5px 0 #fff, 0 5px 0 #fff, 5px -5px 0 #fff, 5px 0 0 #fff, 5px 5px 0 #fff;
}
@media (min-width: 360px) {
  .open-campaign-strong-number {
    font-size: 4.6rem;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .open-campaign-strong-number {
    font-size: 6.4rem;
  }
}

.campaign-pr-contents,
.campaign-pr-figure {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .campaign-pr-contents,
.campaign-pr-figure {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.campaign-pr-contents {
  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;
}

.campaign-pr-contents-title {
  text-align: center;
  font-size: 2.7rem;
  color: #4C372B;
  font-weight: bold;
  margin-top: 10px;
}
.campaign-pr-contents-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F3981C), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #F3981C 60% 90%, transparent 90%);
}
@media (min-width: 992px) {
  .campaign-pr-contents-title {
    font-size: 3.2rem;
  }
}

.campaign-pr-contents-speech img {
  width: 246px;
}
@media (min-width: 768px) {
  .campaign-pr-contents-speech img {
    width: 335px;
  }
}

.campaign-pr-figure {
  text-align: center;
}

.campaign-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .campaign-pr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.campaign-pr-contents-supplement {
  font-size: 1.2rem;
  color: #808080;
}
@media (min-width: 768px) {
  .campaign-pr-contents-supplement {
    font-size: 1.4rem;
  }
}
.campaign-pr-contents-supplement ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.campaign-pr-contents-supplement ul li:before {
  content: "※";
}

.bg-diagonal {
  position: relative;
  background: rgba(243, 152, 28, 0.25);
}
.bg-diagonal:before {
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 3px, transparent 5px);
}
.bg-diagonal .container {
  position: relative;
}

.pets-introduction {
  position: relative;
  padding-top: 20px;
  margin: 20px auto 20px;
  max-width: 780px;
}
@media (min-width: 768px) {
  .pets-introduction {
    margin: 20px auto 40px;
  }
}
.pets-introduction h2 {
  text-align: center;
  margin-bottom: 0;
  color: #4C372B;
}
.pets-introduction .pets-introduction-flag {
  position: absolute;
  top: -20px;
  width: 100px;
}
@media (min-width: 768px) {
  .pets-introduction .pets-introduction-flag {
    width: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.pets-introduction .pets-introduction-flag:first-child {
  left: 0;
}
.pets-introduction .pets-introduction-flag:last-child {
  right: 0;
}

.newopen-pet-description {
  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;
}
.newopen-pet-description .birthday {
  font-size: 1.4rem;
}



/*# sourceMappingURL=newopen.css.map */
/*追記*/
.menu-footer > li {
height: auto !important;
}

.product-tile {
  border: none;
}


.article-item-figure-name > .article-item {
  color: #fff !important;
}


.price {
  font-size: 25px !important;
  font-weight: bold;
}

