@charset "UTF-8";
/* 2026.6.24 製品情報のバナーが二段になるように改修 */
.wrapper {
  background: url("../media/images/common/base_img2.png") no-repeat 80% 58%;
  background-size: 1500px;
}
.gnavi ul.depth1 li.lm2 > a {
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .gnavi ul.depth1 li.lm2 > a {
    background-color: #000;
  }
}
.main_visual {
  position: relative;
}
@media screen and (max-width: 979px) {
  .main_visual {
    margin-bottom: 0;
  }
}
.main_visual .slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: url("../media/images/common/visual_bg.jpg") left top;
  background-size: 10px 11px;
}
@media screen and (max-width: 979px) {
  .main_visual .slideshow {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .slideshow {
    background: #fff;
  }
}
.main_visual .slideshow ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.main_visual .slideshow ul.slick li {
  display: block;
}
.main_visual .slideshow ul li {
  display: none;
  text-align: center;
  width: 100%;
}
.main_visual .slideshow ul li .item_bg {
  display: block;
  margin: auto;
  max-width: 1400px;
  background: rgba(255, 255, 255, 0.8);
}
.main_visual .slideshow ul li img {
  margin: 0 auto;
  width: 1400px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .main_visual .slideshow ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 979px) {
  .main_visual .slideshow ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .main_visual .slideshow ul li img {
    width: 100%;
  }
}
.main_visual .slideshow ul li:first-child {
  display: block;
}
.main_visual .visual__menu {
  margin: auto;
  max-width: 1200px;
  width: 100%;
  background: linear-gradient(to bottom, #d80c18 0%, #b10102 100%, #d80c18 100%);
  position: relative;
  margin: auto;
  z-index: 2;
  margin-top: -40px;
  height: 270px;
  display: flex;
}
@media screen and (max-width: 979px) {
  .main_visual .visual__menu {
    position: static;
    padding: 0 10px;
    margin-top: -20px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .visual__menu {
    margin-top: 0px;
  }
}
.main_visual .visual__menu ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: -145px auto 0;
  padding: 0;
  list-style: none;
  width: 1000px;
}
@media screen and (max-width: 979px) {
  .main_visual .visual__menu ul {
    align-items: flex-start;
    width: 100%;
    margin: -115px auto 0;
  }
}
@media screen and (max-width: 979px) {
  .main_visual .visual__menu ul {
    margin: -50px auto -20px;
  }
}
.main_visual .visual__menu ul li {
  width: 320px;
}
@media screen and (max-width: 979px) {
  .main_visual .visual__menu ul li {
    width: 30%;
  }
}
.main_visual .visual__menu ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.main_visual .visual__menu ul li.menu_business div.img {
  background-image: url("../media/images/top/menu_business.png");
  transition: 0.2s;
}
@media print, screen and (min-width: 980px) {
  .main_visual .visual__menu ul li.menu_business:hover div.img {
    background-image: url("../media/images/top/menu_business_on.png");
    transition: 0.2s;
  }
}
.main_visual .visual__menu ul li.menu_tech div.img {
  background-image: url("../media/images/top/menu_tech.png");
  transition: 0.2s;
}
@media print, screen and (min-width: 980px) {
  .main_visual .visual__menu ul li.menu_tech:hover div.img {
    background-image: url("../media/images/top/menu_tech_on.png");
    transition: 0.2s;
  }
}
.main_visual .visual__menu ul li.menu_keyword div.img {
  background-image: url("../media/images/top/menu_keyword.png");
  transition: 0.2s;
}
@media print, screen and (min-width: 980px) {
  .main_visual .visual__menu ul li.menu_keyword:hover div.img {
    background-image: url("../media/images/top/menu_keyword_on.png");
    transition: 0.2s;
  }
}
.main_visual .visual__menu ul li div.img {
  position: relative;
  width: 280px;
  margin: 0 auto 30px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 979px) {
  .main_visual .visual__menu ul li div.img {
    width: 100%;
  }
}
.main_visual .visual__menu ul li div.img img {
  width: 100%;
}
.main_visual .visual__menu ul li div.img h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-shadow: white 1px 0 2px, white -1px 0 2px, white 1px 0 2px, white -1px 0 2px, white 1px 0 2px, white -1px 0 2px, white 1px 0 2px, white -1px 0 2px, white 1px 0 2px, white -1px 0 2px;
  font-size: 25px;
  font-weight: normal;
}
@media screen and (max-width: 979px) {
  .main_visual .visual__menu ul li div.img h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .visual__menu ul li div.img h2 {
    font-size: 8px;
  }
}
.main_visual .visual__menu ul li div.img h2 span {
  display: block;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main_visual .visual__menu ul li div.img h2 span {
    margin-top: 5px;
    width: 70%;
  }
}
.main_visual .visual__menu ul li div.img h2 span:before {
  content: "";
  border-top: 1px solid #000;
  margin-bottom: 15px;
  display: block;
  width: 200px;
  margin: 0 auto 15px;
  box-shadow: 0 0 4px 1px #fff, 0 0 8px 1px #fff, 0 0 4px 1px #fff, 0 0 8px 1px #fff;
}
@media screen and (max-width: 767px) {
  .main_visual .visual__menu ul li div.img h2 span:before {
    margin-bottom: 5px;
    box-shadow: 0 0 1px 1px #fff, 0 0 2px 1px #fff, 0 0 1px 1px #fff, 0 0 2px 1px #fff;
    width: 100%;
  }
}
.main_visual .visual__menu ul li p {
  margin: 0 0 40px;
  font-size: 18px;
  font-weight: lighter;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .main_visual .visual__menu ul li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 979px) {
  .main_visual .visual__menu ul li p {
    display: none;
  }
}
.company {
  position: relative;
  padding: 80px 0 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 35px 0 20px;
  }
}
.company::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/images/top/base_img1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f7f8f8;
  background-size: auto 100%;
  opacity: 0.6;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company::after {
    background-position: center -15%;
    background-size: 1600px auto;
    background-color: transparent;
  }
}
.company.light::after {
  opacity: 0.4;
}
.company .inner--box {
  position: relative;
  z-index: 2;
}
.company_visual_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 979px) {
  .company_visual_menu {
    flex-flow: row wrap;
  }
}
.company_visual_menu li a {
  text-decoration: none;
  color: #000;
}
@media print, screen and (min-width: 980px) {
  .company_visual_menu li a .button {
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .company_visual_menu li a .button_base {
    padding: 15px 20px 15px 30px;
    font-size: 20px;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .company_visual_menu li a .button_base::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: 0.5s;
    z-index: -1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: linear-gradient(to bottom, #d80c18 0%, #b10102 100%, #d80c18 100%);
    background-size: 100% auto;
  }
  .company_visual_menu li a:hover .button_base {
    background-color: transparent;
    color: #fff;
  }
  .company_visual_menu li a:hover .button_base::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
  }
}
.company_visual_menu li .button_base {
  padding: 15px 20px 15px 30px;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 979px) {
  .company_visual_menu li .button_base {
    background: linear-gradient(to bottom, #d80c18 0%, #b10102 100%, #d80c18 100%);
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .company_visual_menu li .button_base {
    padding: 8px 15px;
    font-size: 10px;
  }
}
.company_visual_menu li .button_base:after {
  content: "";
  display: block;
  background-image: url("../media/images/common/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1em;
  height: 1em;
  float: right;
}
.company_visual_menu li img {
  display: block;
  margin-bottom: 1px;
  width: 100%;
}
.company_visual_menu li.company_about {
  order: 3;
  margin-left: 60px;
  width: 430px;
}
@media screen and (max-width: 979px) {
  .company_visual_menu li.company_about {
    width: 100%;
    margin-left: 0;
  }
}
.company_visual_menu li.company_about .flex-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.company_visual_menu li.company_about a {
  display: block;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 980px) {
  .company_visual_menu li.company_about a {
    max-width: 430px;
  }
}
.company_visual_menu li.company_about a .flexarea {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company_visual_menu li.company_about a .button::before {
    display: none;
  }
}
.company_visual_menu li.company_about a .button {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .company_visual_menu li.company_about a .button {
    margin-bottom: 25px;
    font-size: 11px;
    width: 110px;
  }
}
.company_visual_menu li.company_about a p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.6;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company_visual_menu li.company_about a p {
    margin-bottom: 22px;
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 979px) {
  .company_visual_menu li.company_about {
    order: 1;
  }
}
.company_visual_menu li.company_pre {
  order: 1;
  width: 280px;
}
@media screen and (max-width: 979px) {
  .company_visual_menu li.company_pre {
    width: 45%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .company_visual_menu li.company_pre {
    margin-right: 4%;
  }
}
.company_visual_menu li.company_strech {
  order: 2;
  width: 320px;
  margin-left: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 979px) {
  .company_visual_menu li.company_strech {
    margin-left: 0;
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .company_visual_menu li.company_strech {
    width: 51%;
  }
}
.company_visual_menu li.company_strech > .flex-item {
  flex: 0 0 auto;
}
#main {
  /*
	table.topics.table {
	margin-bottom: 50px;
	width: 100%;
	@include media(sp) {}

	tbody {}

	tr {
	&:first-child {
	td {
	border-top: 1px solid #000;
}
}
}
	td {
	border: none;
}
	td {
	border-bottom: 1px solid #000;
	font-size: 16px;
	@include media(sp) {
	font-size: 9px;
}

	&.data {
	width: 190px;
	padding: 20px 0 20px 70px;
	color: $red-right;

	span {
	position: relative;
	&::before {
	content: "";
	position: absolute;
	left: -20px;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent $red-right;
}
}


	@include media(sp) {
	padding: 10px 20px;
	width: 30%;
}
}

	&.title {
	a {
	color: #000;
	text-decoration: none;
}
}
}
}
	*/
}
#main table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  #main .top_topics {
    padding: 35px 0 0;
  }
}
#main .top_topics .topics--inner {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  #main .top_topics .topics--inner {
    padding: 0;
  }
}
#main .top_topics .topics--inner .button {
  width: 200px;
  margin: 30px 0 30px auto;
}
@media print, screen and (min-width: 980px) {
  #main .top_topics .topics--inner .button .button {
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  #main .top_topics .topics--inner .button .button_base {
    padding: 15px 20px 15px 30px;
    font-size: 20px;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  #main .top_topics .topics--inner .button .button_base::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: 0.5s;
    z-index: -1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: linear-gradient(to bottom, #d80c18 0%, #b10102 100%, #d80c18 100%);
    background-size: 100% auto;
  }
  #main .top_topics .topics--inner .button:hover .button_base {
    background-color: transparent;
    color: #fff;
  }
  #main .top_topics .topics--inner .button:hover .button_base::before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .top_topics .topics--inner .button {
    width: 120px;
  }
}
#main .top_topics .topics--inner .button a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  #main .top_topics .topics--inner .button a {
    display: block;
    margin: 20px 0;
    padding: 8px 15px;
    background: linear-gradient(to bottom, #d80c18 0%, #b10102 100%, #d80c18 100%);
    font-size: 10px;
    color: #fff;
  }
}
#main .top_topics .topics--inner .button a:after {
  content: "";
  display: block;
  background-image: url("../media/images/common/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1em;
  height: 1em;
  float: right;
}
.about_thk {
  background-color: rgba(244, 244, 244, 0.5);
  padding: 35px 0;
}
.about_thk .about_banner {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about_thk .about_banner {
    display: block;
  }
}
.about_thk .about_banner li {
  width: 540px;
}
@media screen and (max-width: 1200px) and (min-width: 979px) {
  .about_thk .about_banner li {
    width: 49%;
  }
}
@media screen and (max-width: 979px) {
  .about_thk .about_banner li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .about_thk .about_banner li {
    width: 100%;
  }
  .about_thk .about_banner li + li {
    margin-top: 20px;
  }
}
.about_thk .about_banner li a {
  display: block;
  text-decoration: none;
}
.about_thk .about_banner li img {
  display: block;
  width: 100%;
}
.about_thk .about_banner li .pic {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.about_thk .about_banner li .pic::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #dd0415;
  box-sizing: border-box;
}
.about_thk .about_banner li .banner_pic {
  overflow: hidden;
}
.about_thk .about_banner li h3 {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 15px;
  background: #dd0415;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 100%;
  pointer-events: none;
  align-self: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .about_thk .about_banner li h3 {
    padding: 7px 0;
    font-size: 14px;
  }
}
.about_thk .about_banner li p {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: lighter;
  color: #000;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_thk .about_banner li p {
    margin: 5px;
    font-size: 10px;
  }
}
.top_recruit {
  padding-top: 95px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .top_recruit {
    padding: 40px 0 100px;
  }
}
.top_recruit .recruit_bg {
  background-image: linear-gradient(to bottom, #d80c18 0%, #b10102 100%, #d80c18 100%);
}
.top_recruit .top_recruit_box {
  width: 100%;
}
.top_recruit .top_recruit--wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.top_recruit .top_recruit--wrap img {
  display: block;
  width: 100%;
}
.top_recruit .top_recruit--left, .top_recruit .top_recruit--right {
  flex: 0 0 auto;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_recruit .top_recruit--left, .top_recruit .top_recruit--right {
    width: 100%;
  }
}
.top_recruit .top_recruit--row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.top_recruit .top_recruit_box a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}
.top_recruit .top_recruit_box .recruit-item-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.top_recruit .top_recruit_box.center--title a .recruit-item-wrap {
  align-items: center;
}
.top_recruit .top_recruit_box.bottom--title a .recruit-item-wrap {
  align-items: flex-end;
}
.top_recruit .top_recruit_box.bottom--title a h3 {
  bottom: 15px;
}
.top_recruit .top_recruit_box h3 {
  flex: 0 0 auto;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-align: center;
  text-shadow: white 1px 0 2px, white -1px 0 2px, white 1px 0 2px, white -1px 0 2px, white 1px 0 2px, white -1px 0 2px, white 1px 0 2px, white -1px 0 2px, white 1px 0 2px, white -1px 0 2px;
}
@media screen and (max-width: 767px) {
  .top_recruit .top_recruit_box h3 {
    font-size: 13px;
  }
  .top_recruit .top_recruit_box h3 {
    transform: translateY(-50%);
    top: 50%;
  }
  .about_thk .about_banner li .pic h3 {
    transform: translateY(-50%);
    top: 50%;
  }
  .top_recruit .top_recruit_box.bottom--title a h3 {
    top: auto;
  }
}
.top_recruit .top_recruit_box h3 span {
  display: block;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top_recruit .top_recruit_box h3 span {
    margin-top: 25px;
    font-size: 12px;
  }
}
.top_recruit .top_recruit_box.half {
  width: 50%;
}
@media (-ms-high-contrast: none) {
  .top_recruit .top_recruit_box h3 {
    -ms-transform: translateY(-50%);
    top: 50%;
  }
  .top_recruit .top_recruit_box.bottom--title a h3 {
    top: 90%;
  }
  .about_thk .about_banner li .pic h3 {
    -ms-transform: translateY(-50%);
    top: 50%;
  }
}
/*safari 9 - 10*/
_::-webkit-:not(:root:root) .company_visual_menu li.company_about .flex-item, #main .company_visual_menu li.company_about .flex-item {
  position: relative;
}
_::-webkit-:not(:root:root) .about_thk .about_banner li h3, #main .about_thk .about_banner li h3 {
  top: 41%;
}
_::-webkit-:not(:root:root) .top_recruit--left .recruit-item-wrap h3, #main .top_recruit--left .recruit-item-wrap h3 {
  top: 39%;
}
_::-webkit-:not(:root:root) .top_recruit--right .top_recruit_box .center--title h3, #main .top_recruit--right .top_recruit_box .center--title h3 {
  top: 28%;
}
_::-webkit-:not(:root:root) .top_recruit .top_recruit_box.center--title .recruit-item-wrap h3, #main .top_recruit .top_recruit_box.center--title .recruit-item-wrap h3 {
  top: 28%;
}
_::-webkit-:not(:root:root) .top_recruit_box.half .recruit-item-wrap h3, #main .top_recruit_box.half .recruit-item-wrap h3 {
  top: 49%;
}
_::-webkit-:not(:root:root) .top_recruit_box.half.bottom--title h3, #main .top_recruit_box.half.bottom--title h3 {
  top: auto;
}
_::-webkit-:not(:root:root) .company_visual_menu li.company_about, #main .company_visual_menu li.company_about {
  height: 490px;
}
/*# sourceMappingURL=top.css.map */
@media screen and (max-width: 320px) {
  .top_recruit .top_recruit_box.bottom--title a h3 {
    font-size: 11px;
  }
}
.main_visual_swiper {
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_visual_swiper {
    margin-bottom: 30px;
  }
}
.main_visual_swiper .swiper-wrapper a {
  display: block;
}
.main_visual_swiper .swiper-wrapper img {
  display: block;
  width: 100%;
}
.main_visual_swiper .swiper-pagination-bullets {
  bottom: 20px;
}
.main_visual_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease-out;
}
.main_visual_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d80c18;
  transform: scale(1.4);
}
.topic_journal {
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  max-width: 1100px;
  gap: 20px 2%;
}
@media screen and (max-width: 767px) {
  .topic_journal {
    display: block;
  }
}
.topic_journal > li {
  flex: 0 0 32%;
  max-width: 32%;
}
@media screen and (max-width: 767px) {
  .topic_journal > li {
    max-width: 100%;
  }
  .topic_journal > li + li {
    margin-top: 20px;
  }
}
.topic_journal > li a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media (hover) {
  .topic_journal > li a:hover .journal_title_main {
    color: #d80c18;
  }
}
.topic_journal > li .journal_thumbnail {
  position: relative;
  margin: 0 0 15px;
  aspect-ratio: 1.4918699187;
}
.topic_journal > li .journal_thumbnail img {
  display: block;
  object-fit: cover;
  height: 100%;
}
.topic_journal > li .journal_thumbnail .journal_category {
  position: absolute;
  top: 10px;
  right: 10px;
  display: table;
  padding: 3px 5px;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
}
.topic_journal > li .journal_title p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .topic_journal > li .journal_title p {
    font-size: 13px;
  }
}
.topic_journal > li .journal_title_main {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .topic_journal > li .journal_title_main {
    font-size: 15px;
  }
}
.topic_journal > li .topic_tag {
  visibility: hidden;
}
.topic_journal > li .topic_tags_container {
  display: flex;
  flex-flow: row wrap;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  gap: 10px 5px;
}
.topic_journal > li .topic_tags_container > li {
  color: #646464;
  border: 1px solid #DDD;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
}
@media print, screen and (max-width: 1001px) {
  .productlist {
    padding: 0;
  }
}
.productlist .content-container {
  margin: 40px 0;
}
.productlist .content-container + .content-container {
  margin-top: 60px;
}
.productlist .content-container:first-of-type .title__bb {
  display: none;
}
.productlist .banner-container {
  /* ★ ここ重要：左詰めにする */
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 20px 2%;
  /* ===== スマホ ===== */
}
.productlist .banner-container .banner-box {
  flex: 0 0 calc((100% - 6%) / 4);
  max-width: calc((100% - 6%) / 4);
}
@media screen and (max-width: 767px) {
  .productlist .banner-container {
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 10px 2%;
  }
  .productlist .banner-container .banner-box {
    flex: 0 0 calc((100% - 2%) / 2);
    max-width: calc((100% - 2%) / 2);
  }
  .productlist .banner-container .banner-box + .banner-box {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .productlist .banner-container.product-info {
    display: block;
  }
  .productlist .banner-container.product-info .banner-box + .banner-box {
    margin-top: 15px;
  }
}
.productlist .banner-container p {
  display: none;
}
#main .top_links {
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  #main .top_links {
    padding: 50px 0 80px;
  }
}
#main .top_links .top_banner {
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  gap: 20px 2%;
}
@media screen and (max-width: 767px) {
  #main .top_links .top_banner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main .top_links .top_banner {
    padding: 0 30px;
  }
}
#main .top_links .top_banner > li {
  flex: 0 0 32%;
  max-width: 32%;
}
@media screen and (max-width: 767px) {
  #main .top_links .top_banner > li {
    max-width: 100%;
  }
  #main .top_links .top_banner > li + li {
    margin-top: 15px;
  }
}
#main .top_links .top_banner a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media (hover) {
  #main .top_links .top_banner a:hover {
    opacity: 0.8;
  }
}
#main .top_links .top_banner img {
  display: block;
  width: 100%;
}
#main .top_links .inner .top_link_connection {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #main .top_links .inner .top_link_connection {
    display: block;
  }
}
#main .top_links .inner .top_link_connection > li {
  flex: 0 0 23%;
}
/*# sourceMappingURL=./top2026.css.map */