@charset "utf-8";

/* **************************************************

  elements
  
************************************************** */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
@-ms-viewport { width: device-width; }
:after,
:before { box-sizing: border-box; }
html,
body {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-smooth: always;
	text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Yu Gothic Medium", YuGothic, "游ゴシック Medium", "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #333;
}
body.no-effect * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
* { outline: none; }
*:first-child { margin-top: 0 !important; }
*::selection { background: #fff ; color: #41b8e7; }
*::-moz-selection { background: #fff ; color: #41b8e7; }
a {
	color: #333;
	text-decoration: none;
}
a:link, a:visited { text-decoration: none; }
a img { border: none; }
img {
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
	border: none;
	outline: none;
	-ms-interpolation-mode: bicubic;
}
table { line-height: 2; }
input,
textarea { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
input,
textarea,
selectbox {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
*::-webkit-input-placeholder { color: #aaa; }/* Google Chrome, Safari, Opera 15+, Android, iOS */
*::-moz-placeholder {  color: #aaa; opacity: 1; }/* Firefox 19+ */
*:-ms-input-placeholder { color: #aaa; }/* IE 10+ */
*:placeholder-shown { color: #aaa; }

@media screen and (min-width:768px) {
html,
body {
  min-width: 1000px;
  overflow-x: auto;
}
a,
button {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover, a:active { color: #e50012; }
}


/* ==============================
  windows
============================== */
html.windows body,
html.android body { font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", sans-serif; }



/* **************************************************

  wrapper
  
************************************************** */
#wrapper { position: relative; }
#wrapper:after {
  display: block;
  content: "";
  background: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}


/* ==============================
  is-init
============================== */
html.is-init #wrapper:after  {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 0s ease 1s;
  transition: opacity 1s ease, visibility 0s ease 1s;
}



/* **************************************************

  header
  
************************************************** */
#header {
  font-size: 0;
  background: #fff;
}
#header .sns {
  letter-spacing: -0.4em;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .sns li {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: 26px;
  margin-left: 8px;
}
#header .sns li:first-child { margin-left: 0; }

@media screen and (max-width:374px) {
#header .header-logo img { height: 16px !important; }
}

@media screen and (max-width:767px) {
#header { position: relative; }
#header .inner { padding: 20px; }
#header .header-logo img {
  width: auto;
  height: 20px;
}
}

@media screen and (min-width:768px) {
#header { text-align: center; }
#header .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 0;
  position: relative;
}
#header .header-logo a {
  background: url(../images/header_logo.png) no-repeat center center;
  background-size: 100% auto;
  text-indent: -9999px;
  display: block;
  width: 338px;
  height: 37px;
  margin: 0 auto;
  overflow: hidden;
}
#header .sns li { margin-left: 12px; }
}



/* **************************************************

  footer
  
************************************************** */
#footer { text-align: center; }
#footer .footer-logo { font-size: 0; }
#footer .footer-copy {
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Yu Gothic Medium", YuGothic, "游ゴシック Medium", "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
  line-height: 1;
}

@media screen and (max-width:767px) {
#footer { padding: 12px 0; }
#footer .footer-logo img { width: 50px; }
#footer .footer-copy {
  font-size: 10px;
  margin-top: 8px;
}
}

@media screen and (min-width:768px) {
#footer { padding: 23px 0; }
#footer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#footer .footer-logo img { width: 70px; }
#footer .footer-copy {
  font-size: 12px;
  margin-top: 16px;
}
}



/* **************************************************

  container
  
************************************************** */
#container {
  position: relative;
  overflow: hidden;
}
#container #content {
  position: relative;
  z-index: 1;
}
#container .doctor {
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}


/* ==============================
  is-complete
============================== */
html.is-complete #container .doctor {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s ease-in-out;
  transition: transform 1.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s ease-in-out;
}
html.is-complete #container .doctor img {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
html.is-complete #container .doctor.anime img {
	-webkit-animation: doctor 0.75s ease-in-out infinite alternate both 1.75s;
	animation: doctor 0.75s ease-in-out infinite alternate both 1.75s;
}

@keyframes doctor {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
50% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
70% {
  -webkit-transform: translateY(1%);
  transform: translateY(1%);
}
100% {
  -webkit-transform: translateY(-3%);
  transform: translateY(-3%);
}
}

/*
html.is-complete #container .doctor.anime img {
	-webkit-animation: doctor 0.75s ease-in-out infinite alternate both 1.75s;
	animation: doctor 0.75s ease-in-out infinite alternate both 1.75s;
}
@keyframes doctor {
0% {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
100% {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
}
*/



/* **************************************************

  background
  
************************************************** */
#background {
  background: #41b8e7;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
#background:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
}

@media screen and (max-width:767px) {
#background:before {
  background: url(../images/bg_01@sp.png) no-repeat center bottom;
  background-size: 100% auto !important;
  width: 133.3333333333333%;
  padding-top: 58.8%;
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
}
}

@media screen and (min-width:768px) {
#background:before {
  background: url(../images/bg_01.png) no-repeat center bottom;
  width: 3074px;
  height: 710px;
  -webkit-transform: translate(-50%,25%);
  transform: translate(-50%,25%);
}
}


/* ==============================
  is-loaded
============================== */
html.is-loaded #background:before {
  opacity: 1;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease-in-out;
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease-in-out;
}

