@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
.p-dog__contents {
  width: 1080px;
  margin: auto;
}
.p-dog__contents-h3 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 2px solid #C4CED3;
  line-height: 1;
  padding-bottom: 10px;
}
.p-dog .iconWithText {
  display: inline;
  text-decoration: underline;
  color: #1a73e8;
}
.p-dog .iconWithText > img {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-dog .textFlex {
  display: flex;
}
.p-dog .textFlex__item .right {
  text-align: right;
}
.p-dog__links {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-dog__links > a {
  display: block;
  height: 100%;
  position: relative;
  display: inline-block;
  width: 420px;
  padding: 18px 0;
  border-radius: 10px;
  border: 2px solid #00402A;
  margin: 0 40px;
  cursor: pointer;
  color: #00402A;
  text-align: center;
}
.p-dog__links > a:hover {
  background-color: #00402A;
  color: #fff;
}
.p-dog__links > a > img {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  width: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-dog__text {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-dog__list {
  margin: 80px 0;
}
.p-dog__list > li {
  display: flex;
  margin-bottom: 40px;
}
.p-dog__list > li .listImg {
  display: block;
  width: 344px;
  height: 236px;
  margin-right: 40px;
}
.p-dog__list > li .listImg > img {
  display: block;
  width: 344px;
  height: 236px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-dog__list > li .listText {
  width: 696px;
}
.p-dog__list > li .listText > h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 3px dotted #FCB359;
  line-height: 1;
  padding-bottom: 10px;
}
.p-dog__list > li .listText > h3 > img {
  display: inline-block;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.p-dog__list > li .listText > p {
  margin-bottom: 24px;
}
.p-dog__list > li .listText > p > .ttl {
  font-weight: bold;
}
.p-dog__list > li .listText > p .instaHash {
  color: #008D60;
  font-weight: bold;
}
.p-dog__list > li .listText > p .instaHashIcon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
.p-dog__notice {
  margin-bottom: 80px;
}
.p-dog__notice > li {
  margin-top: 30px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-dog__contents2 {
  position: relative;
  background-image: url("/assets/images/common/bg-gradient.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 80px !important;
  z-index: 1;
}
.p-dog__contents2::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: absolute;
  background: url("/assets/images/common/bg-gradient-top.svg") no-repeat top center/100%;
  z-index: -1;
}
.p-dog__contents2 .c-title11__en {
  color: #DC000C;
}
.p-dog__contents2-inner {
  width: 1080px;
  margin: auto;
}
.p-dog__contents2 .c-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.p-dog__contents2 .c-list1__item {
  width: 344px;
  height: 236px;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}
.p-dog__contents2 .c-list1__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-dog__contents2 .c-list1__item > a > img {
  width: 344px;
  height: 236px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-dog__contents2 .c-list1__item:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
  .p-dog__contents {
    width: 100%;
    padding: 0 20px;
    margin: auto;
  }
  .p-dog__contents-h3 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #C4CED3;
    line-height: 1.2;
    padding-bottom: 6px;
  }
  .p-dog__links {
    margin: auto;
    display: block;
    justify-content: initial;
    align-items: inherit;
    text-align: center;
  }
  .p-dog__links > a {
    position: relative;
    display: block;
    height: auto;
    display: inline-block;
    width: 300px;
    margin: auto;
    padding: 9px 0;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .p-dog__links > a > span {
    display: inline-block;
    text-align: center;
  }
  .p-dog__links > a > img {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 26px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-dog__text {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .p-dog__list {
    margin: 64px 0;
  }
  .p-dog__list > li {
    position: relative;
    display: block;
    margin-bottom: 50px;
    padding-top: 52px;
  }
  .p-dog__list > li .listImg {
    margin: auto;
    display: block;
    width: 100%;
    height: 241.36px;
  }
  .p-dog__list > li .listImg > img {
    display: block;
    width: 100%;
    height: 241.36px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .p-dog__list > li .listText {
    width: 100%;
    margin-top: 16px;
  }
  .p-dog__list > li .listText > h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
    font-size: 18px;
    border-bottom: 3px dotted #FCB359;
    line-height: 1;
    padding-bottom: 6px;
    white-space: nowrap;
  }
  .p-dog__list > li .listText > h3 > img {
    display: inline-block;
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: middle;
    margin-left: 6px;
  }
  .p-dog__list > li .listText > p {
    margin-bottom: 24px;
  }
  .p-dog__list > li .listText > p .instaHashIcon {
    width: 20px;
    height: 20px;
  }
  .p-dog__notice {
    margin-bottom: 50px;
  }
  .p-dog__notice > li {
    margin-top: 16px;
  }
  .p-dog__contents2 {
    position: relative;
    background-image: url("/assets/images/common/bg-gradient.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 50px !important;
    z-index: 1;
  }
  .p-dog__contents2::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100px;
    position: absolute;
    background: url("/assets/images/common/bg-gradient-top.svg") no-repeat top center/100%;
    z-index: -1;
  }
  .p-dog__contents2 .c-title11__en {
    color: #DC000C;
  }
  .p-dog__contents2-inner {
    width: 100%;
    margin: 0;
  }
  .p-dog__contents2 .c-list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    flex-flow: column;
  }
  .p-dog__contents2 .c-list1__item {
    width: 100%;
    height: 236px;
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
  }
  .p-dog__contents2 .c-list1__item > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-dog__contents2 .c-list1__item > a > img {
    width: 100%;
    height: 236px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-dog__contents2 .c-list1__item:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
  }
}