@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none; }

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom;
  line-height: 1; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

p {
  margin: 0; }

/* ==========================================================================
  base
========================================================================== */
body.mania {
  position: relative;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans","Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  padding-top: 50px;
  font-feature-settings: "palt";
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    body.mania {
      font-size: 20px;
      padding-top: 80px; } }

* {
  box-sizing: border-box; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none; } }
@media screen and (min-width: 960px) {
  .sp {
    display: none; } }

.se {
  display: none; }
  @media screen and (max-width: 320px) {
    .se {
      display: block; } }

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0; }

a img {
  -webkit-transition: all .3s;
  transition: all .3s; }

@media screen and (min-width: 768px) {
  a:hover img.hover {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s; } }

/* ==========================================================================
  anime
========================================================================== */
.hide {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0; }

.hide-l {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(-40px, 0); }
  @media screen and (max-width: 767px) {
    .hide-l {
      transform: translate(0, 0); } }

.hide-s {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(0, 30px); }
  @media screen and (max-width: 767px) {
    .hide-s {
      transform: translate(0, 20px); } }

.hide-r {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(40px, 0); }
  @media screen and (max-width: 767px) {
    .hide-r {
      transform: translate(0, 0); } }

.hide-mtl {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(-30px, 0); }
  @media screen and (max-width: 767px) {
    .hide-mtl {
      transform: translate(-20px, 0); } }

.hide-mtr {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  transform: translate(30px, 0); }
  @media screen and (max-width: 767px) {
    .hide-mtr {
      transform: translate(20px, 0); } }

.moves {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1 !important;
  transform: translate(0, 0); }

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 1100px; }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 20px; }
  @media screen and (min-width: 768px) {
    .menu {
      top: 30px;
      right: 30px; } }

.menu span {
  transition: all .3s;
  background: #fff;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  display: block; }
  .menu span:nth-child(1) {
    top: 0; }
  .menu span:nth-child(2) {
    top: 9px; }
  .menu span:nth-child(3) {
    bottom: 0;
    width: 20px; }

@media screen and (min-width: 768px) {
  .menu:hover span:nth-child(1) {
    width: 20px; }
  .menu:hover span:nth-child(3) {
    left: 20px; } }

.active span {
  transition: all .3s; }
  .active span:nth-child(1) {
    width: 20px; }
  .active span:nth-child(3) {
    left: 20px; }

/* ==========================================================================
  header
========================================================================== */
.mania-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background: #000000; }
  @media screen and (min-width: 768px) {
    .mania-header {
      height: 80px; } }

.header-pet {
  background: #E3597E; }

.header-logo {
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .header-logo {
      left: 20px; } }
  .header-logo img {
    height: 34px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .header-logo img {
        height: 50px; } }

.gnav {
  display: none;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50px;
  left: 0; }
  @media screen and (min-width: 768px) {
    .gnav {
      top: 80px; } }

.nav-list li {
  background: #202020;
  border-top: 1px solid #707070;
  position: relative; }
  .nav-list li a {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 60px;
    padding: 0 8%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    color: #fff;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .nav-list li a {
        padding: 0 50px;
        -webkit-transition: all .3s;
        transition: all .3s;
        height: 100px;
        justify-content: center; }
        .nav-list li a:hover {
          -webkit-transition: all .3s;
          transition: all .3s;
          background: #000000; } }
    .nav-list li a:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 50%;
      width: 16px;
      height: 20px;
      background: url(../../img/common/arrow_white.svg) no-repeat;
      background-size: contain;
      margin-top: -7px;
      transform: rotate(-90deg); }
      @media screen and (min-width: 768px) {
        .nav-list li a:after {
          width: 24px;
          height: 30px;
          margin-top: -12px;
          right: 40px; } }
    .nav-list li a.nav-cs {
      pointer-events: none;
      cursor: default; }
      .nav-list li a.nav-cs:after {
        content: none; }
  .nav-list li .l-link {
    height: 75px; }
    @media screen and (min-width: 768px) {
      .nav-list li .l-link {
        height: 100px; } }

.nav-list-pet li {
  background: #DD9AAA;
  border: none; }
  .nav-list-pet li:nth-child(even) {
    background: #E3597E; }
  .nav-list-pet li a:after {
    transform: rotate(0deg); }
  @media screen and (min-width: 768px) {
    .nav-list-pet li a:hover {
      -webkit-transition: all .3s;
      transition: all .3s;
      background: #a83151; } }

.nav-box {
  -webkit-transition: all .3s;
  transition: all .3s; }
  .nav-box .en {
    width: 100%;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .nav-box .en {
        margin-bottom: 15px;
        text-align: center; } }
    .nav-box .en img {
      height: 14px;
      width: auto; }
      @media screen and (min-width: 768px) {
        .nav-box .en img {
          height: 18px; } }
      @media screen and (max-width: 767px) {
        .nav-box .en img img {
          height: 12px; } }
  .nav-box .en-02 {
    margin-bottom: 5px; }
  .nav-box .jp {
    font-weight: bold;
    font-size: 1em; }
    @media screen and (min-width: 768px) {
      .nav-box .jp {
        font-size: 1.2em;
        text-align: center; } }
    .nav-box .jp span {
      font-size: 12px;
      color: #000000;
      background: #fff;
      font-weight: bold;
      font-family: Helvetica;
      padding: 4px;
      vertical-align: 5px; }
      @media screen and (max-width: 767px) {
        .nav-box .jp span {
          font-size: 10px;
          padding: 2px;
          vertical-align: 2.5px; } }
  .nav-box .jp_02 {
    line-height: 1.3; }

.nav-mania {
  padding: 30px 8%;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .nav-mania {
      padding: 60px 10%; } }

.nav-about-ttl {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px; }
  @media screen and (min-width: 768px) {
    .nav-about-ttl {
      margin: 0 auto 30px; } }

.nav-about-btn {
  display: block;
  padding: 10px 20px;
  background: #000000;
  width: 70%;
  max-width: 480px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .nav-about-btn:hover {
      -webkit-transition: all .3s;
      transition: all .3s;
      background: #a83151; } }

/* ==========================================================================
  footer
========================================================================== */
.mania-footer {
  background: #fff; }

.footer-float {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 768px) {
    .footer-float {
      left: auto;
      right: 0; } }

.btn-shiryo {
  display: block;
  background: #39356A;
  width: 100%;
  padding: 10px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-width: 400px; }
  .btn-shiryo img {
    width: 50%; }
    @media screen and (min-width: 768px) {
      .btn-shiryo img {
        width: 60%; } }
  @media screen and (min-width: 768px) {
    .btn-shiryo {
      padding: 20px; }
      .btn-shiryo:hover {
        background: #000000;
        -webkit-transition: all .3s;
        transition: all .3s; } }

.footer-bottom {
  padding: 30px 0 100px;
  border-top: 1px solid #ccc;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer-bottom {
      padding: 60px 0; } }

.footer-logo {
  width: 50%;
  max-width: 160px;
  margin: 0 auto 15px; }
  @media screen and (min-width: 768px) {
    .footer-logo {
      margin: 0 auto 30px;
      max-width: 200px; } }

.footer-copy {
  font-size: 0.6em;
  letter-spacing: -0.02em; }

/* ==========================================================================
  about
========================================================================== */
.about-area {
  background: #fff;
  padding: 8vw 8vw 40px 8vw; }
  @media screen and (min-width: 768px) {
    .about-area {
      padding: 80px 30px; } }

.about-img {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .about-img {
      max-width: 800px;
      margin: 0 auto 80px; } }

.about-logo {
  width: 56%;
  max-width: 600px;
  margin: 0 auto 50px; }
  @media screen and (min-width: 768px) {
    .about-logo {
      max-width: 480px;
      margin: 0 auto 80px; } }

.about-lead {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px; }
  @media screen and (min-width: 768px) {
    .about-lead {
      max-width: 480px;
      margin: 0 auto 80px; } }

.about-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 2;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .about-text {
      max-width: 1020px;
      margin: 0 auto; } }

.about-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 900px;
  margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    .about-nav {
      margin: 20px auto 0; } }

.about-nav-box {
  width: calc(100% / 3); }

.about-nav-box-01 {
  width: 34.6%;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .about-nav-box-01 {
      padding-right: 10px; } }

.about-nav-box-02 {
  width: 31.3%;
  padding: 0 30px; }
  @media screen and (max-width: 767px) {
    .about-nav-box-02 {
      padding: 0 10px; } }

.about-nav-box-03 {
  width: 34.1%;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .about-nav-box-03 {
      padding-left: 10px; } }

.about-nav-box-02 {
  border-right: 1px dotted #000000;
  border-left: 1px dotted #000000; }

.abput-nav-img {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .abput-nav-img:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.7; }
  .abput-nav-img.about-nav-cs {
    pointer-events: none;
    cursor: default; }

/* ==========================================================================
 TOP
========================================================================== */
.top-mv {
  background: url(../../img/pet/top_mv_bg_sp.webp) center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 70svh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .top-mv {
      height: auto;
      min-height: 100%;
      min-height: calc(100vh - 80px);
      min-height: calc(100svh - 80px);
      background: url(../../img/pet/top_mv_bg_pc_02.webp) center center no-repeat;
      background-size: cover;
      justify-content: flex-start; } }

.top-mv-h1 {
  opacity: 0;
  display: block;
  width: 48%;
  margin: 0 auto;
  position: absolute;
  top: 90px;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media screen and (min-width: 768px) {
    .top-mv-h1 {
      text-align: left;
      margin: 0 auto;
      position: absolute;
      width: auto;
      top: 15vh;
      left: 30%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
      .top-mv-h1 img {
        height: 50vh;
        width: auto; } }

.top-step {
  position: absolute;
  display: block;
  bottom: 50vh;
  right: 5%;
  width: 23%; }
  @media screen and (min-width: 768px) {
    .top-step {
      bottom: 15vh;
      right: 5%;
      width: 15vw;
      max-width: 180px; } }

.top-step-02 {
  position: absolute;
  display: block;
  bottom: 20vh;
  left: 5%;
  width: 20%;
  z-index: 3;
  transform: rotate(-40deg); }
  @media screen and (min-width: 768px) {
    .top-step-02 {
      bottom: -5vh;
      left: 5%;
      width: 15vw;
      max-width: 180px; } }

.top-hero {
  background: url(../../img/pet/top_hero_bg.webp) 65% top no-repeat;
  background-size: cover;
  padding: 50px 6% 130px;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .top-hero {
      padding: 12% 10% 25vh;
      background: url(../../img/pet/top_hero_bg_pc.webp) top center no-repeat;
      background-size: cover;
      background-position: 50% 8%; } }

@media screen and (min-width: 768px) {
  .top-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative; } }

.top-hero-h2 {
  display: block;
  width: 70%;
  max-width: 300px;
  margin: 30% auto 5%; }
  @media screen and (min-width: 768px) {
    .top-hero-h2 {
      margin-bottom: 60px; } }

.top-hero-h2-sub {
  display: block;
  width: 65%;
  max-width: 300px;
  margin: 0 auto 20px; }
  @media screen and (min-width: 768px) {
    .top-hero-h2-sub {
      width: 90%;
      margin: 40px auto;
      max-width: 100%; } }

@media screen and (min-width: 768px) {
  .top-hero-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    .top-hero-box .top-hero-ttl-pc {
      width: 40%; }
    .top-hero-box .top-hero-text-pc {
      width: 55%; } }

.top-hero-text {
  color: #000000;
  text-align: center;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .top-hero-text {
      text-align: left; } }

.top-hero-lead {
  font-size: 1.4em;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  color: #000000; }

.top-hero-step01 {
  position: absolute;
  left: 5%;
  top: 16%;
  width: 10%; }
  @media screen and (min-width: 768px) {
    .top-hero-step01 {
      left: -7vw;
      top: -3vw;
      width: 8%;
      max-width: 100px; } }

.top-hero-step02 {
  position: absolute;
  right: 0;
  top: 45%;
  width: 10%; }
  @media screen and (min-width: 768px) {
    .top-hero-step02 {
      width: 8%;
      max-width: 100px;
      right: -10vw; } }

.top-hero-step03 {
  position: absolute;
  right: 15px;
  bottom: 135px;
  width: 6%; }
  @media screen and (min-width: 768px) {
    .top-hero-step03 {
      width: 5%;
      max-width: 50px;
      display: none; } }

.top-hero-pet1 {
  position: absolute;
  right: -50px;
  top: 138px;
  width: 34%; }
  @media screen and (min-width: 768px) {
    .top-hero-pet1 {
      right: -11vw;
      top: 0;
      width: 24%;
      max-width: 300px; } }
  @media screen and (max-width: 920px) {
    .top-hero-pet1 {
      right: -16vw; } }

.top-hero-pet2 {
  position: absolute;
  left: -5%;
  width: 21%;
  top: 35%; }
  @media screen and (min-width: 768px) {
    .top-hero-pet2 {
      left: -8vw;
      top: 35vh;
      width: 15%;
      max-width: 200px; } }

.top-hero-pet3 {
  position: absolute;
  right: -8%;
  bottom: 189px;
  width: 24%; }
  @media screen and (min-width: 768px) {
    .top-hero-pet3 {
      bottom: -8vw;
      width: 19%;
      min-width: 140px;
      max-width: 230px;
      right: -8vw; } }
  @media screen and (max-width: 920px) {
    .top-hero-pet3 {
      right: -16vw; } }

.top-hero-bottom {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (min-width: 768px) {
    .top-hero-bottom {
      width: 100%;
      max-width: 850px;
      margin-top: 50px; } }

/* ==========================================================================
 英文タイトル
========================================================================== */
.ttl-en img {
  height: 28px;
  width: auto; }
  @media screen and (min-width: 768px) {
    .ttl-en img {
      height: 53px; } }

/* ==========================================================================
だって家族の一員だもの
========================================================================== */
.pet01-area {
  background: #E5DFD6;
  padding-bottom: 50px;
  color: #000000;
  background: url(../../img/pet/pet01_bg_01.webp) center repeat;
  background-size: auto 16%;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 768px) {
    .pet01-area {
      padding-bottom: 160px;
      background-size: contain; } }

.pet01-hero {
  position: relative;
  background: url(../../img/pet/pet01_top_bg.webp) 40% center no-repeat;
  background-size: auto 120%;
  padding: 60px 8vw;
  height: 150vw; }
  @media screen and (min-width: 768px) {
    .pet01-hero {
      height: auto;
      padding: 100px 8vw;
      min-height: 700px;
      min-height: calc(100vh - 80px);
      min-height: calc(100svh - 80px);
      background: url("../../img/pet/pet01_top_bg_pc.webp") center center no-repeat;
      background-size: cover;
      margin-bottom: 100px; } }

.pet01-hero-cont {
  position: absolute;
  left: 8vw;
  bottom: 30px; }
  @media screen and (min-width: 768px) {
    .pet01-hero-cont {
      left: 15vw;
      bottom: 5vh; } }
  .pet01-hero-cont .pet-top-h3 {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .pet01-hero-cont .pet-top-h3 {
        margin-bottom: 10px;
        height: 140px;
        width: auto; } }
    .pet01-hero-cont .pet-top-h3 img {
      width: 85%;
      max-width: 600px; }
      @media screen and (min-width: 768px) {
        .pet01-hero-cont .pet-top-h3 img {
          width: 100%;
          height: 100%; } }
  .pet01-hero-cont .pet01-hero-lead {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    font-weight: normal;
    color: #000000; }
    @media screen and (min-width: 768px) {
      .pet01-hero-cont .pet01-hero-lead {
        font-size: 1.2em; } }

.pet01-hero-step {
  position: absolute;
  display: block;
  bottom: -3vh;
  right: 5%;
  width: 20%;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .pet01-hero-step {
      bottom: -5vh;
      right: 5%;
      width: 15vw;
      max-width: 180px; } }

.pet01-set {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end; }
  .pet01-set:last-of-type {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .pet01-set {
      display: block;
      padding: 0;
      margin: 0 auto 20px; } }

.pet01-set-l {
  flex-direction: row-reverse; }

.pet01-img {
  width: 50%;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    .pet01-img {
      width: 100vw; } }

@media screen and (max-width: 767px) {
  .pet01-set .pet01-img {
    padding: 30px; } }
.pet01-set .pet01-img:after {
  left: -150px; }
  @media screen and (max-width: 767px) {
    .pet01-set .pet01-img:after {
      left: -20vw; } }

.pet01-set-r .pet01-img:after {
  right: -150px; }
  @media screen and (max-width: 767px) {
    .pet01-set-r .pet01-img:after {
      right: -20vw; } }

.pet01-ttl img {
  height: 120px;
  width: auto; }
  @media screen and (min-width: 768px) {
    .pet01-ttl img {
      height: auto;
      width: 100%;
      margin: 30px 0 0; } }
@media screen and (max-width: 767px) {
  .pet01-ttl {
    top: 30px;
    z-index: 2;
    margin: 0 auto; }
    .pet01-ttl img {
      width: auto;
      height: 26px; }
    .pet01-ttl.hide-mtl {
      left: -10vw; }
    .pet01-ttl.hide-mtr {
      right: -10vw; } }

.pet01-text {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  width: 44%;
  margin-bottom: 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .pet01-text {
      width: 100%;
      padding: 0 8vw;
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .pet01-text {
      margin-bottom: 0; } }
  .pet01-text p {
    margin-top: 30px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .pet01-text p {
        margin-top: 30px; }
        .pet01-text p:first-of-type {
          margin-top: 30px; } }

/* ==========================================================================
 パートナーアニマル・ラバーズ！
========================================================================== */
.pet02-area {
  color: #08090E; }

.pet02-top {
  position: relative;
  background: url(../../img/pet/pet02_top_bg.webp) top center no-repeat;
  background-size: cover;
  padding-top: 50px;
  height: 150vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .pet02-top {
      height: auto;
      padding: 100px 0;
      min-height: 700px;
      min-height: calc(100vh - 80px);
      min-height: calc(100svh - 80px);
      background: url(../../img/pet/pet02_top_bg_pc.webp) top center no-repeat;
      background-size: cover; } }

.pet02-top-cont {
  width: 90%;
  max-width: 600px;
  margin: 0 auto; }

.pet02-top-ttl {
  display: block;
  margin: 0 auto 10px; }

.pet02-top-lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  text-shadow: 0px 0px 10px #241c1c; }
  @media screen and (min-width: 768px) {
    .pet02-top-lead {
      font-size: 1.4em;
      text-shadow: 0 0 5px #000000; } }

.pet02-cont01 {
  background-color: #AFD6EA; }

.pet02-cont02 {
  background-color: #FDDDB1;
  padding-top: 50px; }

.pet02-hero {
  position: relative;
  background: url(../../img/pet/pet02_hero_bg_sp.webp) top center no-repeat;
  background-size: cover;
  height: 150vw; }
  @media screen and (min-width: 768px) {
    .pet02-hero {
      height: auto;
      background: url(../../img/pet/pet02_hero_bg_pc.webp) center no-repeat;
      background-size: cover;
      padding-top: 150px 0 50px;
      min-height: 700px;
      min-height: calc(100vh - 80px);
      min-height: calc(100svh - 80px); } }

.pet02-hero-02 {
  position: relative;
  background: url(../../img/pet/pet02_hero02_bg_sp.webp) top center no-repeat;
  background-size: cover;
  height: 150vw; }
  @media screen and (min-width: 768px) {
    .pet02-hero-02 {
      height: auto;
      background: url(../../img/pet/pet02_hero02_bg_pc.webp) center no-repeat;
      background-size: cover;
      padding-top: 150px 0 50px;
      min-height: 700px;
      min-height: calc(100vh - 80px);
      min-height: calc(100svh - 80px); } }

.pet02-tab {
  position: absolute;
  top: -25px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .pet02-tab {
      top: -30px;
      justify-content: center; } }

.tab-box {
  position: relative;
  width: 45%;
  height: 50px;
  background: #AFD6EA;
  padding-right: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .tab-box {
      height: 60px;
      max-width: 320px; }
      .tab-box:first-child {
        margin-right: 30px; } }
  .tab-box:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 20px;
    background: url(../../img/common/arrow_brown.svg) no-repeat;
    background-size: contain;
    margin-top: -6px; }
    @media screen and (min-width: 768px) {
      .tab-box:after {
        width: 24px;
        height: 30px;
        margin-top: -10px;
        right: 20px; } }
  .tab-box.cs {
    padding-right: 0; }
    .tab-box.cs:after {
      content: none; }
  .tab-box p {
    font-size: 0.9em;
    font-weight: bold;
    font-family: Helvetica;
    text-align: center; }
    .tab-box p img {
      height: 13px;
      width: auto; }
      @media screen and (min-width: 768px) {
        .tab-box p img {
          width: 60%;
          height: auto; } }
    .tab-box p:nth-child(1) {
      display: none; }
    .tab-box p:nth-child(2) {
      display: block; }

.tab-box_02 {
  background: #E6BB81; }

.tab-active p:nth-child(1) {
  display: block; }
.tab-active p:nth-child(2) {
  display: none; }
.tab-active:after {
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain; }

.pet02-hero-box {
  width: 65%;
  max-width: 500px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .pet02-hero-box {
      margin: 0 0 0 10%; } }

.pet02-hero-en {
  margin-top: 30px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .pet02-hero-en {
      margin-bottom: 40px; }
      .pet02-hero-en img {
        -webkit-filter: drop-shadow(0 0 10px black);
        filter: drop-shadow(0 0 10px black); } }

.pet02-hero-ttl {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .pet02-hero-ttl {
      margin-bottom: 40px; }
      .pet02-hero-ttl img {
        -webkit-filter: drop-shadow(0 0 10px black);
        filter: drop-shadow(0 0 10px black); } }

.pet02-hero02-ttl {
  margin-bottom: 20px; }
  .pet02-hero02-ttl img {
    height: 120px; }
    @media screen and (min-width: 768px) {
      .pet02-hero02-ttl img {
        height: auto; } }
  @media screen and (min-width: 768px) {
    .pet02-hero02-ttl {
      margin-bottom: 40px; }
      .pet02-hero02-ttl img {
        -webkit-filter: drop-shadow(0 0 10px black);
        filter: drop-shadow(0 0 10px black); } }

.pet02-hero-box {
  position: absolute;
  left: 0;
  top: 80px; }
  @media screen and (max-width: 767px) {
    .pet02-hero-box {
      left: 8vw;
      top: 30px; } }

.pet02-hero02-box {
  width: 65%;
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 80px; }
  @media screen and (max-width: 767px) {
    .pet02-hero02-box {
      left: 8vw;
      bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .pet02-hero02-box {
      margin: 0 0 0 10%; } }

.pet02-hero-name {
  background: #000000;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 0.9em;
  display: inline-block; }

.pet02-text {
  padding: 40px 8%;
  color: #08090E; }
  @media screen and (min-width: 768px) {
    .pet02-text {
      padding: 80px 20px;
      margin: 0 auto;
      max-width: 1060px; } }
  .pet02-text p {
    margin-bottom: 40px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 768px) {
      .pet02-text p {
        line-height: 2.2; } }
    .pet02-text p:last-child {
      margin-bottom: 0; }

.pet02-img {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .pet02-img {
      flex-direction: column;
      align-items: center;
      padding-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .pet02-img-1 {
    width: 77%;
    margin-bottom: 3%; } }

.pet02-img-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pet02-img-2 img {
    width: 50%; }
    @media screen and (min-width: 768px) {
      .pet02-img-2 img {
        width: 48.5%;
        justify-content: space-between; }
        .pet02-img-2 img:first-child {
          margin-right: 3%; } }
  @media screen and (min-width: 768px) {
    .pet02-img-2 {
      width: 77%;
      margin-bottom: 3%; } }

@media screen and (min-width: 768px) {
  .pet02-img-3 {
    margin-bottom: 20px; } }

.pet02-img-4 {
  width: 49%; }
  @media screen and (max-width: 767px) {
    .pet02-img-4 {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .pet02-img-4 {
      margin-bottom: 20px; } }

.pet02-img-5 {
  width: 49%; }
  @media screen and (max-width: 767px) {
    .pet02-img-5 {
      width: 50%; } }

.lov-outer {
  background: #fff;
  padding: 30px 8vw; }
  @media screen and (min-width: 768px) {
    .lov-outer {
      padding: 80px 20px; } }

.lov-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.lov-ttl {
  width: 56vw;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .lov-ttl {
      width: 100%;
      max-width: 400px; } }

.lov-set {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .lov-set {
      margin-top: 60px; } }

.swiper-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto; }
  @media screen and (min-width: 768px) {
    .swiper-container {
      margin-bottom: 30px; } }

.swiper-wrapper {
  height: auto; }

.swiper-slide {
  height: auto; }

.swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px; }

.swiper-pagination-bullet-active {
  background: #fff; }

.lov-name {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .lov-name {
      margin-bottom: 15px; } }
  .lov-name span {
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #E3597E; }

.lov-text {
  font-size: 0.9em;
  line-height: 1.8; }

/* ==========================================================================
獣医師のオーナー様に伺った幸せな住まいに必要なこと
========================================================================== */
.pet03-area {
  background: #fff;
  padding-bottom: 50px;
  color: #fff;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .pet03-area {
      padding-bottom: 5vh; } }

.pet03-hero {
  position: relative;
  background: url(../../img/pet/pet03_top_bg.webp) bottom center no-repeat;
  background-size: auto 120%;
  padding: 60px 8vw;
  height: 150vw;
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pet03-hero {
      height: auto;
      padding: 100px 8vw;
      min-height: 700px;
      min-height: calc(100vh - 80px);
      min-height: calc(100svh - 100px);
      background-size: cover;
      margin-bottom: 80px; } }

.music-top-en {
  margin-bottom: 15px; }

.pet03-top-h3 img {
  height: auto;
  width: 90%; }
  @media screen and (min-width: 768px) {
    .pet03-top-h3 img {
      height: auto;
      width: 70%;
      max-width: 750px; } }

.pet03-hero-lead {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 20px;
  line-height: 2;
  font-weight: normal;
  text-shadow: 0 0 2px #AFD6EA;
  font-size: 1.1em;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .pet03-hero-lead {
      font-size: 1.2em; } }

.pet03-name {
  margin-top: 10px;
  line-height: 2;
  font-weight: bold;
  text-shadow: 0 0 2px #AFD6EA;
  font-size: 0.8em;
  color: #fff; }

.pet03-set {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 160px; }
  .pet03-set:last-of-type {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .pet03-set {
      display: block;
      padding: 0;
      margin: 50px auto 50px; } }
  @media screen and (min-width: 768px) {
    .pet03-set {
      width: 90%;
      max-width: 1000px;
      padding: 0;
      margin: 0 auto 5%; } }

@media screen and (min-width: 768px) {
  .pet03-top {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; } }

.pet03-set-l {
  flex-direction: row-reverse; }

.pet03-img-top {
  width: 100%;
  padding: 0 8vw;
  margin: 30px auto; }
  @media screen and (min-width: 768px) {
    .pet03-img-top {
      padding: 0; } }

.pet03-img {
  position: relative;
  width: 80vw;
  z-index: 0; }
  @media screen and (min-width: 768px) {
    .pet03-img {
      width: 70vw;
      max-width: 750px; } }
  .pet03-img:after {
    content: '';
    position: absolute;
    bottom: -60px;
    width: 150px;
    height: 60px; }
    @media screen and (max-width: 767px) {
      .pet03-img:after {
        width: 20vw;
        height: 8vw;
        bottom: -8vw; } }

.pet03-img-bottom {
  width: 100%;
  padding: 0 8vw;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .pet03-img-bottom {
      padding: 0;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .pet03-img-bottom .hide {
      width: 45%; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .pet03-img-bottom .hide img {
      width: 100%; } }

  @media screen and (min-width: 768px) {
    .pet03-img-bottom .square {
      display: flex;
      align-items: center; } }

.pet03-set-l .pet03-img {
  margin-left: 20vw; }
  .pet03-set-l .pet03-img:after {
    left: -20vw; }
  @media screen and (min-width: 768px) {
    .pet03-set-l .pet03-img {
      margin-left: 15vw; } }

.pet03-set-r .pet03-img:after {
  right: -150px;
  right: -20vw; }

.pet03-ttl_top {
  text-align: center; }
  .pet03-ttl_top img {
    height: 60px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .pet03-ttl_top img {
        height: auto;
        width: 60%; } }

.pet03-ttl {
  position: absolute;
  z-index: 2; }
  .pet03-ttl img {
    height: auto;
    width: 30px; }
    @media screen and (min-width: 768px) {
      .pet03-ttl img {
        width: 5vw;
        max-height: 990px; } }
  .pet03-ttl.hide-mtl {
    left: -13vw; }
  .pet03-ttl.hide-mtr {
    right: -13vw; }

.pet03-text {
  width: 100%;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .pet03-text {
      width: 100%;
      padding: 0 8vw;
      margin-bottom: 0; } }
  .pet03-text p {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: normal;
    font-weight: normal;
    color: #64493B;
    margin-top: 60px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .pet03-text p {
        margin-top: 30px; }
        .pet03-text p:first-of-type {
          margin-top: 30px; } }

.pet03-clumn {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 5%;
  color: #64493B; }
  @media screen and (max-width: 767px) {
    .pet03-clumn {
      width: 100%;
      padding: 0 8vw;
      margin-bottom: 0; } }
  .pet03-clumn h4 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .pet03-clumn h4 img {
      width: 100px; }
  .pet03-clumn .pet03-clumn-inner {
    background-color: #FFF9F2;
    padding: 35px 18px 18px; }
    @media screen and (min-width: 768px) {
      .pet03-clumn .pet03-clumn-inner {
        padding: 5%; } }
  .pet03-clumn .clumn-ttl {
    padding: 7px 0;
    margin: 5px auto;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #64493B;
    border-bottom: 1px solid #64493B; }
    @media screen and (min-width: 768px) {
      .pet03-clumn .clumn-ttl {
        padding: 2%;
        font-size: 1em; } }
  .pet03-clumn .clumn-ttl-sub {
    text-align: center;
    margin: 15px auto; }
    .pet03-clumn .clumn-ttl-sub span {
      background-color: #64493B;
      padding: 5px 8px;
      color: #fff; }
  .pet03-clumn p {
    line-height: 1.7;
    font-size: 0.9rem; }
    .pet03-clumn p span {
      font-weight: bold; }
    @media screen and (min-width: 768px) {
      .pet03-clumn p {
        font-size: 0.9em; } }
  .pet03-clumn .column-caution {
    font-size: 0.8rem;
    margin-bottom: 20px;
    line-height: 1.5; }
  .pet03-clumn ul {
    margin-bottom: 20px; }
    .pet03-clumn ul li {
      font-size: 0.8rem;
      line-height: 1.5;
      text-indent: -1em;
      padding-left: 1em;
      word-break: break-all; }

/* ==========================================================================
 家族みんなに同じ気持ちよさ
========================================================================== */
.pet04-area {
  background: url(../../img/pet/pet04_bg.webp) center top repeat;
  background-size: 100% auto;
  color: #08090E;
  padding-bottom: 50px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .pet04-area {
      background: url(../../img/pet/pet04_bg.webp) center top repeat;
      background-size: 40% auto;
      padding: 0 20px; } }

@media screen and (min-width: 768px) {
  .pet04-top-cont {
    margin-top: 50px; } }

.pet04-en {
  padding-top: 50px;
  margin: 0 auto 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pet04-en {
      margin: 0 auto 40px; } }
  .pet04-en img {
    height: 18px; }
    @media screen and (min-width: 768px) {
      .pet04-en img {
        height: 30px; } }

.pet04-h3 {
  display: block;
  padding: 0 19vw;
  max-width: 500px;
  margin: 0 auto 30px; }
  @media screen and (min-width: 768px) {
    .pet04-h3 {
      width: 100%;
      margin: 0 auto;
      padding: 0; } }

.pet04-lead-outer {
  width: 90vw;
  margin: 0 auto 30px;
  padding: 5px 0; }
  @media screen and (min-width: 768px) {
    .pet04-lead-outer {
      max-width: 960px;
      margin: 0 auto 60px; } }

.pet04-lead-inner {
  line-height: 1.7;
  font-size: 0.9em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pet04-lead-inner {
      padding: 30px 0;
      font-size: 1.1em; } }

.pet04-top-linkinner {
  position: relative;
  background: url(../../img/pet/pet04_top_img.svg) center top no-repeat;
  height: 40vh;
  width: 95vw; }
  @media screen and (min-width: 768px) {
    .pet04-top-linkinner {
      height: 50vh;
      width: 95vw;
      margin: 0 auto;
      max-width: 850px; } }
  .pet04-top-linkinner a {
    position: absolute;
    width: fit-content; }
    .pet04-top-linkinner a img {
      width: 26vw;
      max-width: 180px; }

.fuki-01 {
  top: 0;
  left: 15%; }

.fuki-02 {
  top: 0;
  right: 20%; }

.fuki-03 {
  top: 30%;
  right: 0; }

.fuki-04 {
  top: 30%;
  left: 5%; }

.fuki-05 {
  bottom: 10%;
  right: 3%; }

.fuki-06 {
  bottom: 15%;
  left: 5%; }

.graph-ab {
  position: absolute; }

.graph-op {
  opacity: 0; }

.g-move-1 {
  opacity: 1;
  transition: 1s;
  transition-delay: .3s; }

.g-move-2 {
  opacity: 1;
  transition: 1s;
  transition-delay: .6s; }

.g-move-3 {
  opacity: 1;
  transition: 1s;
  transition-delay: .9s; }

.g-move-4 {
  opacity: 1;
  transition: 1s;
  transition-delay: 1.2s; }

.g-move-5 {
  opacity: 1;
  transition: 1s;
  transition-delay: 1.5s; }

.g-move-6 {
  opacity: 1;
  transition: 1s;
  transition-delay: 1.8s; }

.pet04-set {
  width: 100%;
  max-width: 1240px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
  padding: 0;
  margin: 50px auto 50px; }
  .pet04-set:last-of-type {
    margin: 0 auto; }

.pet04-set-l {
  flex-direction: row-reverse; }

.pet04-img {
  position: relative;
  width: 50%;
  z-index: 0;
  width: 80vw; }
  @media screen and (min-width: 768px) {
    .pet04-img {
      width: 55vw;
      margin: 0 auto; } }

.pet04-img-01 {
  width: 80vw;
  margin-left: 20vw; }
  @media screen and (min-width: 768px) {
    .pet04-img-01 {
      max-width: 600px;
      margin-left: 20vw; } }
  @media screen and (max-width: 920px) {
    .pet04-img-01 {
      max-width: 100%; } }

.pet04-img-02 {
  width: 100vw;
  margin-left: 20vw; }
  @media screen and (min-width: 768px) {
    .pet04-img-02 {
      max-width: 700px;
      margin-left: 5vw; } }
  @media screen and (max-width: 920px) {
    .pet04-img-02 {
      max-width: 100%;
      margin-left: 0; } }

.pet04-img-03 {
  padding-left: 4vw;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .pet04-img-03 {
      max-width: 850px;
      padding-left: 0;
      margin-left: 20vw; } }

.pet04-img-04 {
  padding-right: 4vw; }
  @media screen and (min-width: 768px) {
    .pet04-img-04 {
      max-width: 750px; } }

.pet04-img-05 {
  padding-right: 8vw;
  padding-top: 30px;
  padding-bottom: 4vh; }
  @media screen and (min-width: 768px) {
    .pet04-img-05 {
      max-width: 750px;
      padding-right: 0;
      padding-left: 13vw;
      padding-bottom: 9vh;
      margin: 0 auto; } }

.pet04-img-06 {
  padding-left: 10vw; }
  @media screen and (min-width: 768px) {
    .pet04-img-06 {
      max-width: 650px;
      padding-left: 0;
      margin-left: 0;
      margin: 0 auto; } }

.pet04-ttl {
  position: absolute;
  z-index: 2; }
  .pet04-ttl img {
    height: auto;
    width: 75px;
    max-width: 150px; }
  .pet04-ttl.hide-mtl {
    left: -13vw; }
    @media screen and (min-width: 768px) {
      .pet04-ttl.hide-mtl {
        left: -10vw; } }
  .pet04-ttl.hide-mtr {
    right: -13vw; }
  .pet04-ttl.pet04-ttl-01 {
    left: 8vw; }
    @media screen and (min-width: 768px) {
      .pet04-ttl.pet04-ttl-01 {
        left: 8vw; } }
  @media screen and (min-width: 768px) {
    .pet04-ttl.pet04-ttl-02 {
      right: 0vw; } }
  @media screen and (min-width: 768px) {
    .pet04-ttl.pet04-ttl-03 {
      left: 10vw;
      top: -5vh; } }
  @media screen and (min-width: 768px) {
    .pet04-ttl.pet04-ttl-05 {
      left: 6vw; } }
  .pet04-ttl img {
    height: 120px;
    width: auto; }
    @media screen and (min-width: 768px) {
      .pet04-ttl img {
        height: auto;
        width: 10vw; } }
  @media screen and (max-width: 767px) {
    .pet04-ttl {
      position: absolute;
      z-index: 2; }
      .pet04-ttl img {
        height: auto;
        width: 75px; }
      .pet04-ttl.hide-mtl {
        left: -13vw; }
      .pet04-ttl.hide-mtr {
        right: -13vw; } }

@media screen and (max-width: 767px) {
  .pet04-text {
    width: 100%;
    padding: 0 8vw; } }
@media screen and (min-width: 768px) {
  .pet04-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 50px auto 100px; } }
.pet04-text p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans","Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  margin-top: 20px;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .pet04-text p {
      margin-top: 20px; } }
.pet04-text .pet04-ttl-sub {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.1rem; }
  @media screen and (min-width: 768px) {
    .pet04-text .pet04-ttl-sub {
      font-size: 1.2em; } }
@media screen and (min-width: 768px) {
  .pet04-text .pet04-text-l {
    width: 45%; } }

@media screen and (min-width: 768px) {
  #tech06 .pet04-text {
    align-items: flex-start; } }

.tech-text-02 {
  font-size: 0.6rem;
  margin: 20px auto;
  line-height: 1.5; }

.tech-text-05 {
  font-size: 0.7rem;
  margin: 20px auto 30px;
  line-height: 1.6; }

@media screen and (max-width: 767px) {
  .pet04-set-l .pet04-img {
    margin-left: 20vw; } }
.pet04-set-l .pet04-img:after {
  left: -150px; }
  @media screen and (max-width: 767px) {
    .pet04-set-l .pet04-img:after {
      left: -20vw; } }
@media screen and (min-width: 768px) {
  .pet04-set-l .pet04-img-20 {
    padding-left: 10%; } }

.pet04-set-r .pet04-img:after {
  right: -150px; }
  @media screen and (max-width: 767px) {
    .pet04-set-r .pet04-img:after {
      right: -20vw; } }

.pet04-tech-img {
  display: block;
  padding: 0 8vw;
  margin: 20px auto; }
  .pet04-tech-img img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .pet04-tech-img {
      width: 48%;
      padding: 0 1vw;
      height: 100%;
      margin: 0; } }

.tech-img02 {
  margin: 30px auto; }

.tech-article {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

/* ==========================================================================
 薪ストーブのあるモデルハウス
========================================================================== */
.pet05-area {
  background: #fff; }

.pet05-top {
  padding: 50px 0 30px; }
  @media screen and (min-width: 768px) {
    .pet05-top {
      padding: 80px 0; } }

.pet05-ttl {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pet05-ttl {
      margin-bottom: 60px; } }

.pet05-top-h3 {
  display: block;
  padding: 0 15vw; }
  @media screen and (min-width: 768px) {
    .pet05-top-h3 {
      padding: 0;
      max-width: 550px;
      margin: 0 auto; } }

.pet05-top-en {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .pet05-top-en {
      margin-bottom: 40px; } }

.pet05-top-sub {
  padding: 0 8vw;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.9em;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .pet05-top-sub {
      max-width: 960px;
      margin: 0 auto 40px;
      text-align: center; } }

.pet05-top-h3 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    .pet05-top-h3 {
      font-size: 2em; } }

.pet05-top-lead {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 8vw; }
  @media screen and (min-width: 768px) {
    .pet05-top-lead {
      text-align: center;
      font-size: 1.2em;
      margin-bottom: 40px; } }

.pet05-top-points {
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  display: block;
  margin: 0 6vw;
  padding: 4vw;
  background-color: #FFF7F7;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pet05-top-points {
      width: 80%;
      max-width: 750px;
      margin: 0 auto; } }
  .pet05-top-points p {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 20px; }

.pet05-top-points-ttl {
  font-weight: bold;
  padding: 10px;
  color: #a83151;
  border-top: 1px solid #a83151;
  border-bottom: 1px solid #a83151;
  margin-bottom: 20px; }

.points-ttl-sub {
  text-align: center;
  color: #a83151;
  font-weight: bold;
  margin-bottom: 15px; }

.model-img {
  width: 92%;
  margin: 0 auto 20px; }
  @media screen and (min-width: 768px) {
    .model-img {
      width: 80%; } }

.pet05-list {
  text-align: center; }
  .pet05-list h5 {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-style: normal;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      .pet05-list h5 {
        margin-bottom: 20px; } }

.model-text {
  text-align: left;
  padding: 0 5%;
  line-height: 1.5rem; }
  @media screen and (min-width: 768px) {
    .model-text {
      position: absolute;
      left: 5vw;
      bottom: -4vw;
      width: 34vw;
      height: auto;
      background: #FAF8F4;
      padding: 30px; } }
  .model-text p {
    line-height: 1.5em; }
    @media screen and (min-width: 768px) {
      .model-text p {
        font-size: 0.7em; } }

.pet05-list {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .pet05-list {
      margin-bottom: 130px; } }
  .pet05-list li {
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .pet05-list li {
        position: relative;
        margin-bottom: 80px; } }
    .pet05-list li:last-child {
      margin-bottom: 0; }
    .pet05-list li:nth-child(even) .model-img {
      margin-left: 8%; }
      @media screen and (min-width: 768px) {
        .pet05-list li:nth-child(even) .model-img {
          margin-left: 20%; } }
    @media screen and (min-width: 768px) {
      .pet05-list li:nth-child(even) .model-text {
        right: auto;
        left: 5vw; } }

.model-det {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.7; }
  @media screen and (min-width: 768px) {
    .model-det {
      font-size: 0.6em; } }

.pet05-bottom {
  background: #FAF8F4;
  padding: 40px 8%; }
  @media screen and (min-width: 768px) {
    .pet05-bottom {
      padding: 80px 30px; } }

.pet05-list-ttl {
  font-size: 1.1em;
  margin-bottom: 15px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .pet05-list-ttl {
      margin-bottom: 30px; } }

.pet05-model-modashi {
  padding: 5px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  @media screen and (min-width: 768px) {
    .pet05-model-modashi {
      padding: 10px 0;
      max-width: 960px;
      margin: 0 auto; } }

.model-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.8em;
  width: 100%; }
  .model-table td {
    padding: 8px 0; }
    @media screen and (min-width: 768px) {
      .model-table td {
        padding: 12px 0; } }

.td-01 {
  width: 20%; }

.td-02 {
  width: 35%; }

.td-03 {
  width: 45%; }

.model-list-box {
  height: 300px;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .model-list-box {
      height: 400px;
      max-width: 960px;
      margin: 0 auto 60px; } }

.model-list-table {
  padding: 15px 0; }
  .model-list-table li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #707070; }
    .model-list-table li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }

.pet05-btn {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #E3597E;
  text-decoration: none;
  max-width: 480px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 768px) {
    .pet05-btn {
      margin: 0 auto; }
      .pet05-btn:hover {
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #a83151; } }

.model-btn-logo {
  width: 36%;
  margin: 0 auto 10px; }

.model-btn-text {
  font-size: 1em;
  font-weight: bold;
  text-align: center; }

.model-cap {
  font-size: 0.8em;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .model-cap {
      max-width: 960px;
      margin: 0 auto;
      font-size: 0.7em; } }

.btn-yoyaku {
  display: block;
  padding-right: 10px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  text-decoration: none;
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background: #000; }
  @media screen and (min-width: 768px) {
    .btn-yoyaku {
      height: 36px;
      line-height: 36px;
      width: 200px; } }
  .btn-yoyaku:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px; }
