@charset "utf-8";

.category_top {
    margin-bottom: 3rem !important;
    margin-top: 3rem;
}
.category_top h2 {
    display: block;
    width: 70% !important;
    margin: 0 auto;
    font-size: 30px !important;
    font-weight: bold;
    border-bottom: 1px solid #333333;
}
.category_top p {
    font-size: 1rem;
}
#large-window .o_item_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  margin: 5rem auto 2.5rem !important;
  display: flex;
  align-items: center;
  width: 80%;
}
#large-window .seamless-ctn_info {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
#large-window .seamless-ctn_title {
  padding: 0.4rem;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 10px !important;
  background-color: #a5a593;
  display: block;
  color: #ffffff;
  letter-spacing: 0.2rem;
  text-align: center;
}
#large-window img {
  width: 100%;
  height: auto;
}
#large-window .seamless-ctn_desc {
  display: flex;
}
#large-window .seamless-ctn_txt {
  width: 75%;
  padding-left: 10px;
}
.sp_br{
  display: none;
}

.gr_freespace_01 br +br {
    display: none;
  }
@media screen and (max-width: 480px) {

  .category_top {
    margin-bottom: 2rem !important;
    margin-top: 2rem;
}

  .category_top h2 {
    display: inline-block;
    width: fit-content !important;
    text-align: center;
    margin: 0 auto 1rem;
    font-size: 22px !important;
    height: auto;
}
.category_top p {
    line-height: 1.5;
    padding: 0 1rem;
    font-size: 0.9rem;
}
  #large-window .seamless-ctn_desc{
    display: block;
  }
  #large-window .seamless-ctn_txt {
    width: 100%;
    line-height: 1.5;
}
#large-window .seamless-ctn_title {
    padding: 0.2rem;
    font-size: 1.3em;
}
.sp_br{
  display: block;
}
.gr_freespace_01 br + br {
  display: block;
  line-height: normal;
  margin: 0;
}
}