@charset "utf-8";

.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.imgcap { position: relative; }
.imgcap::after {
  content: attr(data-caption);
  padding: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  color: #FFF;
  line-height: 1;
}
.imgcap.bg::after { background-color: #848484; }
.red { color: #be0000; }

/*LRT*/
.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head { padding: 35px 0; }
}

.main-image { position: relative; }
.main-image > img { width: 100%; }

.sec-lrt { padding: 100px 0; }
.sec-lrt h3 {
  color: #8c7d5a;
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.sec-lrt h3 sup {
  display: inline;
  vertical-align: super;
}
.sec-lrt h4 {
  color: #8c7d5a;
  font-size: 25px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.sec-lrt .txt01 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 3;
}
.sec-lrt .img01 { margin-top: 100px; }
.sec-lrt .img02 { margin-top: 20px; }
.sec-lrt .list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-top: 20px;
}
.sec-lrt .list01 li {
  max-width: 480px;
  width: calc(50% - 15px);
}
.sec-lrt .list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.sec-lrt .list02 li {
  background-color: #f0f0eb;
  padding: 40px;
  width: calc(50% - 15px);
}
.sec-lrt .list03 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 30px;
  margin: 20px 0;
}
.sec-lrt .list03 li {
  background-color: #f0f0eb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 20px;
  width: calc(100% / 3 - 20px);
}
.sec-lrt .list03 li .lg {
  font-size: 150%;
  line-height: 1.25;
}
.sec-lrt .box01 {
  border: 3px solid #8c7d5a;
  padding: 15px 15px 20px;
  text-align: center;
}
.sec-lrt .box01 .ttl { font-size: 25px; }
.sec-lrt .box01 .ttl .lg {
  display: inline-block;
  font-size: calc(44 / 25 * 100%);
  line-height: 1.25;
}
.sec-lrt .box01 .txt { font-size: 20px; }
.sec-lrt .bg-block {
  background-color: #f0f0eb;
  padding: 60px;
}
.sec-lrt .block01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
.sec-lrt .block01 .img { width: calc(55% - 15px); }
.sec-lrt .block01 .txt {
  font-size: 16px;
  line-height: 1.95;
  text-align: left;
  width: calc(45% - 15px);
}

@media screen and (max-width:1240px) {
  .sec-lrt h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .sec-lrt h4 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .sec-lrt .txt01 {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .sec-lrt .block01 .txt { font-size: 14px; }
}
@media screen and (max-width:810px) {
  .sec-lrt { padding: 50px 0; }
  .sec-lrt h3 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .sec-lrt h4 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .sec-lrt .txt01 {
    font-size: 14px;
    line-height: 2.0;
    letter-spacing: 0.05em;
  }
  .sec-lrt .img01 { margin-top: 50px; }
  .sec-lrt .list02 li { padding: 20px 10px; }
  .sec-lrt .list03 li { font-size: 14px; }
  .sec-lrt .box01 .ttl { font-size: 20px; }
  .sec-lrt .box01 .txt { font-size: 16px; }
  .sec-lrt .bg-block { padding: 30px; }
  .sec-lrt .block01 {
    display: block;
    margin-top: 30px;
  }
  .sec-lrt .block01 .img,
  .sec-lrt .block01 .txt {
    width: 100%;
  }
  .sec-lrt .block01 .txt {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media screen and (max-width:640px) {
  .sec-lrt .list01,
  .sec-lrt .list02 { gap: 15px;}
  .sec-lrt .list01 li,
  .sec-lrt .list02 li {
    width: 100%;
  }
  .sec-lrt .list03 { gap: 10px; }
  .sec-lrt .list03 li {
    flex-direction: column;
    padding: 10px;
    width: calc(50% - 5px);
  }
  .sec-lrt .box01 .ttl { font-size: 12px; }
  .sec-lrt .box01 .txt { font-size: 14px; }
  .sec-lrt .bg-block { padding: 30px 10px; }
}

/* swipe icon*/
.swipe-h .swipe-pct { display: none;}
@media screen and (max-width: 767px) {
	.swipe-h {
		overflow-x: scroll;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.swipe-inner {
		padding-bottom: 12px;
		width: 780px;
	}
	.swipe-h .swipe-pct {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60px;
		height: auto;
		transform: translate(-50%, -50%);
		animation: swipe-horizontal ease-in-out 4s normal infinite ;
	}
	@keyframes swipe-horizontal {
		0% { left: 55%; }
		50% { left: 45%; }
		100% { left: 55%; }
	}
}