@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
* {
  box-sizing: border-box;
}
header {
  width: 100%;
  margin: 0;
  padding: 10 10;
  background-color: #E17662;
}
body, html {
  font-family: 'Sawarabi Mincho', 'Shippori Mincho B1', 'BIZ UDPMincho', serif;
  /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 500;
  color: #000;
  background-color: #FAD7C5;
  scroll-behavior: smooth;
}
body {
  background: url("../img/bg_img.png");
  background-size: 100% auto;
  background-position: center;
  background-position: top;
  background-attachment: fixed;
  background-repeat: repeat-y;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
h1 {
  /*text-transform: uppercase;*/
}
h1 strong {
  font-weight: 900;
}
h2 {
  /*text-transform: uppercase;*/
  line-height: 20px;
  margin: 0;
  font-size: 28px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h3 {
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
}
h4 {
  text-transform: uppercase;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {}
p.intro {
  font-size: 16px;
  margin: 12px 0 0;
  line-height: 24px;
}
/*a{ color: #2d6855;}*/
a {
  color: #2d6855;
}
a:hover, a:focus {
  text-decoration: none;
  color: #7D984E;
  border-color: #7D984E;
}
.section-title hr {
  border-color: #2d6855;
  border-width: 4px;
  width: 60px;
  float: left;
  clear: both;
}
.caution hr {
  border-color: #2d6855;
  border-width: 4px;
  width: 60px;
  clear: both;
  float: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
ul, ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
/* Navigation */
#tf-menu {
  padding: 10px;
  transition: all 0.8s;
}
#tf-menu.navbar-default {
  background-color: #5B1418;
  border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
  /*text-transform: uppercase;*/
  font-size: 20px;
  color: #2d6855;
  font-weight: 900;
}
#tf-menu a.navbar-brand img {
  width: 100px;
}
#tf-menu.navbar-default .navbar-nav > li > a {
  /*text-transform: uppercase;*/
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
.on {
  background-color: #ca3a2f !important;
  padding: 0 10px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000 !important;
  background-color: transparent;
  font-weight: 700;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #888;
  border-color: #888;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #FFF;
}
a.rolllink, a.rolllink span {
  display: inline-block;
}
a.rolllink span {
  transition: .5s;
}
a.rolllink:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.randamNumSample {
  text-align: center;
}
.randamNumArea .numTitle {
  font-weight: 400;
  font-size: 1.0em;
  margin: 10px auto;
}
.kindle-flow-img {
  width: 242px;
  height: 383px;
  /*background-image:url(../img/flow-kindle.png); */
  /*メニュー画像*/
  overflow: hidden;
  /*background-repeat: no-repeat;*/
  margin: 0 auto;
}
.kindle-step1 {
  background-position: 5px 0px;
}
.kindle-step2 {
  background-position: -241px 0px;
}
.kindle-step3 {
  background-position: -483px 0px;
}
.kindle-step4 {
  background-position: -717px 0px;
}
.kobo-flow-img {
  width: 242px;
  height: 366px;
  background-image: url(../img/otome2.png);
  /*メニュー画像*/
  overflow: hidden;
  /*background-repeat: no-repeat;*/
  margin: 0 auto;
}
.kobo-step1 {
  background-position: 5px 0px;
}
.kobo-step2 {
  background-position: -247px 0px;
}
.kobo-step3 {
  background-position: -490px 0px;
}
.kobo-step4 {
  background-position: -721px 0px;
}
.kinoppy-flow-img {
  width: 242px;
  height: 383px;
  background-image: url(../img/otome3.jpg);
  /*メニュー画像*/
  overflow: hidden;
  /*background-repeat: no-repeat;*/
  margin: 0 auto;
}
.kinoppy-step1 {
  background-position: 0px 0px;
}
.kinoppy-step2 {
  background-position: -249px 0px;
}
.kinoppy-step3 {
  background-position: -488px 0px;
}
.kinoppy-step4 {
  background-position: -725px 0px;
}
/* Home Style */
.home-wrap {
  border: 6px solid #E17662;
  margin: 0 auto;
}
.home-contents {
  float: left;
}
.home-title {
  margin-bottom: 30px;
}
.topLogo {
  width: 100%;
  max-width: 1060px;
}
.topImg-iphone {
  width: 200px;
  display: initial;
}
.topImg-iphone_ipad {
  width: 450px;
  display: initial;
}
.home-link {
  display: inline-block;
  padding: .5em 3em;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  width: 200px;
  margin: 6px 0;
  background-color: #ca3a2f;
  font-weight: bold;
  font-size: 1.3em;
}
.home-link:hover {
  background-color: #ca3a2f;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}
.home-btnArea {
  margin: 30px 0 0 0;
}
.home-phone-icon {}
.home-phone-icon i.fa {
  height: 170px;
  width: 170px;
  border: 2px solid #fff;
  font-size: 60px;
  padding: 4px 5px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}
.home-phone-icon i.fa-book {
  height: 70px;
  width: 70px;
  border: 2px solid #fff;
  font-size: 40px;
  padding: 4px 5px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}
.price {
  font-size: 18px;
}
.presentImg {
  width: 70%;
  margin: 0px auto 40px;
  overflow: hidden;
}
.explane {}
.pwarea {
  background-color: #fff !important;
  height: 50px;
  width: 300px;
  margin: 5px;
  font-size: 16px;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.1);
  color: #2d6855;
  border: 2px solid #ca3a2f;
  text-align: center;
}
.formBtns input {
  background-color: #fff;
  color: #ca3a2f;
  border: 2px solid #ca3a2f;
  font-weight: bold;
  margin: 5px;
  width: 140px;
  height: 45px;
}
#msg2 {
  display: block;
  line-height: 0px;
}
.inputArea {
  margin: 30px auto;
}
.stream_note {
  font-size: 12px;
}
#tf-home {
  /*color: #fff;*/
}
#tf-home .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
  /*height: 1000px;*/
  padding-bottom: 30px;
  background-attachment: fixed;
}
#tf-home p.lead {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
#tf-home p.lead2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
}
.content {
  position: relative;
  padding: 1% 0 0;
}
.color {
  color: #2d6855;
}
a.fa.fa-angle-down {
  padding: 10px 15px;
  color: #fff;
  border: 2px solid #b4b4b4;
  border-radius: 50%;
  font-size: 24px;
  /*margin-top: 200px;*/
  transition: all 0.5s;
}
a.fa.fa-angle-down:hover {
  background: #2d6855;
  color: #ffffff;
  border: 2px solid #2d6855;
}
/* About Section */
#tf-about-postcard {
  padding: 80px 0;
  background-color: #fff;
  color: #333;
  margin-bottom: 20px;
}
#tf-about {
  padding: 40px 0;
  background: rgb(255, 255, 255, 1);
  color: #333;
  margin-bottom: 40px;
}
#tf-oubo {
  padding: 40px 0;
  background: rgb(255, 255, 255, 1);
  color: #333;
  margin-bottom: 40px;
}
#tf-kindle {
  background: #fff;
  margin-bottom: 20px;
}
ul.about-list {
  margin: 30px auto 0;
  max-width: 960px;
}
ul.about-list li {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  width: 100%;
  margin-bottom: 10px;
}
ul.about-list li span {
  margin-right: 10px;
}
/* kindle Section */
#tf-kindle {
  background: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#tf-kindle .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
  height: auto;
  background-attachment: fixed;
  padding: 80px 0;
}
.section-title {
  text-align: center;
}
.section-title.center {
  padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
  font-weight: 300;
}
.section-title.center .line {
  border-top: 4px solid #2d6855;
  height: 10px;
  width: 60px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.section-title.center hr {
  border-top: 4px solid rgba(252, 172, 69, 0.34);
  width: 40px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: 17%;
}
#kindle {
  margin: 0 auto
}
#kindle .item {
  padding: 0;
  margin: 15px;
  color: #FFF;
  text-align: center;
}
img.img-circle.kindle-img {
  width: 120px;
  height: 120px;
  border: 4px solid transparent;
  transition: all 0.5s;
}
#tf-kindle .item .thumbnail:hover > img.img-circle.kindle-img {
  border: 4px solid #2d6855;
}
#tf-kindle .thumbnail {
  background: transparent;
  border: 0;
}
#tf-kindle .thumbnail .caption {
  padding: 9px;
  color: #F2F2F2;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=1);
  opacity: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 20px;
  border-radius: 0;
  background: #FFFFFF;
  transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #2d6855;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #2d6855;
}
#kobo {
  margin: 0;
}
#kobo .owl-page.active span {
  background: #e52b9d !important;
}
#kobo .owl-controls .owl-page span {
  background: #1374b1;
}
/* kinoppy Section */
#tf-kinoppy {
  background: url(../img/04.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
}
#tf-kinoppy .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
  height: auto;
  background-attachment: fixed;
  padding: 80px 0;
}
#kinoppy {
  margin: 0 auto
}
#kinoppy .item {
  padding: 0;
  margin: 15px;
  color: #FFF;
  text-align: center;
}
img.img-circle.kinoppy-img {
  width: 120px;
  height: 120px;
  border: 4px solid transparent;
  transition: all 0.5s;
}
#tf-kinoppy .item .thumbnail:hover > img.img-circle.kindle-img {
  border: 4px solid #2d6855;
}
#tf-kinoppy .thumbnail {
  background: transparent;
  border: 0;
}
#tf-kinoppy .thumbnail .caption {
  padding: 9px;
  color: #F2F2F2;
}
/* kobo Section */
#tf-kobo {
  padding: 80px 0;
}
.space {
  margin-top: 40px;
}
#tf-kobo i.fa {
  font-size: 40px;
  border: 4px solid #2d6855;
  width: 100px;
  height: 100px;
  padding: 27px 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: all 0.5s;
}
#tf-kobo i.fa.fa-mobile {
  font-size: 50px;
  padding: 20px 25px;
}
#tf-kobo .service:hover > i.fa {
  background: #2d6855;
  color: #ffffff;
}
#tf-kobo .thumbnail {
  border: 0px;
}
/* Clients Section */
#tf-clients {
  background: url(../img/04.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
}
#tf-clients .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
  padding: 80px 0;
  background-attachment: fixed;
}
#clients .item {
  padding: 0;
  margin: 35px;
  color: #FFF;
  text-align: center;
}
/* Gallery Section 
==============================*/
#tf-works {
  padding: 80px 0;
}
.categories {
  padding: 10px 0;
}
ul.cat li {
  display: inline-block;
}
#tf-works li.pull-right {
  margin-top: 10px;
}
ol.type li {
  display: inline-block;
  margin-left: 20px;
}
ol.type li:after {
  content: ' | ';
  margin-left: 20px;
}
ol.type li:last-child:after {
  content: '';
}
ol.type li a {
  color: #222222
}
ol.type li a.active {
  font-weight: 700;
}
.isotope-item {
  z-index: 2
}
.isotope-hidden.isotope-item {
  z-index: 1
}
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .hover-bg {
  height: 260px;
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.66);
  padding: 25% 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg .hover-text > i {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}
.hover-bg:hover .hover-text > i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
#tf-works i.fa {
  height: 30px;
  width: 30px;
  border: 1px solid #2d6855;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  color: #2d6855;
}
/* Testimonials Section */
#tf-testimonials {
  background: url(../img/05.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
}
#tf-testimonials .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
  padding: 80px 0;
  background-attachment: fixed;
}
#testimonial {
  padding: 30px 0;
}
#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}
#testimonial .item p {
  font-weight: 400;
  margin: 30px 0;
  color: #d1d1d1;
}
.ouboBtn {
  margin-top: 1em;
  margin-bottom: 0;
}
.ouboBtn a {
  display: inline-block;
  padding: .5em 5em;
  font-size: 1.6em;
  line-height: 1.4;
  color: #fff;
  background-color: #F15A5C;
  text-align: center;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.ouboBtn a:hover {
  opacity: .6;
}
/* buyaction Section */
.buy-link {
  display: inline-block;
  padding: .5em 3em;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  width: 200px;
  margin: 6px 0;
}
.buy-link:hover {
  background-color: rgba(255, 255, 255, .3);
  border-radius: 10px;
}
.buy-btnArea {
  margin: 30px 0 0 0;
}
.step-link {
  /*display: inline-block;*/
  padding: .5em 1.5em;
  border: 1px solid #2d6855;
  color: #2d6855;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  width: 100%;
  margin: 6px 0;
  font-weight: bold;
  background-color: #fff;
}
.step-link:hover {
  border-radius: 10px;
}
.step-btnArea {
  margin: 5px 0 40px 0;
}
#tf-buyaction {
  padding: 80px 0;
}
label {
  float: left;
  font-size: 12px;
  font-weight: 400;
}
#tf-buyaction .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#tf-buyaction .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
button.btn.tf-btn.btn-default {
  float: right;
  background: #2d6855;
  border: 0;
  border-radius: 0;
  padding: 10px 40px;
  color: #ffffff;
  text-transform: uppercase;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
}
/* .taishouList{
    background: url(../img/bg.jpg) fixed;
} */
.taishouList h2 {
  /*    color: #fff;*/
  margin-top: 25px;
}
.taishouList .numTitle {
  /*    color: #fff;*/
  height: 40px;
}
.taishouList .randamNumArea div {
  text-align: center;
}
/* Footer */
nav#footer {
  background: #5B1418;
  color: #ffffff;
  padding: 20px 0 15px 0;
}
nav#footer .fnav {
  vertical-align: middle;
}
ul.footer-social li {
  display: inline-block;
  margin-right: 10px;
}
nav#footer p {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.oubokikan {
  color: #fff;
  font-weight: bold;
  padding: 5px;
  margin: 12px auto 18px;
  background-color: #2d6855;
  font-size: 1.3em;
  text-align: center;
}
#footer i.fa {
  height: 30px;
  width: 30px;
  border: 2px solid #8c8c8c;
  font-size: 20px;
  padding: 4px 5px;
  border-radius: 50%;
  color: #8c8c8c;
  transition: all 0.5s;
}
#footer i.fa:hover {
  background: #2d6855;
  border-color: #2d6855;
  color: #ffffff;
}
ul.shop {
  margin: 0 0 0 1em;
  display: inline-block;
  color: #00b9ef;
  position: absolute;
  right: 10px;
  list-style: none;
  padding-left: 0;
}
ul.shop li a {
  background-color: #2d6855;
  display: inline-block;
  border-radius: 15px;
  color: #fff;
  font-size: 80%;
  padding: 0 1em;
  text-align: center;
  border-bottom: 0;
}
ul.shop li a:hover {
  background-color: #2d6855;
}
ul.shop-sc {
  margin: 0 auto 30px;
  padding: 0;
  overflow: hidden;
}
ul.shop-sc li {
  width: 9%;
  display: inline-block;
  margin: 0 .15em;
  list-style: none;
  border: 1px solid #8ea892;
  background: #f3f5f8;
  color: #8ea892;
  box-sizing: border-box;
  text-align: center;
}
ul.shop-sc li a {
  display: block;
  color: 2d6855;
  padding: 10px 0;
  text-decoration: none;
}
ul.shop-sc li a:hover {
  background-color: #8ea892;
  color: #fff;
}
.bookList {
  margin-top: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.bookList li {
  width: 95px;
  text-align: center;
  vertical-align: top;
  margin: 2px;
  float: left;
  height: 120px;
}
.bookList li a {
  display: block;
  margin: 5px;
}
.bookList li a img {
  display: block;
  border: solid 1px #ccc;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: none !important;
}
.randamNumArea {
  display: flex;
  flex-wrap: wrap;
}
/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border-left: 0;
  border-right: 0;
}
/*table tbody tr:nth-child(2n + 1) {
        background-color: #f3f5f8;
    }*/
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: #555;
  font-weight: 400;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 1px rgba(144, 144, 144, 0.5);
}
table tfoot {
  border-top: solid 1px rgba(144, 144, 144, 0.5);
}
table.alt {
  border-collapse: separate;
}
table.shop {
  float: left;
  width: 48%;
  /*background-color: rgba(255, 255, 255, 0.65);
  background-color: #f5f0de;*/
}
table.shop.right {
  float: right;
}
table.shop td {
  text-align: left;
  font-size: .9em;
  line-height: 1.6em;
  padding: 10px;
}
table.shop td:nth-child(1) {
  white-space: nowrap;
}
table.alt tbody tr td {
  border: solid 1px #8ea892;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
.table-wrapper a {
  color: 2d6855;
}
.ribbon3 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  background: #2d6855;
  color: #FFF;
  box-sizing: border-box;
}
.ribbon3 h3 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  vertical-align: middle;
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-size: 25px;
}
.ribbon3 h3 span {
  font-size: 15px;
}
.ribbon3:before, .ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon3:before { /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #eae4cd;
  border-style: solid;
}
.ribbon3:after { /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #eae4cd transparent transparent;
  border-style: solid;
}
.ribbon4 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  padding: 7px 0;
  font-size: 18px;
  background: #ca3a2f;
  color: #FFF;
  box-sizing: border-box;
  width: 380px;
}
.ribbon4 h3 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 0 30px;
  /*border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);*/
  line-height: 42px;
  font-size: 1.2em;
}
.ribbon4 h3 span {
  font-size: 15px;
}
.ribbon4:before, .ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon4:before { /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #eae4cd;
  border-style: solid;
}
.ribbon4:after { /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #eae4cd transparent transparent;
  border-style: solid;
}
.ouboLink {
  margin: 40px auto;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.ouboLink:hover {
  opacity: 0.5;
}
.exp1 {
  margin: 14px auto;
}
.exp1 img {
  width: 80%;
  margin: 0 auto;
}
.forpc {
  display: block;
}
.forpc2 {
    width: 80%;
  display: block;
}

.left-top {
  position: fixed;
  top: -4px;
  left: 0;
}
.left-top img {
  width: 100px;
}
.right-top {
  position: fixed;
  top: -4px;
  right: 0;
}
.right-top img {
  width: 100px;
  transform: scale(-1, 1);
}
.oubotxt ul li span.oubottl {
  color: #5EA15E;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
}
.oubotxt ul li span.shimekiri {
  font-size: 1.4em;
  font-weight: 600;
  color: #2d6855;
}
.oubotxt ul li {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  /*border-top: 1px dotted #6eb92b;*/
  text-indent: 0;
}
.oubotxt {
  text-align: left;
  margin: 20px 0 30px;
  /*padding: 10px;*/
  background-color: #fff;
}
/* ANCHOR */
.toTop {
  position: fixed;
  bottom: 20px;
  width: 30px;
  right: 30px;
  padding: 0;
  opacity: 0.7;
  text-align: left;
  line-height: 1em;
}
.logo {
  display: flex;
  justify-content: space-between;
  color: #fff;
    height: 50px;
}
}
.icons {
  width: auto;
  padding-top: 20px;
}
.home {
  color: #fff;
}
.br-pc {
  display: none;
}
.br-sp {
  display: inline-block;
}
.rt-logo {
  width: 40%;
  margin-top: 10px;
}
.td {
  background-color: #D7E1D2;
}

.forpc{display: block;}
.forsp{display: none}


.about-text {
    max-width: 1170px;
}
