@charset "UTF-8";
@keyframes animScale {
  0% {
    transform: scale(0.8, 0.8);
  }
  40% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes animScale {
  0% {
    -webkit-transform: scale(0.8, 0.8);
  }
  40% {
    -webkit-transform: scale(1.2, 1.2);
  }
  60% {
    -webkit-transform: scale(1, 1);
  }
  80% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes animScale {
  0% {
    -moz-transform: scale(0.8, 0.8);
  }
  40% {
    -moz-transform: scale(1.2, 1.2);
  }
  60% {
    -moz-transform: scale(1, 1);
  }
  80% {
    -moz-transform: scale(1.1, 1.1);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

html, body {
  height: 100%;
}

a {
  outline: none;
}

strong, em {
  font-weight: bold;
}

img, svg {
  vertical-align: top;
}

input, textarea, select, button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
select,
button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
}

/* utility
---------------------------------------------------------- */
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.none {
  display: none !important;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #333333;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:link {
  color: #0066cc;
}

a:visited {
  color: #0066cc -25;
}

a:hover {
  color: #197fe5;
}

a:active {
  color: #3298fe;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
a:hover img.noOpacity {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.rythem:hover {
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.4s ease-out;
  -moz-transform-origin: 50% 50%;
}

.korori:hover {
  animation: korokoro 1.5s linear 0s 1;
}

.yurari {
  animation: horizontal 1s ease-in-out infinite alternate;
}
.yurari img {
  animation: vertical 1s ease-in-out infinite alternate;
}

.fadeView {
  opacity: 0;
}

.bgIcon {
  pointer-events: none;
  z-index: 1000;
}

.viewPC {
  display: block;
}

.viewTB {
  display: none;
}

.viewPCTB {
  display: block;
}

.viewSP {
  display: none;
}

.viewTBSP {
  display: none;
}

#wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}

#header .logo {
  text-align: center;
  padding: 25px 0;
}
#header .logo img {
  margin-left: -10px;
  width: 132px;
}
#header .snsArea {
  right: 0;
  position: absolute;
  top: 26px;
}
#header .snsArea ul li {
  height: 24px;
  width: 24px;
  overflow: hidden;
  display: inline-block;
}
#header .snsArea ul li + li {
  margin-left: 23px;
}
#header .snsArea ul li a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
}
#header .snsArea ul li.facebook {
  background-image: url("../png/ico-sns-facebook_pc.png");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#header .snsArea ul li.twitter {
  background-image: url("../png/ico-sns-twitter_pc.png");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#header .snsArea ul li.instagram {
  background-image: url("../png/ico-sns-instagram_pc.png");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#footer {
  background: #f0eee7;
  padding: 10px 0;
}
#footer .copyright {
  font-size: 12px;
  line-height: 160%;
  text-align: center;
}

.bannerBlock .container {
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bannerBlock .container #pagetop {
  background: url("../png/btn-totop_pc.png");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -49px;
  right: 0;
  width: 255px;
  height: 49px;
}
.bannerBlock .container #pagetop a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Arvo", Arial, Helvetica, Verdana, sans-serif;
  width: 255px;
  display: block;
  overflow: hidden;
  color: #333333;
  padding-top: 50px;
}
.bannerBlock .container .bannerList li {
  display: inline-block;
}
.bannerBlock .container .bannerList li + li {
  margin-left: 15px;
}

/* タブレット用
---------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .viewPC {
    display: none;
  }

  .viewTB {
    display: block;
  }

  .viewPCTB {
    display: block;
  }

  .viewSP {
    display: none;
  }

  .viewTBSP {
    display: block;
  }

  .container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
  }

  .bannerBlock .container .bannerList li {
    display: block;
  }
  .bannerBlock .container .bannerList li + li {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 12px;
  }

  body {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  }

  .viewPC {
    display: none;
  }

  .viewTB {
    display: none;
  }

  .viewPCTB {
    display: none;
  }

  .viewSP {
    display: block;
  }

  .viewTBSP {
    display: block;
  }

  img {
    width: 100%;
  }

  #content {
    padding-bottom: 30px;
  }

  .container {
    min-width: 320px;
  }

  /* レイアウト
  ---------------------------------------------------------- */
  #header .logo {
    text-align: left;
    padding: 18px 0;
  }
  #header .logo img {
    margin-left: 0;
    width: 82px;
  }
  #header .snsArea {
    top: 18px;
    right: 15px;
  }
  #header .snsArea ul li {
    height: 19px;
    width: 19px;
  }
  #header .snsArea ul li + li {
    margin-left: 20px;
  }
  #header .snsArea ul li.facebook {
    background-image: url("../png/ico-sns-facebook_sp.png");
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #header .snsArea ul li.twitter {
    background-image: url("../png/ico-sns-twitter_sp.png");
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #header .snsArea ul li.instagram {
    background-image: url("../png/ico-sns-instagram_sp.png");
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .bannerBlock .container #pagetop {
    background: url("../png/btn-totop_sp.png");
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    top: -25px;
    width: 115px;
    height: 25px;
  }
  .bannerBlock .container #pagetop a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 115px;
    padding-top: 25px;
  }

  #footer .copyright {
    font-size: 10px;
    line-height: 170%;
    text-align: center;
  }
}
