@charset "UTF-8";
/**/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html,
body {
  font-size: 62.5%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック",
    Arial, verdana, sans-serif;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

li {
  list-style: none;
}

/*********************************
  太陽
*********************************/
.sun {
  position: absolute;
  left: 50%;
  top: -29px;
  margin: 0 0 0 -90.5px;
  width: 184px;
  height: 185px;
  -ms-transform: translateX(-450px);
  transform: translateX(-450px);
  background: url(../img/sun184_185.png) 0 0 no-repeat;
  animation: sunAni 9s steps(28) infinite;
}
@keyframes sunAni {
  0% {
    background-position: 0 0;
  }
  66% {
    background-position: 0 0;
  }
  100% {
    background-position: -5152px 0;
  }
}
/*********************************
  キャラクター
*********************************/
.ch-posBase {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  will-change: transform;
}
.ch-posBase span {
  will-change: transform;
}

.ch-posA {
  position: absolute;
  left: 50%;
  top: 0;
}
.ch-posA.ch-redAni1,
.ch-posA.ch-redAni2,
.ch-posA.ch-redAni3,
.ch-posA.ch-redAni4,
.ch-posA.ch-redAniFin {
  display: block;
  margin: -91.5px 0 0 -92px;
}
.ch-posA.ch-greenAni1,
.ch-posA.ch-greenAni2,
.ch-posA.ch-greenAni3,
.ch-posA.ch-greenAni4,
.ch-posA.ch-greenAniFin {
  display: block;
  margin: -66.5px 0 0 -145px;
}
.ch-posA.ch-blueAni1,
.ch-posA.ch-blueAni2,
.ch-posA.ch-blueAniFin {
  display: block;
  margin: -112.5px 0 0 -78.5px;
}
.ch-posA.ch-pinkAni1,
.ch-posA.ch-pinkAni2,
.ch-posA.ch-pinkAni3,
.ch-posA.ch-pinkAniFin {
  display: block;
  margin: -90px 0 0 -100px;
}
.ch-posA.ch-specialAni {
  display: block;
  margin: -100px 0 0 -90px;
}

.ch-scale01 {
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale02 {
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale025 {
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale03 {
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale04 {
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale05 {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale06 {
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale07 {
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale08 {
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: block;
  width: 0;
  height: 0;
}

.ch-scale09 {
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  display: block;
  width: 0;
  height: 0;
}

.ch-rotateAniR {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: transform 0.3s ease 0s;
  animation: rotateAniR 15s linear infinite;
}
@keyframes rotateAniR {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ch-rotateAniL {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  -ms-transform-origin: center center;
  transform-origin: center center;
  transition: transform 0.3s ease 0s;
  animation: rotateAniL 16s linear infinite;
}
@keyframes rotateAniL {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.ch-AniDelay0 {
  animation-delay: 0.3s !important;
}

.ch-AniDelay1 {
  animation-delay: 0.5s !important;
}

.ch-AniDelay2 {
  animation-delay: 1s !important;
}

.ch-AniDelay3 {
  animation-delay: 1.4s !important;
}

.ch-AniDelay4 {
  animation-delay: 1.8s !important;
}

.ch-AniDelay5 {
  animation-delay: 2s !important;
}

.ch-AniDelay6 {
  animation-delay: 2.2s !important;
}

.ch-AniDelay7 {
  animation-delay: 2.5s !important;
}

.ch-AniDelay8 {
  animation-delay: 2.9s !important;
}

.ch-AniDelay9 {
  animation-delay: 3s !important;
}

.ch-redAni1 {
  display: block;
  width: 184px;
  height: 183px;
  background: url(../img/ch_r184_183.png) 0 0 no-repeat;
  animation: redAni1 1.1s steps(8) infinite;
}
@keyframes redAni1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1472px 0;
  }
}
.ch-redAni2 {
  display: block;
  width: 184px;
  height: 183px;
  background: url(../img/ch_r184_183.png) 0 0 no-repeat;
  animation: redAni2 2s steps(8) infinite;
}
@keyframes redAni2 {
  0% {
    background-position: 0 0;
    transform: scale(1);
  }
  .1% {
    transform: scale(0.95);
  }
  1% {
    transform: scale(1.07);
  }
  8% {
    transform: scale(0.97);
  }
  12% {
    transform: scale(1.03);
  }
  18% {
    transform: scale(0.99);
  }
  24% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  61% {
    transform: scale(1.07);
  }
  68% {
    transform: scale(0.97);
  }
  72% {
    transform: scale(1.03);
  }
  78% {
    transform: scale(0.99);
  }
  84% {
    transform: scale(1);
  }
  100% {
    background-position: -1472px 0;
    transform: scale(1);
  }
}
.ch-redAni3 {
  display: block;
  width: 184px;
  height: 183px;
  background: url(../img/ch_r184_183.png) 0 0 no-repeat;
  animation: redAni3 1.8s steps(7) infinite;
}
@keyframes redAni3 {
  0% {
    background-position: 0 0;
    transform: scaleY(1);
  }
  2% {
    transform: scaleY(0.9) translate(0, 5px);
  }
  10% {
    transform: scaleY(1.15) translate(0, -70px);
  }
  14% {
    transform: scaleY(1) translate(0, 3px);
  }
  18% {
    transform: scaleY(1.1) translate(0, -30px);
  }
  22% {
    transform: scaleY(1) translate(0, 0);
  }
  95% {
    background-position: -1288px 0;
  }
  100% {
    background-position: -1288px 0;
  }
}
.ch-redAni4 {
  display: block;
  width: 184px;
  height: 183px;
  background: url(../img/ch_r184_183.png) 0 0 no-repeat;
  animation: redAni4 1.2s steps(8) infinite;
}
@keyframes redAni4 {
  0% {
    background-position: 0 0;
    transform: scale(1);
  }
  100% {
    background-position: -1472px 0;
    transform: scale(0.9);
  }
}
.ch-greenAni1 {
  display: block;
  width: 290px;
  height: 133px;
  background: url(../img/ch_g290_133.png) 0 0 no-repeat;
  animation: greenAni1 1.2s steps(9) infinite;
}
@keyframes greenAni1 {
  0% {
    background-position: 0 0;
    transform: translateX(30px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    background-position: -2610px 0;
    transform: translateX(30px);
  }
}
.ch-greenAni2 {
  display: block;
  width: 290px;
  height: 133px;
  background: url(../img/ch_g290_133.png) 0 0 no-repeat;
  animation: greenAni2 1.2s steps(10) infinite;
}
@keyframes greenAni2 {
  0% {
    background-position: 0 0;
    transform: scaleY(0.7);
  }
  100% {
    background-position: -2900px 0;
    transform: scaleY(1);
  }
}
.ch-greenAni3 {
  display: block;
  width: 290px;
  height: 133px;
  background: url(../img/ch_g290_133.png) 0 0 no-repeat;
  animation: greenAni3 1.7s steps(10) infinite;
}
@keyframes greenAni3 {
  0% {
    background-position: 0 0;
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(0.6) scaleY(0.7);
  }
  100% {
    background-position: -2900px 0;
    transform: scaleX(1) scaleY(1);
  }
}
.ch-blueAni1 {
  display: block;
  width: 157px;
  height: 225px;
  background: url(../img/ch_b157_225.png) 0 0 no-repeat;
  animation: blueAni1 2.5s steps(10) infinite;
}
@keyframes blueAni1 {
  0% {
    background-position: 0 0;
    transform: translate(0);
  }
  30% {
    transform: translate(-70px, 0) rotate(-20deg);
  }
  70% {
    transform: translate(0, 0) rotate(3deg);
  }
  100% {
    background-position: -1570px 0;
    transform: translate(0, 0) rotate(0);
  }
}
.ch-blueAni2 {
  display: block;
  width: 157px;
  height: 225px;
  background: url(../img/ch_b157_225.png) 0 0 no-repeat;
  animation: blueAni2 2.7s steps(10) infinite;
}
@keyframes blueAni2 {
  0% {
    background-position: 0 0;
    transform: translate(0);
  }
  30% {
    transform: translate(50px, 0) rotate(10deg);
  }
  70% {
    transform: translate(0, 0) rotate(-7deg);
  }
  100% {
    background-position: -1570px 0;
    transform: translate(0, 0) rotate(0);
  }
}
.ch-pinkAni1 {
  display: block;
  width: 200px;
  height: 180px;
  background: url(../img/ch_p200_180.png) 0 0 no-repeat;
  animation: pinkAni1 2s steps(8) infinite;
}
@keyframes pinkAni1 {
  0% {
    background-position: 0 0;
    transform: translate(0);
  }
  70% {
    transform: translate(0, 0) rotateY(0);
  }
  84% {
    transform: translate(0, -100px) rotateY(360deg);
  }
  100% {
    background-position: -1600px 0;
    transform: translate(0, 0) rotateY(360deg);
  }
}
.ch-pinkAni2 {
  display: block;
  width: 200px;
  height: 180px;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background: url(../img/ch_p200_180.png) 0 0 no-repeat;
  animation: pinkAni2 4s steps(8) infinite;
}
@keyframes pinkAni2 {
  0% {
    background-position: 0 0;
    transform: rotate(0);
  }
  25% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-30deg);
  }
  40% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  60% {
    transform: rotate(30deg);
  }
  70% {
    transform: rotate(-30deg);
  }
  75% {
    transform: rotate(0);
  }
  100% {
    background-position: -1600px 0;
    transform: rotate(0);
  }
}
.ch-pinkAni3 {
  display: block;
  width: 200px;
  height: 180px;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background: url(../img/ch_p200_180.png) 0 0 no-repeat;
  animation: pinkAni3 2s steps(8) infinite;
}
@keyframes pinkAni3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1600px 0;
  }
}
.ch-redAniFin {
  display: block;
  background: url(../img/ch_r184_183_b.png) 0 0 no-repeat;
  animation: redAniFin 1.1s steps(11) 0s forwards;
  animation-delay: 0s !important;
}
@keyframes redAniFin {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2024px 0;
  }
}
.ch-greenAniFin {
  display: block;
  background: url(../img/ch_g290_133_b.png) 0 0 no-repeat;
  animation: greenAniFin 1.3s steps(13) 0s forwards;
  animation-delay: 0s !important;
}
@keyframes greenAniFin {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3770px 0;
  }
}
.ch-blueAniFin {
  display: block;
  background: url(../img/ch_b157_225_b.png) 0 0 no-repeat;
  animation: blueAniFin 1.3s steps(13) 0s forwards;
  animation-delay: 0s !important;
}
@keyframes blueAniFin {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2041px 0;
  }
}
.ch-pinkAniFin {
  display: block;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background: url(../img/ch_p200_180_b.png) 0 0 no-repeat;
  animation: pinkAniFin 1.1s steps(11) 0s forwards;
  animation-delay: 0s !important;
}
@keyframes pinkAniFin {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2200px 0;
  }
}
.specialCharaBox {
  display: none;
  position: absolute;
  left: -1000px;
  top: -1000px;
}

.ch-specialAni {
  position: relative;
  display: block;
  width: 502.5px;
  height: 315.4px;
}
.ch-specialAni svg {
  width: 502.5px;
  height: 315.4px;
}
.ch-specialAni i {
  position: absolute;
  display: block;
  left: -8px;
  top: 10px;
  width: 200px;
  height: 180px;
  background: url(../img/ch_s_eye_200×180.png) 0 0 no-repeat;
  animation: specialAniEye 1s steps(10) 0s infinite;
}
@keyframes specialAniEye {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
.ch-specialAniFin {
  transition: opacity 0.4s ease 0s;
  opacity: 0;
}

.sp {
  display: none;
}

html,
body {
  background: #faf6e2;
  letter-spacing: 1px;
}

img {
  width: 100%;
}

.charaLBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1024px;
  width: 100%;
  background: #faf6e2;
}

.logoBlock {
  position: relative;
  margin: 0 auto;
  padding: 94px 0 50px;
  width: 1024px;
}
.logoBlock__logo {
  position: relative;
  margin: 0 auto;
  padding: 0 14px 0 0;
  width: 370px;
  width: 416px;
}
.logoBlock__logo__text {
  position: absolute;
  display: block;
  left: 60px;
  top: 83px;
  width: 298px;
}

.sec1 {
  position: relative;
}
.sec1__inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}
.sec1__title {
  margin: 0 auto;
  width: 564px;
}
.sec1__text {
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #5f403d;
}

.sec2 {
  position: relative;
  padding: 160px 0 0;
}
.sec2__inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}
.sec2__title {
  margin: 0 auto;
  width: 155px;
}
.sec2__listBox {
  overflow: hidden;
  padding: 40px 176px 0;
  font-size: 16px;
  line-height: 28px;
  color: #5f403d;
}
.sec2__listBox dt {
  float: left;
  width: 176px;
  font-weight: bold;
}
.sec2__listBox dd {
  float: left;
  width: calc(100% - 176px);
}
.sec2__listBox dt.head {
  font-size: 20px;
  padding-bottom: 10px;
}
.sec2__listBox dd.head {
  padding-bottom: 10px;
}
.sec2__listBox dd b {
  font-weight: bold;
}

.sec3 {
  position: relative;
  padding: 160px 0 0;
}
.sec3__inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}
.sec3__title {
  margin: 0 auto;
  width: 194px;
}
.sec3 ul {
  overflow: hidden;
  margin: -100px 0 0;
  padding: 138px 0 0;
}
.sec3__linkList {
  position: relative;
  float: left;
  margin: 0 0 0 32px;
  width: 320px;
}
.sec3__linkList:first-child {
  margin-left: 0;
}
.sec3__linkList a {
  position: relative;
  display: block;
  text-decoration: none;
}
.sec3__linkList .thum {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0 60px 0 60px;
}
.sec3__linkList .textBox {
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 32px;
  color: #4d3735;
}
.sec3__linkList .textBox .date {
  display: block;
  font-family: "Lato", sans-serif;
}
.sec3__linkList .textBox .title {
  display: block;
  line-height: 24px;
}
.sec3__moreLink {
  overflow: hidden;
  padding: 25px 0 0;
}
.sec3__moreLink a {
  position: relative;
  overflow: hidden;
  float: right;
  border-radius: 4px;
  padding: 10px 0 9px;
  width: 208px;
  font-size: 16px;
  line-height: 32px;
  color: #4d3735;
  text-align: center;
  text-decoration: none;
  background: #fff;
}
.sec3__moreLink a span {
  position: relative;
}
.sec3__moreLink a span::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 6px;
  width: 17px;
  height: 13px;
  background: url(../img/sec3_blank.png) center no-repeat;
}

.sec4 {
  position: relative;
  padding: 186px 0 150px;
  text-align: center;
}
.sec4__inner {
  position: relative;
  margin: 0 auto;
  width: 1024px;
}
.sec4__title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #4d3735;
}
.sec4__tel {
  position: relative;
  padding: 38px 0 0;
  font-size: 30px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  color: #4d3735;
}
.sec4__mail {
  position: relative;
  padding: 120px 0 0;
}
.sec4__mail a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 6px;
  padding: 20px 0 19px;
  width: 498px;
  font-size: 20px;
  line-height: 26px;
  color: #4d3735;
  text-decoration: none;
  background: #fff;
}
.sec4__mail a span {
  position: relative;
}
.sec4__mail a span::before {
  content: "";
  display: inline-block;
  margin: 0 8px -2px 0;
  width: 29px;
  height: 20px;
  background: url(../img/sec4_ic.png) center bottom no-repeat;
  background-size: contain;
}
.sec4__cou {
  position: relative;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #4d3735;
}

.sec5 {
  position: relative;
}
.sec5__inner {
  position: relative;
  margin: 0 auto;
  padding: 200px 0 370px;
  width: 1024px;
  text-align: center;
}
.sec5__link {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.sec5__link .logo {
  display: block;
  margin: 0 auto;
  padding: 0 14px 10px 0;
  width: 192px;
}
.sec5__link .text {
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 30px;
  padding: 9px 38px 10px 20px;
  font-size: 14px;
  color: #4d3735;
  text-decoration: none;
  background: #fff;
}
.sec5__link .text span {
  position: relative;
}
.sec5__link .text::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -5px 0 0 0;
  width: 13px;
  height: 10px;
  background: url(../img/sec5_blank.png);
}

.ftBlock {
  position: relative;
  width: 100%;
  padding: 20px 0 19px;
  background: #fff;
}
.ftBlock__cr {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  text-align: center;
}
