@charset "UTF-8";
#lp_container {
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
#lp_container img {
  max-width: 100%;
}
section {
  position: relative;
}
section .sec_ttl {
  font-weight: bold;
}
section .page_link {
  position: absolute;
}
#lp_container .lp_inner {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}

.slick-prev::before,
.slick-next::before,
.slick-prev:before,
.slick-next:before {
  content: none !important;
  display: none !important;
}
.top .head_banner_area {
  max-width: 825px;
  margin: 0 auto;
  padding: 0 0 13px;
}
.top .page_ttl {
  text-align: center;
}
.top .head_banner_area .text_wrap {
  flex-direction: column;
  justify-content: flex-end;
}
.top .head_banner_area .text_wrap p {
  color: #af8345;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin: 0 0 8px;
}
.top .head_banner_area .text_wrap .btn_wrap {
  text-align: right;
}
.top .head_banner_area .text_wrap .btn_wrap .btn {
  color: #454545;
  font-weight: bold;
  margin-top: 20px !important;
  padding: 15px 60px !important;
}
.btn2 {
  background: url(/static/ROP/contents/bousai/images/icn_arrow_btn.png)
    no-repeat 0 0;
  appearance: none;
  background-color: #f98d28 !important;
  color: #fff !important;
  border: 2px solid #c4c8cc;
  border-radius: 60px;
  cursor: pointer;
  color: #3c3c3c;
  display: inline-block;
  margin-top: 20px;
  padding: 15px 60px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
.btn2:hover {
  opacity: 0.6;
}
.top .slick-slide {
  position: relative;
}
.top .mv_slick_container img {
  width: 100%;
}
.top .slick-slide:not(.slick-active):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.top .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.top .slick-arrow::before {
  content: "";
}
.top .slick-prev {
  background: url(/static/ROP/contents/bousai/images/arrows_prev.png) no-repeat
    center/contain;
}
.top .slick-next {
  background: url(/static/ROP/contents/bousai/images/arrows_next.png) no-repeat
    center/contain;
}
.top .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.top .slick-dots li button {
  font-size: 0;
  border: none;
  padding: 0;
  border-radius: 50%;
  background-color: #c4c8cc;
}
.top .slick-dots .slick-active button {
  background-color: #444242;
}

@media (min-width: 768px) {
  #lp_container .lp_inner {
    padding: 0 20px;
  }
  .top .head_banner_area .text_wrap {
    margin-left: 3.6%;
  }
  .top .head_banner_area .text_wrap p {
    font-size: 17px;
  }
  .top .head_banner_area .text_wrap .btn_wrap .btn {
    width: 130px;
    font-size: 12px;
    margin-top: 20px;
    padding: 15px 60px;
  }
  .btn2 {
    background: url(/static/ROP/contents/bousai/images/icn_arrow_btn.png)
      no-repeat 0 0;
    appearance: none;
    background-color: #f98d28 !important;
    color: #fff !important;
    border: 2px solid #c4c8cc;
    border-radius: 60px;
    cursor: pointer;
    color: #3c3c3c;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 70px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
  }
  .btn2:hover {
    opacity: 0.6;
  }
  .top .main_slide_wrap {
    margin: 0 0 82px;
  }
  .top .slick-slide {
    width: 670px;
  }
  .top .slick-arrow {
    width: 50px;
    height: 100px;
  }
  .top .slick-prev {
    left: calc(50% - 450px);
  }
  .top .slick-next {
    right: calc(50% - 450px);
  }
  .top .slick-dots {
    bottom: -40px;
  }
  .top .slick-dots li {
    margin: 0 12px;
  }
  .top .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  #lp_container .lp_inner {
    padding: 0 15px;
  }
  .top .head_banner_area {
    display: flex;
    width: 85.3333vw;
    padding: 1.2vw 0;
    margin: 0 auto;
  }
  .top .head_banner_area .page_ttl {
    width: 100vw;
  }
  .top .head_banner_area img {
    width: 65%;
  }
  .top .head_banner_area .text_wrap {
    margin-left: 3vw;
  }
  .top .head_banner_area .text_wrap p {
    font-size: 2.1333vw;
    line-height: 1.35;
    margin: 0 0 0.6667vw;
  }
  .top .head_banner_area .text_wrap .btn_wrap .btn {
    font-size: 1.8667vw;
    padding: 1.3333vw 6vw 1.3333vw 4.3333vw;
  }
  .top .head_banner_area .text_wrap .btn_wrap .btn:after {
    width: 0.9333vw;
    height: 1.6vw;
    margin-top: 0;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
  }
  .top .head_banner_area .text_wrap .btn_wrap .btn2:after {
    width: 0.9333vw;
    height: 1.6vw;
    margin-top: 0;
    transform: translateY(-50%);
    background-position: center;
    background-size: cover;
  }
  .top .main_slide_wrap {
    margin: 0 0 40px;
  }
  .top .slick-dots {
    bottom: -22px;
  }
  .top .slick-dots li {
    margin: 0 9px;
  }
  .top .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.top_nav_wrap nav ul {
  display: flex;
  flex-wrap: wrap;
}
.top_nav_wrap nav ul li {
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.top_nav_wrap nav ul li a {
  display: block;
  font-weight: bold;
  background-color: #f8c63b;
}
.top_nav_wrap nav ul li a span {
  position: relative;
}
.top_nav_wrap nav ul li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/static/ROP/contents/bousai/images/icon_nav_btn.png) no-repeat
    center/contain;
}

@media (min-width: 768px) {
  .top_nav_wrap {
    margin: 0 0 30px;
  }
  .top_nav_wrap nav ul {
    gap: 7px;
  }
  .top_nav_wrap nav ul li {
    border-radius: 5px;
    width: 157px;
  }
  .top_nav_wrap nav ul li.sp {
    display: none;
  }
  .top_nav_wrap nav ul li a {
    font-size: 15px;
    padding: 20px 0;
  }
  .top_nav_wrap nav ul li a span {
    padding-right: 16px;
  }
  .top_nav_wrap nav ul li a span::after {
    width: 14px;
    height: 14px;
  }
  /*	.pcwidth img {
    width: 50% !important;
  }*/
  .pcwidth img {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .pcwidth img:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .top_nav_wrap {
    margin: 0 0 4.6667vw;
  }
  .top_nav_wrap nav ul li {
    border-radius: 0.6667vw;
    width: 32.6%;
  }
  .top_nav_wrap nav ul li:not(:nth-child(3n)) {
    margin-right: 1.1%;
  }
  .top_nav_wrap nav ul li:nth-child(n + 4) {
    margin-top: 1.2vw;
  }
  .top_nav_wrap nav ul li a {
    font-size: 2.8vw;
    padding: 4.6667vw 0;
  }
  .top_nav_wrap nav ul li a span {
    padding-right: 3.7333vw;
  }
  .top_nav_wrap nav ul li a span::after {
    width: 3.0667vw;
    height: 3.0667vw;
  }
}

.tv_oa_items {
  background: url() no-repeat center/cover;
}
.tv_oa_items .contents {
  background-color: #fff;
}
.tv_oa_items .oa_item_slick_container li .in {
  text-align: left;
}
.tv_oa_items .oa_item_slick_container li .in .date {
  text-align: left;
  color: #666666;
  white-space: nowrap;
}
.tv_oa_items .oa_item_slick_container li .in .item_wrap {
  display: flex;
}
.tv_oa_items .oa_item_slick_container li .img {
  overflow: hidden;
  border-radius: 10px;
}
.tv_oa_items .oa_item_slick_container li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tv_oa_items .oa_item_slick_container li .price {
  color: #cc1324;
}
.tv_oa_items .oa_item_slick_container li .price .num {
  padding: 0 0.2em 0 0.1em;
}
.tv_oa_items .oa_item_slick_container li .tvttl {
  color: #5c5753;
}

@media (max-width: 767px) {
  .tv_oa_items .oa_item_slick_container {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    padding: 0 15px 35px;
  }

  .tv_oa_items .oa_item_slick_container li {
    width: 75vw;
    margin-right: 0 !important;
  }

  .tv_oa_items .oa_item_slick_container li .in {
    margin: 0 auto;
  }
}

.oa_item_slick_container .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.oa_item_slick_container .slick-prev {
  left: 0;
  background: url(/static/ROP/contents/bousai/images/box_arrows_prev.png)
    no-repeat center/contain;
}
.oa_item_slick_container .slick-next {
  right: 0;
  background: url(/static/ROP/contents/bousai/images/box_arrows_next.png)
    no-repeat center/contain;
}

#introduced-slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#introduced-slider .slick-prev {
  left: 0;
  background: url(/static/ROP/contents/bousai/images/box_arrows_prev.png)
    no-repeat center/contain;
}
#introduced-slider .slick-next {
  right: 0;
  background: url(/static/ROP/contents/bousai/images/box_arrows_next.png)
    no-repeat center/contain;
}

.tv_oa_items .tv_nav nav ul {
  display: flex;
  flex-wrap: wrap;
}
.tv_oa_items .tv_nav nav ul li {
  overflow: hidden;
}
.tv_oa_items .tv_nav nav ul li img {
  border-radius: 10px 10px 10px 10px;
  border: 2px solid;
  border-color: #f8c63b;
}
.tv_oa_items .tv_box {
  background:
    url(/static/ROP/contents/bousai/images/bg_line.jpg) repeat-x top center,
    #faf8f5 url(/static/ROP/contents/bousai/images/bg_line.jpg) repeat-x bottom
      center;
}
.tv_oa_items .tv_box .box_contents dl {
  text-align: left;
}
.tv_oa_items .tv_box .box_contents dl dt {
  color: #b38843;
  font-weight: bold;
  border-bottom: 1px solid #b38843;
}
.tv_oa_items .tv_box .box_contents dl dd .btn {
  font-weight: bold;
}

@media (min-width: 768px) {
  .tv_oa_items {
    margin: 0 0 75px;
  }
  .tv_oa_items .sec_ttl {
    max-width: 980px;
    font-size: 28px;
    padding: 15px 0;
    margin: 0 auto 20px;
    color: #444242;
    font-weight: bold;
    background-color: #f8c63b;
  }
  .tv_oa_items .contents {
    min-height: 360px;
    padding: 0px;
    border-radius: 20px;
  }
  .tv_oa_items .oa_item_slick_container {
    margin: 0 0 37px;
  }
  .tv_oa_items .oa_item_slick_container li .in {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tv_oa_items .oa_item_slick_container li .in > .item {
    margin-top: 0;
  }
  .tv_oa_items .oa_item_slick_container li .in h3 + .item {
    margin-top: 0;
  }
  .tv_oa_items .oa_item_slick_container li .in .date {
    font-size: 20px;
    margin: 0 0 19px;
  }
  .tv_oa_items .oa_item_slick_container li .in .date::before {
    width: 32px;
    height: 28px;
  }
  .tv_oa_items .oa_item_slick_container li .img {
    margin: 0 0 4px;
  }
  .tv_oa_items .oa_item_slick_container li .img img {
    transition: transform 0.2s;
  }
  .tv_oa_items .oa_item_slick_container li a:hover .img img {
    transform: scale(1.1);
  }
  .tv_oa_items .oa_item_slick_container li .text {
    font-size: 16px;
    line-height: 1.5;
    max-height: 4.5em;
  }
  .tv_oa_items .oa_item_slick_container li .price {
    font-size: 12px;
    margin: 14px 0 0;
  }
  .tv_oa_items .oa_item_slick_container li .price .num {
    font-size: 20px;
  }
  .tv_oa_items .oa_item_slick_container li .tvttl {
    font-size: 12px;
    margin: 14px 0;
  }
  .oa_item_slick_container .slick-prev {
    left: 0;
  }
  .oa_item_slick_container .slick-next {
    right: 0;
  }
  .oa_item_slick_container .slide-arrow {
    width: 60px;
    height: 115px;
  }

  #introduced-slider .slick-prev {
    left: 0;
  }
  #introduced-sliderr .slick-next {
    right: 0;
  }
  #introduced-slider .slide-arrow {
    width: 60px;
    height: 115px;
  }

  .tv_oa_items .tv_nav {
    margin: 0 0 20px;
  }
  .tv_oa_items .tv_nav nav ul {
    gap: 15px 2%;
  }
  .tv_oa_items .tv_nav nav ul li {
    width: 23.47%;
    border-radius: 5px;
  }
  .tv_oa_items .tv_nav nav ul li a {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .tv_oa_items .tv_nav nav ul li a:hover {
    opacity: 0.7;
  }
  .tv_oa_items .tv_box {
    padding: 35px 0;
    margin: 0 0 35px;
  }
  .tv_oa_items .tv_box .box_contents {
    display: flex;
  }
  .tv_oa_items .tv_box .box_contents .img {
    width: 350px;
    margin-right: 22px;
  }
  .tv_oa_items .tv_box .box_contents dl {
    padding: 18px 0 0;
  }
  .tv_oa_items .tv_box .box_contents dl dt {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 12px;
  }
  .tv_oa_items .tv_box .box_contents dl dd p {
    font-size: 18px;
    line-height: 1.667;
  }
  .tv_oa_items .tv_box .box_contents dl dd .btn {
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {
  .tv_oa_items {
    padding: 0;
  }
  #lp_container .tv_oa_items .lp_inner {
    padding: 0;
  }
  .tv_oa_items .contents {
    padding: 0;
  }
  .tv_oa_items .sec_ttl {
    max-width: 980px;
    font-size: 18px;
    padding: 17px 0;
    margin: 0 auto 20px;
    color: #444242;
    font-weight: bold;
    background-color: #f8c63b;
  }

  .tv_oa_items .oa_item_slick_container {
    padding: 0 15px 35px;
  }
  .tv_oa_items .oa_item_slick_container li {
    width: 157px;
  }
  .tv_oa_items .oa_item_slick_container li .in {
    margin-right: 15px;
  }
  .tv_oa_items .oa_item_slick_container li .in .date {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .tv_oa_items .oa_item_slick_container li .in > .item {
    margin-top: 0;
  }
  .tv_oa_items .oa_item_slick_container li .in h3 + .item {
    margin-top: 0;
  }
  .tv_oa_items .oa_item_slick_container li .in .date::before {
    width: 23px;
    height: 20px;
  }
  .tv_oa_items .oa_item_slick_container li .img {
    margin: 0 0 7px;
  }
  .tv_oa_items .oa_item_slick_container li .text {
    font-size: 12px;
    line-height: 1.5;
    max-height: 4.5em;
  }
  .tv_oa_items .oa_item_slick_container li .price {
    font-size: 10px;
    margin: 11px 0 0;
  }
  .tv_oa_items .oa_item_slick_container li .price .num {
    font-size: 15px;
  }
  .tv_oa_items .oa_item_slick_container li .tvttl {
    font-size: 10px;
    margin: 11px 0;
  }
  .oa_item_slick_container .slide-arrow {
    width: 30px;
    height: 55px;
  }
  .tv_oa_items .tv_nav {
    margin: 0 0 20px;
    padding: 0 15px;
  }
  .tv_oa_items .tv_nav nav ul li {
    width: 47.8%;
    border-radius: 0.6667vw;
  }
  .tv_oa_items .tv_nav nav ul li:nth-child(odd) {
    margin-right: 4.3%;
  }
  .tv_oa_items .tv_nav nav ul li:nth-child(n + 3) {
    margin-top: 2.5333vw;
  }
  .tv_oa_items .tv_box {
    padding: 25px 15px;
    margin: 0 0 35px;
  }
  .tv_oa_items .tv_box {
    background-size:
      3.2vw 0.2667vw,
      3.2vw 0.2667vw;
  }
  .tv_oa_items .tv_box .box_contents .img {
    width: 80vw;
    margin: 0 auto 2vw;
  }
  .tv_oa_items .tv_box .box_contents dl {
    padding: 18px 0 0;
    display: inline-block;
  }
  .tv_oa_items .tv_box .box_contents dl dt {
    font-size: 4vw;
    line-height: 1.2;
    margin: 0 0 12px;
  }
  .tv_oa_items .tv_box .box_contents dl dd p {
    font-size: 3.4667vw;
    line-height: 1.38;
  }
  .tv_oa_items .tv_box .box_contents dl dd .btn_wrap {
    text-align: center;
  }
  .tv_oa_items .tv_box .box_contents dl dd .btn {
    font-size: 13px;
    padding: 7px 30px;
    width: 180px;
    box-sizing: border-box;
    margin: 1.4vw 0 0;
  }
}
/*下記CSS手動追加20230628遠山*/
.img_border {
  border: solid 1px #fff;
}
.video_wrap {
  max-width: 700px;
  margin: 0 auto;
}
.video_wrap .text {
  font-weight: bold;
}
.video_wrap .in {
  position: relative;
  padding-top: 56.25%;
}
.video_wrap .in iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature_items .item_list ul li .text {
  color: #010101;
}

@media (min-width: 768px) {
  .video_wrap {
    padding: 57px 20px 10px;
  }
  .video_wrap .text {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  .video_wrap {
    padding: 57px 15px 25px;
  }
  .video_wrap .text {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}
.feature_items .item_list ul {
  display: flex;
  flex-wrap: wrap;
}
.feature_items .item_list ul li .text {
  text-align: left;
}

@media (min-width: 768px) {
  .feature_items {
    margin: 58px 0 60px;
  }
  .feature_items .sec_ttl {
    max-width: 980px;
    font-size: 28px;
    padding: 15px 0;
    margin: 0 auto 20px;
    color: #444242;
    font-weight: bold;
    background-color: #f8c63b;
  }
  .feature_items .item_list ul li {
    width: 31.63%;
  }
  .feature_items .item_list ul li:not(:nth-child(3n)) {
    margin-right: 2.555%;
  }
  .feature_items .item_list ul li:nth-child(n + 4) {
    margin-top: 35px;
  }
  .feature_items .item_list ul li .img {
    overflow: hidden;
    margin: 0 0 7px;
  }
  .feature_items .item_list ul li .img img {
    transition: transform 0.2s;
  }
  .feature_items .item_list ul li a:hover .img img {
    transform: scale(1.1);
  }
  .feature_items .item_list ul li .text {
    font-size: 18px;
    line-height: 1.333;
  }
}

@media (max-width: 767px) {
  .feature_items {
    padding: 0 0 50px;
  }
  .feature_items .sec_ttl {
    max-width: 980px;
    font-size: 18px;
    padding: 17px 0px;
    margin: 0px auto 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(204, 0, 0);
  }
  .feature_items .item_list ul li {
    width: 47.8%;
  }
  .feature_items .item_list ul li:nth-child(odd) {
    margin-right: 4.4%;
  }
  .feature_items .item_list ul li:nth-child(n + 3) {
    margin-top: min(28px, 3.7333vw);
  }
  .feature_items .item_list ul li .img {
    margin: 0 0 4px;
  }
  .feature_items .item_list ul li .img img {
    width: 100%;
  }
  .feature_items .item_list ul li .text {
    font-size: min(18px, 3.2vw);
    line-height: 1.5;
  }
}

.mail_magazine .sec_ttl span {
  position: relative;
}
.mail_magazine .sec_ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/static/ROP/contents/bousai/images/icon_mail.png) no-repeat
    center/contain;
}
.mail_magazine .wrap {
  background-color: #faf8f5;
}
.mail_magazine .wrap dl {
  color: #734f3a;
  font-weight: bold;
}
.mail_magazine .wrap dl > div {
  flex: 1 1 auto;
  display: flex;
}
.mail_magazine .wrap dl > div dd .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mail_magazine .btn_mail {
  max-width: 400px;
  margin: 0 auto;
}
.mail_magazine .btn_mail a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mail_magazine {
    padding: 60px 0 64px;
  }
  .mail_magazine .sec_ttl {
    margin: 0 0 26px;
  }
  .mail_magazine .sec_ttl span {
    padding-left: 41px;
  }
  .mail_magazine .sec_ttl span::before {
    width: 30px;
    height: 32px;
  }
  .mail_magazine .text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px;
  }
  .mail_magazine .text .sp {
    display: none;
  }
  .mail_magazine .wrap {
    max-width: 700px;
    padding: 25px 0;
    margin: 0 auto 41px;
    border-radius: 10px;
  }
  .mail_magazine .wrap dl {
    display: flex;
    align-items: center;
  }
  .mail_magazine .wrap dl dt {
    width: 170px;
    font-size: 18px;
    line-height: 1.33;
  }
  .mail_magazine .wrap dl > div {
    justify-content: space-evenly;
    border-left: 1px solid #74503c;
  }
  .mail_magazine .wrap dl > div dd .icon {
    height: 50px;
    margin: 0 0 8px;
  }
  .mail_magazine .wrap dl > div dd p {
    font-size: 14px;
    line-height: 1.285;
  }
  .mail_magazine .btn_mail a {
    font-size: 22px;
    padding: 16px 0;
    line-height: 1.36;
    border-radius: 45px;
    transition: opacity 0.3s;
    background: url(/static/ROP/contents/bousai/images/btn_arrow.png) no-repeat
      #ed6f00 center right 37px;
  }
  .mail_magazine .btn_mail a:hover {
    opacity: 0.8;
  }
  .mail_magazine .bnrArea {
    margin-top: 62px;
  }
}

@media (max-width: 767px) {
  .mail_magazine {
    padding: 46px 0 65px;
  }
  .mail_magazine .sec_ttl {
    margin: 0 0 17px;
  }
  .mail_magazine .sec_ttl span {
    padding-left: 33px;
  }
  .mail_magazine .sec_ttl span::before {
    width: 24px;
    height: 25px;
  }
  .mail_magazine .text {
    font-size: 13px;
    line-height: 1.85;
    margin: 0 0 18px;
  }
  .mail_magazine .wrap {
    padding: 27px 0 30px;
    margin: 0 auto 26px;
    border-radius: 10px;
  }
  .mail_magazine .wrap dl dt {
    position: relative;
    font-size: 14px;
    line-height: 1.33;
    padding: 0 0 16px;
    margin: 0 0 21px;
  }
  .mail_magazine .wrap dl dt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 50px;
    height: 2px;
    background-color: #74503c;
  }
  .mail_magazine .wrap dl dt .pc {
    display: none;
  }
  .mail_magazine .wrap dl > div {
    display: flex;
    justify-content: space-evenly;
  }
  .mail_magazine .wrap dl > div dd .icon {
    margin: 0 0 6px;
  }
  .mail_magazine .wrap dl > div dd .icon img {
    height: 36px;
    object-fit: contain;
  }
  .mail_magazine .wrap dl > div dd p {
    font-size: 10px;
    line-height: 1.3;
  }
  .mail_magazine .btn_mail a {
    font-size: 18px;
    padding: 17px 0;
    line-height: 1.33;
    border-radius: 43px;
    background: url(/static/ROP/contents/bousai/images/btn_arrow.png) no-repeat
      #ed6f00 center right 27px/13px 23px;
  }
  .mail_magazine .bnrArea {
    margin-top: 65px;
  }
}

.lp_container .introduced {
  background-image: url(/static/ROP/contents/bousai/images/bousai-tvbg-sp.jpg);
  padding-top: clamp(30 / 2 * 1px, 7.7333333333vw, 30 * 1px);
  padding-bottom: clamp(30 / 2 * 1px, 10.9333333333vw, 30 * 1px);
}

@media screen and (min-width: 768px) {
  .lp_container .introduced {
    background-image: url(/static/ROP/contents/bousai/images/bousai-tvbg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.lp_container .introduced .section-title {
  text-align: center;
  font-weight: bold;
  font-size: clamp(30 / 2 * 1px, 6.1333333333vw, 36 * 1px);
  color: var(--red);
}

@media screen and (max-width: 767px) {
  .lp_container .introduced .section-title {
    text-align: center;
    font-weight: bold;
    font-size: clamp(16px, 4.5vw, 22px);
    color: var(--red);
    margin-bottom: 10px;
  }
}

.lp_container .introduced .splide {
  margin-top: clamp(43 / 2 * 1px, 5.7333333333vw, 43 * 1px);
}

@media screen and (min-width: 768px) {
  .lp_container .introduced .splide {
    margin-top: 24px;
  }
}

.lp_container .introduced .splide .slick-arrow {
  top: 40.14%;
}

@media screen and (min-width: 768px) {
  .lp_container .introduced .splide .slick-arrow {
    top: 53.5%;
  }
}

.lp_container .introduced .splide .slick-arrow.prev {
  left: -4.5vw;
}

@media screen and (min-width: 768px) {
  .lp_container .introduced .splide .slick-arrow.prev {
    left: 0;
  }
}

.lp_container .introduced .splide .slick-arrow.next {
  right: -4.5vw;
}

@media screen and (min-width: 768px) {
  .lp_container .introduced .splide .slick-arrow.next {
    right: 0;
  }
}

.lp_container .introduced .splide a {
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .lp_container .introduced .splide a:hover {
    opacity: 0.8;
  }
}

@media (hover: none) {
  .lp_container .introduced .splide a:hover {
    opacity: 1;
  }
}

.lp_container .introduced .btn {
  margin-top: clamp(80 / 2 * 1px, 10.6666666667vw, 80 * 1px);
  background-color: white;
  border: clamp(1.5px, 0.4vw, 3px) solid var(--main-color);
}

@media screen and (min-width: 768px) {
  .lp_container .introduced .btn {
    margin-top: 43px;
  }
}

.lp_container .introduced .btn a {
  color: var(--red);
}

.lp_container .introduced .btn a:hover {
  background-color: white;
}

.lp_container .introduced .btn a::after {
  background-image: url(/static/ROP/contents/bousai/images/202502_icon-arrow-red.png);
}
#introduced-slider {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
}

#introduced-slider::-webkit-scrollbar {
  display: none;
}
#introduced-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#introduced-slider a {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: block;
  width: 280px;
  padding: 0 10px;
  text-decoration: none;
}

#introduced-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
#introduced-slider a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #introduced-slider {
    max-width: 100%;
    padding: 0 15px;
    gap: 12px;
  }
  #introduced-slider a {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #introduced-slider .slide-arrow {
    display: block;
    width: 30px;
    height: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  #introduced-slider .slick-prev {
    left: 0;
    background: url(/static/ROP/contents/bousai/images/box_arrows_prev.png)
      no-repeat center/contain;
  }

  #introduced-slider .slick-next {
    right: 0;
    background: url(/static/ROP/contents/bousai/images/box_arrows_next.png)
      no-repeat center/contain;
  }
}

.catchcopy-wrap {
  background: #fffbe6;
  padding: 20px;
  border: 2px solid #f8c63b;
  border-radius: 10px;
  margin: 0 auto 10px;
  max-width: 900px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .catchcopy-wrap {
    padding: 10px;
  }
}

.catchcopy {
  font-size: clamp(14px, 4.5vw, 20px);
  line-height: 1.7;
  color: #444;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .catchcopy {
    font-size: 12px;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
