@charset "UTF-8";
/* line 3, ../scss/base.scss */
* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  font: normal 100% 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  *zoom: 1;
}

/* line 15, ../scss/base.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 23, ../scss/base.scss */
.clearfix {
  min-height: 1px;
}

/* line 27, ../scss/base.scss */
* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/* line 34, ../scss/base.scss */
a {
  -webkit-transition: color 1s;
  transition: color 1s;
}

/* line 35, ../scss/base.scss */
img {
  max-width: 90%;
}

/* line 38, ../scss/base.scss */
.center {
  text-align: center !important;
}

/* line 41, ../scss/base.scss */
.no_dsp {
  display: none !important;
}

/* line 42, ../scss/base.scss */
.blk {
  display: block !important;
}

/* line 43, ../scss/base.scss */
html {
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}

/* line 48, ../scss/base.scss */
body {
  line-height: 120%;
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 57, ../scss/base.scss */
.wrapper {
  width: 100%;
  height: auto !important;
  min-height: 100%;
  background: #f4e7f0;
  padding-top: 700px;
}

/* line 65, ../scss/base.scss */
header {
  width: 100%;
  min-height: 100%;
  background: url(../image/bg1.gif) left top repeat-x;
  padding: 0 0 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
/* line 74, ../scss/base.scss */
header a:link, header a:visited {
  color: #cebec6;
}
/* line 77, ../scss/base.scss */
header a:hover, header a:active {
  color: #fff;
}
/* line 80, ../scss/base.scss */
header h1 {
  margin: 0 auto;
  width: 1000px;
  padding-top: 10px;
  text-align: center;
}
/* line 85, ../scss/base.scss */
header h1 .heart {
  display: block;
  margin: 0 auto;
}
/* line 90, ../scss/base.scss */
header nav {
  width: 1000px;
  margin: 50px auto 0;
}
/* line 93, ../scss/base.scss */
header nav ul {
  padding: 10px 0;
  text-align: center;
  margin-left: -2%;
}
/* line 97, ../scss/base.scss */
header nav ul li {
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid #f1c8e4;
  display: inline-block;
  width: 29%;
  background: #666;
  margin-left: 2%;
  margin-bottom: 2%;
  font-size: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 107, ../scss/base.scss */
header nav ul li a {
  display: block;
  padding: 20px 10px 10px;
}
/* line 110, ../scss/base.scss */
header nav ul li a p {
  font-size: 150%;
  font-weight: bold;
}
/* line 114, ../scss/base.scss */
header nav ul li a img {
  width: 150px;
}
/* line 119, ../scss/base.scss */
header nav ul li:hover {
  background: #555;
}
/* line 122, ../scss/base.scss */
header nav ul li:hover img {
  -webkit-animation: anime1 2s ease 0s infinite normal;
  animation: anime1 2s ease 0s infinite normal;
}

/* line 129, ../scss/base.scss */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0 10px;
  background: #e62889;
  -webkit-background-size: 1px 50px;
  background-size: 1px 50px;
  min-height: auto;
  min-width: 100%;
}
/* line 139, ../scss/base.scss */
.fixed h1 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}
/* line 143, ../scss/base.scss */
.fixed h1 .heart {
  display: none;
}
/* line 147, ../scss/base.scss */
.fixed nav {
  margin: 20px auto 0;
}
/* line 149, ../scss/base.scss */
.fixed nav ul {
  margin-bottom: -50px;
}
/* line 151, ../scss/base.scss */
.fixed nav ul li {
  width: 150px;
  height: auto;
  margin-left: 12px;
  margin-bottom: 10px;
  padding-top: 0;
}
/* line 158, ../scss/base.scss */
.fixed nav ul li a p {
  display: none;
}
/* line 161, ../scss/base.scss */
.fixed nav ul li a img {
  width: 60px;
}
/* line 164, ../scss/base.scss */
.fixed nav ul li a span, .fixed nav ul li a img {
  vertical-align: middle;
}

/* line 172, ../scss/base.scss */
.opn_cls {
  position: fixed;
  z-index: 1;
}

/* line 177, ../scss/base.scss */
.pagetop {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  text-align: center;
}

/* line 188, ../scss/base.scss */
article {
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
  padding: 100px 0;
}
/* line 193, ../scss/base.scss */
article section {
  height: 100%;
  margin: 200px auto;
  width: 1000px;
  text-align: center;
}
/* line 198, ../scss/base.scss */
article section h2 {
  font-size: 80%;
}
/* line 201, ../scss/base.scss */
article section h3 {
  font-size: 150%;
  font-weight: bold;
  padding: 20px 0;
}
/* line 206, ../scss/base.scss */
article section p {
  text-align: left;
}
/* line 209, ../scss/base.scss */
article section a:link, article section a:visited {
  color: #e62889;
  text-decoration: underline;
}
/* line 213, ../scss/base.scss */
article section a:hover, article section a:active {
  color: #85506b;
}

/* line 218, ../scss/base.scss */
.select {
  -webkit-animation: view1 3s ease-out 0s 1 normal;
  animation: view1 3s ease-out 0s 1 normal;
}

/* line 222, ../scss/base.scss */
#pg1 {
  color: #cc0099;
  background: url(../image/bg1.svg) left bottom no-repeat, #f4e7f0 url(../image/bg1_2.svg) left bottom no-repeat;
  -webkit-background-size: auto 50%,100% auto;
  background-size: auto 50%,100% auto;
}

/* line 227, ../scss/base.scss */
#pg2 {
  background: url(../image/bg2.svg) right bottom no-repeat, #7ecef4 url(../image/bg2_3.svg) left bottom repeat-x;
  -webkit-background-size: auto 80%,auto auto;
  background-size: auto 80%,auto auto;
  color: #fff;
}

/* line 232, ../scss/base.scss */
#pg3 {
  background: url(../image/bg3.svg) 5% bottom no-repeat, #cce2a3 url(../image/bg3_4.svg) left bottom no-repeat;
  color: #915638;
  -webkit-background-size: auto 80%, 100% auto;
  background-size: auto 80%, 100% auto;
}
/* line 241, ../scss/base.scss */
#pg3 .app_link h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #92be66;
}
/* line 247, ../scss/base.scss */
#pg3 .app_link a {
  padding: 5px;
}

/* line 252, ../scss/base.scss */
#pg4 {
  background: url(../image/bg4.svg) right bottom no-repeat, #f8d98a url(../image/bg4_5.svg) left bottom repeat-x;
  -webkit-background-size: auto 80%, auto auto;
  background-size: auto 80%, auto auto;
  color: #933f82;
}
/* line 256, ../scss/base.scss */
#pg4 .web {
  margin-top: 20px;
}
/* line 259, ../scss/base.scss */
#pg4 .book {
  margin-top: 50px;
}

/* line 264, ../scss/base.scss */
#pg5 {
  background: url(../image/bg5.svg) 5% bottom no-repeat, #f6efd0 url(../image/bg5_6.svg) left bottom no-repeat;
  -webkit-background-size: auto 50%, 100% auto;
  background-size: auto 50%, 100% auto;
  color: #6699cc;
}
/* line 268, ../scss/base.scss */
#pg5 img {
  width: 350px;
  max-width: 90%;
}

/* line 273, ../scss/base.scss */
#pg6 {
  background: url(../image/bg6.svg) right bottom no-repeat, #c3d9d6;
  -webkit-background-size: auto 80%;
  background-size: auto 80%;
  color: #e62889;
  padding-bottom: 200px;
}
/* line 278, ../scss/base.scss */
#pg6 .mail_form {
  margin: 0 auto;
  width: 410px;
  height: 190px;
  text-align: left;
}
/* line 284, ../scss/base.scss */
#pg6 input, #pg6 button {
  background: #eee;
  padding: 2px 5px;
  margin-bottom: 5px;
}
/* line 289, ../scss/base.scss */
#pg6 textarea {
  background: #eee;
  padding: 2px 5px;
  margin-bottom: 5px;
}
/* line 294, ../scss/base.scss */
#pg6 .button_area {
  text-align: center !important;
  padding-top: 30px;
}
/* line 298, ../scss/base.scss */
#pg6 button {
  cursor: pointer;
}

/* line 302, ../scss/base.scss */
.hrts_mail {
  width: 100%;
  height: auto !important;
  min-height: 100%;
  background: #c3d9d6;
  padding-top: 200px;
}
/* line 308, ../scss/base.scss */
.hrts_mail header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0 10px;
  background: #e62889;
  -webkit-background-size: 1px 50px;
  background-size: 1px 50px;
  min-height: auto;
  min-width: 100%;
}
/* line 317, ../scss/base.scss */
.hrts_mail header h1 {
  width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}
/* line 321, ../scss/base.scss */
.hrts_mail header h1 .heart {
  display: none;
}
/* line 325, ../scss/base.scss */
.hrts_mail header nav {
  margin: 20px auto 0;
}
/* line 327, ../scss/base.scss */
.hrts_mail header nav ul {
  margin-bottom: -50px;
}
/* line 329, ../scss/base.scss */
.hrts_mail header nav ul li {
  width: 150px;
  height: auto;
  margin-left: 12px;
  margin-bottom: 10px;
  padding-top: 0;
}
/* line 336, ../scss/base.scss */
.hrts_mail header nav ul li a p {
  display: none;
}
/* line 339, ../scss/base.scss */
.hrts_mail header nav ul li a img {
  width: 60px;
}
/* line 342, ../scss/base.scss */
.hrts_mail header nav ul li a span, .hrts_mail header nav ul li a img {
  vertical-align: middle;
}
/* line 350, ../scss/base.scss */
.hrts_mail article {
  text-align: center;
  color: #e62889;
}
/* line 353, ../scss/base.scss */
.hrts_mail article h3 {
  padding: 20px 0;
}

/* line 358, ../scss/base.scss */
footer {
  position: relative;
  bottom: 0;
}
/* line 361, ../scss/base.scss */
footer .copyrights {
  background: #666;
  text-shadow: 1px 1px 0 #888;
  color: #000;
  text-align: center;
  font-size: 70%;
  line-height: 30px;
}

/* line 370, ../scss/base.scss */
.fix_left {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

/* line 376, ../scss/base.scss */
.fix_right {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}

@-webkit-keyframes anime1 {
  /* line 384, ../scss/base.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 385, ../scss/base.scss */
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 386, ../scss/base.scss */
  40% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  /* line 387, ../scss/base.scss */
  80% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 388, ../scss/base.scss */
  100% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}

@keyframes anime1 {
  /* line 384, ../scss/base.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 385, ../scss/base.scss */
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 386, ../scss/base.scss */
  40% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  /* line 387, ../scss/base.scss */
  80% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  /* line 388, ../scss/base.scss */
  100% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@-webkit-keyframes view1 {
  /* line 391, ../scss/base.scss */
  0% {
    opacity: 0;
  }

  /* line 392, ../scss/base.scss */
  50% {
    opacity: 0;
  }

  /* line 393, ../scss/base.scss */
  100% {
    opacity: 1;
  }
}
@keyframes view1 {
  /* line 391, ../scss/base.scss */
  0% {
    opacity: 0;
  }

  /* line 392, ../scss/base.scss */
  50% {
    opacity: 0;
  }

  /* line 393, ../scss/base.scss */
  100% {
    opacity: 1;
  }
}
/* -------------------------------------- */
@media screen and (max-width: 1000px) {
  /* line 399, ../scss/base.scss */
  .wrapper {
    min-height: 100%;
    padding-top: 0;
    max-width: 100%;
    overflow: hidden;
  }

  /* line 405, ../scss/base.scss */
  header {
    background: #e62889;
    height: 100%;
    min-height: 50px;
  }
  /* line 409, ../scss/base.scss */
  header h1 {
    width: 100%;
  }
  /* line 411, ../scss/base.scss */
  header h1 .heart {
    width: 150px;
  }
  /* line 415, ../scss/base.scss */
  header nav {
    width: 100%;
    margin: 20px auto 0;
  }
  /* line 418, ../scss/base.scss */
  header nav ul {
    margin-bottom: 10px;
  }
  /* line 420, ../scss/base.scss */
  header nav ul li {
    width: 40%;
    overflow: hidden;
  }
  /* line 423, ../scss/base.scss */
  header nav ul li a {
    padding: 10px 0 0;
  }
  /* line 425, ../scss/base.scss */
  header nav ul li a p {
    display: none;
  }
  /* line 428, ../scss/base.scss */
  header nav ul li a img {
    width: 80px;
    display: block;
    margin: auto;
  }

  /*スマホで不具合あり*/
  /* line 439, ../scss/base.scss */
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    max-height: 50px;
    background: #e62889;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden;
  }
  /* line 449, ../scss/base.scss */
  .fixed h1 {
    width: 90%;
    padding-top: 10px;
  }
  /* line 453, ../scss/base.scss */
  .fixed nav {
    display: none;
    width: 90%;
  }
  /* line 456, ../scss/base.scss */
  .fixed nav ul {
    margin-bottom: 10px;
    -webkit-animation: view1 1s ease-out 0s 1 normal;
    animation: view1 1s ease-out 0s 1 normal;
  }
  /* line 459, ../scss/base.scss */
  .fixed nav ul li {
    width: 90%;
    margin-bottom: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  /* line 464, ../scss/base.scss */
  .fixed nav ul li a {
    padding: 5px 0;
    line-height: 30px;
  }
  /* line 467, ../scss/base.scss */
  .fixed nav ul li a img {
    display: none;
  }

  /*--------------------
  .fixed:hover{
  	position:fixed;
  	background:#e62889;
  	height:100%;
  	max-height:100%;
  	nav{
  		display:block;
  	}
  }
  .opn_cls{
  	position:fixed;
  	top:30px;
  	right:10px;
  	z-index:1000;
  	.open{
  		display:block;
  	}
  	.close{
  		display:none;
  	}
  }
  */
  /* line 499, ../scss/base.scss */
  article {
    padding: 5% 0 40%;
  }
  /* line 501, ../scss/base.scss */
  article section {
    width: 90%;
  }

  /* line 505, ../scss/base.scss */
  #pg1 {
    margin-top: 200px;
    background: url(../image/bg1.svg) center 85% no-repeat, #f4e7f0 url(../image/bg1_2.svg) left bottom no-repeat;
    -webkit-background-size: auto 10%, 100% auto;
    background-size: auto 10%, 100% auto;
  }

  /* line 510, ../scss/base.scss */
  #pg2 {
    background: url(../image/bg2.svg) center 85% no-repeat, #7ecef4 url(../image/bg2_3.svg) left bottom repeat-x;
    -webkit-background-size: auto 15%, auto auto;
    background-size: auto 15%, auto auto;
    color: #fff;
  }

  /* line 515, ../scss/base.scss */
  #pg3 {
    background: url(../image/bg3.svg) center 85% no-repeat, #cce2a3 url(../image/bg3_4.svg) left bottom no-repeat;
    color: #915638;
    -webkit-background-size: auto 15%, 100% auto;
    background-size: auto 15%, 100% auto;
  }
  /* line 519, ../scss/base.scss */
  #pg3 .book {
    margin-top: 20px;
  }

  /* line 523, ../scss/base.scss */
  #pg4 {
    background: url(../image/bg4.svg) center 85% no-repeat, #f8d98a url(../image/bg4_5.svg) left bottom repeat-x;
    -webkit-background-size: auto 15%, auto auto;
    background-size: auto 15%, auto auto;
    color: #933f82;
  }
  /* line 527, ../scss/base.scss */
  #pg4 .web {
    margin-top: 20px;
  }

  /* line 531, ../scss/base.scss */
  #pg5 {
    background: url(../image/bg5.svg) center 85% no-repeat, #f6efd0 url(../image/bg5_6.svg) left bottom no-repeat;
    -webkit-background-size: auto 10%, 100% auto;
    background-size: auto 10%, 100% auto;
    color: #6699cc;
  }
  /* line 535, ../scss/base.scss */
  #pg5 img {
    width: 350px;
    max-width: 90%;
  }

  /* line 540, ../scss/base.scss */
  #pg6 {
    background: #c3d9d6 url(../image/bg6.svg) center 85% no-repeat;
    -webkit-background-size: auto 20%;
    background-size: auto 20%;
    color: #e62889;
  }
  /* line 544, ../scss/base.scss */
  #pg6 .mail_form {
    margin: 0 auto;
    font-size: 80%;
    max-width: 90%;
    padding-bottom: 20%;
  }
  /* line 550, ../scss/base.scss */
  #pg6 input, #pg6 button {
    background: #eee;
    padding: 2px 5px;
    margin-bottom: 5px;
    max-width: 100%;
  }
  /* line 556, ../scss/base.scss */
  #pg6 textarea {
    background: #eee;
    padding: 2px 5px;
    margin-bottom: 5px;
    width: 100%;
  }
  /* line 562, ../scss/base.scss */
  #pg6 .button_area {
    text-align: center !important;
    padding-top: 30px;
  }
  /* line 566, ../scss/base.scss */
  #pg6 button {
    cursor: pointer;
  }

  /* line 571, ../scss/base.scss */
  .hrts_mail header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    max-height: 50px;
    background: #e62889;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden;
  }
  /* line 581, ../scss/base.scss */
  .hrts_mail header h1 {
    width: 90%;
    padding-top: 10px;
  }
  /* line 585, ../scss/base.scss */
  .hrts_mail header nav {
    display: none;
  }

  /* line 590, ../scss/base.scss */
  .fix_left, .fix_right {
    display: none;
  }
}
