@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  min-width: 980px;
  color: #434343;
  font-family: 'Noto Sans Japanese', serif !important;
  font-size: 14px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  -webkit-text-size-adjust: 100% !important;
}

.hide {
  display: none;
}

a:hover {
  opacity: 0.7;
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.nav-cnts {
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-height: 80px;
  z-index: 99999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2)
}

.nav-inner {
  margin: 0 auto;
  min-width: 960px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.nav-left {
  /*float: left;*/
}

.nav-left img {
  margin-top: 16px;
  margin-left: 32px;
  width: 260px;
}

.nav-left .cpn_nm {
  /*float: left;*/
  margin-top: 35px;
  margin-left: -5px;
  font-size: 16px;
  color: #5A5A5A;
}

.nav-left .cpn_nm a {
  color: #5A5A5A;
  text-decoration: none;
}

.nav-right {
  /*float: right;*/
  /*width: 700px;*/
  margin-right: 32px;
}

.nav-right ul {
  display: flex;
}

.nav-right ul li {
  /*float: left;*/
  font-size: 18px;
  line-height: 2;
  padding: 22px 12px;
}

.nav-right ul li a {
  text-decoration: none;
  color: #000;
  display: block;
}

.nav-right ul li:hover {
  transition: 0.8s;
  background-color: rgba(230, 230, 230, 0.5);
}

.nav-text {
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}

.nav-right ul li:last-child {
  padding: 0;
  /*margin: 30px 0px 0px 20px;*/
  margin: 24px 0px 0px 20px;
}

.nav-right ul li img {
  margin-left: -10px;
  margin-top: -3px;
}

.hero-area {
  margin-top: 80px;
}

.intro {
  clear: both;
  text-align: center;
  width: 100%;
  max-height: 720px;
  height: calc(100vh - 80px);
  /*background-image: url("../images/AdobeStock_291425351-min.jpeg");*/
  background-image: url("../images/hero-back_50.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.intro-text-box {
  height: 460px;
}

.intro-text {
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  padding-top: 120px;
  display: none;
  font-family: Montserrat;
}

.intro-text2 {
  font-size: 20px;
  color: #fff;
  /*line-height: 30px;*/
  padding-top: 60px;
  display: none;
  line-height: 2;
}

.glow {
  text-shadow: 0 0 8px #000;
  -moz-box-shadow: 0 0 8px #000;
  /* Firefox用 */
  -webkit-box-shadow: 0 0 8px #000;
  /* Safari,Google Chrome用 */
}

.intro-btn img {
  margin-top: 80px;
  width: 53px;
  height: 27px;
}

.intro-btn img:hover {
  opacity: 0.7;
}


/*
Mobile 対応
*/

.nav-cnts.mobile {
  max-height: 160px;
}

.nav-inner.mobile {
  flex-flow: column;
}

.nav-right.mobile {
  margin-left: auto;
}

.intro.mobile {
  height: calc(100vh - 160px);
}

/**--------------------------------------------------------

TOPICS

---------------------------------------------------------*/
#topics {
  width: 100%;
  padding-bottom: 60px;
  background-color: #fff;
}

.topics-cnt {
  width: 960px;
  margin: 0 auto;
}

.topics-cnt h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 80px 0 56px;
  font-family: Montserrat;
}

.topics-cnt p {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}

/**--------------------------------------------------------

TOP

---------------------------------------------------------*/
#top {
  width: 100%;
  padding-bottom: 60px;
  background-color: #121212;
  clear: both;
  color: white;
}

.top-cnt {
  width: 960px;
  margin: 0 auto;
}

.top-cnt h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 80px 0 56px;
  font-family: Montserrat;
}

.top-cnt p {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}

/**--------------------------------------------------------

TO BE INNOVATIVE COMPANY

---------------------------------------------------------*/


.message-img {
  text-align: center;
  padding: 45px 0 45px 0;
  margin-top: 60px;
  border: solid 1px;
}

.message-img img {
  margin-bottom: 10px;
}

.message-img span {
  font-size: 22px;
}

.top-text {
  font-size: 16px;
  text-align: center;
  margin-top: 7px;
}

.bold-text {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.5;
}

/**--------------------------------------------------------

OUR POLICY

---------------------------------------------------------*/


#ourpolicy {
  width: 100%;
  /**height: 428px;**/
  padding-bottom: 60px;
  background-image: url("../images/op-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourpolicy-cnt {
  width: 960px;
  margin: 0 auto;
}

.ourpolicy-cnt h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 80px 0 56px;
  font-family: Montserrat;
}

.ourpolicy-cnt h3 {
  width: 780px;
  height: 30px;
  font-size: 2rem;
  text-align: center;
  padding: 10px;
  padding-top: 12px;
  /*color: white;*/
  margin: auto;
  margin-bottom: 40px;
  /*color: !*#FF9040*! #D16012; !*text-decoration: underline;*!*/
  color: #EE7829;
}

.ourpolicy-cnt p {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}

/**--------------------------------------------------------

CONTENTS

---------------------------------------------------------*/


#service {
  width: 100%;
  padding-bottom: 50px;
  background-color: #121212;
  color: white;
}

.service-cnt {
  width: 960px;
  margin: 0 auto;
}

.service-cnt h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 80px 0 56px;
  font-family: Montserrat;
}

.hexa-cnts {
  width: 960px;
  /*height: 480px;*/
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.hexa-cnt01, .hexa-cnt02, .hexa-cnt03 {
  width: 300px;
  height: calc(300px * 7 / 6);
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../images/cube_back.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.hexa-cnts h3 {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  padding-top: 60px;
  line-height: 1.7;
}

.hexa-cnts .service-link {
  text-align: center;
  color: #2997FF;
  display: inline-block;
  width: 100%;
}

.service-text {
  margin: 24px 10% auto;
  width: 80%;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.pdf-link {
  font-size: 18px;
  width: 320px;
  text-align: center;
  margin: 0 0 18px 0;
}

/**--------------------------------------------------------

OUR FAMILY

---------------------------------------------------------*/


#family {
  width: 100%;
  padding-bottom: 50px;
  background-color: #FBFBFB;
}

.family-cnt {
  width: 100%;
  overflow: hidden;
}

.family-cnt h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 80px 0 56px;
  font-family: Montserrat;
}

.slide {
  display: flex;
  height: 240px;
  width: 3484.840px;
  -webkit-animation: loop 30s linear infinite;
  -o-animation: loop 30s linear infinite;
  animation: loop 30s linear infinite;
}

.slide:not(.mobile):hover {
  animation-play-state: paused;
}

@keyframes loop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1742.420px, 0, 0);
  }
}

.slide > .item {
  margin: auto 40px;
  height: 160px;
}

.slide > .item.tokyo {
  height: 88px;
}

.slide > .item.eaglys {
  height: 240px;
}

.slide > .item.casinojapan {
  margin: auto 80px;
}

.slide > .item.paperlogic {
  height: 56px;
}

.slide > .item.enechange {
  height: 36px;
}

.slide > .item.syatyo {
  margin: auto 80px;
}

.slide > .item.letter {
  height: 120px;
  margin: auto 80px;
}

.item > .image{
  height: 100%;
}

.item.letter > .image {
  transition: .1s;
  -webkit-animation: swing 1s linear infinite;
  -o-animation: swing 1s linear infinite;
  animation: swing 1s linear infinite;
}

.slide:not(.mobile) a.item:hover {
  opacity: 1;
  transform: scale(1.2, 1.2);
}

.slide:not(.mobile) .item.letter:hover > .image {
  animation-play-state: paused;
}

@-webkit-keyframes swing {
  0%, 50%, 100% {
    -webkit-transform-origin: bottom center;
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
}


/**--------------------------------------------------------

Company

---------------------------------------------------------*/


#company {
  width: 100%;
  background-color: #fff;
}

.company-cnt {
  width: 960px;
  margin: 0 auto;
}

.company-cnt h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 80px 0 56px;
  font-family: Montserrat;
}

.com-l-cnt {
  float: left;
  text-align: right;
  border-right: solid 1px;
  margin-right: 35px;
  padding-right: 35px;
  margin-left: 170px;
  font-size: 16px;
  line-height: 48px;
}

.com-r-cnt {
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 48px;
  margin-bottom: 80px;
}

.topics-com-l-cnt {
  float: left;
  text-align: right;
  border-right: solid 1px;
  margin-right: 35px;
  padding-right: 35px;
  margin-left: 170px;
  font-size: 16px;
  line-height: 70px;
}

.topics-com-r-cnt {
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 20px;
  /* margin-bottom: 80px; */
  min-width: 400px;
}

.topics-com-r-cnt.one-line {
  line-height: 70px;
}

.company-text {
  font-size: 16px;
  text-align: center;
  margin-top: 7px;
}

#contact {
  width: 100%;
  padding-bottom: 20px;
  background-color: #fff;
}

.con-l-cnt {
  width: 40%;
  height: 365px;
  background-color: #ee7829;
  color: #fff;
  float: left;
}

.con-l-cnt h2 {
  margin-top: 155px;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  font-family: Montserrat;
}

.con-r-cnt {
  width: 60%;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  padding: 0 10%;
  line-height: 40px;
  padding-top: 100px;
}

.con-r-cnt span {
  margin-left: 0px;
}

.contact-text {
  font-size: 16px;
  text-align: center;
  margin-top: 7px;
}

footer {
  clear: both;
  width: 100%;
}

.footer-top {
  padding-top: 40px;
  height: 105px;
  background-color: #626262;
  color: #fff;
}

.footer-top-cnt {
  width: auto;
  text-align: center;
}

.footer-top-cnt img:hover {
  opacity: 0.8;
}

.footer-top ul {
  margin-top: 40px;
  float: left;
  position: relative;
  left: 50%;
}

.footer-top ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  left: -50%;
  font-size: 16px;
}

.footer-top ul li i {
  font-size: 22px;
}

.footer-top ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-bottom {
  background-color: #434343;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

.footer-bottom-cnt {
  width: auto;
  text-align: center;
}

#map {
  width: 100%;
  height: 390px;
  margin-top: 100px;
}

.up-button {
  position: fixed;
  bottom: -10px;
  right: 10px;
  display: none;
}

.fixed {
  transition: 0.4s;
  -moz-transition: 0.4s; /* Firefox 4 */
  -webkit-transition: 0.4s; /* Safari and Chrome */
  -o-transition: 0.4s;
  /* Opera *//*    position: fixed;
     top: 0;
     width: 100%;
     background-color: #fff;
     color: #000;
     z-index: 100;*/
}

.fixed .hide {
  display: block;
}

/**-----------------------------
プライバシーポリシー
------------------------------*/


#privacy_policy header {
  width: 100%;
  height: 80px;
  /*height: 340px;*/
  /*background-image: url("../images/hero-back_50.jpg");*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}

#privacy_policy #privacy, #note {
  width: 100%;
  padding-bottom: 60px;
  background-color: #fff;
}

#privacy_policy .privacy-cnt, #privacy_policy .note-cnt {
  width: 960px;
  margin: 0 auto;
}

#privacy_policy .privacy-cnt h2, #privacy_policy .note-cnt h2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 45px 0 45px 0;
  font-family: Montserrat;
}

#privacy_policy .privacy-cnt h3, #privacy_policy .note-cnt h3 {
  font-size: 14px;
}

#privacy_policy .privacy-cnt p, #privacy_policy .note-cnt p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
}

#privacy_policy .pri-link {
  font-size: 14px;
  margin: 30px 0 30px 0;
}

#privacy_policy .pri-link a {
  text-decoration: none;
  color: #000;
}

#privacy_policy .pri-link a:hover {
  transition: 0.5s;
  color: #9b9b9b;
}

#privacy_policy .privacy-text {
  font-size: 16px;
  text-align: center;
  margin-top: 7px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

#privacy_hero {
  width: 100%;
  height: 340px;
  background-image: url("../images/hero-back_50.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

