@charset "UTF-8";
/* CSS Document */
/***** リセット *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
}

a:hover, a.selected {
  text-decoration: none;
}

/***** 共通 *****/
html, body {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
}

* {
  max-height: 99999px;
}

.contents {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}

img {
  width: 100%;
  display: block;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: 0.75;
}
@media (max-width: 1090px) {
  a:hover {
    opacity: 1;
  }
}

.pc {
  display: block;
}
@media (max-width: 1090px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1090px) {
  .sp {
    display: block;
  }
}

/***** *****/
header .logonintendo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 10;
}
@media (max-width: 1090px) {
  header .logonintendo {
    width: 70px;
    height: 70px;
  }
}

/***** *****/
#page_top {
  width: 95px;
  height: 95px;
  position: fixed;
  z-index: 100;
  right: 80px;
  bottom: 100px;
  background: #FFFFFF;
  border: 5px solid #FF9800;
  border-radius: 50%;
}
@media (max-width: 1090px) {
  #page_top {
    right: 5px;
    width: 50px;
    height: 50px;
    bottom: 5px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 95px;
  height: 95px;
  text-decoration: none;
}
@media (max-width: 1090px) {
  #page_top a {
    width: 50px;
    height: 50px;
  }
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 80px;
  color: #FF9800;
  position: absolute;
  width: 95px;
  height: 95px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 1090px) {
  #page_top a::before {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
}

main {
  font-size: 1.4rem;
}
main #keyv {
  width: 100%;
  height: calc((800 / 1440) * 100vw + 123px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1090px) {
  main #keyv {
    height: calc((1113 / 750) * 100vw);
  }
}
main #keyv h1 {
  position: absolute;
  width: 586px;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
}
@media (max-width: 1090px) {
  main #keyv h1 {
    width: 100%;
  }
}
main #keyv .spec {
  position: absolute;
  width: calc((572 / 1440) * 100%);
  max-width: 572px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media (max-width: 1090px) {
  main #keyv .spec {
    width: 100%;
    max-width: none;
  }
}
main #keyv .btn_buy {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 70px;
}
@media (max-width: 1090px) {
  main #keyv .btn_buy {
	  top: auto;
   bottom:  80px;
  }
}
main #keyv .btn_buy li {
  width: 40px;
}
@media (max-width: 1090px) {
  main #keyv .btn_buy li {
    width: 52px;
  }
}
main #keyv .btn_buy li:nth-of-type(1) {
  border-radius: 10px 0 0 10px;
  background-color: #ff9800;
}
main #keyv .btn_buy li:nth-of-type(2) {
  border-radius: 10px 0 0 10px;
  background-color: #006837;
}
main #keyv video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
main #keyv::after {
  content: "";
  display: block;
  width: 100%;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg.jpg);
  background-position: center;
}
@media (max-width: 1090px) {
  main #keyv::after {
    height: calc((196 / 750) * 100vw);
  }
}
main .youtubeBox {
  position: relative;
  width: 100%;
  height: 9px;
  background-color: #ff9800;
  overflow: visible;
}
@media (max-width: 1090px) {
  main .youtubeBox {
    height: auto;
//  height: 9px;
  background-color: #ff9800;
  }
}
main .youtubeBox .inner {
  position: absolute;
  width: calc((334 / 1440) * 100vw);
  bottom: 40px;
  right: 5.2777777778%;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 1090px) {
  main .youtubeBox .inner {
    position: relative;
    width: calc((580 / 750) * 100vw);
    right: auto;
    bottom: auto;
    margin: 0 auto;
    padding: calc((70 / 750) * 100vw) 0 0;
  }
}
main .youtubeBox .inner .new {
  width: calc((80 / 334) * 100%);
  background-color: #B9272D;
  border-radius: 10px 10px 0 0;
  margin: 0 calc((12 / 334) * 100%) 0 auto;
}
@media (max-width: 1090px) {
  main .youtubeBox .inner .new {
    background-color: #FFFFFF;
  }
}
@media (max-width: 1090px) {
  main .youtubeBox .inner .youtubeLine {
    padding-top: calc((506 / 900) * 100%);
    position: relative;
  }
}
main .youtubeBox .inner .youtubeLine .youtubeImg {
  padding-top: calc((506 / 900) * 100%);
  border: 5px #B9272D solid;
  box-sizing: border-box;
  background-image: url(../images/bg_youtube.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 1090px) {
  main .youtubeBox .inner .youtubeLine .youtubeImg {
    border: 4px #FFFFFF solid;
    background-position: center bottom;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
}
main .youtubeBox .inner .youtubeLine .youtubeHidden {
  display: none;
}
@media (max-width: 1090px) {
  main .youtubeBox .inner .youtubeLine .youtubeHidden {
    display: block;
    position: absolute;
    width: 100%;
    border: 4px #FFFFFF solid;
    box-sizing: border-box;
    top: 0;
  }
}
main .youtubeBox .inner .btn {
  width: calc((110 / 1440) * 100vw);
  margin: calc((20 / 334) * 100%) auto 0;
}
@media (max-width: 1090px) {
  main .youtubeBox .inner .btn {
    width: calc((190 / 750) * 100vw);
    margin: calc((50 / 580) * 100%) auto calc((60 / 580) * 100%);
  }
}
main .youtubeBox .inner:after {
  content: "";
  display: table;
}
main #carecom {
  background-image: url(../images/bg_03.jpg);
  background-repeat: repeat;
  border-top: 9px #FF9800 solid;
  padding-top: 40px;
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media (max-width: 1090px) {
  main #carecom {
    padding: calc((100 / 750) * 100vw) 0 calc((120 / 750) * 100vw);
  }
}
main #carecom .carecom_accessories01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  z-index: 1;
}
@media (max-width: 1090px) {
  main #carecom .carecom_accessories01 {
    width: 37.3333333333vw;
    top: -8vw;
    right: -12vw;
  }
}
main #carecom .carecom_accessories02 {
  position: absolute;
  bottom: 35%;
  left: -50px;
  width: 320px;
  z-index: 2;
}
@media (max-width: 1090px) {
  main #carecom .carecom_accessories02 {
    display: none;
  }
}
main #carecom .carecom_accessories03 {
  position: absolute;
  bottom: 500px;
  right: 0;
  width: 280px;
  z-index: 3;
}
@media (max-width: 1090px) {
  main #carecom .carecom_accessories03 {
    display: none;
  }
}
main #carecom .base {
  width: 930px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 15px;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
@media (max-width: 1090px) {
  main #carecom .base {
    width: calc((650 / 750) * 100vw);
    z-index: 50;
  }
}
main #carecom .base .inner {
  background-image: url(../images/bg_05.jpg);
  background-repeat: repeat;
  overflow: visible;
}
main #carecom .base .inner .main_ttl {
  width: 470px;
  margin: 70px auto 0;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .main_ttl {
    margin: calc((70 / 750) * 100vw) auto 0;
    width: calc((510 / 750) * 100vw);
  }
}
main #carecom .base .inner .main_ttl > span {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.75;
	letter-spacing: 0.22em;
  text-align: center;
  color: #804000;
  text-align: center;
  display: block;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .main_ttl > span {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.6;
  }
}
main #carecom .base .inner .dressup h4,
main #carecom .base .inner .interior h4,
main #carecom .base .inner .athome h4,
main #carecom .base .inner .atoutside h4 {
  width: 202px;
  margin: 0 auto;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .dressup h4,
  main #carecom .base .inner .interior h4,
  main #carecom .base .inner .athome h4,
  main #carecom .base .inner .atoutside h4 {
    margin: 0 auto;
    width: calc((240 / 750) * 100vw);
  }
}
main #carecom .base .inner .athome {
  margin: 90px auto 0;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .athome {
    margin: 20px auto 0;
  }
}
@media (max-width: 1090px) {
  main #carecom .base .inner .athome h4 {
    margin: calc((70 / 750) * 100vw) auto 0;
  }
}
@media (max-width: 1090px) {
  main #carecom .base .inner .atoutside {
    margin: 20px auto 0;
  }
}
@media (max-width: 1090px) {
  main #carecom .base .inner .interior {
    margin: 20px auto 0;
  }
}
main #carecom .base .inner .interior .interior_txt {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  color: #804000;
  text-align: center;
  display: block;
  padding: 30px 0 80px;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .interior .interior_txt {
    padding: calc((30 / 750) * 100vw) 0 calc((100 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.6;
  }
}
@media (max-width: 1090px) {
  main #carecom .base .inner .dressup {
    margin: 50px auto 0;
  }
}
main #carecom .base .inner .dressup .dressup_txt {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  color: #804000;
  text-align: center;
  display: block;
  padding: 30px 0 100px;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .dressup .dressup_txt {
    padding: calc((30 / 750) * 100vw) 0 calc((100 / 750) * 100vw);
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.6;
  }
}
main #carecom .base .inner .sliderBox {
  width: 710px;
  margin: 0 auto;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .sliderBox {
    width: calc((600 / 750) * 100vw);
  }
}
main #carecom .base .inner .sliderBox .bx_slide {
  overflow: hidden;
  border-top: 7px #006837 solid;
  border-bottom: 7px #006837 solid;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .sliderBox .bx_slide {
    border-top: 6px #006837 solid;
    border-bottom: 6px #006837 solid;
  }
}
main #carecom .base .inner .sliderBox .bx_slide li img {
  width: calc((600 / 750) * 100vw);
}
main #carecom .base .inner .sliderBox .bx_caption {
  position: relative;
  width: 100%;
  padding-top: calc((228 / 710) * 100%);
}
main #carecom .base .inner .sliderBox .bx_caption li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
}
main #carecom .base .inner .sliderBox .bx_caption li > span {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  color: #804000;
  text-align: center;
  display: block;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .sliderBox .bx_caption li > span {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.6;
  }
}
main #carecom .base .inner .sliderBox .bx_caption li.current {
  opacity: 1;
}
main #carecom .base .inner .youtubeDirect {
  width: 720px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  border-top: 7px #006837 solid;
  border-bottom: 7px #006837 solid;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .youtubeDirect {
    width: calc((610 / 750) * 100vw);
    height: auto;
    padding-top: 46.6666666667vw;
  }
}
main #carecom .base .inner .youtubeDirect > .ytImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
main #carecom .base .inner .youtubeDirect > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main #carecom .base .inner .youtubeDirect > .balloon {
  position: absolute;
  top: -150px;
  left: 10px;
  width: 130px;
}
@media (max-width: 1090px) {
  main #carecom .base .inner .youtubeDirect > .balloon {
    width: calc((190 / 750) * 100vw);
    top: calc((-220 / 750) * 100vw);
    left: calc((-40 / 750) * 100vw);
  }
}
main #carecom .base .inner .interior .youtubeDirect > .ytImg {
  background-image: url(../images/bg_youtube03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main #carecom .base .inner .dressup .youtubeDirect > .ytImg {
  background-image: url(../images/bg_youtube02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
main #carecom .base .inner:before {
  content: "";
  display: table;
}

.youtubeFilm {
  padding-top: calc((506 / 900) * 100%);
  position: relative;
  top: 40px;
}
@media (max-width: 1090px) {
  .youtubeFilm {
    top: 0px;
  }
}
.youtubeFilm > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtubeFilm > .startScreen {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #000000;
  z-index: 2;
}

#always_together {
  background: url("../images/bg_01.jpg") center top repeat-y;
  background-size: auto;
  position: relative;
  padding: 80px 0 195px;
}
@media (max-width: 1090px) {
  #always_together {
    padding: calc((90 / 750) * 100vw) 0 calc((200 / 750) * 100vw);
	  background-size: 300%;
  }
}
#always_together .always_text01 {
  width: 750px;
  max-width: 750px;
  margin: 0 auto;
  font-size: 2.0rem;
  line-height: 1.75;
  text-align: center;
  color: #FFFFFF;
	letter-spacing: 0.22em;
  padding-bottom: 35px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.always_text01_img {
  width: 750px;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1090px) {
  #always_together .always_text01 {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.6;
    width: 100vw;
    max-width: none;
    padding-bottom: calc((60 / 750) * 100vw);
  }

 .always_text01_img {
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.6;
    width: 100vw;
    max-width: none;
  }
}
#always_together .always_accessories01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.5%;
  max-width: 240px;
  z-index: 1;
}
@media (max-width: 1090px) {
  #always_together .always_accessories01 {
    width: 20%;
    top: 30%;
  }
}
#always_together .always_accessories02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42%;
  max-width: 460px;
  z-index: 2;
}
@media (max-width: 1090px) {
  #always_together .always_accessories02 {
    width: 48%;
    left: -5%;
  }
}
#always_together .sprite_mofumofu {
  position: relative;
  display: block;
  width: 1000px;
  height: 363px;
  margin: 50px auto 0;
  z-index: 3;
}
@media (max-width: 1090px) {
  #always_together .sprite_mofumofu {
    width: calc((700 / 750) * 100vw);
    margin: calc((80 / 750) * 100vw) auto 0;
    height: auto;
  }
}
#always_together .sprite_mofumofu > .characterBox {
  position: absolute;
  z-index: 5;
  width: 580px;
  height: 320px;
  border: 12px solid #FFFFFF;
  box-sizing: border-box;
}
@media (max-width: 1090px) {
  #always_together .sprite_mofumofu > .characterBox {
    position: relative;
    width: calc((630 / 750) * 100vw);
    height: calc((360 / 750) * 100vw);
    margin: 0 auto;
  }
}
#always_together .sprite_mofumofu > .characterBox > .charamovie {
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-size: calc(100% * 30) 100%;
  animation: sprites 2s steps(29, start) infinite;
}
#always_together .sprite_mofumofu > .characterBox > .cap {
  position: absolute;
  width: 27%;
	letter-spacing: 0.22em;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 1090px) {
  #always_together .sprite_mofumofu > .characterBox > .cap {
    width: 30%;
  }
}
#always_together .sprite_mofumofu > .characterBox.type01 {
  transform: rotate(-10deg);
  top: 0;
  left: 0;
  z-index: 2;
}
#always_together .sprite_mofumofu > .characterBox.type01 > .charamovie {
  background-image: url(../images/test_02.jpg);
}
#always_together .sprite_mofumofu > .characterBox.type01 > .cap {
  top: -60px;
  left: 50px;
  font-size: 2.4rem;
  color: #FFFFFF;
}
@media (max-width: 1090px) {
  #always_together .sprite_mofumofu > .characterBox.type01 > .cap {
    top: calc((70 / 750) * -100vw);
    left: 10px;
    font-size: calc((25 / 750) * 100vw);
    white-space: nowrap;
    font-weight: bold;
  }
}
#always_together .sprite_mofumofu > .characterBox.type02 {
  transform: rotate(10deg);
  bottom: 0;
  right: 0;
  z-index: 1;
}
#always_together .sprite_mofumofu > .characterBox.type02 > .charamovie {
  background-image: url(../images/test_02_cat.jpg);
}
#always_together .sprite_mofumofu > .characterBox.type02 > .cap {
  top: -60px;
  right: 150px;
  font-size: 2.4rem;
  color: #FFFFFF;
  display: inline-block;
  text-align: right;
}
@media (max-width: 1090px) {
  #always_together .sprite_mofumofu > .characterBox.type02 > .cap {
    top: calc((70 / 750) * -100vw);
    right: 0px;
    font-size: calc((25 / 750) * 100vw);
    white-space: nowrap;
    font-weight: bold;
  }
}

@keyframes sprites {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
#first_meeting {
  background-image: url(../images/bg_02.jpg);
  background-repeat: repeat;
  border-top: 9px #FF9800 solid;
  padding-top: 90px;
  padding-bottom: 180px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1090px) {
  #first_meeting {
    padding: calc((80 / 750) * 100vw) 0 calc((90 / 750) * 100vw);
	  background-size: 100%;
  }
}
#first_meeting .ftext {
  display: table;
  width: 480px;
  margin: 0 auto;
}
@media (max-width: 1090px) {
  #first_meeting .ftext {
    width: calc((450 / 750) * 100vw);
    padding: calc((60 / 750) * 100vw) 0;
  }
}
#first_meeting .ftext > p {
  display: table-cell;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.75;
  text-align: center;
  color: #006837;
}
@media (max-width: 1090px) {
  #first_meeting .ftext > p {
    font-size: calc((28 / 750) * 100vw);
    line-height: 1.5;
  }
}
#first_meeting .ftext > p strong {
  font-size: 3.5rem;
  color: #FF9800;
  font-weight: bold;
}
@media (max-width: 1090px) {
  #first_meeting .ftext > p strong {
    font-size: calc((49 / 750) * 100vw);
  }
}
#first_meeting .ftext:before,
#first_meeting .ftext:after {
  display: table-cell;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #006837;
}
#first_meeting .ftext:before {
  transform: rotate(20deg);
}
@media (max-width: 1090px) {
  #first_meeting .ftext:before {
    transform: rotate(15deg);
  }
}
#first_meeting .ftext:after {
  transform: rotate(-20deg);
}
@media (max-width: 1090px) {
  #first_meeting .ftext:after {
    transform: rotate(-15deg);
  }
}
#first_meeting .meeting_text01 {
  width: 750px;
  margin: 0 auto 70px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.75;
  text-align: center;
  color: #FFFFFF;
	letter-spacing: 0.22em;
}

.meeting_text01_img {
  width: 750px;
  margin: 0 auto;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.75;
  text-align: center;
  color: #FFFFFF;
	letter-spacing: 0.22em;
}



@media (max-width: 1090px) {
  #first_meeting .meeting_text01 {
    width: 85vw;
    max-width: none;
    margin: 0 auto calc((135 / 750) * 100vw);
    font-size: calc((30 / 750) * 100vw);
  }

	.meeting_text01_img {
	    width: 85vw;
	    max-width: none;
	    margin: 0 auto;
	  }
}
#first_meeting .meeting_accessories01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.5%;
  max-width: 240px;
  z-index: 1;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_accessories01 {
    width: 20%;
    top: 250px;
  }
}
#first_meeting .meeting_accessories02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32%;
  max-width: 465px;
  z-index: 2;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_accessories02 {
    width: 45%;
  }
}
#first_meeting .meeting_balloon {
  width: 190px;
  position: absolute;
  top: 0px;
  left: -40%;
  z-index: 2;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_balloon {
    width: calc((200 / 750) * 100vw);
    left: -10%;
    top: -15%;
  }
}
#first_meeting .meeting_click {
  width: 71px;
  position: absolute;
  top: 950px;
  left: 20%;
  z-index: 200;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_click {
    display: none;
  }
}
#first_meeting .meeting_point {
  width: 1024px;
  margin: 100px auto 0;
  padding: 8px;
  background-color: white;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point {
    width: calc((650 / 750) * 100vw);
    margin: calc((50 / 750) * 100vw) auto 0;
  }
}
#first_meeting .meeting_point .inner_bg {
  background: url(../images/bg_06.jpg);
  padding: 40px 30px 50px;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg {
    padding: 20px 5%;
  }
}
#first_meeting .meeting_point .inner_bg .ttl {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg .ttl {
    width: 100%;
  }
}
#first_meeting .meeting_point .inner_bg .txt {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg .txt {
    width: 100%;
    padding-top: calc((70 / 750) * 100vw);
  }
}
#first_meeting .meeting_point .inner_bg ul {
  display: table;
  width: 100%;
  margin: 20px auto 50px;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg ul {
    display: block;
    margin: 10px auto 0;
  }
}
#first_meeting .meeting_point .inner_bg ul li {
  display: table-cell;
  vertical-align: top;
  width: 310px;
}
#first_meeting .meeting_point .inner_bg ul li > span {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #006837;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg ul li > span {
    width: 90%;
    font-size: calc((25 / 750) * 100vw);
  }
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg ul li {
    display: block;
    width: 100%;
  }
}
#first_meeting .meeting_point .inner_bg ul li:nth-of-type(2) {
  width: 275px;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg ul li:nth-of-type(2) {
    padding-top: calc((50 / 750) * 100vw);
    width: 100%;
  }
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg ul li:nth-of-type(2) > span {
    width: 80%;
  }
}
#first_meeting .meeting_point .inner_bg ul li:nth-of-type(3) {
  width: 275px;
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg ul li:nth-of-type(3) {
    padding-top: calc((100 / 750) * 100vw);
    width: 100%;
  }
}
@media (max-width: 1090px) {
  #first_meeting .meeting_point .inner_bg ul li:nth-of-type(3) > span {
    width: 70%;
  }
}
#first_meeting .slideBox {
  width: 430px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1090px) {
  #first_meeting .slideBox {
    width: calc((600 / 750) * 100vw);
  }
}
#first_meeting .slideBox .slide li {
  width: 430px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 540px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide li {
    padding-top: calc((750 / 750) * 100vw);
    width: calc((600 / 750) * 100vw);
  }
}
#first_meeting .slideBox .slide li > span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 430px;
  padding-top: 480px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide li > span {
    padding-top: calc((670 / 750) * 100vw);
    width: calc((600 / 750) * 100vw);
  }
}
#first_meeting .slideBox .slide li > div {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 410px;
  padding-top: 410px;
  border-radius: 50%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #ccc;
  background-size: calc(100% * 30) 100%;
  box-sizing: border-box;
  border: 5px #FFFFFF solid;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.4);
  animation: sprites 2s steps(29, start) infinite;
  z-index: 1;
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide li > div {
    width: calc((540 / 750) * 100vw);
    padding-top: calc((540 / 750) * 100vw);
  }
}
#first_meeting .slideBox .slide li > p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  font-size: 1.9rem;
  line-height: 1.4;
  color: #FFFFFF;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide li > p {
    font-size: calc((28 / 750) * 100vw);
  }
}
#first_meeting .slideBox .slide .friend_type01 > span {
  background-image: url(../images/frame_type01.png);
}
#first_meeting .slideBox .slide .friend_type01 > div {
  background-image: url(../images/shiba01.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type01 > div {
    background-image: url(../images/shiba01_sp.jpg);
  }
}
#first_meeting .slideBox .slide .friend_type02 > span {
  background-image: url(../images/frame_type02.png);
}
#first_meeting .slideBox .slide .friend_type02 > div {
  background-image: url(../images/chihuahua.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type02 > div {
    background-image: url(../images/chihuahua_sp.jpg);
  }
}
#first_meeting .slideBox .slide .friend_type03 > span {
  background-image: url(../images/frame_type03.png);
}
#first_meeting .slideBox .slide .friend_type03 > div {
  background-image: url(../images/bulldog.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type03 > div {
    background-image: url(../images/bulldog_sp.jpg);
  }
}
#first_meeting .slideBox .slide .friend_type04 > span {
  background-image: url(../images/frame_type04.png);
}
#first_meeting .slideBox .slide .friend_type04 > div {
  background-image: url(../images/retriever.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type04 > div {
    background-image: url(../images/retriever_sp.jpg);
  }
}
#first_meeting .slideBox .slide .friend_type05 > span {
  background-image: url(../images/frame_type05.png);
}
#first_meeting .slideBox .slide .friend_type05 > div {
  background-image: url(../images/shepherd01.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type05 > div {
    background-image: url(../images/shepherd01_sp.jpg);
  }
}
#first_meeting .slideBox .slide .friend_type06 > span {
  background-image: url(../images/frame_type06.png);
}
#first_meeting .slideBox .slide .friend_type06 > div {
  background-image: url(../images/nihonneko.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type06 > div {
    background-image: url(../images/nihonneko_sp.jpg);
  }
}
#first_meeting .slideBox .slide .friend_type07 > span {
  background-image: url(../images/frame_type07.png);
}
#first_meeting .slideBox .slide .friend_type07 > div {
  background-image: url(../images/american03_.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type07 > div {
    background-image: url(../images/american03_sp.jpg);
  }
}
#first_meeting .slideBox .slide .friend_type08 > span {
  background-image: url(../images/frame_type08.png);
}
#first_meeting .slideBox .slide .friend_type08 > div {
  background-image: url(../images/scottish.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type08 > div {
    background-image: url(../images/scottish_sp.jpg);
  }
}
#first_meeting .slideBox .slide .friend_type09 > span {
  background-image: url(../images/frame_type09.png);
}
#first_meeting .slideBox .slide .friend_type09 > div {
  background-image: url(../images/poodle.jpg);
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .slide .friend_type09 > div {
    background-image: url(../images/poodle_sp.jpg);
  }
}
#first_meeting .tickerBox .slide li {
  cursor: pointer;
}
#first_meeting .tickerBox .slide li:hover > img:nth-of-type(1) {
  transform: scale(1.05, 1.05);
}

/*もふもふアニメーション01*/
.character01 {
  transform: rotate(-10deg) scale(0.9, 0.9);
  margin: 100px auto 0;
  border: 12px solid #FFFFFF;
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 0;
  /* 画像置換 */
  background: url(../images/test_02.jpg) center center no-repeat #ccc;
  height: 0;
  padding-top: 396px;
  width: 60%;
  max-width: 745px;
  /* アニメーション */
  animation: sprite1 2s steps(29, start) infinite;
}
.character01 .cap {
  position: absolute;
  top: -100px;
  left: 50px;
  width: 25%;
}

@keyframes sprite1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -21634px 0;
  }
}
.character02 {
  transform: rotate(10deg) scale(0.9, 0.9);
  margin: 100px auto 0;
  border: 12px solid #FFFFFF;
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  /* 画像置換 */
  background: url(../images/test_02_cat.jpg) center center no-repeat #ccc;
  background-size: cover;
  height: 0;
  padding-top: 396px;
  max-width: 745px;
  width: 60%;
  /* アニメーション */
  animation: sprite2 2s steps(29, start) infinite;
}
.character02 .cap {
  position: absolute;
  top: -100px;
  right: 150px;
  width: 25%;
}

@keyframes sprite2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -21634px 0;
  }
}
/*--------------------*/
/*first_meeting*/
#character01 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/shiba01.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

#character02 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/chihuahua.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

#character03 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/bulldog.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

#character04 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/retriever.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

#character05 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/shepherd01.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

#character06 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/nihonneko.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

#character07 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/american03_.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

#character08 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/scottish.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

#character09 {
  transform: rotate(0deg);
  margin: 100px auto 0;
  /* 画像置換 */
  background: url(../images/poodle.jpg) 0 0 no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 550px;
  width: 551px;
  /* アニメーション */
  animation: sprite3 2s steps(29, start) infinite;
}

@keyframes sprite3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -15979px 0;
  }
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5);
}

#colorbox {
  outline: 0;
}

#cboxClose {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

#carecom .bx-viewport {
  overflow: visible !important;
}
#carecom .bx-wrapper .bx-prev {
  left: 20px;
}
#carecom .bx-wrapper .bx-next {
  right: 20px;
}

#first_meeting .slideBox .bx-wrapper .bx-controls-direction a {
  display: none;
}
@media (max-width: 1090px) {
  #first_meeting .slideBox .bx-wrapper .bx-controls-direction a {
    display: block;
    z-index: 80;
  }
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
  margin-bottom: 0;
  padding-bottom: 14px;
}

.bx-wrapper .bx-controls-direction a {
  top: calc(50% + 14px);
  transform: translateY(-50%);
  width: 32px;
  height: 50px;
}
@media (max-width: 1090px) {
  .bx-wrapper .bx-controls-direction a {
    top: calc(50% + 12px);
    width: calc((26 / 750) * 100vw);
    height: calc((42 / 750) * 100vw);
  }
}

@media (max-width: 1090px) {
  #first_meeting .bx-wrapper .bx-controls-direction a {
    top: 50%;
    width: calc((50 / 750) * 100vw);
    height: calc((75 / 750) * 100vw);
  }
}
@media (max-width: 1090px) {
  #first_meeting .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -5%;
  }
}
@media (max-width: 1090px) {
  #first_meeting .bx-wrapper .bx-controls-direction a.bx-next {
    right: -5%;
  }
}

.bx-wrapper .bx-prev {
  left: -5px;
  background: url(../images/btn_prev.png) no-repeat;
  background-size: contain;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: -5px;
  background: url(../images/btn_next.png) no-repeat;
  background-size: contain;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

.tickerBox {
  background: rgba(0, 0, 0, 0.5);
  margin-top: 130px;
  position: relative;
  height: 180px;
}
@media (max-width: 1090px) {
  .tickerBox {
    height: 0;
    margin-top: 0;
  }
}
.tickerBox .bx-wrapper {
  position: absolute;
  top: -100px;
}

/**********/
#photo_video {
  background-image: url(../images/bg_04.jpg);
	background-size: cover;
  background-repeat: repeat;
  border-top: 9px #FF9800 solid;
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%;
  position: relative;
}
@media (max-width: 1090px) {
  #photo_video {
    padding: calc((130 / 750) * 100vw) 0 calc((50 / 750) * 100vw);
  }
}
#photo_video .inner {
  width: 930px;
  margin: 0 auto;
}
@media (max-width: 1090px) {
  #photo_video .inner {
    width: 100%;
  }
}
#photo_video .inner .p_v_ballon {
  width: 170px;
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 5;
}
@media (max-width: 1090px) {
  #photo_video .inner .p_v_ballon {
    display: block;
    width: calc((264 / 750) * 100vw);
    position: absolute;
    top: -30%;
    right: -10%;
    z-index: 5;
  }
}
#photo_video .inner .p_v_text01 {
  width: 843px;
  position: relative;
  margin: 0 auto 0px;
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.0rem;
  line-height: 1.75;
	letter-spacing: 0.22em;
  text-align: center;
  color: #804000;
  text-align: center;
  display: block;
  padding: 30px 0 90px;
}
@media (max-width: 1090px) {
  #photo_video .inner .p_v_text01 {
    padding: calc((30 / 750) * 100vw) 0 calc((80 / 750) * 100vw);
    font-size: calc((30 / 750) * 100vw);
    line-height: 1.6;
  }
}
@media (max-width: 1090px) {
  #photo_video .inner .p_v_text01 {
    width: 73%;
    max-width: none;
  }
}
#photo_video .inner .image {
  width: auto;
  margin: 0 auto;
}
@media (max-width: 1090px) {
  #photo_video .inner .image {
    width: 90%;
  }
}

footer {
  background: #977549;
  border-top: 9px #FF9800 solid;
  padding: 40px 0;
  width: 100%;
}
footer ul.sns {
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
  width: 150px;
  padding: 8px 16px;
  box-sizing: border-box;
  table-layout: fixed;
}
@media (max-width: 1090px) {
  footer ul.sns {
    width: calc((250/ 750) * 100%);
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
  }
}
footer ul.sns li {
  display: table-cell;
	padding: 0 5px;
}
@media (max-width: 1090px) {
  footer ul.sns li {
    display: block;
    width: calc((50 / 750) * 100vw);
	padding: 0 5px;
  }
}
footer ul.sns li:last-child {
}
@media (max-width: 1090px) {
  footer ul.sns li:last-child {
    padding-left: 5px;
  }
}
footer ul.logo {
  display: table;
  width: 240px;
  margin: 20px auto;
}
@media (max-width: 1090px) {
  footer ul.logo {
    width: 50%;
  }
}
footer ul.logo li {
  display: table-cell;
  padding-right: 10px;
}
footer .copy_right {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 1090px) {
  footer .copy_right {
    font-size: 1.0rem;
  }
}
footer .copy_right span {
  display: inline;
}
@media (max-width: 1090px) {
  footer .copy_right span {
    display: block;
    padding: 5px 0;
  }
}

/*# sourceMappingURL=style.css.map */
