@charset "UTF-8";
a {
  cursor: pointer;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

a:hover {
  opacity: .7;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #262626;
  font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: url(../img/bg.jpg) repeat;
}

body {
  min-width: 1200px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media only screen and (max-width: 599px) {
  body {
    min-width: auto;
  }
}

img {
  vertical-align: top;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

@media only screen and (max-width: 599px) {
  iframe {
    height: auto;
  }
}

iframe * {
  max-width: 100%;
}

a {
  color: #262626;
}

p + p {
  margin-top: 2em;
}

.o-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.o-header {
  text-align: center;
	position: relative;
}

.o-header .mainBtn {
	position: absolute;
	bottom: 50px;
	right: 110px;
}

@media only screen and (max-width: 599px) {
  .o-header {
    margin-bottom: 1em;
  }
.o-header .mainBtn {
	position:static;
	bottom: 50px;
	right: 110px;
}
}

.o-header img {
  -webkit-transform: translate3d(0, -0.2%, 0);
          transform: translate3d(0, -0.2%, 0);
}

.o-main {
  max-width: 1005px;
  margin: 2.5em auto 0;
  padding: 2em;
  border: 6px solid #dc9aca;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  background: #fff5fc;
}

@media only screen and (max-width: 599px) {
  .o-main {
    margin: 2em auto 0;
    padding: 1em;
    border: 4px solid #dc9aca;
  }
}

.o-section {
  position: relative;
}

.o-section + .o-section {
  margin-top: 5em;
}

@media only screen and (max-width: 599px) {
  .o-section h2 {
    width: calc(100% + 2em);
    margin: 0 -1em;
  }
}

.o-section--01 {
  padding-bottom: 5em;
  background-image: url(../img/dog-stamp01.png), url(../img/dog-stamp02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 1% 86%, 67% 100%;
}

@media only screen and (max-width: 599px) {
  .o-section--01 {
    background: none;
    padding-bottom: 0;
  }
}
/*
.o-section--05 {
  background-image: url(../img/dog-stamp03.png);
  background-repeat: no-repeat;
  background-position: 81% 49%;
}
*/
@media only screen and (max-width: 599px) {
  .o-section--05 {
    background: none;
  }
}

.o-section__block {
  position: relative;
  margin: 2em auto;
}

.o-section__block--small {
  width: 90%;
}

@media only screen and (max-width: 599px) {
  .o-section__block--small {
    width: 100%;
  }
}

.o-section__block--move {
  margin-top: -5em;
}

@media only screen and (max-width: 599px) {
  .o-section__block--move {
    margin-top: 0;
  }
}

.o-column--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .o-column--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.o-column__box {
  position: relative;
}

@media only screen and (max-width: 599px) {
  .o-column__box + .o-column__box {
    margin-top: 1em;
  }
}

.o-column__box--auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.o-column__box--500 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
}

@media only screen and (max-width: 599px) {
  .o-column__box--500 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.o-column__box--per43 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43%;
          flex: 0 1 43%;
}

@media only screen and (max-width: 599px) {
  .o-column__box--per43 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.o-column__box--per40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

@media only screen and (max-width: 599px) {
  .o-column__box--per40 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.o-banner-area {
  margin: 3em auto 3em;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .o-banner-area {
    margin: 2em auto;
    padding: 0 1em;
  }
}

.o-footer {
  padding: 1em 0;
  background: #fff;
  border-top: 4px solid #f0eaf1;
  text-align: center;
}

.o-footer__copyright {
  font-size: 1rem;
}

.o-footer img {
  margin-top: 1em;
}

.c-toolbar {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c-toolbar__inner {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.c-toolbar__image {
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  .c-toolbar__image--01 {
    max-width: 250px;
  }
}

.c-top {
  padding: 2.5em;
  background: rgba(255, 213, 250, 0.6);
  border: 1px solid #e7b0d8;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 599px) {
  .c-top {
    padding: 1em;
  }
}

.c-top__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 2em auto 0;
}

@media only screen and (max-width: 599px) {
  .c-top__contents {
    width: 100%;
    margin: 1em auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-top__left {
  max-width: 408px;
}

@media only screen and (max-width: 599px) {
  .c-top__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1em;
  }
}

.c-top__left p {
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  text-shadow: 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;
}

@media only screen and (max-width: 599px) {
  .c-top__left p {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 599px) {
  .c-top__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-chara {
  position: absolute;
}

.c-chara--fukidashi {
  top: 55%;
  left: -45%;
}

@media only screen and (max-width: 599px) {
  .c-chara--fukidashi {
    top: none;
    bottom: 0;
    left: 0;
    width: 30vw;
  }
}

.c-chara--01 {
  top: -50%;
  left: 85%;
}

@media only screen and (max-width: 599px) {
  .c-chara--01 {
    display: none;
  }
}

.c-chara--02 {
  right: 85%;
  -webkit-transform: translate3d(0, -10%, 0);
          transform: translate3d(0, -10%, 0);
}

@media only screen and (max-width: 599px) {
  .c-chara--02 {
    display: none;
  }
}

.c-chara--03 {
  top: 40%;
  left: 97%;
}

@media only screen and (max-width: 599px) {
  .c-chara--03 {
    display: none;
  }
}

.c-chara--04 {
  top: -10%;
  right: 97%;
}

@media only screen and (max-width: 599px) {
  .c-chara--04 {
    display: none;
  }
}

.c-chara--05 {
  top: -15%;
  left: 98%;
}

@media only screen and (max-width: 599px) {
  .c-chara--05 {
    display: none;
  }
}

.c-profile {
  position: relative;
  padding: 2em;
  background: #fffcfe;
  background-color: #fffcfe;
  background-image: url(../img/bg2.jpg);
  background-position: 0 100%;
  background-repeat: repeat;
  border: 1px solid #e7b0d8;
  border-radius: 10px;
}

@media only screen and (max-width: 599px) {
  .c-profile {
    padding: 1em;
  }
}

.c-docs {
  position: relative;
  padding: 2em;
  background-color: #fffcfe;
  background-image: url(../img/bg2.jpg);
  background-position: 0 100%;
  background-repeat: repeat;
  border: 1px solid #e7b0d8;
  border-radius: 10px;
}

@media only screen and (max-width: 599px) {
  .c-docs {
    padding: 1em;
  }
}

.c-video {
  padding: 2em;
  background-image: url(../img/video-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.c-video--wide {
  padding: 3em;
  background-image: url(../img/video-bg-wide.png);
}

.c-video--wide iframe {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .c-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 1em;
  }
}

.u-visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-text__wrapper {
  position: absolute;
  top: 12%;
  left: 46%;
  width: 30%;
}

.u-text--fukidashi {
  position: relative;
  margin-left: 0em;
  padding: 1.6em;
  background: #fffcfe;
  border: 1px solid #e7b0d8;
  border-radius: 10px;
}

.u-text--fukidashi:before {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: calc(50% - .5em);
  border: .5em solid transparent;
  border-top: 1em solid #fffcfe;
  z-index: 2;
}

.u-text--fukidashi:after {
  position: absolute;
  display: block;
  content: "";
  top: calc(100% + 1px);
  left: calc(50% - .5em - 1px);
  border: calc(.5em + 1px) solid transparent;
  border-top: calc(1em + 1px) solid #e7b0d8;
  z-index: 1;
}

@media only screen and (max-width: 599px) {
  .u-text__wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 2em;
  }
  .u-text--fukidashi {
    margin: 0;
    padding: 1em;
  }
  .u-text--fukidashi:before {
    position: absolute;
    display: block;
    content: "";
    top: -1.5em;
    left: calc(50% - .5em);
    border: .5em solid transparent;
    border-bottom: 1em solid #fffcfe;
    z-index: 2;
  }
  .u-text--fukidashi:after {
    position: absolute;
    display: block;
    content: "";
    top: calc(-1.5em - 2px);
    left: calc(50% - .5em - 1px);
    border: calc(.5em + 1px) solid transparent;
    border-bottom: calc(1em + 1px) solid #e7b0d8;
    z-index: 1;
  }
}

.u-image--banner {
  max-width: 120%;
  -webkit-transform: translate3d(2%, 0, 0);
          transform: translate3d(2%, 0, 0);
}

@media only screen and (max-width: 599px) {
  .u-image--banner {
    max-width: 100%;
  }
}

.u-tac {
  text-align: center;
}

.u-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kome {
	color: #4e457b;
	font-size: 1.4rem;
}

.o-main {
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .o-column__box--auto > img {
    width: 100%;
  }
  .u-image--banner {
    -webkit-transform: translate3d(-7%, 0, 0);
            transform: translate3d(-7%, 0, 0);
  }
}




.o-column__box .fukidashi {
  position: absolute;
  top: -30px;
  left: -40px;
}
.o-column__box .animation {
  position: absolute;
  top: 104px;
  left: 192px;
}
@media only screen and (max-width: 599px) {
.o-column__box .fukidashi {
  position: absolute;
  top: 0px;
  left: 0px;
	width: 30vw;
}
.o-column__box .animation {
  position: absolute;
  top: 104px;
  left: 192px;
	display: none;
}
}
	
.o-column--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content:space-around;
}

@media only screen and (max-width: 599px) {
  .o-column--3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	text-align: center;
  }
}

.u-relative {
  position: relative;
}

.image-link {
  display: inline-block;
  position: absolute;
  top: 230px;
  left: 530px;
  width: 250px;
  height: 30px;
}

@media only screen and (max-width: 599px) {
  .image-link {
    top: 25%;
    left: 55%;
    width: 24%;
    height: 4%;
  }
}