@charset "UTF-8";
/**
 * Kowa Camera
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&family=Roboto+Condensed:wght@300&display=swap");
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css + original reset css*/
html {
  font-size: 62.5%;
  /* 10px */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  line-height: 100%;
  margin: 0;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
}

button,
input,
select,
textarea {
  margin: 0;
}

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

div {
  line-height: 1;
}

iframe {
  border: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

/*	text	*/
p,
blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

/*	list	*/
ol,
ul,
dl,
dt,
dd {
  margin: 0;
  font-weight: 400;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

/*	table	*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
}

th {
  font-weight: normal;
}

/*	embed	*/
img {
  vertical-align: bottom;
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

/*	semantics	*/
ruby,
rt,
mark,
menu {
  margin: 0;
  padding: 0;
}

small {
  font-size: 100%;
}

em,
cite,
dfn,
i {
  font-style: normal;
}

strong,
b {
  font-weight: normal;
}

ins,
del {
  text-decoration: none;
}

q {
  quotes: none;
}

sup,
sub {
  vertical-align: baseline;
}

ruby,
rt,
mark {
  line-height: 100%;
}

mark {
  background: none;
}

form {
  margin: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: 1.6rem;
}

select {
  line-height: 100%;
  font-weight: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

main {
  display: block;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  //color: #fff;
  background: #fff;
  word-break: break-all;

  
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  /* デザインに合わせて変更する */
}

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
td,
span {
  line-height: 1.8;
  /* デザインに合わせて変更する */
}

strong {
  font-weight: 500;
}

a:hover {
  text-decoration: none;
  /* デザインに合わせて変更する */
}

figure img,
figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

button {
  border: none;
  cursor: pointer;
}

.vpc {
  display: block !important;
}

@media (max-width: 767px) {
  .vpc {
    display: none !important;
  }
}

.vpc-small {
  display: none !important;
}

@media (max-width: 1299px) {
  .vpc-small {
    display: block !important;
  }
}

.vtab-up {
  display: block;
}

@media (max-width: 1160px) {
  .vtab-up {
    display: none;
  }
}

.vtab-low {
  display: none;
}

@media (max-width: 1160px) {
  .vtab-low {
    display: block;
  }
}

.vsp {
  display: none !important;
}

@media (max-width: 767px) {
  .vsp {
    display: block !important;
  }
}

body {
  background: #fff;
}

.l-header {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #000;
}

@media (max-width: 767px) {
  .l-header {
    padding-top: 14px;
    padding-bottom: 10px;
  }
}

.l-header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  display: inline-block;
  width: 54%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__logo:hover {
  opacity: .7;
}

.l-header__logo .sp {
  display: none;
}

@media (max-width: 767px) {
  .l-header__logo {
    width: 250px;
  }
  .l-header__logo .pc {
    display: none;
  }
  .l-header__logo .sp {
    display: block;
  }
}

.l-header .selectBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33%;
  border: 1px solid #ccc;
  background: #fff;
}

.l-header .selectBtn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1;
}

.l-header .selectBtn p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
}

.l-header .selectBtn p:first-child {
  background: #1d877b;
  border-right: 1px solid #ccc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-header .selectBtn p:first-child:hover {
  opacity: .7;
}

.l-header .selectBtn p:last-child {
  background: #1a2d45;
}

@media (max-width: 767px) {
  .l-header .selectBtn {
    display: none;
  }
}

.l-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .l-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sec-ttl {
  font-size: 3.0rem;
  text-align: center;
  margin: 0 0 3rem 0;
}

@media (max-width: 767px) {
  .sec-ttl {
    font-size: 1.8rem;
  }
}

.mainvsl {
  position: relative;
  height: 420px;
  background: url(../img/bg/bg-mainvsl.jpg) no-repeat center center/cover;

  margin-top: 123px;
  color: #fff;
}

.mainvsl__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-46%, -50%);
  transform: translate(-46%, -50%);
  width: 480px;
  height: auto;
}

@media (max-width: 767px) {
  .mainvsl {
    height: 75vw;
    max-height: 240px;
  }
  .mainvsl__image {
    width: 64vw;
    max-width: 240px;
  }
}

.main-ttl {
  position: absolute;
  top: 44%;
  width: 100%;
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .main-ttl {
    font-size: 2.6rem;
  }
}

.lead {
  padding: 50px  0;
  text-align: center;
  line-height: 1.7;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .lead {
    padding: 30px 0;
    text-align: left;
  }
}

.feature {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #353535;
  overflow: hidden;
}

.feature.feature01 {
  border-top: 1px solid #353535;
}

.feature__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.feature__grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1199px) {
  .feature04 .feature__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .feature__grid {
    position: relative;
  }
}

.feature__gridItem {
  width: 30%;
}

.feature__body {
  position: relative;
  width: 100%;
  padding: 60px 0;
  padding-right: 70px;
  padding-left: 20px;
  z-index: 1;
}

.feature__grid--reverse .feature__body {
  display: inline-block;
  width: auto;
  padding-right: 0;
  padding-left: 70px;
  padding-right: 20px;
}

@media (max-width: 1199px) {
  .feature04 .feature__body {
    display: inline-block;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .feature__body {
    /* width: 74%; */
    padding-right: 0;
    padding-left: 0;
  }
  .feature__grid--reverse .feature__body {
    padding-left: 0;
    padding-right: 0;
  }
}

.feature__ttlArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  max-width: 660px;
  border-bottom: 2px solid #e50007;
}

.feature03 .feature__ttlArea {
  min-width: 460px;
}

.feature04 .feature__ttlArea {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* .feature__ttlArea--wide {
   width: 530px; 
} */

@media (max-width: 767px) {
  .feature__ttlArea {
    border-width: 2px;
  }
  .feature03 .feature__ttlArea {
    min-width: inherit;
  }
  .feature__ttlArea--wide {
    width: 100%;
  }
}

.feature__productTtl {
  margin-right: 25px;
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}

.feature03 .feature__productTtl,
.feature04 .feature__productTtl {
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .feature__productTtl {
    margin-right: 10px;
    font-size: 2.0rem;
  }
}

.feature__productCap {
  position: relative;
  bottom: 6px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.2em;
}

.feature03 .feature__productCap,
.feature04 .feature__productCap {
  letter-spacing: 0.1em;
}

.feature04 .feature__productCap {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .feature__productCap {
    font-size: 1.0rem;
    bottom: 0;
  }
  .feature03 .feature__productCap {
    letter-spacing: 0;
  }
  .feature04 .feature__productCap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 6px;
  }
}

.feature__description {
  width: 100%;
  max-width: 440px;
  margin-top: 24px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .feature__description {
    margin-top: 16px;
    font-size: 1.2rem;
  }
}

.feature__productImage {
  display: block;
  width: 100%;
  max-width: 420px;
  margin-top: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1199px) {
  .feature04 .feature__productImage {
    display: none;
  }
}

.feature__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: -380px;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.feature01 .feature__bg::after {
  background-position: right center;
  background-image: url(../img/bg/bg-product01.png);
}

.feature02 .feature__bg::after {
  background-position: left center;
  background-image: url(../img/bg_logistic.jpg);
}

.feature03 .feature__bg::after {
  background-position: right center;
  /* background-image: url(../img/bg_ui.jpg); */
}

.feature04 .feature__bg::after {
  background-position: center;
  background-image: url(../img/bg/bg-product04.png);
  background-size: contain;
}

@media (max-width: 767px) {
  .feature__bg {
    width: 30%;
  }
  .feature__bg::after {
    left: -20px;
    right: -20px;
    width: calc(100% + 40px);
  }
  .feature01 .feature__bg::after {
    background-image: url(../img/bg/bg-product01-sp.png);
  }
  .feature02 .feature__bg::after {
    /* background-image: url(../img/bg_logistic.jpg); */
  }
  .feature03 .feature__bg::after {
    background-position: right center;
    background-image: url(../img/bg_ui.jpg);
  }
}

@media (max-width: 1199px) {
  .feature04 .feature__bg {
    width: 100%;
  }
  .feature04 .feature__bg::after {
    display: none;
  }
}

.feature .feature04-sp {
  display: none;
}

@media (max-width: 1199px) {
  .feature .feature04-sp {
    display: block;
    width: 100%;
  }
}

.feature .feature04-sp__image {
  position: relative;
  right: -3%;
  width: 90%;
  max-width: 420px;
  margin: auto;
  text-align: center;
}

.feature .feature04-sp__boxGray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 420px;
  margin: 30px auto 0;
  background: #141414;
  border: 1px solid #353535;
}

.feature .feature04-sp__boxInner {
  padding: 10px 5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.1rem;
  letter-spacing: 0;
}

.feature .feature04-sp__image02 {
  position: relative;
  right: -5%;
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
}

.lineUp {
  background: #141414;
}

.lineUp__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineUp__gridItem {
  width: calc((100% - 6.6%) / 3);
  margin-top: 40px;
  border: 1px solid #333333;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.lineUp__gridItem:not(:nth-child(3n)) {
  margin-right: 3.2%;
}

.lineUp__gridItem:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  .lineUp__gridItem {
    width: calc((100% - 3.2%) / 2);
    margin-top: 25px;
  }
  .lineUp__gridItem:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .lineUp__gridItem:nth-child(odd) {
    margin-right: 3.2%;
  }
}

.lineUp__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.lineUp__ttl {
  position: relative;
  text-align: center;
  padding: 18px;
}

.lineUp__ttl span {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}

.lineUp__ttl span::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 13px;
  background: url(../img/lineup/icon-lineup-arrow.svg) no-repeat center center/contain;
}

.lineUp__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 59px;
  height: 59px;
  background: url(../img/lineup/icon-lineup-grass.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .lineUp__ttl {
    padding: 10px;
  }
  .lineUp__ttl span {
    font-size: 1.3rem;
  }
  .lineUp__ttl::after {
    width: 44px;
    height: 44px;
  }
}

.modal__item {
  display: none;
}

.modal__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__gridItem.left {
  margin-right: 5%;
}

.modal__ttl {
  font-size: 2.0rem;
}

.modal__mainttl {
  display: block;
  font-size: 3.4rem;
  font-weight: bold;
}

.modal__image {
  margin-top: 80px;
}

.modal__bannerGray {
  margin-top: 26px;
  padding: 16px;
  text-align: center;
  line-height: 1.4;
  background: #404040;
}

.modal__table {
  width: 100%;
  border-top: 1px solid #333;
  table-layout: fixed;
}

.modal__table th,
.modal__table td {
  padding: 2px 16px;
  border-bottom: 1px solid #333;
}

.modal__table th {
  background: #000;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.modal__table td {
  border-right: 1px solid #333;
}

.modal__table .kome {
  font-size: 1.0rem;
  vertical-align: top;
  padding-left: 2px;
}

.modal__table.table01 th {
  width: 30%;
}

.modal__table.table01 td {
  width: 70%;
}

.modal__table.table02 {
  font-size: 1.4rem;
}

.modal__table.table02 thead th {
  padding: 12px 8px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

.modal__table.table02 thead img {
  display: block;
  margin: 0 auto 8px;
}

.modal__table.table02 tbody tr.border th,
.modal__table.table02 tbody tr.border td {
  border-bottom: 2px solid #555;
}

.modal__table.table02 tbody tr:last-child th,
.modal__table.table02 tbody tr:last-child td {
  border-bottom: 1px solid #333;
}

.modal__table.table02 tbody th,
.modal__table.table02 tbody td {
  width: 25%;
  padding: 7px 16px;
  text-align: center;
}

.modal__tableCap {
  margin-top: 10px;
  font-size: 1.3rem;
}

.modal__tableTtl {
  margin-top: 60px;
  font-size: 2.1rem;
  font-weight: bold;
}

.modal__tableLead {
  margin-top: 6px;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  .modaal-outer-wrapper {
    width: 1200px;
  }
}

.modaal-container {
  max-width: 1160px;
  padding: 80px 60px;
  background: #141414;
  color: #fff;
  border: 1px solid #333;
}

.series__table {
  display: block;
  width: 100%;
  margin-top: 60px;
  border: 1px solid #333;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.series__table tbody {
  width: 100%;
  display: table;
}

@media (max-width: 767px) {
  .series__table {
    margin-top: 30px;
  }
}

.series tr:not(:last-child) {
  border-bottom: 1px solid #333;
}

.series th {
  position: relative;
  padding: 20px 20px 20px 10px;
  background: #000;
  z-index: 1;
}

.series th::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #333;
}

@media (max-width: 767px) {
  .series th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    padding: 14px 14px 14px 10px;
    font-size: 1.2rem;
  }
}

.series td {
  padding: 8px;
  text-align: center;
  background: #141414;
}

.series td span {
  display: block;
  font-size: 1.2rem;
}

.series td:not(:last-child) {
  border-right: 1px solid #333;
}

@media (max-width: 767px) {
  .series td {
    font-size: 1.2rem;
  }
}

.view {
  padding: 60px 0;
  background: #f8f8f8;
}

.view__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
}

.view__gridItem {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.view__gridItem:hover {
  opacity: .7;
}

.view__gridItem img {
  display: block;
  /* width: auto; */
  /* height: 15vw; */
  max-height: 300px;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .view__gridItem {
    width: calc((100% - 8%) / 3);
  }
  .view__gridItem:nth-child(n+4) {
    margin-top: 20px;
  }
  .view__gridItem img {
    height: 25vw;
  }
}

.view__ttl {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.contact {
  background: url(../img/bg-contact.png);
}

.contact__btn {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
  background: #000;
  border: 1px solid #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.contact__btn:hover {
  background: #141414;
}

.contact__btn span {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
}

.contact__btn span::before {
  content: "";
  position: absolute;
  top: 49%;
  left: -22px;
  -webkit-transform: translateY(-49%);
          transform: translateY(-49%);
  display: block;
  width: 10px;
  height: 15px;
  background: url(../img/icon-arrow.svg) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .contact__btn {
    width: 90%;
    padding: 26px 10px;
  }
  .contact__btn span {
    font-size: 1.5rem;
  }
}

.l-footer {
  padding-top: 40px;
  background: #565656;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav__item a:hover span {
  border-color: #fff;
}

.footer-nav__item img {
  position: relative;
  bottom: 2px;
  margin-right: 4px;
  vertical-align: middle;
  font-size: 1.4rem;
}

.footer-nav__item span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}

.footer-nav__item:not(:last-child) {
  margin-right: 33px;
}

@media (max-width: 767px) {
  .footer-nav__item {
    width: 100%;
  }
}

.footer-nav:last-child {
  padding-bottom: 40px;
}

.copyright {
  display: block;
  padding: 10px 0;
  font-size: 1.2rem;
  text-align: center;
  background: #e50012;
  border-top: 1px solid #fff;
}

.u-alL {
  text-align: left !important;
}

.u-alC {
  text-align: center !important;
}

.u-alR {
  text-align: right !important;
}

@media (max-width: 767px) {
  .u-alLsp {
    text-align: left !important;
  }
  .u-alCsp {
    text-align: center !important;
  }
  .u-alRsp {
    text-align: right !important;
  }
}

/* 互換性 */
.u-valT {
  vertical-align: top !important;
}

.u-valM {
  vertical-align: middle !important;
}

.u-valB {
  vertical-align: bottom !important;
}

@media (max-width: 767px) {
  .u-valTsp {
    vertical-align: top !important;
  }
  .u-valMsp {
    vertical-align: middle !important;
  }
  .u-valBsp {
    vertical-align: bottom !important;
  }
}

/* こちらを使う */
.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

@media (max-width: 767px) {
  .u-vaTsp {
    vertical-align: top !important;
  }
  .u-vaMsp {
    vertical-align: middle !important;
  }
  .u-vaBsp {
    vertical-align: bottom !important;
  }
}

.zoomIn img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
  /*hoverした時の変化*/
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

.slideright {
  position: relative;
}

.slideright__item::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slideright__item:hover::after {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.js-cover {
  display: block;
  position: relative;
  overflow: hidden;
}

.js-cover .js-image {
  opacity: 0;
}

.js-cover .js-image.opacity {
  opacity: 1;
}

.js-cover::before, .js-cover::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  right: 0;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.185, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.185, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.185, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.185, 1);
  content: "";
}

.js-cover::before {
  background-color: #fff;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 9998;
}

.js-cover::after {
  background: #000;
  z-index: 9999;
}

.js-cover.is-show::before, .js-cover.is-show::after {
  right: -100%;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.opacityTrigger {
  opacity: 0;
}

.opacity {
  -webkit-animation-name: opacityAnime;
          animation-name: opacityAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes opacityAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacityAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgappearTrigger2,
.bgLRextendTrigger,
.bgLRextendTrigger2 {
  opacity: 0;
}

.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #fff;
  }
  50% {
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #2b2e36;
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #fff;
  }
  50% {
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #2b2e36;
  }
}

/*中の要素*/
.bgappear {
  display: block;
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInTrigger::before,
.slideInTrigger::after {
  opacity: 0;
}

@media (max-width: 767px) {
  .slideInTrigger::before {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .p-mainvsl.slideInTrigger::before {
    display: block;
  }
}

.slideInTrigger.slideIn::before {
  -webkit-animation-name: slideInAnime;
          animation-name: slideInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@media (max-width: 767px) {
  .slideInTrigger.slideIn::after {
    -webkit-animation-name: slideInAnime;
            animation-name: slideInAnime;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

@-webkit-keyframes slideInAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(-50% + 40px));
            transform: translateY(calc(-50% + 40px));
    right: calc(-18.5% - 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -18.5%;
  }
}

@keyframes slideInAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(-50% + 40px));
            transform: translateY(calc(-50% + 40px));
    right: calc(-18.5% - 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -18.5%;
  }
}

@media screen and (max-width: 1600px) {
  @-webkit-keyframes slideInAnime {
    0% {
      opacity: 0;
      top: calc(49% + 40px);
      right: calc(1% - 40px);
    }
    100% {
      opacity: 1;
      top: 49%;
      right: 1%;
    }
  }
  @keyframes slideInAnime {
    0% {
      opacity: 0;
      top: calc(49% + 40px);
      right: calc(1% - 40px);
    }
    100% {
      opacity: 1;
      top: 49%;
      right: 1%;
    }
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes slideInAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
      right: -40px;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      right: 0;
    }
  }
  @keyframes slideInAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
      right: -40px;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      right: 0;
    }
  }
}

@media screen and (max-width: 380px) {
  @-webkit-keyframes slideInAnime {
    0% {
      opacity: 0;
      bottom: -36px;
      right: -50px;
    }
    100% {
      opacity: 1;
      bottom: 4px;
      right: -10px;
    }
  }
  @keyframes slideInAnime {
    0% {
      opacity: 0;
      bottom: -36px;
      right: -50px;
    }
    100% {
      opacity: 1;
      bottom: 4px;
      right: -10px;
    }
  }
}

.u-spbr {
  display: none;
}

@media (max-width: 767px) {
  .u-spbr {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pcbr {
    display: none;
  }
}

.u-disp-sp {
  display: none;
}

@media (max-width: 767px) {
  .u-disp-sp {
    display: block;
  }
}

.u-disp-pc {
  display: inherit;
}

@media (max-width: 767px) {
  .u-disp-pc {
    display: none;
  }
}

.u-disp-inline-block {
  display: inline-block;
}

.u-linkText {
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.u-linkText:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
  .u-mt0sp {
    margin-top: 0px !important;
  }
  .u-ml0sp {
    margin-left: 0px !important;
  }
  .u-mr0sp {
    margin-right: 0px !important;
  }
  .u-mb0sp {
    margin-bottom: 0px !important;
  }
  .u-mt5sp {
    margin-top: 5px !important;
  }
  .u-ml5sp {
    margin-left: 5px !important;
  }
  .u-mr5sp {
    margin-right: 5px !important;
  }
  .u-mb5sp {
    margin-bottom: 5px !important;
  }
  .u-mt10sp {
    margin-top: 10px !important;
  }
  .u-ml10sp {
    margin-left: 10px !important;
  }
  .u-mr10sp {
    margin-right: 10px !important;
  }
  .u-mb10sp {
    margin-bottom: 10px !important;
  }
  .u-mt15sp {
    margin-top: 15px !important;
  }
  .u-ml15sp {
    margin-left: 15px !important;
  }
  .u-mr15sp {
    margin-right: 15px !important;
  }
  .u-mb15sp {
    margin-bottom: 15px !important;
  }
  .u-mt20sp {
    margin-top: 20px !important;
  }
  .u-ml20sp {
    margin-left: 20px !important;
  }
  .u-mr20sp {
    margin-right: 20px !important;
  }
  .u-mb20sp {
    margin-bottom: 20px !important;
  }
  .u-mt25sp {
    margin-top: 25px !important;
  }
  .u-ml25sp {
    margin-left: 25px !important;
  }
  .u-mr25sp {
    margin-right: 25px !important;
  }
  .u-mb25sp {
    margin-bottom: 25px !important;
  }
  .u-mt30sp {
    margin-top: 30px !important;
  }
  .u-ml30sp {
    margin-left: 30px !important;
  }
  .u-mr30sp {
    margin-right: 30px !important;
  }
  .u-mb30sp {
    margin-bottom: 30px !important;
  }
  .u-mt35sp {
    margin-top: 35px !important;
  }
  .u-ml35sp {
    margin-left: 35px !important;
  }
  .u-mr35sp {
    margin-right: 35px !important;
  }
  .u-mb35sp {
    margin-bottom: 35px !important;
  }
  .u-mt40sp {
    margin-top: 40px !important;
  }
  .u-ml40sp {
    margin-left: 40px !important;
  }
  .u-mr40sp {
    margin-right: 40px !important;
  }
  .u-mb40sp {
    margin-bottom: 40px !important;
  }
  .u-mt45sp {
    margin-top: 45px !important;
  }
  .u-ml45sp {
    margin-left: 45px !important;
  }
  .u-mr45sp {
    margin-right: 45px !important;
  }
  .u-mb45sp {
    margin-bottom: 45px !important;
  }
  .u-mt50sp {
    margin-top: 50px !important;
  }
  .u-ml50sp {
    margin-left: 50px !important;
  }
  .u-mr50sp {
    margin-right: 50px !important;
  }
  .u-mb50sp {
    margin-bottom: 50px !important;
  }
  .u-mt55sp {
    margin-top: 55px !important;
  }
  .u-ml55sp {
    margin-left: 55px !important;
  }
  .u-mr55sp {
    margin-right: 55px !important;
  }
  .u-mb55sp {
    margin-bottom: 55px !important;
  }
  .u-mt60sp {
    margin-top: 60px !important;
  }
  .u-ml60sp {
    margin-left: 60px !important;
  }
  .u-mr60sp {
    margin-right: 60px !important;
  }
  .u-mb60sp {
    margin-bottom: 60px !important;
  }
  .u-mt65sp {
    margin-top: 65px !important;
  }
  .u-ml65sp {
    margin-left: 65px !important;
  }
  .u-mr65sp {
    margin-right: 65px !important;
  }
  .u-mb65sp {
    margin-bottom: 65px !important;
  }
  .u-mt70sp {
    margin-top: 70px !important;
  }
  .u-ml70sp {
    margin-left: 70px !important;
  }
  .u-mr70sp {
    margin-right: 70px !important;
  }
  .u-mb70sp {
    margin-bottom: 70px !important;
  }
  .u-mt75sp {
    margin-top: 75px !important;
  }
  .u-ml75sp {
    margin-left: 75px !important;
  }
  .u-mr75sp {
    margin-right: 75px !important;
  }
  .u-mb75sp {
    margin-bottom: 75px !important;
  }
  .u-mt80sp {
    margin-top: 80px !important;
  }
  .u-ml80sp {
    margin-left: 80px !important;
  }
  .u-mr80sp {
    margin-right: 80px !important;
  }
  .u-mb80sp {
    margin-bottom: 80px !important;
  }
  .u-mt85sp {
    margin-top: 85px !important;
  }
  .u-ml85sp {
    margin-left: 85px !important;
  }
  .u-mr85sp {
    margin-right: 85px !important;
  }
  .u-mb85sp {
    margin-bottom: 85px !important;
  }
  .u-mt90sp {
    margin-top: 90px !important;
  }
  .u-ml90sp {
    margin-left: 90px !important;
  }
  .u-mr90sp {
    margin-right: 90px !important;
  }
  .u-mb90sp {
    margin-bottom: 90px !important;
  }
  .u-mt95sp {
    margin-top: 95px !important;
  }
  .u-ml95sp {
    margin-left: 95px !important;
  }
  .u-mr95sp {
    margin-right: 95px !important;
  }
  .u-mb95sp {
    margin-bottom: 95px !important;
  }
  .u-mt100sp {
    margin-top: 100px !important;
  }
  .u-ml100sp {
    margin-left: 100px !important;
  }
  .u-mr100sp {
    margin-right: 100px !important;
  }
  .u-mb100sp {
    margin-bottom: 100px !important;
  }
}

/* 互換性　*/
.u-fz80p {
  font-size: 80%;
}

.u-fz90p {
  font-size: 90%;
}

.u-fz100p {
  font-size: 100%;
}

.u-fz110p {
  font-size: 110%;
}

.u-fz120p {
  font-size: 120%;
}

.u-fz130p {
  font-size: 130%;
}

.u-fz140p {
  font-size: 140%;
}

.u-fz150p {
  font-size: 150%;
}

/* こちらを使う */
.u-fz80 {
  font-size: 80%;
}

.u-fz90 {
  font-size: 90%;
}

.u-fz100 {
  font-size: 100%;
}

.u-fz110 {
  font-size: 110%;
}

.u-fz120 {
  font-size: 120%;
}

.u-fz130 {
  font-size: 130%;
}

.u-fz140 {
  font-size: 140%;
}

.u-fz150 {
  font-size: 150%;
}

.u-fz14rem {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .u-fz80sp {
    font-size: 80% !important;
  }
  .u-fz90sp {
    font-size: 90% !important;
  }
  .u-fz100sp {
    font-size: 100% !important;
  }
  .u-fz110sp {
    font-size: 110% !important;
  }
  .u-fz120sp {
    font-size: 120% !important;
  }
  .u-fz130sp {
    font-size: 130% !important;
  }
  .u-fz140sp {
    font-size: 140% !important;
  }
  .u-fz150sp {
    font-size: 150% !important;
  }
}

.u-wb {
  word-break: break-all;
  word-wrap: break-word;
}

.u-w0 {
  width: 0%;
}

.u-w5 {
  width: 5%;
}

.u-w10 {
  width: 10%;
}

.u-w15 {
  width: 15%;
}

.u-w20 {
  width: 20%;
}

.u-w25 {
  width: 25%;
}

.u-w30 {
  width: 30%;
}

.u-w35 {
  width: 35%;
}

.u-w40 {
  width: 40%;
}

.u-w45 {
  width: 45%;
}

.u-w50 {
  width: 50%;
}

.u-w55 {
  width: 55%;
}

.u-w60 {
  width: 60%;
}

.u-w65 {
  width: 65%;
}

.u-w70 {
  width: 70%;
}

.u-w75 {
  width: 75%;
}

.u-w80 {
  width: 80%;
}

.u-w85 {
  width: 85%;
}

.u-w90 {
  width: 90%;
}

.u-w95 {
  width: 95%;
}

.u-w100 {
  width: 100%;
}

@media (max-width: 767px) {
  .u-w0sp {
    width: 0%;
  }
  .u-w5sp {
    width: 5%;
  }
  .u-w10sp {
    width: 10%;
  }
  .u-w15sp {
    width: 15%;
  }
  .u-w20sp {
    width: 20%;
  }
  .u-w25sp {
    width: 25%;
  }
  .u-w30sp {
    width: 30%;
  }
  .u-w35sp {
    width: 35%;
  }
  .u-w40sp {
    width: 40%;
  }
  .u-w45sp {
    width: 45%;
  }
  .u-w50sp {
    width: 50%;
  }
  .u-w55sp {
    width: 55%;
  }
  .u-w60sp {
    width: 60%;
  }
  .u-w65sp {
    width: 65%;
  }
  .u-w70sp {
    width: 70%;
  }
  .u-w75sp {
    width: 75%;
  }
  .u-w80sp {
    width: 80%;
  }
  .u-w85sp {
    width: 85%;
  }
  .u-w90sp {
    width: 90%;
  }
  .u-w95sp {
    width: 95%;
  }
  .u-w100sp {
    width: 100%;
  }
}

.u-fz0p {
  font-size: 0%;
}

.u-fz5p {
  font-size: 5%;
}

.u-fz10p {
  font-size: 10%;
}

.u-fz15p {
  font-size: 15%;
}

.u-fz20p {
  font-size: 20%;
}

.u-fz25p {
  font-size: 25%;
}

.u-fz30p {
  font-size: 30%;
}

.u-fz35p {
  font-size: 35%;
}

.u-fz40p {
  font-size: 40%;
}

.u-fz45p {
  font-size: 45%;
}

.u-fz50p {
  font-size: 50%;
}

.u-fz55p {
  font-size: 55%;
}

.u-fz60p {
  font-size: 60%;
}

.u-fz65p {
  font-size: 65%;
}

.u-fz70p {
  font-size: 70%;
}

.u-fz75p {
  font-size: 75%;
}

.u-fz80p {
  font-size: 80%;
}

.u-fz85p {
  font-size: 85%;
}

.u-fz90p {
  font-size: 90%;
}

.u-fz95p {
  font-size: 95%;
}

.u-fz100p {
  font-size: 100%;
}

.u-wauto {
  width: auto;
}

@media (max-width: 767px) {
  .u-wautosp {
    width: auto;
  }
}






img {
  max-width: 100%;
}

.sub_ttl{
  text-align: center;
  padding: 5rem 0;
  h2{
  background: #fff;
  color: #000;
  display:inline-block;
  padding: 1.5rem ;
  font-size: 4rem;
  font-weight: bold;
  @media (max-width: 767px) {
      font-size: 2.1rem;
  }
  }
}
.ui_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  
  .feature__description{
      width: 40%;
      max-width: 520px;
  }
  .ui_pict{
      width: 54%;
  }



}
.logi_text{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  .feature__description{
      /* text-shadow: 0px 1px 3px rgba(0,0,0,0.90) */
  }
  
}
