@charset "utf-8";
/*
Theme Name: nissan-nara
Version: 1.0
*/
/* COMMON
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
:root {
  --color-white:#fff;
  --color-black: #000;
  --color-darkblack: #1a1a1a;
   --color-red: #c3002c;
  --color-blue: #084694;
  --color-gray: #8F919D;
}
body {
  position: relative;
  overflow-x: hidden;
  background: var(--color-black);
  color: var(--color-white);
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1rem;
}
.mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.en {
  font-family: "Oswald", sans-serif;
}
main {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.wrapper {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: inherit;
  opacity: .7;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container {
  max-width: 1280px;
  width: 90%;
  margin: auto;
}
.container.wide {
  max-width: 90%;
}
.invisible {
  visibility: hidden;
}
.hidden_pc {
  display: none;
}
.hidden_sp {
  display: block;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
@media (max-width:767px) {
  body {
    font-size: 1.4rem;
  }
  .hidden_pc {
    display: block;
  }
  .hidden_sp {
    display: none;
  }
}
/* HEADER
-------------------------------------------------------------- */
header {
  position: relative
}
header .logo {
  position: absolute;
  top: 0;
  left: 5px;
  width: 200px;
  z-index: 10;
}
header .logo a {
  display: block;
}
header h1 {
  font-size: 0;
}
@media (max-width:767px) {
  header .logo {
    width: 80px;
  }
}
/* common style
-------------------------------------------------------------- */
.ttl {
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  line-height: 1;
}
.ttl.ptn02 {
  padding: 100px 0 50px;
}
.ttl h2 {
  margin-bottom: 20px;
  color: var(--color-red);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl h3 {
  margin-bottom: 10px;
  color: var(--color-white);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  z-index: 2; 
}
.ttl h5 {
  margin-bottom: 20px;
  color: var(--color-red);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl .en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--color-red);
  font-size: 15rem;
  opacity: .3;
}
.ttl .en2 {
  position: absolute;
  top: -40%;
  left: 50%; 
  transform: translateX(-50%); /* 水平方向中央 */	
  margin: auto;
  color: var(--color-red);
  font-size: 15rem;
  opacity: .3;
}
.ttl .en3 {
  position: absolute;
  top: -63%; /* タイトルの上に移動 */
  left: 50%; 
  transform: translateX(-50%); /* 水平方向中央 */
  color: var(--color-red);
  font-size: 15rem;
  opacity: .3;
  z-index: 1; 
}
.ttl .sub {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
}
.bgDgray {
  position: relative;
  background: var(--color-darkblack);
}
.bgDgray::before {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10vw solid var(--color-black);
  border-right: 100vw solid transparent;
  content: '';
  z-index: revert-layer;
}
.bgDgray::after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid var(--color-black);
  border-right: 100vw solid transparent;
  content: '';
}
.bgGray {
  position: relative;
  background: var(--color-gray);
}
.bgGray::before {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10vw solid var(--color-black);
  border-right: 100vw solid transparent;
  content: '';
  z-index: revert-layer;
}
.bgGray::after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid var(--color-black);
  border-right: 100vw solid transparent;
  content: '';
}
.btn a {
  position: relative;
  justify-content: center;
  margin: auto;
  padding: 15px 50px;
  max-width: 500px;
  background: var(--color-black);
  border: 1px solid var(--color-red);
}
.btn a span {
  font-size: 2rem;
  font-weight: 500;
}
.btn a .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--color-red);
  border-right: 1px solid var(--color-red);
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
}
.btn a:hover {
  background: var(--color-red);
  color: var(--color-white);
  opacity: 1;
}
.btn a:hover .arrow {
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
@media (max-width: 767px) {
  .ttl {
    padding-bottom: 30px;
  }
  .ttl.ptn02 {
    padding: 50px 0 30px;
  }
  .ttl h2 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .ttl h3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }	
  .ttl h5 {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
	.ttl .en {
    font-size: 8rem;
  }
	.ttl .en2 {
    font-size: 8rem;
  }	
	.ttl .en3 {
	  position: absolute;
	top: -30%; /* タイトルの上に移動 */
    font-size: 5rem;
		white-space: nowrap;
  }	
	.container .en {
    font-size: 8rem;
  }
	.ttl .sub {
    font-size: 1.6rem;
  }
  .btn a {
    padding: 15px 30px;
    width: 70%;
  }
  .btn a span {
    font-size: 1.6rem;
  }
}

/* MV
-------------------------------------------------------------- */
/* #mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.fade-slider,
.fade-slider .swiper-slide,
.fade-slider .swiper-slide .photo {
  height: 100%;
  width: 100%;
}
.fade-slider .swiper-slide .photo {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #mv {
    position: relative;
    width: 100%;
    height: 35vh;
  }
} */

#mv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.fade-slider {
  height: 100%;
  width: 100%;
}

.fade-slider .swiper-wrapper {
  width: 100%;
}

.fade-slider .swiper-slide {
  height: 100%;
  width: 100% !important; /* スライドを横幅いっぱいに */
  display: flex;
  justify-content: center; /* 中央寄せ */
  align-items: center;
}

.fade-slider .swiper-slide .photo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; /* 画像を中央に */
}

@media (max-width: 767px) {
  #mv {
    position: relative;
    width: 100%;
    height: 40vh;
  }
}


/* sec01
-------------------------------------------------------------- */
#sec01 {
  padding: 80px 0 100px;
}
#sec01 .secWrap {
  position: relative;
}
#sec01 .txtArea {
  position: relative;
  padding-top: 6%;
  width: 60%;
  z-index: 2;
}
#sec01 li {
  position: relative;
  padding: 0 0 20px 30px;
  font-size: 2rem;
  line-height: 1.5;
}
#sec01 li::before {
  position: absolute;
  top: 5px;
  left: 0;
  background: url(img/ico_check.svg) no-repeat center / contain;
  width: 20px;
  height: 20px;
  content: "";
}
#sec01 figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media (max-width: 767px) {
  #sec01 {
    padding: 100px 0 50px;
  }
  #sec01 .txtArea {
    padding-top: 20px;
    width: 100%;
  }
  #sec01 li {
    padding: 0 0 10px 20px;
    font-size: 1.6rem;
  }
  #sec01 li::before {
    width: 15px;
    height: 15px;
  }
  #sec01 figure {
    position: static;
    width: 100%;
    order: -1;
  }
}

/* sec02
-------------------------------------------------------------- */
#sec02 {
  padding: 200px 0;
}
#sec02 .secWrap {
  position: relative;
  justify-content: flex-end;
  align-items: flex-start;
}
#sec02 .txtArea {
  position: relative;
  margin-bottom: 20%;
  padding: 5% 5% 5% 7%;
  width: 55%;
  background: var(--color-gray);
  z-index: 2;
}
#sec02 .txtArea .num {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}
#sec02 .txtArea h3 {
  padding: 20px 0 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
#sec02 .txtArea p {
  line-height: 1.5;
}
#sec02 figure {
  position: absolute;
  top: 20%;
  left: 0;
  width: 50%;
  z-index: 10;
}
#sec02 .ptn02 {
  justify-content: flex-start;
}
#sec02 .ptn02 .txtArea {
  padding: 8% 10% 8% 8%;
  background: var(--color-red);
}
#sec02 .ptn02 figure {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  #sec02 {
    padding: 80px 0 100px;
  }
  #sec02 .txtArea {
    margin-bottom: 0;
    padding: 10%;
    width: 100%;
  }
  #sec02 .txtArea .num {
    font-size: 4rem;
  }
  #sec02 .txtArea h3 {
    font-size: 2.4rem;
  }
  #sec02 figure {
    position: static;
    width: 100%;
    order: -1;
  }
  #sec02 .ptn02 {
    margin: 30px 0;
  }
  #sec02 .ptn02 .txtArea {
    padding: 10%;
  }
}

/* sec03
-------------------------------------------------------------- */
#sec03 {
  padding: 150px 0;
}
#sec03 .secWrap {
  gap: 80px 40px;
}
#sec03 .card {
  position: relative;
  padding: 30px;
  width: calc((100% - 80px) / 3);
  background: var(--color-gray);
  z-index: 2;
}
#sec03 .card h3 {
  padding-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
#sec03 .card p {
  font-size: 1.8rem;
}
#sec03 .card { --arrow-delay: 0s; }
#sec03 .card.delay01 { --arrow-delay: .5s; }
#sec03 .card.delay02 { --arrow-delay: 1s; }
#sec03 .card.delay03 { --arrow-delay: 1.5s; }
#sec03 .card.delay04 { --arrow-delay: 2s; }
#sec03 .card.delay05 { --arrow-delay: .5s; }

#sec03 .arrow::after {
  position: absolute;
  margin: auto;
  background: var(--color-red);
  will-change: transform;
  content: "";
}
#sec03 .arrow.right::after {
  top: 0;
  bottom: 0;
  right: -40px;
  width: 40px;
  height: 100px;
  transform-origin: left center;
  transform: scaleX(0);
}
#sec03 .arrow.left::after {
  top: 0;
  bottom: 0;
  left: -40px;
  width: 40px;
  height: 100px;
  transform-origin: right center;
  transform: scaleX(0);
}
#sec03 .arrow.bottom::after {
  bottom: -80px;
  left: 0;
  right: 0;
  width: 100px;
  height: 80px;
  transform-origin: top center;
  transform: scaleY(0);
}
#sec03 .arrow.last::after {
  top: -40px;
  left: 0;
  right: 0;
  width: 100px;
  height: 40px;
  transform-origin: bottom center;
  transform: scaleY(0);
}
#sec03 .arrow.last::before {
  position: absolute;
  top: -200px;
  left: 50%;
  margin-left: -80px;
  border: 80px solid transparent;
  border-bottom: 80px solid var(--color-red);
  content: "";
  transform-origin: bottom center;
  transform: scaleY(0);
  z-index: 10;
}
#sec03 .card.animated.arrow.right::after,
#sec03 .card.animated.arrow.left::after {
  animation: growX 1s ease forwards;
}
#sec03 .card.animated.arrow.bottom::after {
  animation: growY 1s ease forwards;
}

#sec03 .card.animated.arrow.last::before,
#sec03 .card.animated.arrow.last::after {
  animation: growY .6s ease var(--arrow-delay, 0s) forwards;
}
@keyframes growX {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
@keyframes growY {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}
@media (max-width: 767px) {
  #sec03 {
    padding: 80px 0 0;
  }
  #sec03 .secWrap {
    gap: 40px;
  }
  #sec03 .card {
    padding: 30px;
    width: 100%;
  }
  #sec03 .card h3 {
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  #sec03 .card p {
    font-size: 1.5rem;
  }
  #sec03 .card.delay04 {
    order: 3;
  }
  #sec03 .card.delay04 {
    order: 5;
  }
  #sec03 .card.delay05 {
    order: 6;
  }
  #sec03 .arrow.right::after {
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100px;
    height: 40px;
    transform-origin: top center;
  }
  #sec03 .arrow.left::after {
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100px;
    height: 40px;
    transform-origin: top center;
  }
  #sec03 .arrow.bottom::after {
    bottom: -40px;
    height: 40px;
  }
  #sec03 .arrow.last::after {
    top: -40px;
    left: 0;
    right: 0;
    width: 100px;
    height: 40px;
    transform-origin: bottom center;
    transform: scaleY(0);
  }
  #sec03 .arrow.last::before {
    content: none;
  }
  #sec03 .card.animated.arrow.right::after,
  #sec03 .card.animated.arrow.left::after {
    animation: growY 1s ease forwards;
  }
  #sec03 .card.animated.arrow.last::before,
  #sec03 .card.animated.arrow.last::after {
    animation: growY .6s ease var(--arrow-delay, 0s) forwards;
  }
}

/* sec04
-------------------------------------------------------------- */
#sec04 {
  padding: 200px 0;
}
#sec04 dl {
  margin-bottom: 50px;
}
#sec04 dt {
  padding-bottom: 20px;
  color: var(--color-black);
}
#sec04 dt span {
  width: 50px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}
#sec04 dt p {
  padding-top: 15px;
  width: calc(100% - 50px);
  font-size: 2.4rem;
  font-weight: 700;
}
#sec04 dd {
	display: flex;       /* flex指定が必要 */
	align-items: center; /* 縦中央 */
}
#sec04 dd span {
  width: 50px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}
#sec04 dd p {
  width: calc(100% - 50px);
	font-size: 2.4rem;
}
@media (max-width: 767px) {
  #sec04 {
    padding: 100px 0;
  }
  #sec04 dl {
    margin-bottom: 30px;
  }
  #sec04 dt {
    padding-bottom: 10px;
  }
  #sec04 dt span {
    width: 30px;
    font-size: 3rem;
  }
  #sec04 dt p {
    padding-top: 0;
    width: calc(100% - 30px);
    font-size: 1.6rem;
  }
  #sec04 dd span {
    width: 30px;
    font-size: 3rem;
  }
  #sec04 dd p {
    width: calc(100% - 30px);
    font-size: 1.4rem;
  }
}

/* footer
-------------------------------------------------------------- */
footer {
  padding: 30px 0;
  background: var(--color-red);
  font-size: 1.5rem;
}
footer .fNav a {
  display: inline-block;
  text-decoration: underline;
}
footer .fNav a:hover {
  text-decoration: none;
}
footer .copy {
  padding-top: 20px;
  font-size: 1.4rem;
}
/*page-top*/
#Pagetop {
  position: fixed;
  bottom: 50px;
  right: 3%;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0;
    font-size: 1.2rem;
  }
  footer .copy {
    padding-top: 10px;
    font-size: 1.1rem;
  }
}
/* archive
-------------------------------------------------------------- */
#sv {
  position: relative;
  padding: 90px 0;
}

#sv .en {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#newsList {
  padding: 100px 0;
}

#newsList .postArea {
  margin: 0 auto 30px;
  border-top: 1px solid #666;
}

#newsList .postArea li {
  border-bottom: 1px solid #666;
}

#newsList .postArea li a {
  padding: 30px 0;
}

#newsList .postArea li .date {
  width: 160px;
  font-size: 1.5rem;
  font-weight: 700;
}

#newsList .postArea li .ttl {
  padding: 0;
  width: calc(100% - 160px);
  text-align: left;
}

#newsList .postArea li.none {
  text-align: center;
}

#newsList .postArea li a:hover {
  color: var(--color-green);
}

@media (max-width: 767px) {
  #sv {
    padding: 50px 0;
  }
  #sv .en {
    font-size: 3rem;
  }
  #newsList {
    padding: 50px 0;
  }

  #newsList .postArea li a {
    padding: 20px 0;
  }

  #newsList .postArea li .date {
    font-size: 1.3rem;
  }

  #newsList .postArea li .date,
  #newsList .postArea li .ttl {
    width: 100%;
  }
}

/* single
-------------------------------------------------------------- */
#newsSingle article {
  border-bottom: 1px solid #666;
}

#newsSingle .ttlheader {
  margin: 150px 0 70px;
  border-bottom: 1px solid #666;
}

#newsSingle .ttlheader .date {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

#newsSingle .ttlheader h1 {
  padding: 20px 0 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

#newsSingle .eyecatch {
  margin-bottom: 30px;
}

#newsSingle .freetxt {
  padding-bottom: 50px;
}

.freetxt img {
  margin-bottom: 30px;
}

.freetxt a {
  color: var(--color-green);
}

.freetxt p {
  margin-bottom: 30px;
  line-height: 2;
}

.freetxt blockquote {
  background: #efefef;
  padding: 20px;
}

.freetxt .aligncenter {
  display: block;
  margin: 0 auto;
}

.freetxt .alignleft {
  float: left;
}

.freetxt .alignright {
  float: right;
}

.freetxt ul,
.freetxt ol {
  margin: 0 20px;
}

.freetxt ul li {
  list-style: square;
  margin-bottom: 15px;
}

.freetxt ol li {
  list-style: decimal;
  margin-bottom: 15px;
}

.freetxt h2 {
  margin-bottom: 30px;
  color: var(--color-green);
  font-size: 3rem;
  font-weight: 700;
}

.freetxt h3 {
  padding: 10px;
  margin-bottom: 30px;
  border-left: 5px solid var(--color-green);
  border-bottom: 1px solid #666;
  color: var(--color-green);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.freetxt table {
  width: 100%;
}

.freetxt table th {
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}

.freetxt table td {
  padding: 10px 15px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
}

.freetxt .youtube {
  margin-bottom: 20px;
}

.freetxt .youtube iframe {
  width: 100%;
  height: 550px;
}

@media (max-width: 767px) {
  #newsSingle .ttlheader {
    margin: 70px 0 30px;
  }

  #newsSingle .ttlheader .date {
    font-size: 1.4rem;
  }

  #newsSingle .ttlheader h1 {
    font-size: 2.4rem;
  }

  #newsSingle .eyecatch {
    margin-bottom: 20px;
  }

  #newsSingle .freetxt {
    padding-bottom: 30px;
  }

  .freetxt h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .freetxt h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

}

/* ページネーション
-------------------------------------------------------------- */
.paging {
  position: relative;
  padding: 100px 0;
}

.paging .next a,
.paging .prev a {
  width: 120px !important;
  font-size: 1.4rem;
}

.paging .prev {
  float: left;
}

.paging .prev a {
  padding: 10px 40px 10px 30px !important;
}

.paging .next {
  float: right;
}

.paging .next a {
  padding: 10px 30px 10px 40px !important;
}

.paging .prev.btnGreen a::after {
  position: absolute;
  right: auto;
  left: 10px;
  margin: auto;
  content: "←";
}

.pagination {
  position: relative;
  text-align: center;
  width: 100%;
}

.pagination .nav-links {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

a.page-numbers,
.pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border: 1px solid var(--color-green);
  border-radius: 50%;
  color: var(--color-green);
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

a.page-numbers:hover {
  background: var(--color-green);
  color: var(--color-white);
  opacity: 1;
}


.dots {
  padding: 0 10px;
  color: var(--color-green);
  font-weight: 700;
}

a.next,
a.prev {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}

a.next {
  margin-left: 20px;
}

a.prev {
  margin-right: 20px;
}

a.next:hover,
a.prev:hover {
  background: var(--color-blue);
  color: var(--color-white);
  opacity: 1;
}

@media (max-width: 767px) {
  .paging {
    padding: 50px 0;
  }

  .paging .next a,
  .paging .prev a {
    padding: 5px 10px;
  }

  .pagination .nav-links {
    margin-top: 50px;
  }

  a.page-numbers,
  .pagination .current {
    margin: 0 2px;
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
  }

  .dots {
    padding: 0 5px;
  }

  a.next,
  a.prev {
    width: 40px;
    height: 40px;
  }

  a.next {
    margin-left: 10px;
  }

  a.prev {
    margin-right: 10px;
  }
}

/* 404
-------------------------------------------------------------- */
#errormsg {
  padding-bottom: 100px;
}
#errormsg p {
  margin-bottom: 30px;
  text-align: center;
}
#errormsg .btnMore a {
  margin: auto;
}
@media (max-width: 767px) {
  #errormsg {
    padding-bottom: 50px;
  }
  #errormsg p {
    margin-bottom: 20px;
  }
}

/* loading
----------------------------------------------------------------- */
/* プリローダー全体 */
#preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

/* ロゴ画像 */
#preloader .logo {
    width: 150px;
    transition: filter 0.5s linear;
    margin-bottom: 30px;
    filter: brightness(1) saturate(0) sepia(1) hue-rotate(0deg);
}

/* パーセンテージ */
#preloader .progress-text {
    color: red;
    font-size: 24px;
    margin-bottom: 10px;
}

/* ローディングバー背景 */
#preloader .progress-container {
    width: 300px;
    height: 10px;
    background: #333;
    border-radius: 5px;
    overflow: hidden;
}

/* ローディングバー進捗 */
#preloader .progress {
    height: 100%;
    width: 0%;
    background: red;
    transition: width 0.2s linear;
}

/* ------------タイトルキャッチ---------------- */
#lp-title {
  padding-top: 100px; /* 上下の余白 */
  text-align: center;     /* 中央揃え */
}

#lp-title h1 {
  color: #e60012;        /* 赤文字 */
  font-size: 3rem;        /* サイズ調整 */
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 767px) {
  #lp-title {
    padding-top: 70px;
  }
  #lp-title h1 {
    font-size: 2rem;
  }
}
/* ------------タイトルキャッチ---------------- */