@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

[hidden] {
  display: none;
}

.detail__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.detail__info > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .cont__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about__rule-link, .about__contact-btn, .header__logo, .act__entry, .entry__btn {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.about__rule-link:hover, .about__contact-btn:hover, .header__logo:hover, .act__entry:hover, .entry__btn:hover {
  opacity: 0.7;
}

.act__entry, .entry__btn {
  display: block;
  width: 400px;
  margin: 0 auto;
  background-color: #e1251b;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .act__entry, .entry__btn {
    max-width: 240px;
    width: 100%;
    border-radius: 25px;
  }
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/notosansjp-400.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/notosansjp-700.woff2") format("woff2");
}
/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cont {
  color: #4c4948;
  font-feature-settings: "palt";
}
/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transition-timing-function: ease-in-out;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* header:start */
.header {
  position: relative;
  z-index: 1;
  padding: 15px 0 16px;
  box-shadow: 0px 0px 20px 0 rgba(51, 51, 51, 0.12);
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2.4% 0;
    box-shadow: 0px 0px 2.6666666667vw 0 rgba(51, 51, 51, 0.12);
  }
}
.header__logo {
  display: block;
  width: 226px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 33.6%;
  }
}

/* header:end */
/* kv:start */
.kv {
  background-color: #e1251b;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 30px, rgba(255, 255, 255, 0.1) 30px, rgba(255, 255, 255, 0.1) 60px);
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .kv {
    background-image: repeating-linear-gradient(120deg, transparent, transparent 15px, rgba(255, 255, 255, 0.1) 15px, rgba(255, 255, 255, 0.1) 30px);
  }
}
.kv__image {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* kv:end */
/* entry:start */
.entry {
  background-image: url(../images/pc/entry_bg.png);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .entry {
    background-image: url(../images/sp/entry_bg.png);
  }
}
.entry .cont__container {
  padding-top: 120px;
  padding-bottom: 440px;
}
@media screen and (min-width: 1921px) {
  .entry .cont__container {
    padding-bottom: 22.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .entry .cont__container {
    padding-top: 13.3333333333vw;
    padding-bottom: 32vw;
  }
}
.entry__ttl {
  width: 94.7777777778%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .entry__ttl {
    width: 79.1044776119%;
    max-width: 265px;
    margin-bottom: 25px;
  }
}
.entry__txt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.9166666667;
}
@media screen and (max-width: 768px) {
  .entry__txt {
    margin-bottom: 25px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.entry__txt-red {
  display: inline-block;
  margin-top: -5px;
  font-size: 1.2em;
  color: #e1251b;
}
@media screen and (max-width: 768px) {
  .entry__txt-red {
    margin: -5px 0;
  }
}
.entry__period {
  max-width: 750px;
  background-color: #fff;
  margin: 0 auto 50px;
  padding: 15px 5px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4285714286;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .entry__period {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .entry__period {
    max-width: 335px;
    width: 100%;
    margin-bottom: 30px;
    padding: 7px 0;
    font-size: 1.5rem;
    line-height: 1.5333333333;
    border-width: 1px;
    border-radius: 5px;
  }
}
.entry__period-red {
  color: #e1251b;
}
/* entry:end */
/* detail:start */
.detail {
  background-color: #acf0ff;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 35px, rgba(255, 255, 255, 0.2) 35px, rgba(255, 255, 255, 0.2) 70px);
  mask-image: url(../images/pc/detail_bg_mask.png), linear-gradient(to bottom, transparent 0%, transparent 320px, #acf0ff 320px, #acf0ff 100%);
  -webkit-mask-image: url(../images/pc/detail_bg_mask.png), linear-gradient(to bottom, transparent 0%, transparent 320px, #acf0ff 320px, #acf0ff 100%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  margin-top: -320px;
  padding-top: 145px;
  padding-bottom: 240px;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .detail {
    mask-image: url(../images/pc/detail_bg_mask.png), linear-gradient(to bottom, transparent 0%, transparent 16.6666666667vw, #acf0ff 16.6666666667vw, #acf0ff 100%);
    -webkit-mask-image: url(../images/pc/detail_bg_mask.png), linear-gradient(to bottom, transparent 0%, transparent 16.6666666667vw, #acf0ff 16.6666666667vw, #acf0ff 100%);
    margin-top: -16.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .detail {
    background-image: repeating-linear-gradient(120deg, transparent, transparent 18px, rgba(255, 255, 255, 0.2) 18px, rgba(255, 255, 255, 0.2) 36px);
    mask-image: url(../images/sp/detail_bg_mask.png), linear-gradient(to bottom, transparent 0%, transparent 18.2666666667vw, #acf0ff 18.2666666667vw, #acf0ff 100%);
    -webkit-mask-image: url(../images/sp/detail_bg_mask.png), linear-gradient(to bottom, transparent 0%, transparent 18.2666666667vw, #acf0ff 18.2666666667vw, #acf0ff 100%);
    margin-top: -18.2666666667vw;
    padding-top: 16vw;
    padding-bottom: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .detail .cont__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.detail__invite {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .detail__invite {
    margin-bottom: 20px;
  }
}
.detail__invite-ttl {
  width: 100%;
  max-width: 709px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detail__invite-ttl {
    width: 91.2%;
    max-width: 342px;
    margin-bottom: 20px;
  }
}
.detail__invite-text {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .detail__invite-text {
    font-size: 1.5rem;
  }
}
.detail__title {
  width: 100%;
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .detail__title {
    width: 92.6666666667%;
    max-width: 347px;
    margin-bottom: 30px;
  }
}
.detail__info {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detail__info {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.detail__info-cont:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .detail__info-cont:not(:last-child) {
    margin-bottom: 10px;
  }
}
.detail__info dt {
  color: #0068b7;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .detail__info dt {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
.detail__info dd {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__info dd {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.detail__info-red {
  color: #e1251b;
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .detail__info-red {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin-top: 10px;
  }
}
.detail__notes {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .detail__notes {
    width: 82.6666666667%;
    max-width: 310px;
    margin-bottom: 35px;
  }
}
.detail__notes li {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .detail__notes li {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* detail:end */
.act__second::before, .act__first::before, .act__second::after, .act__first::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #aaa;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .act__second::before, .act__first::before, .act__second::after, .act__first::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}

/* act:start */
.act {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 5px 6px 0px rgb(255, 221, 0);
  padding-top: 60px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .act {
    width: 89.3333333333%;
    box-shadow: 0.9333333333vw 0.8vw 0px rgb(255, 221, 0);
    border-radius: 4vw;
    padding-top: 8%;
    padding-bottom: 10.6666666667%;
  }
}
.act__title {
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .act__title {
    width: 23.5820895522%;
    max-width: none;
    margin-bottom: 8.9552238806%;
  }
}
.act__first, .act__second {
  width: 86.6666666667%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .act__first, .act__second {
    width: 100%;
  }
}
.act__time {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .act__time {
    width: 88.0597014925%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.4626865672%;
  }
}
.act__fukidashi {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .act__fukidashi {
    width: 90.5970149254%;
    margin-bottom: 5.223880597%;
  }
}
.act__title-event {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .act__title-event {
    width: 88.0597014925%;
    margin-left: auto;
    margin-right: auto;
  }
}
.act__text {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .act__text {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    margin-top: 5.9701492537%;
  }
}
.act__first::before {
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .act__first::before {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.act__first::after {
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .act__first::after {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.act__characters {
  margin-top: 45px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .act__characters {
    margin-top: 5.9701492537%;
    margin-bottom: 8.9552238806%;
  }
}
.act__characters li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.act__characters-image {
  max-width: 132px;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .act__characters-image {
    width: 20.2985074627%;
    margin-right: 5.9701492537%;
  }
}
.act__characters-text {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .act__characters-text {
    font-size: 3.2vw;
    line-height: 1.25;
    margin-bottom: 1.4925373134%;
  }
}
.act__characters-name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .act__characters-name {
    font-size: 3.4666666667vw;
  }
}
.act__second::before {
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .act__second::before {
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.act__second::after {
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .act__second::after {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.act__support {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .act__support {
    font-size: 2.6666666667vw;
    margin-top: 4.4776119403%;
  }
}
.act__image {
  max-width: 540px;
  margin: 45px auto 35px;
}
@media screen and (max-width: 768px) {
  .act__image {
    width: 80.5970149254%;
    margin-top: 6.7164179104%;
    margin-bottom: 4.4776119403%;
  }
}
.act__note {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .act__note {
    width: 88.0597014925%;
    font-size: 2.6666666667vw;
    line-height: 1.7;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.447761194%;
  }
}

/* act:end */
.about__rule .cont__container:after, .about__rule::before, .about__green::before, .about::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

/* about:start */
.about {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 13.3333333333vw;
  }
}
.about::before {
  width: 100%;
  height: 17.5vw;
  background-image: url(../images/pc/about_bg_upper.png);
  background-size: 100%;
  bottom: calc(100% - 6.25vw);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .about::before {
    background-image: url(../images/sp/about_bg_upper.png);
    height: 21.2vw;
    bottom: calc(100% - 13.3333333333vw);
  }
}
.about__container {
  overflow: hidden;
}
.about__pawpatrol {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #e1251b;
  padding: 56px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about__pawpatrol {
    border-width: 0.2666666667vw;
    border-radius: 4vw;
    padding: 8vw 0 7.3333333333vw;
  }
}
@media screen and (max-width: 375px) {
  .about__pawpatrol {
    border-width: 1px;
  }
}
.about__pawpatrol-cont {
  width: 91.5178571429%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about__pawpatrol-cont {
    width: 90.0900900901%;
  }
}
.about__pawpatrol-ttl {
  width: 600px;
  border-bottom: 2px solid #e1251b;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__pawpatrol-ttl {
    width: 100%;
    border-width: 0.2666666667vw;
    margin-bottom: 6.6666666667%;
  }
}
@media screen and (max-width: 375px) {
  .about__pawpatrol-ttl {
    border-width: 1px;
  }
}
.about__pawpatrol-ttlimg {
  width: 343px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .about__pawpatrol-ttlimg {
    width: 60.6666666667%;
    margin-bottom: 6.6666666667%;
  }
}
.about__pawpatrol-text {
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .about__pawpatrol-text {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.about__pawpatrol-partner {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .about__pawpatrol-partner {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.about__pawpatrol-img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .about__pawpatrol-img {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 5px;
  }
}
.about__pawpatrol-copyright {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 768px) {
  .about__pawpatrol-copyright {
    font-size: 1rem;
  }
}
.about__green {
  padding-top: 405px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .about__green {
    padding-top: 41.3265306122vw;
  }
}
@media screen and (max-width: 768px) {
  .about__green {
    padding-top: 125px;
  }
}
.about__green::before {
  width: 735px;
  height: 291px;
  background-image: url(../images/pc/about_deco_01.png);
  background-size: contain;
  top: 40px;
  right: 0;
}
@media screen and (max-width: 980px) {
  .about__green::before {
    width: 75vw;
    height: 29.693877551vw;
  }
}
@media screen and (max-width: 768px) {
  .about__green::before {
    width: 197px;
    height: 82px;
    background-image: url(../images/sp/about_deco_01.png);
    top: 25px;
  }
}
.about__green-cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .about__green-cont {
    width: 89.552238806%;
  }
}
.about__green-cont:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about__green-cont:not(:last-child) {
    margin-bottom: 30px;
  }
}
.about__green-ttl {
  color: #0068b7;
  font-size: 3.4rem;
  line-height: 1.7647058824;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #0068b7;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__green-ttl {
    margin: 0 auto 20px;
    padding-left: 5px;
    padding-bottom: 15px;
    font-size: 4.8vw;
    line-height: 1.6666666667;
    border-bottom-width: 0.2666666667vw;
  }
}
.about__green-txt {
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .about__green-txt {
    font-size: 1.2rem;
  }
}
.about__green-info {
  font-size: 2.6rem;
  line-height: 1.6923076923;
  font-weight: bold;
  text-align: center;
  padding-right: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about__green-info {
    padding-right: 7px;
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.about__rule {
  padding-top: 480px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .about__rule {
    padding-top: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .about__rule {
    padding-top: 145px;
  }
}
.about__rule::before {
  width: 783px;
  height: 297px;
  background-image: url(../images/pc/about_deco_02.png);
  background-size: contain;
  position: absolute;
  top: 80px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .about__rule::before {
    width: 79.8979591837vw;
    height: 30.306122449vw;
  }
}
@media screen and (max-width: 768px) {
  .about__rule::before {
    width: 205px;
    height: 75px;
    background-image: url(../images/sp/about_deco_02.png);
    top: 20px;
  }
}
.about__rule .cont__container {
  padding-bottom: 495px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__rule .cont__container {
    padding-bottom: 163px;
  }
}
.about__rule .cont__container:after {
  width: 1468px;
  height: 489px;
  background-image: url(../images/pc/about_deco_03.png);
  background-position: center center;
  background-size: contain;
  bottom: -53px;
  right: -430px;
}
@media screen and (max-width: 768px) {
  .about__rule .cont__container:after {
    width: 100%;
    height: 141px;
    background-image: url(../images/sp/about_deco_03.png);
    background-size: cover;
    background-position: top left;
    bottom: -14px;
    right: 0;
  }
}
.about__rule-cont {
  margin-bottom: 70px;
  padding: 55px 40px;
  font-size: 2rem;
  line-height: 1.5;
  background-color: #e0f9ff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .about__rule-cont {
    margin-bottom: 35px;
    padding: 25px 17px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
    border-radius: 15px;
  }
}
.about__rule-note {
  text-indent: -1em;
  padding-left: 1em;
}
.about__rule-rules {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about__rule-rules {
    margin-bottom: 20px;
  }
}
.about__rule-list {
  text-indent: -0.5em;
  margin-left: 5px;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .about__rule-list {
    margin-left: 3px;
  }
}
.about__rule-link {
  color: #0068b7;
}
.about__rule-logos {
  max-width: 562px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__rule-logos {
    width: 96.6666666667%;
    max-width: 290px;
    margin-bottom: 25px;
  }
}
.about__rule-logo--01 {
  width: 27.9359430605%;
}
@media screen and (max-width: 768px) {
  .about__rule-logo--01 {
    width: 29.8275862069%;
  }
}
.about__rule-logo--02 {
  width: 26.1565836299%;
}
@media screen and (max-width: 768px) {
  .about__rule-logo--02 {
    width: 28.1034482759%;
  }
}
.about__rule-logo--03 {
  width: 26.6903914591%;
}
@media screen and (max-width: 768px) {
  .about__rule-logo--03 {
    width: 25.8620689655%;
  }
}
.about__rule-logo--04 {
  width: 65.8362989324%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .about__rule-logo--04 {
    width: 71.0344827586%;
    margin-top: 20px;
  }
}
.about__rule-copyright {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .about__rule-copyright {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.about__contact-text {
  text-align: center;
  margin-bottom: 75px;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .about__contact-text {
    margin-bottom: 35px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.about__contact-btn {
  display: block;
  width: 540px;
  margin: 0 auto 25px;
  background-color: #00a28f;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .about__contact-btn {
    max-width: 270px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
  }
}
.about__bobun {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .about__bobun {
    font-size: 1rem;
  }
}

/* about:end */
.footer__copyright-meijiyasuda, .footer__copyright-pawpatrol {
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__copyright-meijiyasuda, .footer__copyright-pawpatrol {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}

/* footer:start */
.footer {
  padding: 45px 0 180px;
  background-color: #00a18f;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 3.3333333333% 0 10.6666666667%;
  }
}
.footer__copyright-pawpatrol {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__copyright-pawpatrol {
    margin-bottom: 2.6666666667%;
  }
}
.footer__copyright-expo {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__copyright-expo {
    margin-bottom: 2.6666666667%;
  }
}

/* footer:end */