*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-size: clamp(3px, 1.33333vw, 10px);
  margin: 0;
  margin-top: 0px !important;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#wrapper {
  position: relative;
  width: 100%;
}

.c-container {
  max-width: 75rem;
  margin: 0 auto;
}

@-webkit-keyframes shiny-brite {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny-brite {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.m-content {
  position: relative;
  width: 100%;
}
.m-content img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}
.m-content .btn-content-btn {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}
.m-content .btn-content-btn img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}
.m-content .btn-content-btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-animation: shiny-brite 3s ease-in-out infinite;
          animation: shiny-brite 3s ease-in-out infinite;
  z-index: 1;
}
.m-content .btn-content-btn:hover {
  opacity: 0.8;
}
.m-content .btn-content-btn:hover::before {
  opacity: 0 !important;
}
.m-content.btn-wrapper01 {
  position: relative;
}
.m-content.btn-wrapper01 .btn-content {
  position: absolute;
  bottom: 9.6rem;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.m-content.btn-wrapper01 .btn-content .btn-content-btn {
  display: block;
  width: 67.3rem;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.m-content.btn-wrapper02 {
  position: relative;
}
.m-content.btn-wrapper02 .btn-content {
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.m-content.btn-wrapper02 .btn-content .btn-content-btn {
  display: block;
  width: 67.3rem;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.m-content.move07 {
  position: relative;
}
.m-content.move07 .move-content {
  width: 55rem;
  height: 65rem;
  max-width: 100%;
  aspect-ratio: 550/650;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.m-content.move07 .move-content video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-content {
  position: relative;
  padding: 3.2rem 3rem;
}
.b-content .content-thumb {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.b-content .content-thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.b-content .content-item {
  position: relative;
}
.b-content .content-item + .content-item {
  margin-top: 2rem;
}
.b-content .content-item .label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.8rem;
  color: #FFFFFF;
  background-color: #0EB3E9;
  text-align: center;
  padding: 0 0 0.2rem;
}
.b-content .content-item .detail {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  word-break: break-all;
}
.b-content .content-item .detail.fs-24 {
  font-size: 2.4rem;
}
.b-content .content-item .dog-list {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0rem, 1fr);
  grid-template-columns: minmax(0rem, 1fr);
  gap: 2rem;
}
.b-content .content-item .dog-list li {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  text-align: left;
  padding-left: 6rem;
}
.b-content .content-item .dog-list li a {
  color: #000;
  text-decoration: underline;
}
.b-content .content-item .dog-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 3.8rem;
  height: 3.7rem;
  background-image: url(../image/footprint.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

footer .copyright {
  background-color: #0EB3E9;
  padding: 4rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  text-align: center;
}