/*
Theme Name: RE:Dō
Description: 農機ブランドのWebサイト
Theme URI: https://redo-brand.jp
Author: Yuki Nakamori
Author URI: https://www.derize.com
Version: 1.02
*/

@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けレイアウト指定：～781px
PC向けレイアウト指定：782px〜
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 17px;
}

body, html {
  height: 100%;
}

body {
  color: #000;
  font: 400 1rem/1.9 "Inter", "Noto Sans Jp", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: normal;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  word-wrap: break-word;
}

@media only screen and (max-width: 782px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 1rem;
    line-height: 1.8;
  }
}

body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

a {
  color: #2d2300;
  text-decoration: none;
}

a:hover, a img:hover {
  opacity: .7;
  -webkit-transition: ease .3s opacity;
     -moz-transition: ease .3s opacity;
      -ms-transition: ease .3s opacity;
       -o-transition: ease .3s opacity;
          transition: ease .3s opacity;
}

/* 共通画像100% */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image {
  display: block;
  height: auto;
  width: 100%;
}

/* 共通インナー */
.inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}

.inner-m {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 40px;
}

.inner-office {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 40px;
}

@media only screen and (max-width: 782px) {
  .inner, .inner-m, .inner-office {
    max-width: 600px;
    padding: 0;
    width: 90%;
  }
}

/* 共通マージン */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.p30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media only screen and (max-width: 782px) {
  .mt10 {
    margin-top: 5px;
  }

  .mt20 {
    margin-top: 15px;
  }

  .mt30 {
    margin-top: 20px;
  }

  .mt40 {
    margin-top: 25px;
  }

  .mt50 {
    margin-top: 30px;
  }

  .mt60 {
    margin-top: 40px;
  }

  .mt80 {
    margin-top: 60px;
  }

  .p30 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .p40 {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .p50 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p80 {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .p-foot {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}

/* カラー */
.co-w {
  color: #fff;
}

.co-wlink a {
  color: #fff;
}

.co-b {
  color: #000;
}

.co-n {
  color: #313847;
}

.co-g {
  color: #00a892;
}

.back-w {
  background: #fff;
}

.back-g {
  background: #00a892;
}

.back-n {
  background: #313847;
}

.back-gr {
  background: #f3f6fa;
}

/* リンク色 */
.link-color {
  color: #ff4800;
  font-weight: 500;
  text-decoration: underline;
}

/* ポジション */
.po-re {
  position: relative;
}

.ov-h {
  overflow: hidden;
}

/* 中央揃え */
.ma-auto {
  margin-left: auto;
  margin-right: auto;
}

.txt-center {
  text-align: center;
}

/* 字下げ */
.note {
  padding-left: 1em;
  text-indent: -1em;
}

/* フォント */
@font-face {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/poppins-medium.woff2") format("woff2"),
  url("./fonts/poppins-medium.woff") format("woff"),
  url("./fonts/poppins-medium.ttf") format("truetype");
}

@font-face {
  font-family: "poppins-bold";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/poppins-bold.woff2") format("woff2"),
  url("./fonts/poppins-bold.woff") format("woff"),
  url("./fonts/poppins-bold.ttf") format("truetype");
}

.font-en {
  font-family: "poppins-medium";
  font-weight: normal;
}

.font-en-bold {
  font-family: "poppins-bold";
  font-weight: normal;
}

.font-wn {
  font-weight: normal;
}

.font-w500 {
  font-weight: 500;
}

.font-w700 {
  font-weight: 700;
}

/* 行間 */
.linehight14 {
  line-height: 1.4;
}

.linehight15 {
  line-height: 1.5;
}

.linehight16 {
  line-height: 1.6;
}

.linehight17 {
  line-height: 1.7;
}

.linehight18 {
  line-height: 1.8;
}

.linehight20 {
  line-height: 2;
}

.linehight22 {
  line-height: 2.2;
}

@media screen and (max-width: 782px) {
  .linehight22 {
    line-height: 2;
  }
}

/* サイズ */
.font-s18 {
  font-size: 18px;
}

@media screen and (max-width: 782px) {
  .font-s18 {
    font-size: 17px;
  }
}

/* 重なり */
.zindex1 {
  position: relative;
  z-index: 1;
}

.zindex2 {
  position: relative;
  z-index: 2;
}

.zindex3 {
  position: relative;
  z-index: 3;
}

/* ラウンド */
.round {
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
      -ms-border-radius: 40px;
       -o-border-radius: 40px;
          border-radius: 40px;
}

/* 打ち消し線 */
.strike {
  text-decoration: line-through;
  white-space: pre;
}

/* ローダー */
.loading {
  align-items: center;
  -webkit-animation: fadelogo 1s 1.8s forwards;
          animation: fadelogo 1s 1.8s forwards;
  background: #fff;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}

@keyframes fadelogo {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

.loading-logo {
  -webkit-animation: logo_fade 1.5s .5s forwards;
          animation: logo_fade 1.5s .5s forwards;
  max-width: 160px;
  opacity: 0;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 782px) {
  .loading-logo {
    max-width: 130px;
  }
}

#topcontrol {
  z-index: 999;
}

/*==========================================
 モバイルナビ
===========================================*/
.menu-inner {
  background: #f3f6fa;
  bottom: 0;
  left: -300px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  width: 82%;
  z-index: 1001;
}

.open .menu-inner {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.menu-inner {
  padding: 0 0 50px 0;
}

.menu-inner li {
  border-bottom: solid 2px #e0e0e0;
  margin: 0 auto 22px;
  max-width: 190px;
  padding-bottom: 8px;
}

.menu-inner li img {
  margin: auto;
}

.menu-inner li.nav-1 img {
  max-width: 72.9px;
}

.menu-inner li.nav-2 img {
  max-width: 90px;
}

.menu-inner li.nav-3 img {
  max-width: 71.1px;
}

.menu-inner li.nav-4 img {
  max-width: 124.2px;
}

.logo-mb {
  margin-top: 18px;
}

.mb-top {
  padding-top: 30px;
}

.menu-inner li.nav-4 {
  margin: 0 auto 10px;
}

.menu-inner li.nav-5 {
  border-bottom: none;
  margin: 0 auto;
  padding-bottom: 0;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: none;
}

@media screen and (max-width: 782px) {
  .nav-btn {
    background: #00a693;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    height: 42px;
    position: fixed;
    right: 10px;
    top: 9px;
    width: 42px;
    z-index: 1001;
  }

  .toggle_btn {
    cursor: pointer;
    display: block;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .5s;
    width: 26px;
  }

  .toggle_btn span {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleY(.5) translateY(-50%);
       -moz-transform: scaleY(.5) translateY(-50%);
        -ms-transform: scaleY(.5) translateY(-50%);
         -o-transform: scaleY(.5) translateY(-50%);
            transform: scaleY(.5) translateY(-50%);
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    width: 26px;
  }

  .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 13px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 2px;
  }

  .open .toggle_btn span {
    background-color: #fff;
    height: 3px;
  }

  .open .toggle_btn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
       -moz-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
         -o-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }

  .open .toggle_btn span:nth-of-type(2) {
    -webkit-animation: active-btn05-bar02 .8s forwards;
            animation: active-btn05-bar02 .8s forwards;
    left: 50%;
    opacity: 0;
  }

  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }

  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }

  .open .toggle_btn span:nth-of-type(3) {
    bottom: 3px;
    -webkit-transform: translateY(-9px) rotate(45deg);
       -moz-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(-9px) rotate(45deg);
         -o-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
}

/*============
#mask
=============*/
.mask {
  display: none;
  transition: all .5s;
}

.open .mask {
  background: #000;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: .8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/*==========================================
 ヘッダー PCナビ
===========================================*/
.header {
  align-items: center;
  display: flex;
  height: 154px;
  justify-content: space-between;
}

.logo {
  margin-left: 5%;
  max-width: 180px;
  width: 19%;
}

@media only screen and (max-width: 960px) {
  .header {
    height: 120px;
  }
}

@media only screen and (max-width: 782px) {
  .header {
    height: 60px;
  }

  .logo {
    margin-left: 20px;
    max-width: 100px;
    width: 100%;
  }
}

.nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  width: 73%;
}

.nav li {
  margin-left: 3%;
  position: relative;
}

.nav-1 {
  max-width: 81px;
}

.nav-2 {
  max-width: 100px;
}

.nav-3 {
  max-width: 79px;
}

.nav-4 {
  margin-right: 2%;
  max-width: 138px;
}

.nav-5 {
  max-width: 154px;
}

.nav-5 a {
  align-items: center;
  display: block;
  display: flex;
  height: 154px;
}

.nav-5 a img:hover {
  opacity: 1;
}

@media only screen and (max-width: 960px) {
  .nav-5 a {
    height: 120px;
  }
}


@media only screen and (max-width: 782px) {
  .nav {
    display: none;
  }
}

.nav li::after {
  background: #b1d3cf;
  bottom: -8px;
  content: "";
  height: 2px;
  position: absolute;
  -webkit-transform: scale(0, 1);
     -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
       -o-transform: scale(0, 1);
          transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition: transform .3s;
     -moz-transition: transform .3s;
      -ms-transition: transform .3s;
       -o-transition: transform .3s;
          transition: transform .3s;
  width: 100%;
}

.nav li:hover::after {
  -webkit-transform: scale(1, 1);
     -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav li.nav-5::after {
  background: none;
}

/*==========================================
 スクリーン
===========================================*/
.screen-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.screen-catch {
  min-width: 200px;
  width: 16.25%;
}

.screen-green {
  bottom: 58px;
  height: 480px;
  left: 0;
  position: absolute;
  width: 100%;
}

.screen {
  background: url(./images/screen-top.jpg) no-repeat center center;
  background-size: cover;
  height: 740px;
  overflow: hidden;
  position: relative;
  width: 83.75%;
}

.screen::before {
  background: rgba(0, 0, 0, .2);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .screen-wrap {
    display: block;
  }

  .screen-catch {
    width: 100%;
  }

  .screen-green {
    height: 90px;
    position: static;
  }

  .screen {
    height: 320px;
    width: 100%;
  }
}

/* キャッチフレーズ */
.catch-wrap {
  bottom: 58px;
  height: 480px;
  left: 0;
  position: absolute;
}

.catch-po {
  left: 4%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 43%;
}

.catch {
  max-width: 430px;
}

.screen-logo {
  margin-top: 40px;
  max-width: 430px;
}

.logo-back {
  left: 2%;
  max-width: 700px;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  width: 70%;
}

@media only screen and (max-width: 782px) {
  .catch-wrap {
    bottom: -60px;
    height: 320px;
  }

  .catch-po {
    left: 0;
    margin: auto;
    right: 0;
    width: 100%;
  }

  .catch {
    margin: auto;
    max-width: 240px;
  }

  .screen-logo {
    margin: 26px auto 0;
    max-width: 240px;
  }

  .logo-back {
    left: 0;
    margin: auto;
    right: 0;
    top: 60%;
    width: 90%;
  }
}

/* svgアニメーション */
.ico-svg path, .ico-svg rect, .ico-svg ellipse {
  -webkit-animation: svg 5s ease-in both infinite;
          animation: svg 5s ease-in both infinite;
  animation-delay: 1.8s;
  fill: #fff;
  stroke: #fff;
  stroke-width: 2.5px;
}

@keyframes svg {
  0% {
    fill: transparent;
    opacity: 0;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
  }

  25% {
    opacity: 1;
    stroke-dashoffset: 0;
  }

  50% {
    fill: #fff;
  }

  90% {
    fill: #fff;
    opacity: 1;
    stroke-width: 0;
  }

  98% {
    fill: #fff;
    opacity: 0;
    stroke-width: 0;
  }

  100% {
    fill: #fff;
    opacity: 0;
    stroke-width: 0;
  }
}

/* スピン矢印 */
.spin {
  bottom: 30px;
  max-width: 180px;
  position: absolute;
  right: 3%;
  width: 20%;
  z-index: 1;
}

.spin:before {
  background: url(./images/spin-arrow.png) no-repeat;
  background-size: 30px 30px;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  z-index: 1;
}

a.spin img:hover {
  opacity: 1;
}

@media only screen and (max-width: 782px) {
  .spin {
    bottom: auto;
    left: 20px;
    max-width: 90px;
    top: 10px;
    width: 100%;
  }

  .spin:before {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotate {
  animation: rotate 12s infinite linear;
}

/* 縦書きリード */
.tate-lead {
  max-width: 205px;
  position: absolute;
  right: 3%;
  top: 60px;
  width: 23%;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .tate-lead {
    max-width: 130px;
    right: 20px;
    top: 20px;
    width: 100%;
  }
}

/* 小さいキャッチ */
.sub-catch {
  bottom: 25px;
  left: 3%;
  max-width: 300px;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .sub-catch {
    display: none;
  }
}

/*==========================================
 リード
===========================================*/
.lead-container {
  display: flex;
  justify-content: space-between;
}

.lead-item {
  margin-right: 4%;
  min-width: 490px;
  width: 62.96296296%;
}

.topabout-img {
  width: 31.48148148%;
}

.lead-title {
  font-size: 2.4rem;
}

.lead-title br {
  display: none;
}

.lead-txt {
  font-size: 1.15rem;
}

.title-line {
  background: linear-gradient(to right,
  #00a892 0%,
  #00a892 50%,
  #313847 50%,
  #313847 100%);
  height: 6px;
  max-width: 180px;
}

@media only screen and (max-width: 850px) {
  .lead-item {
    min-width: 460px;
  }

  .lead-title {
    font-size: 2.2rem;
  }

  .lead-txt {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 782px) {
  .lead-container {
    display: block;
  }

  .lead-item {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }

  .topabout-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    max-width: 280px;
    width: 100%;
  }

  .lead-title {
    font-size: 1.9rem;
    text-align: center;
  }

  .lead-title br {
    display: block;
  }

  .lead-txt {
    font-size: 1rem;
  }

  .lead-txt br {
    display: none;
  }

  .title-line {
    margin-left: auto;
    margin-right: auto;
    max-width: 140px;
  }
}

.link {
  max-width: 300px;
}

.link-txt {
  font-size: 1.1rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.link img:hover {
  opacity: 1;
}

@media only screen and (max-width: 782px) {
  .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
  }

  .link-txt {
    font-size: 1rem;
  }
}

/*==========================================
 検索
===========================================*/
.title-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.title-en {
  font-size: 4.5rem;
  line-height: 1;
}

.title-sub {
  align-items: center;
  display: flex;
}

.title-maru {
  font-size: .6rem;
  margin-right: 5px;
}

.title-line-g {
  background: #00a892;
  border: 1px solid #00a892;
  height: 6px;
  max-width: 180px;
}

.title-line-w {
  background: #dfdfdf;
  height: 1px;
}

.link-mb {
  display: none;
}

@media only screen and (max-width: 782px) {
  .title-container {
    display: block;
  }

  .title-en {
    font-size: 3em;
    text-align: center;
  }

  .title-sub {
    justify-content: center;
  }

  .title-line-g {
    max-width: 140px;
  }

  .link-pc {
    display: none;
  }

  .link-mb {
    display: block;
  }
}

/* 検索リンク */
.search-container {
  display: flex;
  justify-content: space-between;
}

.search-container li {
  max-width: 340px;
  width: 31.48148148%;
}

.search-container li a {
  display: block;
}

.sea-mt {
  margin-top: 5.882352941%;
}

.search-container-mt {
  margin-top: 30px;
}

@media only screen and (max-width: 782px) {
  .search-container {
    flex-wrap: wrap;
  }

  .search-container li {
    margin-bottom: 12px;
    width: 48%;
  }

  .search-container li.search-item {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }

  .search-item a {
    width: 48%;
  }

  .sea-mt {
    margin-top: 0;
  }

  .search-container-mt {
    margin-top: 0;
  }
}

/*==========================================
 お知らせ
===========================================*/
/* リスト */
.news-list li {
  margin-top: 12px;
}

.news-list li a {
  align-items: center;
  background: #f1f5f9;
  display: flex;
  font-size: 1.05rem;
  line-height: 1.7;
  padding: 10px 50px;
  position: relative;
}

.news-list li a:before, .news-list li a:after {
  color: #00a892;
  content: "⚫︎";
  font-size: .9rem;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.news-list li a:after {
  left: auto;
  right: 15px;
}

.news-list li time {
  border-right: 5px solid #fff;
  font-family: "poppins-medium";
  padding: 14px 3% 14px 0;
}

.news-list li p {
  padding-left: 3%;
}

@media only screen and (max-width: 782px) {
  .news-list li {
    margin-top: 10px;
  }

  .news-list li a {
    display: block;
    font-size: 1rem;
    padding: 15px 6%;
  }

  .news-list li a:before, .news-list li a:after {
    font-size: .8rem;
    left: 6%;
    top: 30px;
  }

  .news-list li a:after {
    display: none;
  }

  .news-list li time {
    border-right: none;
    padding: 0 0 18px 20px;
  }

  .news-list li p {
    padding-left: 0;
  }
}

/*==========================================
 カタログ
===========================================*/
.catalog-gback {
  background: url(./images/catalog-img.jpg) no-repeat center 80%;
  background-size: cover;
  position: relative;
  width: 100%;
}

.catalog-gback::before {
  background: rgba(255, 255, 255, .7);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.catalog-p {
  font-size: 1.15rem;
}

.catalog-txt {
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 1000px) {
  .catalog-txt {
    bottom: 0;
    top: auto;
  }
}

@media only screen and (max-width: 782px) {
  .catalog-p {
    font-size: 1rem;
  }

  .link-cata {
    font-size: .92rem;
  }
}

/*==========================================
 フッター
===========================================*/
.foot-nav {
  display: flex;
  justify-content: center;
}

.foot-nav li {
  margin-left: 2%;
  margin-right: 2%;
}

.foot-logo {
  max-width: 140px;
}

.copy {
  font-size: .88rem;
  letter-spacing: .15rem;
}

@media only screen and (max-width: 782px) {
  .foot-nav {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .foot-nav li {
    border-bottom: 1px solid #e0e0e0;
    font-size: .9rem;
    padding-bottom: 3px;
    width: 46%;
  }

  .foot-logo {
    margin-top: 30px;
    max-width: 120px;
  }

  .copy {
    font-size: .8rem;
  }
}

/*==========================================
 AOS 移動距離、時間短く
===========================================*/
.aos-slow[data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 30px, 0) !important;
     -moz-transform: translate3d(0, 30px, 0) !important;
      -ms-transform: translate3d(0, 30px, 0) !important;
       -o-transform: translate3d(0, 30px, 0) !important;
          transform: translate3d(0, 30px, 0) !important;
}

[data-aos="fade-left"] {
  -webkit-transform: translate3d(60px, 0, 0) !important;
     -moz-transform: translate3d(60px, 0, 0) !important;
      -ms-transform: translate3d(60px, 0, 0) !important;
       -o-transform: translate3d(60px, 0, 0) !important;
          transform: translate3d(60px, 0, 0) !important;
}

[data-aos="fade-right"] {
  -webkit-transform: translate3d(-60px, 0, 0) !important;
     -moz-transform: translate3d(-60px, 0, 0) !important;
      -ms-transform: translate3d(-60px, 0, 0) !important;
       -o-transform: translate3d(-60px, 0, 0) !important;
          transform: translate3d(-60px, 0, 0) !important;
}

[data-aos="fade-up"].aos-animate, [data-aos="fade-left"].aos-animate, [data-aos="fade-right"].aos-animate {
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
       -o-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}


/* アニメーション時間 */
[data-aos] {
  transition-duration: 1.5s !important;
  transition-timing-function: ease-out !important;
}
