/*
/*
Theme Name: essence
*/

/* =================================================================
		base setting
================================================================= */

img {
  height: auto;
}

div {
  text-align: left;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul li {
  list-style: none;
}

figure {
  margin: 0;
  line-height: 0;
}

figcaption {
  line-height: 1.7;
}

table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.5;
}

em {
  font-weight: bold;
  font-style: normal;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

a {
  outline: none;
  color: #000;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  color: #555;
  text-decoration: none;
}

a:active {
  color: #555;
  text-decoration: none;
}


/* =================================================================
		#common
================================================================= */

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* for IE*/

@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    letter-spacing: normal;
    font-variant-east-asian: proportional-width;
    -moz-font-feature-settings: "pwid";
    -webkit-font-feature-settings: "pwid";
    font-feature-settings: "pwid";
  }
}

.pct img {
  width: 100%;
  list-style: 1;
}

/* common for desktop */

@media screen and (min-width: 481px) {
  /*
  .home-sec .txt p {
    margin-bottom: .9em;
    font-size: 1.6rem;
  }
*/

  .pc {
    display: inline;
  }

  .sp {
    display: none !important;
  }
}


/* =================================================================
		#layout
================================================================= */

.content {
  margin: 0 auto;
  width: 100%;
}

#main {
  margin: 0 auto 80px;
}

#entry-content {
  font-size: 1.4em;
}

.entry-content {
  font-size: 1.4em;
}

#side {
  width: 20%;
  margin-bottom: 64px;
}

/* for tablet */


/*
body.tablet,
body.tablet #wrap {
 min-width: 1020px;
}
*/


/* =================================================================
		header
================================================================= */

.site-header {
  width: 100%;
  max-width: 1000px;
  margin: 16px auto 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.head-title {
  width: 30%;
}

.head-title img {
  width: 100%;
}

.btn-home {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.6em 0.9em;
  background-color: #efefef;
}


/* =================================================================
		#footer
================================================================= */

.foot-download {
  padding: 56px 0;
  text-align: center;
  background: url(../img_old/bg_hero.jpg) center bottom / cover no-repeat;
}

.foot-download .logo {
  margin-bottom: .0;
  text-align: center;
}

.foot-download .logo img {
  width: 280px;
}

.foot-download p {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.foot-download .download-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
}

.foot-download .download-list li {
  width: 200px;
  margin: 0 16px;
}

.site-footer {
  width: 100%;
  padding: 64px 0;
}

.foot-menu {
  text-align: center;
  margin-bottom: 32px;
}

.foot-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot-menu ul li {
  font-size: 1.3em;
  padding: 0 24px;
  border-right: 1px solid #ccc;
}

.foot-menu ul li:first-child {
  border-left: 1px solid #ccc;
}

.copyright {
  text-align: center;
}

.footer_link {
  text-align: center;
  margin-top: 5px;
}

.head-link-tide {
  width: 100%;
  max-width: 1100px;
  margin: 10px auto 0;
  padding-left: 14px;
  font-size: 1.5rem;
  background: url(../img_old/ico_arrow.png) left center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

/* =================================================================
		#home
================================================================= */

.home-hero {
  width: 100%;
  background: url(../img_old/bg_hero.jpg) center top / cover no-repeat;
  overflow: hidden;
}

.home-hero .wrap {
  width: 100%;
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 7vh 0 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}

.home-hero .txt {
  width: 35%;
  position: relative;
  z-index: 2;
}

.home-hero .logo {
  text-align: center;
  margin-bottom: 6px;
  line-height: 0;
}

.home-hero .logo img {
  width: 100%;
}

.home-hero h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.catchphrase {
  width: 100%;
  background-image: linear-gradient(to right, #a62fe5 0%, #0b38cc 100%);
  text-align: center;
  padding: 30px 0;
}

.catchphrase p {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
}

.home-hero-download p {
  font-size: 1.5rem;
  margin-bottom: 22px;
  text-align: center;
}

.home-hero-download .download-list {
  width: 200px;
  margin: 0 auto 88px;
}

.download-list li {
  margin-bottom: 12px;
  line-height: 0;
}

.download-list img {
  width: 100%;
}

.home-hero .mobile {
  width: 47%;
  margin-left: -3%;
}

.home-hero .mobile img {
  width: 100%;
}

.home-hero .watch {
  width: 19%;
  position: absolute;
  right: 0;
  bottom: 3%;
}

.home-hero .watch p {
  width: 100%;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .8), 0 0 5px rgba(0, 0, 0, .8);
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}

.home-hero .watch .pct img {
  width: 100%;
}

.home-tagline {
  width: 100%;
  background: url(../img_old/bg_tagline.jpg) center center / cover no-repeat;
  padding: 80px 0 64px;
}

.home-tagline .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.home-tagline .wrap .txt {
  width: 54%;
  order: 2;
  text-shadow: 0 0 5px rgba(255, 255, 255, .6);
}

.home-tagline .wrap .pct {
  width: 42%;
  order: 1;
  overflow: hidden;
}

.home-tagline .wrap .pct img {
  position: relative;
}

.home-tagline h2 {
  font-size: 3.2rem;
  margin-bottom: 16px;
  color: #007fb7;
}

.home-tagline h3 {
  font-size: 2.1rem;
  margin-bottom: 12px;
}

.home-tagline p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.home-tagline-fishing {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.home-tagline-fishing li {
  width: 48%;
}

.home-tagline-fishing li img {
  width: 100%;
}

.home-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.home-sec .wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.home-sec .txt {
  width: 57%;
}

.home-sec .pct {
  width: 43%;
  padding-top: 62px;
  text-align: center;
}

.home-sec .pct img {
  width: 75%;
}

.home-sec .txt .ttl-en {
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 22px;
  font-family: 'Raleway', sans-serif;
  color: #007fb7;
}

.home-sec .txt h3 {
  font-size: 2rem;
  margin-bottom: 18px;
}

.home-sec .txt p {
  font-size: 1.6rem;
  margin-bottom: 24px;
}

.home-pinpoint {
  padding: 80px 0;
}

.home-pinpoint .txt {
  width: 49%;
}

.home-pinpoint .pct {
  width: 51%;
  padding-top: 0;
}

.home-design {
  background: url(../img_old/bg_design.jpg) center center / cover no-repeat;
  overflow: hidden;
}

.home-design .wrap {
  align-items: stretch;
}

.home-design .pct {
  width: 55%;
  padding-top: 0;
  position: relative;
}

.home-design .pct img {
  width: 132%;
  position: absolute;
  left: -30%;
  top: -16px;
}

.home-design .txt {
  width: 42%;
  order: 1;
  margin: 100px 0 90px;
  color: #fff;
}

.home-design .txt .ttl-en {
  color: #73e2f7;
}

.home-warning {
  padding: 80px 0;
}

.home-warning .pct {
  padding-top: 0;
}

.home-realtime {
  background: url(../img_old/bg_realtime.jpg) center top / cover no-repeat;
}

.home-realtime .pct {
  width: 38%;
  order: 1;
}

.home-realtime .txt {
  width: 55%;
}


/*--------------------
	privacy and rule
--------------------*/

.privacy-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.privacy-content h2 {
  font-size: 3rem;
  color: #222;
  background: none;
  margin-bottom: 32px;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid #007ED6;
}

.privacy-sec {
  margin-bottom: 40px;
}

.privacy-sec p {
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.privacy-sec p a {
  text-decoration: underline;
  color: #007fb7;
}

.privacy-sec ul {
  font-size: 1.4em;
  line-height: 1.6;
  color: #666;
  margin-bottom: 24px;
}

.privacy-sec ul li {
  margin-bottom: 8px;
}

.privacy-sec h3 {
  font-size: 1.6em;
  margin-bottom: 12px;
}
