#rwd-content {
background: #F8F5EF url(../img/contents_bg.jpg) top right repeat-y;
}

.rwd-section-break p.rwd-text{
line-height: 1.8 !important;
color: #3E352B;
font-family: "Noto Sans JP", sans-serif;
}

#rwd-content .rwd-main-content p.rwd-text{
font-size: 2.2rem;
line-height: 1.8 !important;
color: #3E352B;
}

#rwd-content .rwd-main-content p.txt_small{
font-size: 1.05em !important;
}

@media (max-width: 767px) {
#rwd-content .rwd-main-content p.rwd-text{
font-size: 1.9rem;
line-height: 1.5 !important;
}   
#rwd-content .rwd-main-content .btn_sp_width{
margin: 0 auto;
display: block;
width: 85%;
}
#rwd-content .rwd-main-content p.txt_small{
font-size: .9em !important;
}
}

.indent_txt{
text-indent: -1em;
padding-left: 1em;
}


#rwd-content .rwd-main-content p a:hover{
opacity: 0.7;
}


#rwd-content .rwd-youtube-layout .rwd-youtube-container{
display: block;
width: 100%;
}

.ttl_line_002 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl_line_002::before,
.ttl_line_002::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #8D24AA;
  transform: translateY(-50%);
}

.ttl_line_002::before {
  left: 0;
  top: 50%;
  right: 50%;
  margin-right: calc(1012px / 2 + 1.5em);
}

.ttl_line_002::after {
  right: 0;
  left: 44%;
  bottom: 14px;
  margin-left: calc(1012px / 2);
}

.ttl_inner {
  max-width: 1012px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.ttl_002 {
  font-size: 3.8rem;
  font-weight: 900;
  color: #8D24AA;
  text-align: left;
  display: flex;
  align-items: flex-end;
}

.ttl_002 .ttl_002_number {
  font-size: 7.9rem;
  display: inline-block;
  flex: none;
  margin-right: 15px;
}

.ttl_002 .ttl_002_number img{
display: block;
width: 100%;
height: auto;
}

.line_right{
  height: 2px;
  background: #8D24AA;
  margin-left: 1.5em;
  flex-grow: 1;
  margin-bottom: 15px;
}

@media (max-width: 767px) {

.ttl_line_002 {
margin-left: 5%;
}
.ttl_002{
display: block;
font-size: 2.4rem;
text-align: left;
line-height: 1.5em;
width: 80%;
}

.ttl_002_short{
display: block;
font-size: 2.4rem;
text-align: left;
line-height: 1.5em;
width: 35%;
}

.ttl_line_002:before {
display: none;
}
.ttl_002 .ttl_002_number{
font-size: 5.5rem;
display: block;
text-align: left;

width: 22%;
}
.ttl_002_short .ttl_002_number{
font-size: 5.5rem;
display: block;
text-align: left;

width: 50.28%;
}

.ttl_inner {
padding: 0 20px 0 0;
}

.ttl_line_002:after {
  flex: 1;
  margin-left: 0.5em;
  left: 75%;
}
}

.rwd-main-content .summary_box {
border: solid 3px #E53935;
}
.rwd-main-content .summary_box h3 {
color: #E53935;
}
.ref_text{
display:block;
padding-left:3em;
text-indent:-3em;
line-height: normal;
}

#rwd-content .rwd-icon-zoom01{
background: color-mix(in srgb, #000 50%, transparent);
}
#rwd-content .rwd-modalitem01:hover .rwd-icon-zoom01{
background: color-mix(in srgb, #000 20%, transparent);
}


/*- カタログタイトル -------*/

.ttl_line_catalog {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl_line_catalog::before,
.ttl_line_catalog::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #8D24AA;
  transform: translateY(-50%);
}

.ttl_line_catalog::before {
  left: 0;
  top: 30%;
  right: 50%;
  margin-right: calc(805px / 2 + 1.5em);
}

.ttl_line_catalog::after {
  right: 0;
  left: 44%;
  bottom: 9px;
  margin-left: calc(805px / 2);
}

.ttl_line_catalog .ttl_inner {
  max-width: 805px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.ttl_line_catalog .line_right{
  height: 2px;
  background: #8D24AA;
  margin-left: 1.5em;
  flex-grow: 1;
  margin-bottom: 10px;
}

.ttl_line_catalog .rwd-subtext {
margin-left: 1em;
font-weight: normal;
color:#222;
}

.ttl_line_catalog .ttl_catalog {
  font-size: 3.4rem;
  font-weight: 900;
  color: #8D24AA;
  text-align: left;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
.ttl_line_catalog::before,
.ttl_line_catalog::after,
.ttl_line_catalog .line_right {
display: none;
}
.ttl_line_catalog .ttl_inner {
  padding: 0 5%;
}

.ttl_line_catalog .ttl_catalog {
display: block;
}
.ttl_line_catalog .rwd-subtext {
display: block;
width: 100%;
margin: 0;
}
/* max-width: 767px */}