@charset "UTF-8";
/* reset.scss */
html {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  height: 100%\9;
  overflow: hidden\9; }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
  text-decoration: none; }

a:active,
a:hover {
  outline-width: 0; }

ul {
  list-style: none; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

/* base.scss */
html {
  font-size: 75%; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 87.5%; } }
  @media screen and (min-width: 960px) {
    html {
      font-size: 100%; } }

body {
  margin: 0 auto;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  height: 100%\9;
  overflow: scroll\9; }

a {
  color: #000; }

img {
  display: block;
  width: 100%;
  height: auto;
  border: 0; }

img[src$='.svg'] {
  width: 100%;
  height: auto; }

.en {
  font-family: 'Oswald','Noto Sans JP', sans-serif;
  font-weight: 700; }

.clear::after {
  content: "";
  display: table;
  clear: both; }

.cts-wrap {
  position: relative;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .cts-wrap {
      padding: 0 20px; } }
  @media screen and (min-width: 960px) {
    .cts-wrap {
      padding: 0 30px; } }

#sp-overlay {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
  background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
  background: -o-linear-gradient(left, #fda200, #f73600) fixed;
  background: linear-gradient(90deg, #fda200, #f73600) fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s, height .5s;
  -o-transition: opacity .5s, visibility .5s, height .5s;
  transition: opacity .5s, visibility .5s, height .5s;
  z-index: 2; }
  #sp-overlay.is-open {
    opacity: .9;
    visibility: visible;
    height: 100%;
    width: 101%;
    z-index: 2;
    -webkit-transition: opacity .5s, visibility .5s, height .5s;
    -o-transition: opacity .5s, visibility .5s, height .5s;
    transition: opacity .5s, visibility .5s, height .5s; }
  #sp-overlay:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }

.sp-navbar {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
  background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
  background: -o-linear-gradient(left, #fda200, #f73600) fixed;
  background: linear-gradient(90deg, #fda200, #f73600) fixed;
  height: 60px;
  padding: 8px 10px; }
  @media screen and (min-width: 768px) {
    .sp-navbar {
      display: none; } }

.sp-logo {
  width: 160px; }

.nav-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 15px;
  z-index: 3; }
  .nav-btn span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .nav-btn span:nth-of-type(1) {
      top: 8px; }
    .nav-btn span:nth-of-type(2) {
      bottom: 8px; }
  .nav-btn.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg); }
  .nav-btn.is-open span:nth-of-type(2) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg); }

#sp-overlay ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
  #sp-overlay ul li {
    margin-bottom: 30px; }
    #sp-overlay ul li a {
      color: #fff;
      font-size: 2rem;
      line-height: 1;
      letter-spacing: 1px; }
      #sp-overlay ul li a span {
        display: block;
        font-size: .9rem; }

.head-flx {
  position: relative; }
  @media screen and (min-width: 768px) {
    .head-flx {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.mv-container {
  position: relative; }
  @media screen and (min-width: 960px) {
    .mv-container {
      width: calc(100% - 200px); } }

.pc-logo {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc-logo {
      display: block;
      position: absolute;
      width: 200px;
      top: 10px;
      left: 10px;
      z-index: 2; } }
  @media screen and (min-width: 960px) {
    .pc-logo {
      width: 240px;
      left: 20px; } }
  @media screen and (min-width: 1240px) {
    .pc-logo {
      width: 350px;
      left: 20px; } }

.pc-nav {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc-nav {
      position: absolute;
      display: block;
      z-index: 2;
      top: 0;
      right: 0; }
      .pc-nav ul {
        width: 400px;
        background-color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px; }
        .pc-nav ul li {
          margin-right: 20px; }
          .pc-nav ul li:nth-of-type(5) {
            margin-right: 0; }
          .pc-nav ul li a {
            position: relative;
            display: block;
            font-size: 1.1rem;
            font-weight: 300;
            line-height: 1.3;
            letter-spacing: 1px;
            color: #fff;
            text-align: center; }
            .pc-nav ul li a:before {
              position: absolute;
              display: block;
              content: "";
              width: 40px;
              height: 2px;
              background-color: #fff;
              left: 50%;
              bottom: -14px;
              opacity: 0;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              -webkit-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; }
            .pc-nav ul li a:hover:before {
              bottom: -8px;
              opacity: 1; }
            .pc-nav ul li a span {
              position: relative;
              display: block;
              font-size: 10px;
              letter-spacing: 0;
              text-align: center;
              left: -1px; } }
  @media screen and (min-width: 960px) {
    .pc-nav ul {
      width: 480px;
      padding: 14px 20px; }
      .pc-nav ul li {
        margin-right: 24px; }
        .pc-nav ul li a {
          font-size: 1.2rem; } }

.mv {
  position: relative; }
  .mv:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/45stripe-50p.png);
    background-repeat: repeat; }
    @media screen and (min-width: 768px) {
      .mv:after {
        height: calc(100% - 30px); } }
    @media screen and (min-width: 1240px) {
      .mv:after {
        height: 540px; } }
  @media screen and (min-width: 768px) {
    .mv {
      padding-bottom: 30px; } }
  @media screen and (min-width: 1240px) {
    .mv {
      height: 540px;
      padding-bottom: 0;
      margin-bottom: 30px;
      background-image: url(../images/mv_pc.jpg);
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat; }
      .mv.sv-products {
        background-image: url(../images/sv-products_pc.jpg); }
      .mv.sv-gallery {
        background-image: url(../images/sv-gallery_pc.jpg); }
      .mv.sv-blog {
        background-image: url(../images/sv-blog_pc.jpg); }
      .mv.sv-company {
        background-image: url(../images/sv-company_pc.jpg); }
      .mv.sv-contact {
        background-image: url(../images/sv-contact_pc.jpg); }
      .mv.sv-privacy {
        background-image: url(../images/sv-privacy_pc.jpg); }
      .mv.sv-tenant {
        background-image: url(../images/sv-tenant.jpg); }
      .mv img {
        display: none; } }

.mv-copy {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-size: 1.3rem; }
  .mv-copy span {
    display: block;
    font-size: 3.4rem;
    margin: 0 auto;
    line-height: 1;
    color: #fda200;
    background: -webkit-linear-gradient(0deg, #fda200, #f73600);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .mv-copy {
      text-align: left;
      padding: 20px; } }

.head-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media screen and (min-width: 768px) {
    .head-side {
      width: 300px;
      display: block;
      position: relative; } }
  @media screen and (min-width: 960px) {
    .head-side {
      width: 200px; } }

.head-tel {
  width: 50%;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fda200), color-stop(50%, #fda200), to(#f73600)) fixed;
  background: -webkit-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
  background: -o-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
  background: linear-gradient(90deg, #fda200, #fda200 50%, #f73600) fixed; }
  @media screen and (min-width: 768px) {
    .head-tel {
      width: 100%;
      height: 53px; } }
  @media screen and (min-width: 960px) {
    .head-tel {
      height: 65px; } }
  .head-tel a {
    display: block;
    position: absolute;
    padding: 0 10px;
    bottom: 30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media screen and (min-width: 768px) {
      .head-tel a {
        position: relative;
        bottom: auto;
        top: 16px; } }
    .head-tel a:hover {
      opacity: .9; }

.bd01 {
  position: absolute;
  display: block;
  left: -1px;
  top: 10px;
  width: 101%;
  height: 10px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .bd01 {
      display: none; } }
  .bd01:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 10px;
    top: 20px; }
  .bd01:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 10px;
    top: 40px; }

.bd02 {
  position: absolute;
  display: block;
  left: -1px;
  top: 70px;
  width: 101%;
  height: 10px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .bd02 {
      display: none; } }
  .bd02:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 10px;
    top: 20px; }

.head-emblem {
  width: 50%;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .head-emblem {
      width: 100%;
      padding: 20px 10px;
      background-color: #fff; } }

.head-scroll {
  display: none; }
  @media screen and (min-width: 768px) {
    .head-scroll {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
      background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
      background: -o-linear-gradient(left, #fda200, #f73600) fixed;
      background: linear-gradient(90deg, #fda200, #f73600) fixed;
      z-index: -1; }
      .head-scroll .bd03 {
        position: absolute;
        display: block;
        left: -1px;
        bottom: 80px;
        width: 101%;
        height: 10px;
        background-color: #fff; }
        .head-scroll .bd03:before {
          content: "";
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 10px;
          bottom: 20px; }
        .head-scroll .bd03:after {
          content: "";
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 10px;
          bottom: 40px; }
      .head-scroll .bd04 {
        position: absolute;
        display: block;
        left: -1px;
        bottom: 140px;
        width: 101%;
        height: 10px;
        background-color: #fff; }
        .head-scroll .bd04:before {
          content: "";
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 10px;
          bottom: 20px; }
        .head-scroll .bd04:after {
          content: "";
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 10px;
          bottom: 40px; }
      .head-scroll .bd05 {
        position: absolute;
        display: block;
        left: -1px;
        bottom: 200px;
        width: 101%;
        height: 10px;
        background-color: #fff; }
        .head-scroll .bd05:before {
          content: "";
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 10px;
          bottom: 20px; }
        .head-scroll .bd05:after {
          content: "";
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 10px;
          bottom: 40px; }
      .head-scroll .bd06 {
        position: absolute;
        display: block;
        left: -1px;
        bottom: 260px;
        width: 101%;
        height: 10px;
        background-color: #fff; }
        .head-scroll .bd06:before {
          content: "";
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 10px;
          bottom: 20px; }
        .head-scroll .bd06:after {
          content: "";
          display: block;
          position: absolute;
          background-color: #fff;
          width: 100%;
          height: 10px;
          bottom: 40px; } }

.scroll-txt {
  display: none; }
  @media screen and (min-width: 768px) {
    .scroll-txt {
      display: block;
      width: 100%;
      position: absolute;
      letter-spacing: 0;
      font-size: 1.3rem;
      color: #fff;
      text-align: center;
      font-weight: 600;
      bottom: 42px;
      z-index: 2; } }
  @media screen and (min-width: 960px) {
    .scroll-txt {
      font-size: 1.8rem;
      bottom: 34px; } }

footer {
  position: relative;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: cover;
  background-repeat: repeat-y;
  margin-top: 60px; }

@media screen and (min-width: 768px) {
  .ft-flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.ft-american {
  position: relative; }
  .ft-american .ft-emblem {
    position: absolute;
    width: 100px;
    top: 10px;
    left: 10px; }
    @media screen and (min-width: 960px) {
      .ft-american .ft-emblem {
        width: 200px;
        top: 20px;
        left: 20px; } }

.ft-california {
  position: relative; }
  .ft-california .ft-emblem {
    position: absolute;
    width: 100px;
    top: 10px;
    right: 10px; }
    @media screen and (min-width: 960px) {
      .ft-california .ft-emblem {
        width: 200px;
        top: 20px;
        right: 20px; } }

.ft-info-container {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .ft-info-container {
      width: 420px;
      margin: 0 auto;
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 960px) {
    .ft-info-container {
      width: 500px; } }

.ft-logo {
  width: 200px;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .ft-logo {
      width: 250px; } }

.ft-info {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .ft-info {
      text-align: left;
      margin-left: 6px;
      padding-top: 8px; } }
  @media screen and (min-width: 960px) {
    .ft-info {
      padding-top: 10px; } }

.ft-nav {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .ft-nav {
      margin-top: 0; } }
  .ft-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .ft-nav ul {
        width: 420px;
        margin: 0 auto; } }
    @media screen and (min-width: 960px) {
      .ft-nav ul {
        width: 460px;
        margin: 0 auto; } }
    .ft-nav ul li {
      display: block;
      width: 50%;
      margin-bottom: 20px;
      padding: 0 10px; }
      @media screen and (min-width: 768px) {
        .ft-nav ul li {
          width: auto; } }
      .ft-nav ul li a {
        position: relative;
        display: block;
        background: #fff;
        text-align: center;
        padding: 10px 0;
        z-index: 1; }
        @media screen and (min-width: 768px) {
          .ft-nav ul li a {
            background: transparent; }
            .ft-nav ul li a:hover {
              opacity: .6; } }
        .ft-nav ul li a:before {
          position: absolute;
          content: "";
          width: 100%;
          height: 38px;
          top: 4px;
          left: 4px;
          background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
          background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
          background: -o-linear-gradient(left, #fda200, #f73600) fixed;
          background: linear-gradient(90deg, #fda200, #f73600) fixed;
          z-index: -1; }
          @media screen and (min-width: 768px) {
            .ft-nav ul li a:before {
              background: transparent; } }
        .ft-nav ul li a:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 38px;
          top: 0px;
          left: 0px;
          background-color: #fff;
          z-index: -1; }
          @media screen and (min-width: 768px) {
            .ft-nav ul li a:after {
              background-color: transparent; } }
        .ft-nav ul li a .line {
          position: absolute;
          display: block;
          width: 20px;
          height: 1px;
          top: 50%;
          left: -5px;
          background-color: #000;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
          @media screen and (min-width: 768px) {
            .ft-nav ul li a .line {
              display: none; } }

.copyright {
  margin-top: 20px;
  font-size: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
  background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
  background: -o-linear-gradient(left, #fda200, #f73600) fixed;
  background: linear-gradient(90deg, #fda200, #f73600) fixed;
  color: #fff;
  text-align: center;
  padding: 5px 0; }

@media screen and (min-width: 768px) {
  .tp-pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tp-pro-american {
  position: relative;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: cover;
  background-repeat: repeat;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .tp-pro-american {
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .tp-pro-american {
      padding-bottom: 60px; } }
  .tp-pro-american .tp-pro-emblem {
    position: absolute;
    width: 100px;
    top: 10px;
    left: 10px; }
    @media screen and (min-width: 960px) {
      .tp-pro-american .tp-pro-emblem {
        width: 200px;
        top: 20px;
        left: 20px; } }

.tp-pro-california {
  position: relative;
  background-color: #e7e7e5;
  background-image: url(../images/bg-pt.png);
  background-size: cover;
  background-repeat: repeat;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .tp-pro-california {
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .tp-pro-california {
      padding-bottom: 60px; } }
  .tp-pro-california .tp-pro-emblem {
    position: absolute;
    width: 100px;
    top: 10px;
    right: 10px; }
    @media screen and (min-width: 960px) {
      .tp-pro-california .tp-pro-emblem {
        width: 200px;
        top: 20px;
        right: 20px; } }

.tp-pro-txt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px; }

.btn01 {
  position: relative;
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 960px) {
    .btn01 {
      width: 340px; } }
  .btn01 .line {
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .btn01:hover {
    color: #999; }
  .btn01:hover .line {
    width: 40px; }
  .btn01:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#fda200), color-stop(50%, #fda200), to(#f73600)) fixed;
    background: -webkit-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
    background: -o-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
    background: linear-gradient(90deg, #fda200, #fda200 50%, #f73600) fixed;
    z-index: -1; }
  .btn01:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1; }

.tp-feature {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .tp-feature {
      margin-top: 50px; } }
  @media screen and (min-width: 960px) {
    .tp-feature {
      margin-top: 80px; } }

.tp-h2 {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .tp-h2 {
      width: 240px; } }
  @media screen and (min-width: 960px) {
    .tp-h2 {
      margin-bottom: 40px; } }

.tp-h2-ja {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin-top: 10px; }
  .tp-h2-ja:before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #000;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media screen and (min-width: 768px) {
  .tp-feature-cts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tp-feature-cts:nth-of-type(1), .tp-feature-cts:nth-of-type(3) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

.tp-feature-txt-wrap {
  padding-bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
  background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
  background: -o-linear-gradient(left, #fda200, #f73600) fixed;
  background: linear-gradient(90deg, #fda200, #f73600) fixed; }
  .tp-feature-txt-wrap h3 {
    width: 140px;
    padding: 20px 0;
    margin: 0 auto; }
    @media screen and (min-width: 960px) {
      .tp-feature-txt-wrap h3 {
        width: 180px;
        padding-top: 30px; } }
  @media screen and (min-width: 768px) {
    .tp-feature-txt-wrap {
      width: 300px;
      padding: 20px 10px;
      background: -webkit-gradient(linear, left top, right top, from(#fda200), color-stop(40%, #f73600)) fixed;
      background: -webkit-linear-gradient(left, #fda200, #f73600 40%) fixed;
      background: -o-linear-gradient(left, #fda200, #f73600 40%) fixed;
      background: linear-gradient(90deg, #fda200, #f73600 40%) fixed; }
      .tp-feature-txt-wrap.gra01 {
        background: -webkit-gradient(linear, left top, right top, from(#fda200), color-stop(50%, #fda200), to(#f73600)) fixed;
        background: -webkit-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
        background: -o-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
        background: linear-gradient(90deg, #fda200, #fda200 50%, #f73600) fixed; } }
  @media screen and (min-width: 960px) {
    .tp-feature-txt-wrap {
      width: 360px; } }

.tp-feature-txt {
  width: 300px;
  margin: 0 auto;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .tp-feature-txt {
      width: 280px;
      padding: 0 10px; } }

.tp-feature-ph {
  position: relative; }
  .tp-feature-ph:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/45stripe-10p.png);
    background-repeat: repeat; }
  @media screen and (min-width: 768px) {
    .tp-feature-ph {
      width: calc(100% - 300px);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .tp-feature-ph img {
        opacity: 0; }
      .tp-feature-ph.ph01 {
        background-image: url(../images/tp-feature-01ph.jpg); }
      .tp-feature-ph.ph02 {
        background-image: url(../images/tp-feature-02ph.jpg); }
      .tp-feature-ph.ph03 {
        background-image: url(../images/tp-feature-03ph.jpg); } }
  @media screen and (min-width: 960px) {
    .tp-feature-ph {
      width: calc(100% - 360px);
      height: 450px; } }

.tp-gallery-blog {
  padding-top: 40px;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: contain;
  background-repeat: repeat;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .tp-gallery-blog {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 960px) {
    .tp-gallery-blog {
      padding-top: 80px;
      padding-bottom: 80px; } }

.tp-gallery {
  padding: 0 10px; }
  @media screen and (min-width: 768px) {
    .tp-gallery {
      width: 60%; } }
  @media screen and (min-width: 960px) {
    .tp-gallery {
      padding: 0 20px; } }

.tp-section-read {
  text-align: center;
  margin-bottom: 20px; }

.tp-gallery-article {
  margin-bottom: 20px; }

.tp-gallery-ph-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tp-gallery-ph-container img {
    width: 49%;
    margin-bottom: 2%; }
    @media screen and (min-width: 768px) {
      .tp-gallery-ph-container img {
        width: 24%; } }

.btn02 {
  position: relative;
  display: block;
  width: 180px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn02 .line {
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .btn02:hover {
    color: #999; }
  .btn02:hover .line {
    width: 40px; }
  .btn02:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#fda200), color-stop(50%, #fda200), to(#f73600)) fixed;
    background: -webkit-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
    background: -o-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
    background: linear-gradient(90deg, #fda200, #fda200 50%, #f73600) fixed;
    z-index: -1; }
  .btn02:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1; }

.tp-blog {
  margin-top: 40px;
  padding: 0 10px; }
  @media screen and (min-width: 768px) {
    .tp-blog {
      width: 40%;
      margin-top: 0; } }
  @media screen and (min-width: 960px) {
    .tp-blog {
      padding: 0 20px; } }

.tp-blog-article {
  border-bottom: 1px solid #000;
  margin-bottom: 20px; }
  .tp-blog-article h3 {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.tp-blog-article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2px;
  margin-bottom: 4px; }
  .tp-blog-article-info .cat {
    padding: 0 10px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fda200), color-stop(50%, #fda200), to(#f73600)) fixed;
    background: -webkit-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
    background: -o-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
    background: linear-gradient(90deg, #fda200, #fda200 50%, #f73600) fixed;
    margin-right: 10px; }

@media screen and (min-width: 768px) {
  .tp-tenant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.tp-tenant-txt-wrap {
  padding-bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
  background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
  background: -o-linear-gradient(left, #fda200, #f73600) fixed;
  background: linear-gradient(90deg, #fda200, #f73600) fixed; }
  @media screen and (min-width: 768px) {
    .tp-tenant-txt-wrap {
      width: 300px; } }
  @media screen and (min-width: 960px) {
    .tp-tenant-txt-wrap {
      width: 360px; } }
  .tp-tenant-txt-wrap h2 {
    width: 140px;
    padding: 20px 0;
    margin: 0 auto; }
    @media screen and (min-width: 960px) {
      .tp-tenant-txt-wrap h2 {
        width: 170px;
        padding-top: 30px; } }

.tp-tenant-txt {
  width: 320px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .tp-tenant-txt {
      width: 300px;
      padding: 20px; } }

@media screen and (min-width: 768px) {
  .tp-tenant-ph {
    width: calc(100% - 300px);
    background-image: url(../images/tp-tenants-ph.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .tp-tenant-ph img {
      opacity: 0; } }

@media screen and (min-width: 960px) {
  .tp-tenant-ph {
    width: calc(100% - 360px);
    height: 480px; } }

.sv-txt {
  background: -webkit-gradient(linear, left top, right top, from(#fda200), color-stop(50%, #fda200), to(#f73600)) fixed;
  background: -webkit-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
  background: -o-linear-gradient(left, #fda200, #fda200 50%, #f73600) fixed;
  background: linear-gradient(90deg, #fda200, #fda200 50%, #f73600) fixed;
  margin-top: -1px;
  padding: 10px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .sv-txt {
      background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
      background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
      background: -o-linear-gradient(left, #fda200, #f73600) fixed;
      background: linear-gradient(90deg, #fda200, #f73600) fixed;
      margin-top: -30px; } }
  @media screen and (min-width: 960px) {
    .sv-txt {
      padding: 20px; } }

.products-container {
  padding: 30px 10px;
  position: relative;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: contain;
  background-repeat: repeat-y; }
  @media screen and (min-width: 960px) {
    .products-container {
      padding-bottom: 60px; } }

.tab-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 320px;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .tab-area {
      width: 460px; } }
  @media screen and (min-width: 960px) {
    .tab-area {
      width: 600px; } }
  .tab-area li {
    position: relative;
    width: 100px;
    height: 120px; }
    @media screen and (min-width: 768px) {
      .tab-area li {
        width: 140px;
        height: 144px; } }
    @media screen and (min-width: 960px) {
      .tab-area li {
        width: 180px;
        height: 216px; } }
    .tab-area li img {
      position: absolute;
      width: 60px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media screen and (min-width: 768px) {
        .tab-area li img {
          width: 80px; } }
      @media screen and (min-width: 960px) {
        .tab-area li img {
          width: 140px; } }
  .tab-area .which {
    position: absolute;
    width: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 960px) {
      .tab-area .which {
        width: 140px; } }

.tab-area li.select img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100px; }
  @media screen and (min-width: 768px) {
    .tab-area li.select img {
      width: 120px; } }
  @media screen and (min-width: 960px) {
    .tab-area li.select img {
      width: 180px; } }

@media screen and (min-width: 960px) {
  .content-area {
    max-width: 1000px;
    margin: 0 auto; } }

.a-tab {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .a-tab li {
    width: 25%;
    background-color: #939393;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1rem;
    padding: 4px 0;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .a-tab li a {
      color: #fff;
      letter-spacing: 1px;
      line-height: 1; }
    .a-tab li img {
      width: 30px;
      margin: 0 auto;
      margin-top: 4px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .a-tab li.active {
      background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
      background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
      background: -o-linear-gradient(left, #fda200, #f73600) fixed;
      background: linear-gradient(90deg, #fda200, #f73600) fixed;
      font-size: 1.2rem;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .a-tab li.active img {
        width: 60px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }

.a-area {
  display: none;
  padding: 10px;
  padding-top: 20px;
  background-color: #fff;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .a-area {
      padding: 20px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 960px) {
    .a-area {
      padding: 40px; } }
  .a-area h2 {
    text-align: center; }
    .a-area h2 img {
      width: 60px;
      margin: 0 auto; }

.products-cts-read {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .products-cts-read {
      text-align: center; } }

.products-cts-ph {
  margin-top: 20px; }

.products-cts-table {
  margin-top: 20px; }

.c-tab {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .c-tab li {
    width: 50%;
    background-color: #939393;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1rem;
    padding: 4px 0;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .c-tab li a {
      color: #fff;
      letter-spacing: 1px;
      line-height: 1; }
    .c-tab li img {
      width: 30px;
      margin: 0 auto;
      margin-top: 4px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .c-tab li.active {
      background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
      background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
      background: -o-linear-gradient(left, #fda200, #f73600) fixed;
      background: linear-gradient(90deg, #fda200, #f73600) fixed;
      font-size: 1.2rem;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .c-tab li.active img {
        width: 60px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }

.c-area {
  display: none;
  padding: 10px;
  padding-top: 20px;
  background-color: #fff;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .c-area {
      padding: 20px;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 960px) {
    .c-area {
      padding: 40px; } }
  .c-area h2 {
    text-align: center; }
    .c-area h2 img {
      width: 60px;
      margin: 0 auto; }

.color {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .color {
      margin-top: 50px; } }
  @media screen and (min-width: 960px) {
    .color {
      margin-top: 80px; } }

.products-read {
  text-align: center; }

.color-info {
  margin-top: 20px;
  padding: 20px 10px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .color-info {
      padding: 30px 20px; } }
  @media screen and (min-width: 960px) {
    .color-info {
      padding: 40px; } }

.option {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .option {
      margin-top: 50px; } }
  @media screen and (min-width: 960px) {
    .option {
      margin-top: 80px; } }

.gallery {
  padding: 30px 10px;
  position: relative;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: contain;
  background-repeat: repeat-y; }
  @media screen and (min-width: 960px) {
    .gallery {
      padding: 60px 20px; } }

.cts-inner {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .cts-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .gallery-main {
    width: calc(100% - 270px); } }

@media screen and (min-width: 960px) {
  .gallery-main {
    width: calc(100% - 340px); } }

.gallery-side {
  background-color: #eee; }
  @media screen and (min-width: 768px) {
    .gallery-side {
      width: 250px;
      margin-left: 20px; } }
  @media screen and (min-width: 960px) {
    .gallery-side {
      width: 300px;
      margin-left: 40px; } }

.gallery-cts {
  margin-bottom: 30px; }
  .gallery-cts h2 {
    position: relative;
    z-index: 1;
    font-weight: 500; }
    .gallery-cts h2:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
      background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
      background: -o-linear-gradient(left, #fda200, #f73600) fixed;
      background: linear-gradient(90deg, #fda200, #f73600) fixed;
      z-index: -1;
      bottom: 0; }

.tag-container {
  margin-top: 8px; }
  .tag-container a {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #000;
    margin-right: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .tag-container a:hover {
      color: #fff;
      background-color: #000; }

.gallery-ph-container {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .gallery-ph-container img {
    width: 49%;
    margin-bottom: 2%; }
    @media screen and (min-width: 960px) {
      .gallery-ph-container img {
        width: 24%; } }

.blog {
  padding: 30px 10px;
  position: relative;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: 100% 100%;
  background-repeat: repeat; }
  @media screen and (min-width: 960px) {
    .blog {
      padding: 60px 20px; } }

@media screen and (min-width: 768px) {
  .blog-main {
    width: calc(100% - 270px); } }

@media screen and (min-width: 960px) {
  .blog-main {
    width: calc(100% - 340px); } }

.blog-side {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .blog-side {
      width: 250px;
      margin-top: 0;
      margin-left: 20px; } }
  @media screen and (min-width: 960px) {
    .blog-side {
      width: 300px;
      margin-left: 40px; } }

.blog-cts {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .blog-cts {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media screen and (min-width: 768px) {
  .blog-ph {
    width: 180px;
    margin-right: 20px; } }

@media screen and (min-width: 960px) {
  .blog-ph {
    width: 300px;
    margin-right: 40px; } }

.blog-info {
  position: relative; }
  @media screen and (min-width: 768px) {
    .blog-info {
      width: calc(100% - 200px); } }
  @media screen and (min-width: 960px) {
    .blog-info {
      width: calc(100% - 340px); } }
  .blog-info h2 {
    font-size: 1.3rem;
    margin-top: 4px;
    font-weight: 500;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .blog-info h2 {
        margin-top: 0;
        line-height: 1;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap; } }

.blog-date {
  font-size: .9rem; }

.blog-txt {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .blog-txt {
      font-size: .9rem;
      margin-top: 4px;
      line-height: 1.4; } }

.blog-cat {
  font-size: .9rem;
  margin-top: 10px;
  width: 100px;
  text-align: center;
  padding: 2px;
  border: 1px solid #000; }
  @media screen and (min-width: 768px) {
    .blog-cat {
      position: absolute;
      bottom: 0;
      left: 0; } }

.blog-readmore {
  position: absolute;
  display: block;
  width: 120px;
  text-align: center;
  padding: 2px 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  bottom: 0;
  right: 0; }
  @media screen and (min-width: 960px) {
    .blog-readmore {
      width: 200px; } }
  .blog-readmore .line {
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .blog-readmore:hover {
    opacity: 1;
    color: #999; }
  .blog-readmore:hover .line {
    width: 30px; }
  .blog-readmore:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#fda200), color-stop(80%, #fda200), to(#f73600)) fixed;
    background: -webkit-linear-gradient(left, #fda200, #fda200 80%, #f73600) fixed;
    background: -o-linear-gradient(left, #fda200, #fda200 80%, #f73600) fixed;
    background: linear-gradient(90deg, #fda200, #fda200 80%, #f73600) fixed;
    z-index: -1; }
  .blog-readmore:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1; }

.pagination-container {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .pagination-container {
      margin-top: 60px; } }

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px; }
    @media screen and (min-width: 960px) {
      .pagination ul li {
        margin-left: 10px; } }
    .pagination ul li:first-child {
      margin-left: 0; }
    .pagination ul li.active {
      background-color: #000;
      padding: 8px 13px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .pagination ul li.active {
          padding: 10px 16px; } }
    .pagination ul li a {
      color: #000;
      position: relative;
      display: block;
      padding: 8px 13px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      padding: 10px 16px;
      border: 1px solid #000; }
      .pagination ul li a:hover {
        color: #fff;
        background-color: #000; }

.blog-side .widgettitle {
  position: relative;
  text-align: center;
  font-family: 'Oswald','Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 4px solid #000; }
  .blog-side .widgettitle:before {
    content: "";
    position: relative;
    display: block;
    width: 60px;
    height: 30px;
    background-image: url(../images/product-h-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.blog-side .widget ul {
  margin-top: 10px;
  font-weight: bolder; }
  .blog-side .widget ul li {
    position: relative;
    padding-left: 10px; }
    .blog-side .widget ul li:before {
      content: ">>"; }
    .blog-side .widget ul li a:hover {
      opacity: .6; }

.bread-container {
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 20px; }
  .bread-container ul {
    display: inline-block; }
    .bread-container ul li {
      position: relative;
      display: inline-block;
      margin-right: 16px; }
      @media screen and (min-width: 960px) {
        .bread-container ul li {
          margin-right: 28px; } }
      .bread-container ul li:after {
        position: absolute;
        content: ">>";
        top: 0;
        right: -16px; }
        @media screen and (min-width: 960px) {
          .bread-container ul li:after {
            right: -24px; } }
      .bread-container ul li:last-of-type {
        position: relative;
        bottom: 2px; }
        .bread-container ul li:last-of-type:after {
          content: none; }
      .bread-container ul li a {
        display: block;
        border: 1px solid #000;
        padding: 0 6px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .bread-container ul li a:hover {
          color: #fff;
          background-color: #000; }

.blog-single-title {
  position: relative;
  z-index: 1; }
  .blog-single-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
    background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
    background: -o-linear-gradient(left, #fda200, #f73600) fixed;
    background: linear-gradient(90deg, #fda200, #f73600) fixed;
    bottom: 0;
    z-index: -1; }

.blog-single-date {
  text-align: right; }

.blog-single-ph {
  margin-top: 10px;
  margin-bottom: 10px; }

.company-container {
  padding: 30px 10px;
  position: relative;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: 100% 100%;
  background-repeat: repeat-y; }
  @media screen and (min-width: 960px) {
    .company-container {
      padding: 60px 20px; } }

@media screen and (min-width: 768px) {
  .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .company-ph {
    width: 49%; } }

@media screen and (min-width: 768px) {
  .company-info {
    width: 49%; } }

.company-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .company-table tr {
    width: 100%;
    vertical-align: bottom; }
    .company-table tr th {
      position: relative;
      text-align: left;
      padding-right: 6px;
      padding-top: 6px; }
      .company-table tr th:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #000; }
    .company-table tr td {
      position: relative;
      text-align: left;
      padding-top: 6px; }
      .company-table tr td:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
        background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
        background: -o-linear-gradient(left, #fda200, #f73600) fixed;
        background: linear-gradient(90deg, #fda200, #f73600) fixed; }

.g-map {
  margin-top: 20px; }
  .g-map iframe {
    width: 100%;
    height: 250px; }
    @media screen and (min-width: 960px) {
      .g-map iframe {
        height: 350px; } }

.trashcan {
  margin-top: 40px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .trashcan {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 960px) {
    .trashcan {
      margin-top: 100px; } }
  .trashcan .left {
    padding-top: 120px; }
    @media screen and (min-width: 768px) {
      .trashcan .left {
        width: 49%;
        padding-top: 0; } }
  @media screen and (min-width: 768px) {
    .trashcan .right {
      position: relative;
      width: 49%; } }
  .trashcan .right h2 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media screen and (min-width: 768px) {
      .trashcan .right h2 {
        position: relative;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    .trashcan .right h2 img {
      width: 220px; }
      @media screen and (min-width: 960px) {
        .trashcan .right h2 img {
          width: 300px; } }
  .trashcan .right .txt {
    position: absolute;
    width: 100%;
    top: 80px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .trashcan .right .txt {
        position: relative;
        margin-top: 10px;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left; } }
  .trashcan .right .img-wrap {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .trashcan .right .img-wrap {
        position: absolute;
        left: 0;
        bottom: 0; } }
    .trashcan .right .img-wrap img {
      width: 49%; }

.tenant {
  padding: 30px 10px;
  position: relative;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: 100% 100%;
  background-repeat: repeat; }
  @media screen and (min-width: 960px) {
    .tenant {
      padding: 60px 20px; } }
  .tenant h2 {
    font-size: 2rem; }
  .tenant .tenant-txt {
    margin-top: 10px; }
    .tenant .tenant-txt span {
      display: block;
      font-size: 1.1rem;
      font-weight: bold; }

.tenant1f {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .tenant1f {
      width: 49%; } }

@media screen and (min-width: 768px) {
  .tenant2f {
    width: 49%; } }

.privacy {
  padding: 30px 10px;
  position: relative;
  background-color: #dce3ea;
  background-image: url(../images/bg-pt.png);
  background-size: 100% 100%;
  background-repeat: repeat; }
  @media screen and (min-width: 960px) {
    .privacy {
      padding: 60px 20px; } }

.privacy-cts {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .privacy-cts h2 {
    position: relative;
    font-size: 1.3rem;
    z-index: 1; }
    .privacy-cts h2:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 8px;
      bottom: 0;
      background: -webkit-gradient(linear, left top, right top, from(#fda200), to(#f73600)) fixed;
      background: -webkit-linear-gradient(left, #fda200, #f73600) fixed;
      background: -o-linear-gradient(left, #fda200, #f73600) fixed;
      background: linear-gradient(90deg, #fda200, #f73600) fixed;
      z-index: -1; }

.privacy-txt {
  margin-top: 6px; }
