/* header *****************************************************************/
header#top_hdr {
  height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
header#top_hdr .inr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
header#top_hdr .inr .left h1 {
  background-color: #fff;
  border-radius: 0 0 1em 1em;
  box-sizing: border-box;
  height: 70px;
  padding: 1em;
  width: 210px;
}
header#top_hdr .inr .left h1 img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 959px) {
  header#top_hdr {
    height: auto;
  }
  header#top_hdr .inr {
    margin: 0 auto;
    width: 90%;
  }
  header#top_hdr .inr .left h1 {
    border-radius: 0 0 2vw 2vw;
    height: 8vw;
    padding: 2.5vw;
    width: 21vw;
  }
}
@media screen and (max-width: 559px) {
  header#top_hdr .inr {
    margin: 0 auto;
    width: 90%;
  }
  header#top_hdr .inr .left h1 {
    border-radius: 0 0 2vw 2vw;
    height: 13vw;
    padding: 3.5vw;
    width: 40vw;
  }
}
/* navigation *************************************************************/
.nav_wrp {
  left: 50%;
  max-width: 1000px;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 90%;
  z-index: 10;
}
.nav_wrp .inr {
  position: absolute;
  right: 0;
}
.nav_wrp .inr .right nav {
  background-color: #fff;
  border-radius: 2.5em;
  height: 5em;
  margin-top: 2em;
  padding: 0 5em 0 0;
  position: relative;
}
.nav_wrp .inr .right nav .menu {
  display: none;
}
.nav_wrp .inr .right nav .menu.active {
  display: block;	
}
.nav_wrp .inr .right nav .menu ul.g_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 1em;
}
.nav_wrp .inr .right nav .menu ul.g_nav li:last-of-type a {
  border: none;
}
.nav_wrp .inr .right nav .menu ul.g_nav li a {
  border-right: 1px solid #000;
  color: #000;
  display: block;
  font-size: 1.51em;
  font-weight: bold;
  margin: 0.9em 0;
  padding: 0 0.9em;
  white-space: nowrap;
}
.nav_wrp .inr .right nav .g_trigger {
  position: absolute;
  right: 1.25em;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6em;
}
.nav_wrp .inr .right nav .g_trigger div {
  height: 2.01em;
  position: relative;
}
.nav_wrp .inr .right nav .g_trigger div span {
  border-radius: 0.15em;
  display: block;
  height: 0.3em;
  position: absolute;
  transition: 0.3s;
  width: 2.5em;
}
.nav_wrp .inr .right nav .g_trigger div span:first-of-type {
  background-color: #E193FF;
  top: 0;
}
.nav_wrp .inr .right nav .g_trigger div span:nth-of-type(2) {
  background-color: #FF82D7;
  top: 50%;
  transform: translateY(-50%);
}
.nav_wrp .inr .right nav .g_trigger div span:last-of-type {
  background-color: #E193FF;
  bottom: 0;
}
.nav_wrp .inr .right nav .g_trigger.batsu span:first-of-type {
  top: 50%;
  transform: rotate(-45deg) translateY(-10%);
}
.nav_wrp .inr .right nav .g_trigger.batsu span:nth-of-type(2) {
  top: 50%;
  transform: rotate(45deg) translateY(-40%);
}
.nav_wrp .inr .right nav .g_trigger.batsu span:last-of-type {
  opacity: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 959px) {
  .nav_wrp .inr .right nav {
    border-radius: 3.5vw;
    margin-top: 1.5vw;
    padding: 0;
    position: relative;
    width: 5em;
  }
  .nav_wrp .inr .right nav .menu {
    background-color: #fff;
    display: block;
    position: absolute;
    right: -5vw;
    top: 9vw;
    width: 80vw;
  }
  .nav_wrp .inr .right nav .menu:before {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 2vw 3vw 2vw;
    content: "";
    display: block;
    height: 0;
    opacity: 0;
    position: absolute;
    right: 6.5vw;
    top: -2vw;
    transition: 0.3s;
    width: 0;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav {
    display: block;
    margin: 0;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li:last-of-type {
    border: none;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li a {
    border: none;
    font-size: 3em;
    height: 0;
    line-height: 10vw;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 3em;
    position: relative;
    transition: 0.3s;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li a:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 5vw;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 5vw;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li a:after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 1.5vw 0 1.5vw 2vw;
    content: "";
    display: block;
    height: 0;
    left: 5vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li:nth-of-type(odd) a:before {
    background-color: #E193FF;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li:nth-of-type(even) a:before {
    background-color: #FF82D7;
  }
  .nav_wrp .inr .right nav .menu.active:before {
    opacity: 1;
  }
  .nav_wrp .inr .right nav .menu.active ul.g_nav li {
    border-bottom: 1px solid #dcdcdc;
  }
  .nav_wrp .inr .right nav .menu.active ul.g_nav li a {
    height: 10vw;
  }
  .nav_wrp .inr .right nav .g_trigger {
    right: 1.7vw;
    width: 2.7vw;
  }
  .nav_wrp .inr .right nav .g_trigger div {
    height: 3.1vw;
  }
  .nav_wrp .inr .right nav .g_trigger div span {
    border-radius: 0.225vw;
    height: 0.45vw;
    width: 3.5vw;
  }
}
@media screen and (max-width: 559px) {
  .nav_wrp .inr {
    margin: 0 auto;
  }
  .nav_wrp .inr .left h1 {
    border-radius: 0 0 2vw 2vw;
    height: 13vw;
    padding: 3.5vw;
    width: 40vw;
  }
  .nav_wrp .inr .right nav {
    border-radius: 50%;
    width: 5em;
  }
  .nav_wrp .inr .right nav .menu {
    top: 15vw;
  }
  .nav_wrp .inr .right nav .menu:before {
    border-width: 0 2.5vw 4vw 2.5vw;
    right: 8vw;
    top: -3vw;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li a {
    font-size: 2.8em;
    line-height: 13vw;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li a:before {
    height: 6vw;
    width: 6vw;
  }
  .nav_wrp .inr .right nav .menu ul.g_nav li a:after {
    left: 7.4vw;
  }
  .nav_wrp .inr .right nav .menu.active ul.g_nav li a {
    height: 13vw;
  }
  .nav_wrp .inr .right nav .g_trigger {
    right: 2.75vw;
    width: 4.5vw;
  }
  .nav_wrp .inr .right nav .g_trigger div {
    height: 4vw;
  }
  .nav_wrp .inr .right nav .g_trigger div span {
    border-radius: 0.275vw;
    height: 0.55vw;
    width: 5.5vw;
  }
}
/* mainvisual *************************************************************/
#mainvisual .movie_wrp .movie_inr {
  height: 900px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#mainvisual .movie_wrp .movie_inr .image_wrp {
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 960px;
  z-index: 5;
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr {
  position: relative;
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr .title_image {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr .title_image img {
  filter: drop-shadow(0 1em 1em rgba(0, 0, 0, 0.5));
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr {
  height: 550px;
  position: relative;
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img {
  position: absolute;
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=lion] {
  left: 0;
  top: 0;
  width: 146px;
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=alpaca] {
  right: 0;
  top: 0;
  width: 106px;
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=monkey] {
  left: 0;
  bottom: 0;
  width: 123px;
}
#mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=hedgehog] {
  right: 0;
  bottom: 0;
  width: 133px;
}
#mainvisual .movie_wrp .movie_inr video {
  display: block;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#mainvisual .note {
  background-color: #FF82D7;
  font-size: 2em;
  font-weight: 500;
  padding: 0.45em 0;
  width: 100%;
}
#mainvisual .note .inr p {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1920px) {
  #mainvisual .movie_wrp .movie_inr video {
    top: -10%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1599px) {
  #mainvisual .movie_wrp .movie_inr {
    height: 55vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr {
    height: 45vw;
    margin: 0 auto;
    width: 90%;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=lion] {
    width: 12.5vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=alpaca] {
    width: 10vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=monkey] {
    width: 10.8vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=hedgehog] {
    width: 12vw;
  }
}
@media screen and (max-width: 959px) {
  #mainvisual .movie_wrp .movie_inr {
    height: 134.66vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp {
    width: 87.33vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .title_image {
    transform: translate(-50%, -70%);
    width: 100%;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .title_image img {
    filter: drop-shadow(0 0.5vw 0.5vw rgba(0, 0, 0, 0.5));
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image {
    bottom: -53.2vw;
    position: absolute;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr {
    height: 40vw;
    width: 86.66vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=lion] {
    width: 22vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=alpaca] {
    width: 17.65vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=monkey] {
    left: 21vw;
    width: 18.53vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=hedgehog] {
    bottom: 6vw;
    right: 22vw;
    width: 21.14vw;
  }
  #mainvisual .movie_wrp .movie_inr video {
    width: 250%;
  }
  #mainvisual .note {
    padding: 0.45em 0;
    width: 100%;
  }
  #mainvisual .note .inr p {
    font-size: 1.6em;
    padding: 0.8em 2em;
    text-align: left;
  }
}
@media screen and (max-width: 559px) {
  #mainvisual .movie_wrp .movie_inr {
    height: 134.66vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp {
    width: 87.33vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .title_image {
    transform: translate(-50%, -70%);
    width: 100%;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .title_image img {
    filter: drop-shadow(0 0.5vw 0.5vw rgba(0, 0, 0, 0.5));
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image {
    bottom: -53.2vw;
    position: absolute;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr {
    height: 40vw;
    width: 86.66vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=lion] {
    width: 22vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=alpaca] {
    width: 17.65vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=monkey] {
    left: 21vw;
    width: 18.53vw;
  }
  #mainvisual .movie_wrp .movie_inr .image_wrp > .inr .char_image .inr img[alt=hedgehog] {
    bottom: 6vw;
    right: 22vw;
    width: 21.14vw;
  }
  #mainvisual .movie_wrp .movie_inr video {
    width: 250%;
  }
  #mainvisual .note {
    font-size: 1.6em;
    padding: 0.45em 0;
    width: 100%;
  }
}
/* contents ***************************************************************/
section.l_ctgry .inr .ttl_wrp {
  background: transparent;
}
section.l_ctgry .inr .ttl_wrp .bg_frm {
  background: transparent;
}
section.l_ctgry .inr .ttl_wrp .bg_frm h2.pagetitle {
  margin: 2.5em 0 0.5em;
  padding: 0;
}

.l_ctgry .inr {
  background-color: #faefff;
  background-image: url(../images/common/sec_bg_00.png);
  background-position: top center;
  background-repeat: repeat-x;
}
.l_ctgry .inr h2 {
  margin: 0.46em 0 2.09em;
}
.l_ctgry .inr h2.pagetitle {
  padding: 0;
}
.l_ctgry .inr .sec .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.l_ctgry .inr .sec .content .img_wrp {
  width: 47.5%;
}
.l_ctgry .inr .sec .content .img_wrp img {
  width: 100%;
}
.l_ctgry .inr .sec .content div {
  box-sizing: border-box;
  width: 47.5%;
}
.l_ctgry .inr .sec .content div h3 {
  display: inline-block;
  font-size: 4em;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em;
  position: relative;
}
.l_ctgry .inr .sec .content div h3 img {
  content: "";
  display: block;
  position: absolute;
  right: -1.5em;
  top: -1.2em;
  width: 2.5em;
}
.l_ctgry .inr .sec .content div p {
  font-size: 2em;
  line-height: 2.1em;
}
.l_ctgry .inr .sec .content div button {
  background: transparent;
  border: none;
  display: block;
  margin: 6.5em auto 0;
  width: 100%;
}
.l_ctgry .inr .sec .content div button a {
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 1.8em;
  font-weight: 500;
  padding: 1em 5.7em;
  position: relative;
  text-align: center;
}
.l_ctgry .inr .sec .content div button a:after {
  content: "";
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 0.7em 0 0.7em 1em;
  display: block;
  height: 0;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.l_ctgry .inr .sec .content .animals {
  position: absolute;
}
.l_ctgry .inr .sec .content .animals[alt=monkey] {
  bottom: -11em;
  left: 0;
  z-index: 2;
}
.l_ctgry .inr .sec .content .animals[alt=raccoon] {
  bottom: -14em;
  right: 28em;
}
.l_ctgry .inr .sec .content .animals[alt=hippopotamus] {
  bottom: -10em;
  right: 8em;
}
.l_ctgry .inr .sec:first-of-type {
  background-image: url(../images/common/sec_bg_01.png);
  background-position: center repeat;
}
.l_ctgry .inr .sec:nth-of-type(2) {
  margin: 0;
  padding: 3em 0 0;
}
.l_ctgry .inr .sec:nth-of-type(2) > div div {
  padding: 6em 0 0;
  position: relative;
  z-index: 1;
}
.l_ctgry .inr .sec:nth-of-type(2) .wavebgA {
  background-image: url(../images/common/wavebg01.png), url(../images/common/wavebg02.png);
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  margin: 0;
  padding: 0 0 10em;
  position: relative;
}
.l_ctgry .inr .sec:nth-of-type(2) .wavebgA .wavebgB {
  background-color: #fff;
  height: 53em;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.l_ctgry .inr .sec:nth-of-type(3) {
  background-image: url(../images/common/sec_bg_02.png);
  background-position: center repeat;
  padding: 18em 0 0;
}
.l_ctgry .inr .sec:nth-of-type(odd) div button a {
  background-color: #E193FF;
}
.l_ctgry .inr .sec:nth-of-type(even) div button a {
  background-color: #FF82D7;
}
.l_ctgry .inr .sec:nth-of-type(even) div img {
  filter: hue-rotate(25deg);
}

@media screen and (max-width: 959px) {
  #summary .inr .sec .content {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 86%;
  }
  #summary .inr .sec .content .img_wrp {
    margin: 0 auto;
  }
  #summary .inr .sec .wavebgB {
    height: 60em;
  }
}
@media screen and (max-width: 559px) {
  #summary .inr .sec .content {
    margin: 0 auto 7vw;
  }
  #summary .inr .sec .content .img_wrp {
    margin: 5vw 0;
    order: 2;
    width: 100%;
  }
  #summary .inr .sec .content div {
    width: 100%;
  }
  #summary .inr .sec .content div button {
    bottom: -15vw;
    position: absolute;
  }
  #summary .inr .sec .content div button a {
    font-size: 2.5em;
    padding: 0.8em 4em;
  }
  #summary .inr .sec .content img.animals[alt=monkey] {
    bottom: 0;
    width: 30vw;
  }
  #summary .inr .sec .content img.animals[alt=raccoon] {
    bottom: 0;
    width: 30vw;
  }
  #summary .inr .sec .content img.animals[alt=hippopotamus] {
    bottom: 15vw;
    right: 0;
    width: 45vw;
  }
  #summary .inr .sec:nth-of-type(2) {
    margin: 10em 0 0;
  }
  #summary .inr .sec:nth-of-type(2) .wavebgA .wavebgB {
    height: 100em;
  }
  #summary .inr .sec:nth-of-type(2) div button {
    bottom: -133vw;
  }
  #summary .inr .sec:nth-of-type(3) {
    padding: 9em 0 0;
  }
  #summary .inr .sec:nth-of-type(3) div button {
    bottom: -4vw;
  }
  #summary .inr .sec:nth-of-type(3) .content {
    padding: 0 0 30vw;
  }
}
#intro {
  background-color: #faefff;
  background-image: url(../images/common/wavebg01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 6em 0 0;
  padding: 13em 0 0;
}
#intro .inr {
  margin: 0 0 100px;
  padding: 0;
}
#intro .inr .wrp {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}
#intro .inr .wrp:first-of-type {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1.5em 0;
}
#intro .inr .wrp:first-of-type > span {
  max-width: 31%;
}
#intro .inr .wrp:first-of-type > span img {
  width: 100%;
}
#intro .inr .wrp:first-of-type div {
  max-width: 69%;
  padding: 0 0 0 3.8em;
}
#intro .inr .wrp:first-of-type div h2 {
  font-size: 1em;
  font-weight: 600;
}
#intro .inr .wrp:first-of-type div h2 > span {
  background-color: #E193FF;
  color: #fff;
  display: inline-block;
  font-size: 2.4em;
  font-weight: 400;
  padding: 0.12em 1.4em;
}
#intro .inr .wrp:first-of-type div h2 .name {
  display: inline-block;
  font-size: 4.8em;
  margin: 0.26em 0;
}
#intro .inr .wrp:first-of-type div h2 .name rt {
  font-size: 0.35em;
  font-weight: 400;
}
#intro .inr .wrp:first-of-type div h2 .name span {
  font-size: 0.69em;
}
#intro .inr .wrp:first-of-type div p:first-of-type {
  font-size: 2.4em;
  font-weight: 600;
}
#intro .inr .wrp:first-of-type div p:last-of-type {
  font-size: 2em;
}
#intro .inr .wrp:first-of-type div a {
  display: inline-block;
  font-size: 2em;
  text-decoration: underline;
}
#intro .inr .wrp:nth-of-type(2) {
  border-bottom: 0.4em dotted #000;
  padding: 3.5em 0;
}
#intro .inr .wrp:nth-of-type(2) dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 2em;
  line-height: 2.3em;
}
#intro .inr .wrp:nth-of-type(2) dl dt {
  width: 10.4%;
}
#intro .inr .wrp:nth-of-type(2) dl dd {
  width: 89%;
}
#intro .inr .wrp:nth-of-type(2) img[alt=rabbit] {
  position: absolute;
  right: 5em;
  bottom: 0;
}
#intro .inr .wrp:nth-of-type(3) {
  padding: 3.5em 0;
}
#intro .inr .wrp:nth-of-type(3) dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 2em;
  line-height: 2em;
}
#intro .inr .wrp:nth-of-type(3) dl dt {
  background-color: #dadada;
  margin: 0 0.8em 1em 0;
  position: relative;
  width: 16.8%;
}
#intro .inr .wrp:nth-of-type(3) dl dt span {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#intro .inr .wrp:nth-of-type(3) dl dd {
  margin: 0 0 1em;
  width: 80%;
}
#intro .inr .bg_clrA {
  background-color: #fff;
}
#intro .inr .bg_clrA .bg_img {
  background-image: url(../images/top/intro_bg_01.png), url(../images/top/intro_bg_02.png);
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 10em 0;
}
#intro .inr .bg_clrA .bg_img .bg_clrB {
  background-color: #faefff;
  border-radius: 15em;
  margin: 0 auto;
  width: 94.545454%;
}

@media screen and (max-width: 1400px) {
  #intro .inr .bg_clrA {
    background-color: #fff;
  }
  #intro .inr .bg_clrA .bg_img {
    background-color: #fff;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB {
    background-color: #faefff;
    border-radius: 15em;
    margin: 0 auto;
    width: 94.545454%;
  }
}
@media screen and (max-width: 959px) {
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp {
    width: 90%;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp img[alt=rabbit] {
    position: absolute;
    right: 0em;
    bottom: 0;
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  #intro .inr {
    padding: 0;
  }
  #intro .inr .bg_clrA .bg_img {
    width: 90%;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB {
    border-radius: 0;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp {
    padding: 0;
    width: 90%;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:first-of-type > span {
    max-width: 50%;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:first-of-type > div {
    max-width: 50%;
    padding: 0 0 0 2em;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:first-of-type > div h2 span.ttl {
    display: block;
    font-size: 2em;
    text-align: center;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:first-of-type > div h2 .name {
    display: block;
    font-size: 4.1em;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:first-of-type > div h2 .name span {
    display: block;
    text-align: right;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(2) {
    padding: 0 0 5vw;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(2) .prof {
    font-size: 2.1em;
    padding: 1em 0;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(2) .prof p:first-of-type {
    font-weight: 600;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(2) dl {
    display: block;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(2) dl dt, #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(2) dl dd {
    width: 100%;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(2) img[alt=rabbit] {
    position: absolute;
    right: 0;
    bottom: -35vw;
    width: 40vw;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(3) {
    padding: 5vw 0 0;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(3) dl {
    line-height: 1.8em;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(3) dl dt {
    height: 1.3em;
    margin: 0;
    width: 6em;
  }
  #intro .inr .bg_clrA .bg_img .bg_clrB .wrp:nth-of-type(3) dl dd {
    margin: 0 0 0.5em;
    width: 100%;
  }
}