@charset "UTF-8";
@import url(reset.css);
/*
@import "compass/css3/";
@import "compass/css3/opacity";
@import "compass/css3/transform";
*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
  color: #4F4E4E;
  line-break: strict;
  line-height: 160%;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

article {
  overflow: hidden;
}

h2 {
  font-size: 2.1rem;
  color: #4F4E4E;
  margin-bottom: 20px;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ W3 JIS2004 , Hiragino Kaku Gothic W3 JIS2004 ,"游ゴシック", YuGothic, "Droid Sans", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
}

h3 {
  font-size: 4.3rem;
  color: #6D6D6D;
  margin-bottom: 13px;
  line-height: 120%;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", 'Roboto', Helvetica;
  font-weight: 100;
}

p {
  color: #6D6D6D;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 170%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ W3 JIS2004 , Hiragino Kaku Gothic W3 JIS2004 ,"游ゴシック", YuGothic, "Droid Sans", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 1.9rem;
  }
  h3 {
    font-size: 3.2rem;
  }
}

a {
  text-decoration: none;
  color: #6D6D6D;
}

a:hover {
  opacity: 0.8;
}

strong {
  font-weight: bold;
  color: #29B4C6;
}

.tab {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.small {
  font-size: 1.1rem;
  color: #6D6D6D;
}

#main {
  height: 670px;
  overflow: visible;
}

#main .logo {
  text-align: center;
  width: 450px;
  padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #main .logo {
    width: 320px;
    padding-top: 110px;
  }
}

#main .logo h1 {
  margin-bottom: 12px;
}

#main .logo h2 {
  font-size: 1.8rem;
  margin-bottom: 22px;
}

#main .logo .small {
  margin-top: 15px;
}

#main .img {
  position: absolute;
  top: 100px;
  right: 0;
  width: 520px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #main .img {
    width: 380px;
    top: 90px;
  }
}

#main .img .preview {
  position: absolute;
  right: 220px;
  top: 250px;
  z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #main .img .preview {
    right: 150px;
    top: 180px;
  }
}

#main .img .left {
  position: absolute;
  z-index: 1;
  top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #main .img .left {
    height: 450px;
  }
}

#main .img .right {
  position: absolute;
  margin-left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #main .img .right {
    height: 450px;
  }
}

#tagline {
  height: 580px;
  margin-bottom: 100px;
  text-align: center;
  background: url("../img_pc/back_img.jpg") no-repeat center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #tagline {
    height: 500px;
  }
}

#tagline .img {
  height: 100%;
  width: 100%;
  background: linear-gradient(133deg, rgba(0, 6, 236, 0.7), rgba(0, 89, 255, 0.7), rgba(0, 255, 230, 0.7), rgba(231, 255, 0, 0.7), rgba(255, 70, 0, 0.7), rgba(255, 100, 0, 0.7));
  background-size: 350% 100%;
  -webkit-animation: AnimationName 50s ease infinite;
  -moz-animation: AnimationName 50s ease infinite;
  animation: AnimationName 50s ease infinite;
}

#tagline .txt {
  position: relative;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#tagline h3, #tagline h2, #tagline p {
  color: #fff;
  text-align: center;
}

#tagline h3 {
  text-shadow: 0.3px 0.3px 0.5px #fff;
}

#tagline h2 {
  text-shadow: 0px 0px 0.5px #fff;
}

#tagline p {
  line-height: 200%;
  text-shadow: 0px 0px 0.5px #fff;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  line-height: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    width: 700px;
  }
}

.content .half {
  width: 480px;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content .half {
    width: 340px;
  }
}

.content .half:last-child {
  right: 0;
}

.gray {
  background-color: #F2F2F2;
  overflow: hidden;
}

.center {
  text-align: center;
}

.center p {
  text-align: center;
}

.img, .copy {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}

.img {
  line-height: 0;
}

.color {
  margin-top: 30px;
}

.color .img {
  width: 590px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .color .img {
    width: 350px;
  }
  .color .img img {
    width: 170px;
  }
}

.color .copy {
  width: 400px;
  margin-top: -30px;
}

.color .copy p {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .color .copy {
    width: 310px;
    margin-left: 20px;
  }
  .color .copy img {
    width: 310px;
  }
}

.access {
  margin-top: -20px;
}

.access .copy {
  width: 400px;
  padding-right: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .access .copy {
    width: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .access {
    margin-top: 0;
  }
  .access img {
    width: 650px;
  }
}

.rain_map .img {
  width: 463px;
  padding-top: 25px;
  padding-left: 80px;
}

.rain_map h2 {
  font-size: 2.6rem;
}

.typhoon .copy {
  width: 450px;
}

.typhoon .copy h3 img {
  vertical-align: middle;
}

.typhoon .img {
  padding-top: 25px;
  padding-left: 80px;
}

.cloth {
  background: url("../img_pc/cloth_bg.jpg") no-repeat center center;
  background-size: cover;
}

.cloth .copy {
  padding: 15px 7% 0px 7%;
}

.cloth .copy h2 {
  font-size: 2.6rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cloth .copy h2 {
    font-size: 2.2rem;
  }
}

.cloth .img {
  padding-top: 30px;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cloth .img img {
    width: 300px;
  }
}

.feellike .img {
  width: 50%;
  text-align: right;
  padding: 40px 5% 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feellike .img {
    width: 55%;
    text-align: left;
    padding: 30px 0 0 0;
  }
  .feellike .img img {
    width: 180px;
  }
}

.feellike h3 {
  margin-top: 10px;
  font-size: 4.8rem;
  color: #29abe2;
  margin-bottom: 5px;
}

.feellike h3 img {
  vertical-align: middle;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feellike .copy h3 {
    font-size: 4rem;
    margin-bottom: 0px;
  }
  .feellike .copy h3 img {
    width: 40px;
  }
  .feellike .copy h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.free {
  height: 486px;
}

.free .copy {
  width: 440px;
}

.free .copy h3 {
  margin-top: 50px;
  color: #29B4C6;
  font-size: 10.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .free .copy {
    width: 250px;
  }
  .free .copy h3 {
    font-size: 8rem;
  }
  .free .copy br {
    display: none;
  }
}

.free .img {
  right: 0;
  height: 486px;
  width: 480px;
  position: absolute;
}

.free .img div {
  position: absolute;
  bottom: 0;
  width: 224px;
}

.free .img div h3 {
  color: #29B4C6;
  font-size: 2.8rem;
  text-align: center;
  line-height: 110%;
}

.free .img div h3 span {
  font-size: 10.7rem;
  letter-spacing: -5px;
}

.free .img div img {
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .free .img {
    width: 430px;
  }
  .free .img div {
    width: 190px;
  }
}

.free .img .daily {
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .free .img .daily {
    right: 10px;
  }
}

.rain {
  margin-top: 60px;
  text-align: center;
  height: 480px;
}

.rain p {
  padding: 0 10px;
}

.rain .map h2 {
  font-size: 2.0rem;
}

.rain .half div {
  height: 480px;
  position: relative;
}

.rain .half div img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.rain .half div .graph_img {
  left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rain h2 {
    font-size: 1.8rem;
  }
  .rain .half div .graph_img {
    width: 300px;
    left: 20px;
  }
  .rain .map h2 {
    font-size: 1.5rem;
  }
  .rain img {
    width: 400px;
  }
}

.push_spot {
  height: 410px;
}

.push_spot .copy {
  width: 240px;
}

.push_spot .spot h2 {
  font-size: 1.9rem;
}

.push_spot .img {
  height: 410px;
  margin-left: 20px;
  position: relative;
}

.push_spot .img img {
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .push_spot {
    height: 580px;
  }
  .push_spot h2 {
    margin-top: 50px;
  }
  .push_spot br {
    display: none;
  }
  .push_spot .copy {
    width: 100%;
  }
  .push_spot .spot h2 {
    font-size: 1.8rem;
  }
  .push_spot .img {
    margin-left: 60px;
  }
}

.design {
  padding: 40px;
}

.design .img {
  width: 480px;
  margin-left: 80px;
}

.design .img .design_b {
  position: absolute;
  z-index: -1;
}

.design h3 {
  font-size: 6.8rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .design .copy {
    width: 220px;
    margin-left: 30px;
  }
  .design .copy br {
    display: none;
  }
  .design .img {
    width: 380px;
    margin-left: 0;
  }
  .design .img img {
    width: 180px;
  }
}

.mode {
  height: 324px;
}

.mode h3 {
  font-size: 3.6rem;
}

.mode h4 {
  font-size: 1.6rem;
  color: #6D6D6D;
  line-height: 180%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴ W3 JIS2004 , Hiragino Kaku Gothic W3 JIS2004 ,"游ゴシック", YuGothic, "Droid Sans", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", sans-serif;
}

.mode .img {
  position: relative;
  height: 324px;
  width: 260px;
  margin-right: 10px;
}

.mode .img img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mode {
    height: 300px;
  }
  .mode h3 {
    margin-top: 40px;
  }
  .mode h4 {
    font-size: 1.4rem;
  }
  .mode h4 br {
    display: none;
  }
  .mode .img {
    width: 180px;
    height: 300px;
  }
  .mode .img img {
    width: 180px;
  }
}

.evolving {
  margin-top: 60px;
}

.evolving h3 {
  margin-top: 20px;
}

.evolving .amehare_logo {
  width: 230px;
  margin-top: 70px;
  margin-bottom: 20px;
}

.footer_download {
  width: 700px;
  margin: 70px auto;
}

.footer_download .copy {
  margin-top: 40px;
}

.footer_download .copy h3 {
  font-size: 3.5rem;
  margin-bottom: 15px;
  color: #29B4C6;
}

.footer_download .copy h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.news {
  width: 960px;
  margin: 0 auto;
}

.news div {
  float: left;
  height: 600px;
  width: 450px;
}

.news .twitter {
  width: 450px;
  border: 1px solid #eee;
  margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news {
    width: 700px;
  }
  .news .fb, .news .twitter {
    width: 340px;
  }
  .news .fb {
    margin-right: 20px;
  }
}

.social {
  margin-top: 14px;
}

.social li {
  display: inline-block;
  margin-right: 2px;
}

.social .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

footer {
  margin-top: 80px;
  text-align: center;
}

footer .info {
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 20px;
}

footer .info li {
  display: inline-block;
  padding: 0 10px;
}

.copy {
  font-size: 1.0rem;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", 'Roboto', Helvetica;
  font-weight: 100;
}

.nav {
  position: absolute;
  width: 100%;
  margin-top: 50px;
  height: 50px;
  z-index: 100;
}

.nav .discovery {
  position: absolute;
  left: 30px;
  top: 12px;
}

.nav .discovery a {
  display: block;
  width: 129px;
  height: 25px;
  background: url("../img_pc/discovery_logo@2x.png") no-repeat;
  background-size: 129px 25px;
}

.nav .menu {
  position: absolute;
  right: 20px;
  top: 2px;
}

.nav .menu .link {
  font-size: 1.4rem;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", 'Roboto', Helvetica;
  font-weight: 100;
  margin-top: 5px;
}

.nav .menu .link a {
  color: #6D6D6D;
}

.nav .menu .link li {
  margin-right: 10px;
}

.nav .menu .link .download a {
  background-color: #29B4C6;
  padding: 5px 18px 5px;
  color: #fff;
  font-size: 1.4rem;
  margin-left: 5px;
  font-weight: bold;
}

.nav .menu .social {
  margin-right: 20px;
}

.nav ul, .nav li {
  display: inline-block;
  vertical-align: middle;
}

.fixed {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  z-index: 100;
}
