@charset "utf-8";

#c_page,
#c_page2 {
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-feature-settings: "palt";
  letter-spacing: 0.02rem;
}

#header.gadget {
  transition: var(--t);
}

#header.gadget.active {
  top: -40px;
}

.prod_ttl_box {
  position: relative;
  margin-bottom: 24px;
  padding-left: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border_color);
}

.prod_ttl_box::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  z-index: 1;
  width: 20px;
  height: 2px;
  background-color: var(--font_color);
}

.prod_ttl_box h2 {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.prod_ttl_box h2 span {
  font-size: 1.6rem;
  margin-left: 15px;
  font-weight: 500;
}

.prod_ttl_box h2 span strong {
  font-size: 2.8rem;
  color: var(--main_color);
  font-family: "Oswald";
  letter-spacing: 0.06em;
}

/*共通スクロールバー*/
.common_bar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.common_bar::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 6px #C7C7C7;
}

.common_bar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .5);
  min-height: 10px;
}

/*▼プロダクト用▼*/
/*▼p_contentとの兼ね合い▼*/
#c_page2 {
  margin-bottom: 80px;
}

/*▼プロダクト(サーチページ/個別ページ)▼*/
.search #p_content,
.products #p_content,
.single-products #p_content {
  padding-top: 146px;
}

/*▼▼▼プロダクト(タクソノミーカテゴリ/タグ)▼▼▼*/
.tax-products-tag #p_content,
.tax-products-cat #p_content {
  padding-top: 120px;
}

/*▼▼▼プロダクト(トップページ)▼▼▼*/
.products #p_content .main_visual .slide {
  width: 100%;
  max-width: 740px;
}

.products #p_content .main_visual .slide img {
  width: 100%;
  padding: 0 1%;
}

/*▼common　ttl_box▼*/
.products #p_content .ttl_box h2 {
  color: var(--font_color);
}

.products #p_content .ttl_box span {
  font-family: "oswald";
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}

/*▼トップ製品カテゴリ*/
.products #p_content .p_prod .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.products #p_content .p_prod ul {
  display: flex;
  flex-wrap: wrap;
}

.products #p_content .p_prod ul li {
  width: 25%;
  min-height: 320px;
  position: relative;
  transition: 300ms;
}

.products #p_content .p_prod ul li:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
}

.products #p_content .p_prod ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 24px 32px 24px;
}

.products #p_content .p_prod ul li:hover img {
  transform: scale(1.05, 1.05);
}

.products #p_content .p_prod ul li .img_box {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: -1;
}

.products #p_content .p_prod ul li .img_box img {
  width: 100%;
}

.products #p_content .p_prod ul li a h4 {
  display: block;
  font-size: 2.0rem;
  margin-bottom: 16px;
  font-weight: bold;
  width: 100%;
  line-height: 1.5;
}

.products #p_content .p_prod ul li a p {
  font-size: 1.6rem;
  white-space: break-spaces;
  font-weight: 300;
  margin-bottom: 16px;
}

/*装飾左右上下スミ*/
.products #p_content .p_prod ul li .deco::before,
.products #p_content .p_prod ul li .deco::after,
.products #p_content .p_prod ul li .deco1::before,
.products #p_content .p_prod ul li .deco1::after,
.products #p_content .p_prod ul li .deco2::before,
.products #p_content .p_prod ul li .deco2::after,
.products #p_content .p_prod ul li .deco3::before,
.products #p_content .p_prod ul li .deco3::after {
  content: "";
  position: absolute;
  background-color: var(--font_color);
  z-index: 2;
}

.products #p_content .p_prod ul li .deco::before {
  left: 0px;
  bottom: 0px;
  width: 1px;
  height: 16px;
}

.products #p_content .p_prod ul li .deco::after {
  left: 0px;
  bottom: 0px;
  width: 16px;
  height: 1px;
}

.products #p_content .p_prod ul li .deco1::before {
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 16px;
}

.products #p_content .p_prod ul li .deco1::after {
  right: 0px;
  bottom: 0px;
  width: 16px;
  height: 1px;
}

/*ホバーアクション*/
.products #p_content .p_prod ul li .line {
  margin-top: auto;
  position: relative;
  width: 100%;
}

.products #p_content .p_prod ul li .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5%;
  height: 1px;
  z-index: 2;
  transition: 300ms;
  background-color: var(--main_color2);
}

.products #p_content .p_prod ul li a:hover .line::before {
  width: 100%;
}

.products #p_content .p_prod ul li a .line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--base_color);
  z-index: 1;
}

/*ニュースエリア*/
.products #p_content .p_news {
  position: relative;
}

.products #p_content .p_news .grid_cover {
  display: flex;
  position: relative;
}

.products #p_content .p_news .grid_cover .grid_box:nth-child(1) {
  width: 20%;
  margin-right: 5%;
}

.products #p_content .p_news .grid_cover .grid_box:nth-child(2) {
  width: 70%;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  padding: 24px;
  background-color: #ffffff;
}

.products #p_content .p_news .news_cont {
  height: 240px;
  overflow-y: scroll;
}


/*新製品情報*/
.products #p_content .p_newprod {
  padding: 80px 0;
  display: flex;
  position: relative;
  height: 680px;
  /*高さ保持*/
  background-color: var(--base_color);
}

.products #p_content .p_newprod::after {
  /*マスク*/
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 15vw;
  height: 100%;
  background: linear-gradient(to right, #fff0, 50%, #fff);
}

.products #p_content .p_newprod .grid_cover {
  display: flex;
}

.products #p_content .p_newprod .grid_cover .grid_box:nth-child(1) {
  width: 20%;
  margin-right: 5%;
}

.products #p_content .p_newprod .grid_cover .grid_box:nth-child(2) {
  position: relative;
  width: 70%;
}

.products #p_content .p_newprod .slider_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
}

/*スライド共通デザイン*/

.slider_cover .slider2 .slide {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  transition: 300ms;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  width: 320px !important;
  min-height: 400px;
  margin: 0 16px 0 16px;
  border-radius: 16px;
}

.slider_cover .slider2 .slide:hover {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
}

.slider_cover .slider2 .slide .img_cover {
  overflow: hidden;
  margin-bottom: 16px;
}

.slider_cover .slider2 .slide:before {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%) rotate(-45deg);
  color: #FFFFFF;
  background-color: var(--att_color);
  font-size: 1.2rem;
  font-weight: 500;
  padding: 80px 0 0 4px;
  text-align: center;
  font-family: "Oswald";
  z-index: 1;
}

.slider_cover .slider2 .slide a img {
  transition: 200ms;
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.slider_cover .slider2 .slide a:hover img {
  transform: scale(1.1, 1.1);
}

.slider_cover .slider2 .slide .prod_card_inner {
  padding: 0 16px 16px 16px;
  min-height: 16rem;
}

.slider_cover .slider2 .slide h3 {
  position: relative;
  font-size: 1.9rem;
  line-height: 1.3;
  margin-bottom: 16px;
  font-weight: 600;
  z-index: 2;
}

.slider_cover .slider2 .slide p {
  font-size: 1.6rem;
  font-weight: 400;
}

/*ライブラリ介入*/
#p_content .slider_cover {
  margin-top: -24px;
}

#p_content .slider_cover .slick-list {
  padding-left: 24px;
  margin-left: -24px;
}

#p_content .slider_cover .slick-track {
  padding: 24px;
}

#p_content .slider_cover h3 span {
  margin-top: 4px;
  font-size: 1.4rem;
}

#p_content .slider_cover .slick-arrow {
  position: absolute;
  z-index: 3;
  transform: translate(0, 0) !important;
  right: auto !important;
  top: auto !important;
  bottom: -40px !important;
  background-color: var(--main_color2) !important;
  width: 40px !important;
  height: 40px !important;
  transition: 200ms;
}

#p_content .slider_cover button:hover {
  background-color: var(--main_color) !important;
}

#p_content .slider_cover .slick-prev {
  left: 0;
}

#p_content .slider_cover .slick-next {
  left: 40px !important;
}

/*▼その他製品群について▼*/
#p_content .other_prod {
  padding: 120px 0 200px 0;
  background-color: rgba(0, 0, 0, 1);
  position: relative;

  /*一時非表示*/
  display: none;
}

#p_content .other_prod .ttl_box h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 4.2rem;
}

#p_content .other_prod .ttl_box h2 span {
  color: rgba(255, 255, 255, 0.8);
}

#p_content .other_prod .grid_cover {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

#p_content .other_prod .grid_cover li {
  width: 50%;
}

#p_content .other_prod .grid_cover li img {
  width: 100%;
  height: auto;
}

/*バナーエリア*/
#banner_area {
  padding: 1% 0;
}

#banner_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#banner_area ul li {
  max-width: 460px;
  padding: 1% 0.5%;
  width: calc(100% / 3);
}

#banner_area ul li img {
  width: 100%;
  transition: var(--t);
}

#banner_area ul li a:hover img {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  opacity: 1;
}


/*レコメンド*/
#p_content .p_recommend ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#p_content .p_recommend ul li {
  width: 49%;
  margin-bottom: 2%;
}

#p_content .p_recommend ul li img {
  width: 100%;
}

/*パンくず*/
#p_content .breadcrumb {
  margin-bottom: 12px;
}

#p_content .breadcrumb * {
  color: var(--font_color) !important;
  line-height: 1.5;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*製品カード共通*/
#p_content .prod_ttl_box.result {
  display: flex;
  justify-content: space-between;
}

#p_content .prod_card {
  overflow: hidden;
  background-color: var(--base_color);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: box-shadow 200ms;
  width: calc((100% - 30px) / 3);
  min-height: 380px;
}

#p_content .prod_card:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

#p_content .prod_card img {
  transition: transform 200ms;
  width: 100%;
  height: auto;
}

#p_content .prod_card .img_cover {
  overflow: hidden;
  background-color: #FFFFFF;
}

#p_content .prod_card .prod_card_inner {
  padding: 12px 16px 12px 16px;
}

#p_content .prod_card a {
  display: block;
  height: 100%;
}

#p_content .prod_card:hover img {
  transform: scale(1.05, 1.05);
}

#p_content .prod_card_cover {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

/*製品カード横ブロック*/
#p_content .prod_card {
  width: calc((100% - 30px) / 3);
  min-height: 400px;
}

/*カード用デザイン変更スイッチとスイッチ本体*/
#p_content.line_active .prod_card {
  width: 100%;
  min-height: 180px;
}

#p_content.line_active .prod_card a {
  display: flex;
  width: 100%;
}

#p_content.line_active .prod_card h3 br {
  display: none;
}

#p_content.line_active .prod_card .img_cover {
  width: 320px;
  height: inherit;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}

#p_content.line_active .prod_card .prod_card_inner {
  flex: 1;
  max-width: calc(100% - 320px);
}

#p_content.line_active .prod_card h3 {
  text-align: left;
  margin-bottom: 4px;
}

#p_content.line_active .prod_card h3 span {
  display: inline-block;
}

#p_content.line_active .prod_card .disc_cover {
  margin-bottom: 8px;
}


/*NEWアイコン用*/
#p_content .prod_card.new_icon::after {
  content: "NEW";
  color: #ffffff;
  background-color: var(--att_color);
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 78px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  padding: 62px 0 0 4px;
  margin: 0;
  border: none;
  text-align: center;
  font-style: normal;
}

#p_content .prod_card h3 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.5;
}

#p_content .prod_card h3 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 4px;
}

/*ディスクリプション*/
#p_content .prod_card .disc_cover p {
  font-size: 1.5rem;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 400;
}

/*アイコン全般*/
#p_content .prod_card .icon {
  display: inline-block;
  padding: 4px 8px;
  background-color: #939393;
  color: #FFFFFF;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 1.2rem;
  border-radius: 4px;
  vertical-align: middle;
}

/*カテゴリーカラー*/
#p_content .prod_card .icon.cate {
  background-color: var(--icon_color);
}

/**/
#p_content .result {
  font-size: 1.6rem;
}

#p_content .text_hits b {
  font-size: 2.0rem;
  color: var(--main_color);
}

/*ステータスアイコン*/
#p_content .status_icon {
  padding: 2px 4px;
  line-height: 1;
  color: #CD3333;
  border: 1px solid #CD3333;
  font-size: 1.2rem;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
}


/*スイッチ関連*/
#p_content .inner .switch {
  display: flex;
  justify-content: flex-end;
}

#p_content .inner .switch li {
  height: 24px;
  width: 29px;
  background: url(../products/image/icon_line.svg) center center no-repeat;
  background-size: cover;
}

#p_content .inner .switch li:nth-child(2) {
  width: 24px;
  margin-left: 12px;
}

#p_content.box_active .inner .switch li:nth-child(2) {
  background-image: url(../products/image/icon_box_current.svg);
}

#p_content.line_active .inner .switch li {
  background-image: url(../products/image/icon_line_current.svg);
}

#p_content.line_active .inner .switch li:nth-child(2) {
  background: url(../products/image/icon_box.svg) center center no-repeat;
  background-size: cover;
}

#p_content .inner .switch li:hover {
  cursor: pointer;
}

#p_content .inner .switch li img {
  height: 100%;
}

/*カテゴリー*/
#p_category_box .cate_cover {
  margin-bottom: 48px;
}

#p_category_box .cate_cover ul {
  display: flex;
  justify-content: space-between;
}

#p_category_box .cate_cover ul li {
  width: 48%;
  max-width: 480px;
  height: 140px;
}

#p_category_box .cate_cover ul li img {
  width: 100%;
}

/*プロダクト-カテゴリー*/
#p_content .c_main_visual {
  height: 260px;
  margin-bottom: 48px;
  background: #222222;
  background: linear-gradient(to right, #222222 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111', GradientType=1);
  position: relative;
  overflow: hidden;
}

#p_content .c_main_visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc((-100vw - 1240px) / 2);
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #222222;
  background: linear-gradient(to right, #222222 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111', GradientType=1);
  transform: skewX(-24deg);
  transform-origin: right bottom;
}

#p_content .c_main_visual .inner {
  position: relative;
  z-index: 2;
  padding: 48px 0 0;
  height: 100%;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background-position: 98% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.term-new-products .c_main_visual {
  display: none;
}

.term-new-products #p_content {
  padding-top: 200px;
}


.term-fiber-optic-systems .c_main_visual .inner {
  background-image: url(../image/pc_fiber_optic_system.png);
}

.term-camera-cables .c_main_visual .inner {
  background-image: url(../image/pc_hfo.png);
}

.term-other-transmission-devices .c_main_visual .inner {
  background-image: url(../image/pc_other_fiber_system.png);
}

.term-connectors .c_main_visual .inner {
  background-image: url(../image/pc_connectar.png);
}

.term-tools .c_main_visual .inner {
  background-image: url(../image/pc_tools.png);
}

.term-cables .c_main_visual .inner {
  background-image: url(../image/pc_cables.png);
}

.term-cable-reels .c_main_visual .inner {
  background-image: url(../image/pc_cable_reels.png);
}

.term-multichannel-systems .c_main_visual .inner {
  background-image: url(../image/pc_multchannel_systems.png);
}

.term-panels-and-patchbays .c_main_visual .inner {
  background-image: url(../image/pc_panels_and_patchbays.png);
}

.term-cable-assemblies .c_main_visual .inner {
  background-image: url(../image/pc_cable_assemblies.png);
}

#p_content .c_main_visual h1 {
  color: #ffffff;
  font-size: 3.4rem;
  margin-bottom: 16px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

#p_content .c_main_visual p {
  color: #ffffff;
  font-size: 1.6rem;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 300;
}

#p_content .c_main_visual .icon_list li {
  display: inline-block;
  padding: 6px;
  background-color: #ffffff;
  font-style: italic;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 1.3rem;
  border-radius: 2px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/*PC製品ページ以下▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#item_wrapper {
  margin-top: 48px;
}

#item_wrapper a {
  color: #2982D9;
  font-size: inherit;
}

#item_wrapper a:hover {
  color: var(--main_color);
}

/*▼共通ページ▼*/
#item_wrapper .center {
  text-align: center !important;
}

#item_wrapper .left {
  text-align: left !important;
}

#item_wrapper .right {
  text-align: right !important;
}

#item_wrapper .nowrap {
  white-space: nowrap !important;
}

#item_wrapper .hidden {
  visibility: hidden;
}

#item_wrapper .bold {
  font-weight: 600 !important;
}

#item_wrapper .bolder {
  font-weight: 500 !important;
}

#item_wrapper .nomal {
  font-weight: 400 !important;
}

#item_wrapper .lighter {
  font-weight: 300 !important;
}

#item_wrapper .top {
  vertical-align: top !important;
}

#item_wrapper .middle {
  vertical-align: middle !important;
}

#item_wrapper .ul {
  text-decoration: underline;
}

#item_wrapper .float_l {
  float: left !important;
}

#item_wrapper .float_r {
  float: right !important;
}

#item_wrapper .clear::after {
  content: "";
  display: block;
  clear: both;
}

#item_wrapper .no_f {
  float: none !important;
}

/*▼padding▼*/
#item_wrapper .pd_8 {
  padding: 8px !important;
}

#item_wrapper .pd_12 {
  padding: 12px !important;
}

#item_wrapper .pd_16 {
  padding: 16px !important;
}

#item_wrapper .pd_24 {
  padding: 24px !important;
}

#item_wrapper .pd_32 {
  padding: 32px !important;
}

#item_wrapper .pd_40 {
  padding: 40px !important;
}

#item_wrapper .pd_48 {
  padding: 48px !important;
}

#item_wrapper .no_pd {
  padding: 0px !important;
}

#item_wrapper .pl_0 {
  padding-left: 0px !important;
}

#item_wrapper .pr_0 {
  padding-right: 0px !important;
}

/*▼マージン▼*/
#item_wrapper .mb_4 {
  margin-bottom: 4px !important;
}

#item_wrapper .mb_8 {
  margin-bottom: 8px !important;
}

#item_wrapper .mb_12 {
  margin-bottom: 12px !important;
}

#item_wrapper .mb_16 {
  margin-bottom: 16px !important;
}

#item_wrapper .mb_24 {
  margin-bottom: 24px !important;
}

#item_wrapper .mb_32 {
  margin-bottom: 32px !important;
}

#item_wrapper .mb_40 {
  margin-bottom: 40px !important;
}

#item_wrapper .mb_48 {
  margin-bottom: 48px !important;
}

#item_wrapper .mb_no {
  margin-bottom: 0 !important;
}

#item_wrapper .mr_8 {
  margin-right: 8px !important;
}

#item_wrapper .mr_12 {
  margin-right: 12px !important;
}

#item_wrapper .mr_16 {
  margin-right: 16px !important;
}

#item_wrapper .mr_24 {
  margin-right: 24px !important;
}

#item_wrapper .mr_32 {
  margin-right: 32px !important;
}

#item_wrapper .mr_40 {
  margin-right: 40px !important;
}

#item_wrapper .mr_48 {
  margin-right: 48px !important;
}

#item_wrapper .mr_no {
  margin-right: 0 !important;
}

#item_wrapper .auto {
  width: auto !important;
}

#item_wrapper .max {
  width: 100% !important;
}

/*回転*/
#item_wrapper table .rotate {
  writing-mode: vertical-rl;
  /* 縦書きにする */
  text-align: center;
  /* 文字の中央揃え */
  white-space: nowrap;
  /* 折り返しを防ぐ */
}


#item_wrapper table .rl {
  writing-mode: vertical-rl !important;
  /* 縦書きにする */
  text-align: left !important;
  /* 文字の中央揃え */
}


/*上段ユニット*/
#item_wrapper .item_unit1 {
  padding-bottom: 80px;
}

#item_wrapper .item_unit1 .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1240px;
  margin: 0 auto;
}

/*上段ユニット　画像エリア*/
#item_wrapper .item_photo {
  width: 500px;
  aspect-ratio: 1 / 1;
  flex-direction: row-reverse;
}

/*ライブラリ介入*/
#item_wrapper .msacwl-gallery-caption {
  background-color: transparent !important;
  color: var(--font_color) !important;
  padding: 0;
}

#item_wrapper .item_photo img {
  width: 100%;
}

#item_wrapper .item_photo .slider {
  margin-bottom: 24px;
  width: 500px;
}

#item_wrapper .item_photo figcaption {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-top: 2%;
  padding-bottom: 2px;
  line-height: 1.5;
  font-weight: bold;
}

/*スライダーナビ*/
#item_wrapper .item_photo .slider_nav {
  display: flex;
  /*align-items: center;*/
  flex-wrap: wrap;
}

#item_wrapper .item_photo .slider_nav li {
  width: calc(100% / 5);
  aspect-ratio: 1 / 1;
  position: relative;
}

#item_wrapper .item_photo .slider_nav li:hover {
  cursor: pointer;
}

#item_wrapper .item_photo .slider_nav li.current:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border_color);
  z-index: 1;
}

/*上段ユニット　製品概要エリア*/
#item_wrapper .item_body {
  width: 540px;
  padding: 40px;
  min-height: 580px;
  /*下に張り付かせたい*/
  display: flex;
  flex-direction: column;
  /**/
  border: 1px solid var(--border_color);
  background: linear-gradient(to bottom, rgba(244, 243, 248, 1) 0%, rgba(244, 243, 248, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=0);
}

#item_wrapper .item_body .item_status ul li {
  color: #cd3333 !important;
  padding: 4px 8px;
  margin: 0 0 2%;
  line-height: 1;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  border: 1px solid #cd3333;
}

#item_wrapper .item_body .item_status a {
  color: #cd3333 !important;
}

#item_wrapper .item_body h1 {
  font-size: 3.0rem;
  margin-bottom: 24px;
  line-height: 1.3;
}

#item_wrapper .item_body h1 span {
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#item_wrapper .item_body h1 span.icon {
  border: 1px solid var(--att_color);
  color: var(--att_color);
}

#item_wrapper .item_body .item_disc {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

#item_wrapper .item_body .item_disc span {
  font-size: 1.2rem;
  display: inline-block;
  padding: 4px 2px;
}

#item_wrapper .item_body p {
  line-height: 1.8;
  font-size: 1.7rem;
  font-weight: 400;
}

/*上段ユニット 特長エリア*/
#item_wrapper .item_body .item_feat {
  margin-bottom: 36px;
  margin-top: 24px;
}

#item_wrapper .item_body .item_feat ul li {
  position: relative;
  margin-bottom: 8px;
  margin-left: 18px;
  line-height: 1.5;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}

#item_wrapper .item_body .item_feat ul li span {
  font-size: 1.2rem;
  display: block;
}

#item_wrapper .item_body .item_feat ul li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: var(--main_color);
  border-radius: 50%;
}

/*上段ユニット 特長エリア 入れ子*/
#item_wrapper .item_body .item_feat ul ul {
  margin-top: 8px;
}

#item_wrapper .item_body .item_feat ul ul li {
  font-size: 1.4rem;
}

#item_wrapper .item_body .item_feat ul ul li:after {
  display: none;
}

/*上部タグ*/
#item_wrapper .item_body .item_tag,
#item_wrapper .item_body .item_cate {
  margin-bottom: 8px;
}

#item_wrapper .item_body .item_tag ul,
#item_wrapper .item_body .item_cate ul {
  display: flex;
  flex-wrap: wrap;
}

#item_wrapper .item_body .item_tag ul li a,
#item_wrapper .item_body .item_cate ul li {
  font-size: 1.4rem;
  margin-right: 4px;
  color: #ffffff;
  padding: 6px 12px;
  margin-bottom: 4px;
  border-radius: 16px;
  font-family: "Oswald";
}

#item_wrapper .item_body .item_cate ul li a {
  color: #ffffff;
}

/*カテゴリアイコン*/
#item_wrapper .item_body .item_tag ul li a {
  display: block;
  /* background-color: var(--main_color); */
  background-color: #939393;
  transition: 300ms;
}

#item_wrapper .item_body .item_tag ul li a:hover,
#item_wrapper .item_body .item_cate ul li a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

/*カテゴリアイコン*/
#item_wrapper .item_body .item_cate ul li {
  background-color: var(--icon_color);
}


/***上段注意書き***/
#item_wrapper .item_body .item_note {
  border: 1px solid var(--border_color);
  padding: 16px;
  background: #ffffff;
  margin-bottom: 8px;
  margin-top: 16px;
  border-radius: 16px;
}

#item_wrapper .item_body .item_note ul li {
  color: #555555;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 4rem;
  margin-bottom: 8px;
  position: relative;
}

#item_wrapper .item_body .item_note ul li::before {
  content: "Note:";
  left: 0;
  top: 0;
  position: absolute;
  font-weight: 500;
  color: var(--font_color);
}

#item_wrapper .item_body .item_note ul li:last-of-type {
  margin-bottom: 0;
}

/***製品のお問い合わせ***/
#item_wrapper .item_contact {
  transition: background-color 200ms;
  background-color: #ffffff;
  margin-bottom: 24px;
}

#item_wrapper .item_contact:hover {
  background-color: var(--main_color);
}

#item_wrapper .item_contact a {
  display: block;
  color: var(--main_color);
  border: 1px solid var(--main_color);
  transition: 200ms;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  background: url("../image/icon_mail_g.svg") no-repeat 12px center;
}

#item_wrapper .item_contact a:hover {
  color: #ffffff;
  border: 1px solid var(--main_color);
  background: url("../image/icon_mail_w.svg") no-repeat 12px center;
}

/***SNSアイコンお気に入り等***/

#aside ul {
  margin: 0 8%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#aside ul li {
  text-align: center;
  width: calc(100% / 5);
  position: relative;
}

#aside ul li a {
  display: block;
  width: 100%;
}

#aside ul li svg {
  width: 24px;
  height: 24px;
  margin: 0 8px;
}

#aside ul li:hover {
  cursor: pointer;
}

#aside li .fill {
  /*アクティブ*/
  fill: #c7c7c7;
  transition: 500ms;
}

#aside li.favorite.active .fill {
  /*お気に入り*/
  fill: var(--accent_color);
}

#aside li:hover .fill {
  /*ホバー時*/
  fill: var(--main_color);
}

#aside li.tw:hover .fill {
  fill: #1da1f2;
}

#aside li.li:hover .fill {
  fill: #0e76a8;
}

#aside li.print_btn:after,
#aside li.link_copy:after,
#aside li.favorite:after,
#aside li.photo_down:after,
#aside li.share:after {
  position: absolute;
  transform: translate(-50%);
  top: 0rem;
  left: 50%;
  z-index: 0;
  white-space: nowrap;
  opacity: 0;
  transition: 200ms;
  font-size: 1.2rem;
  color: #c7c7c7;
  font-weight: 300;
}

#aside li.print_btn:after {
  content: "Print";
}

#aside li.link_copy:after {
  content: "URL Copy";
}

#aside li.favorite:after {
  content: "Watch list";
}

#aside li.photo_down:after {
  content: "Photo down";
}

#aside li.share:after {
  content: "Share";
}

#aside li.print_btn:hover:after,
#aside li.link_copy:hover:after,
#aside li.favorite:hover:after,
#aside li.photo_down:hover:after,
#aside li.share:hover:after {
  display: block;
  top: -1.5rem;
  opacity: 1;
}

#aside li.favorite {
  position: relative;
}

/******タブの見出し******/
#item_wrapper .center_unit {
  margin-bottom: 80px;
  width: 100%;
  border-bottom: 1px solid var(--border_color);
  border-top: 1px solid var(--border_color);
}

#item_wrapper .center_unit ul {
  display: flex;
  margin: 0 auto;
  padding: 8px 0px;
  max-width: 1240px;
}

#item_wrapper .center_unit ul li {
  color: var(--font_color);
  width: calc(100% / 3);
  padding: 16px 32px;
  cursor: pointer;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 200ms;
  position: relative;
}

#item_wrapper .center_unit ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 40%;
  width: 1px;
  background-color: var(--border_color);
  transform: translateY(-50%);
}

#item_wrapper .center_unit ul li:hover {
  background-color: var(--main_color) !important;
  color: #FFFFFF !important;
}

#item_wrapper .center_unit ul li.active {
  color: var(--main_color);
  font-weight: bold;
}

#item_wrapper .center_unit ul li.active:after {
  content: "";
  color: var(--main_color);
  background-color: var(--main_color);
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/*****タブパネル用*****/
#item_wrapper .item_unit2 .area {
  /*追加*/
  max-width: 1240px;
  margin: 0 auto 120px;
}

#item_wrapper .item_unit2 .area>div {
  display: none;
}

#item_wrapper .item_unit2 .area>div.active {
  display: block !important;
}


/***見出し[headline]***/
.single #item_wrapper h1 {
  font-size: 2.8rem;
  line-height: 1.3;
}

.single #item_wrapper h2 {
  font-size: 2.6rem;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin-bottom: clamp(2%, 60px, 60px);
}

.single #item_wrapper h2::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 6px;
  height: 40%;
  background-color: var(--main_color);
}

.single #item_wrapper h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 6px;
  height: 40%;
  background-color: var(--main_color2);
}

.single #item_wrapper h3 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 2.2rem;
  margin-bottom: 2%;
}

.single #item_wrapper h3::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 0.8em;
  height: 2px;
  background-color: var(--icon_color);
}

.single #item_wrapper h4 {
  font-size: 2.0rem;
  margin-bottom: 2%;
}

.single #item_wrapper h5 {
  font-size: 1.8rem;
  margin-bottom: 2%;
}

.single #item_wrapper h6 {
  font-size: 1.6rem;
  margin-bottom: 2%;
}

/*****テーブル共通*****/
.single #item_wrapper table {
  border-collapse: collapse;
  margin-bottom: 4px;
  width: 100%;
}

.single #item_wrapper table .empty {
  border: none !important;
  background-color: transparent !important;
}

.single #item_wrapper table th,
.single #item_wrapper table td {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 8px 12px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid var(--border_color);
  border-right: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
  border-top: 1px solid var(--border_color);
}

.single #item_wrapper table th:nth-last-child(1),
.single #item_wrapper table td:nth-last-child(1) {
  border-right: none;
}

.single #item_wrapper table th:nth-child(1),
.single #item_wrapper table td:nth-child(1) {
  border-left: none;
}

.single #item_wrapper table thead {
  border-bottom: 2px solid var(--font_color);
}

.single #item_wrapper table th {
  font-weight: 600;
  background-color: transparent;
}

.single #item_wrapper table td {
  font-weight: 400;
  background-color: transparent;
}

#item_wrapper .item_unit2 table tbody tr:nth-child(even) td {
  background-color: var(--base_color);
}

/*wordpress 介入*/
#item_wrapper .wp-block-flexible-table-block-table figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 100;
}

#item_wrapper .wp-block-flexible-table-block-table {
  /*wordpress 介入*/
  margin-bottom: 60px;
}

#item_wrapper .wp-block-flexible-table-block-table table {
  min-width: 1024px;
}

/*wordpress flexible table PCスクロールのみ*/
#item_wrapper .wp-block-flexible-table-block-table.is-scroll-on-pc {
  background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0 / 50px 100%,
    linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%,
    linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right / 50px 100%,
    linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: local, scroll, local, scroll;
}

#item_wrapper .wp-block-flexible-table-block-table.is-scroll-on-pc th {
  white-space: nowrap;
}

#item_wrapper .wp-block-flexible-table-block-table.is-scroll-on-pc td {
  background-color: transparent;
}

#item_wrapper .wp-block-flexible-table-block-table.is-scroll-on-pc td:has(> img) {
  /*tdの中にimgがある場合*/
  white-space: wrap !important;
}

#item_wrapper .wp-block-flexible-table-block-table.is-scroll-on-pc tr:nth-child(even) td {
  /* background-color: var(--base_color); */
  background-color: rgba(144, 133, 180, 0.1);
}

/***spec テーブル .spec(classで囲んでください)***/
#item_wrapper .item_unit2 .wp-block-table,
#item_wrapper .item_unit2 .spec table {
  margin-bottom: 60px;
  overflow-y: hidden;
}

#item_wrapper .item_unit2 .wp-block-table table td,
#item_wrapper .item_unit2 .wp-block-table table th,
#item_wrapper .item_unit2 .spec table td,
#item_wrapper .item_unit2 .spec table th {
  padding: 8px 12px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid var(--border_color);
}

#item_wrapper .item_unit2 .wp-block-table table thead th,
#item_wrapper .item_unit2 .spec table thead th {
  background-color: var(--base_color2);
  font-weight: bold;
}

#item_wrapper .item_unit2 .wp-block-table table thead,
#item_wrapper .item_unit2 .spec table thead {
  border-bottom: none;
}

#item_wrapper .item_unit2 .wp-block-table table thead th:nth-child(1),
#item_wrapper .item_unit2 .spec table thead th:nth-child(1) {
  visibility: hidden;
  border: none;
}

#item_wrapper .item_unit2 .wp-block-table table tbody td:nth-child(1),
#item_wrapper .item_unit2 .spec table tbody td:nth-child(1) {
  background-color: var(--base_color2);
  font-weight: 600;
  text-align: left;
}

#item_wrapper .item_unit2 table .ele {
  background-color: var(--base_color2);
  font-weight: 600;
  text-align: left;
}

/***free テーブル .free(classで囲んでください)***/
#item_wrapper .item_unit2 .free table {}

#item_wrapper .item_unit2 .free table thead {
  border-bottom: double 4px var(--border_color);
}

#item_wrapper .item_unit2 .free table tr {
  border-bottom: solid 1px var(--border_color);
}

#item_wrapper .item_unit2 .free table tr th {
  background-color: var(--base_color2);
}

#item_wrapper .item_unit2 .free table tbody tr:nth-child(even) td {
  /* background-color: #fafafa; */
  background-color: transparent;
}

#item_wrapper .item_unit2 .free table tr td,
#item_wrapper .item_unit2 .free table tr th {
  border: solid 1px var(--border_color);
}


/***small テーブル .small(classで囲んでください)***/
#item_wrapper .item_unit2 .small table tr td,
#item_wrapper .item_unit2 .small table tr th {
  font-size: 1.2rem;
  padding: 4px;
}

/*画像のキャプション*/
.wp-element-caption {
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
}

/*カラム*/
.wp-block-columns {
  margin-bottom: 48px;
}


/*1コンテンツ毎の製品の箱*/
#item_wrapper .item_unit2 .item,
#item_wrapper .item_unit2 .item_box {
  margin-bottom: 120px;
}

/*見出し*/
#item_wrapper .item_unit2 ul {
  margin-bottom: 48px;
}

#item_wrapper .item_unit2 ul li {
  margin-left: 18px;
  margin-bottom: 8px;
  line-height: 1.6;
  position: relative;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}

#item_wrapper .item_unit2 ul li::after {
  content: "";
  position: absolute;
  top: calc(1rem);
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: var(--main_color);
  border-radius: 50%;
}

#item_wrapper .item_unit2 ul li img {
  padding: 1%;
}

#item_wrapper .item_unit2 ul li ul {
  margin: 8px 0 8px 8px;
}

#item_wrapper .item_unit2 ul li ul li::after {
  /* display: none; */
  width: 4px;
  height: 4px;
  background-color: var(--main_color2);
}

/*▼注意書き▼*/
#item_wrapper .item_unit2 .note {
  margin-bottom: 60px;
  padding: 24px 36px 24px 24px;
  border-radius: 24px;
  background-color: #f7f7f7;
  margin-top: auto;
}

#item_wrapper .item_unit2 .note p {
  margin-bottom: 1%;
}

#item_wrapper .item_unit2 .note ul {
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  color: #86868b;
}

#item_wrapper .item_unit2 .note ul li {
  padding-left: 5rem;
  font-size: 1.4rem;
  position: relative;
  font-weight: 300;
}

#item_wrapper .item_unit2 .note ul li::after {
  content: "Note :";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

#item_wrapper .item_unit2 .note ul li:nth-last-child(1) {
  margin-bottom: 0;
}

/*WP介入*/
#item_wrapper .item_unit2 .wp-block-details {
  margin-bottom: 80px;
  padding: 24px 36px 24px 24px;
  border-radius: 24px;
  background-color: var(--base_color3);
  margin-top: auto;
  display: inline-block;
}

#item_wrapper .item_unit2 .wp-block-details summary {
  font-size: 1.6rem;
  line-height: 1.8;
}

#item_wrapper .item_unit2 .wp-block-details p {
  padding-left: 1.5rem;
  line-height: 1.8;
  font-size: 1.4rem;
  position: relative;
  font-weight: 300;
}

#item_wrapper .item_unit2 .wp-block-details p::after {
  content: "*";
  position: absolute;
  left: 0;
  top: calc(1.5rem / 4);
  /* transform: translateY(-50%); */
  font-weight: bold;
}


/*▼関連商品▼*/
#related {
  padding: 48px 24px 24px 24px;
}

#related:not(:has(.crp_related)) {
  display: none;
  /*子要素にclassを持っていない場合*/
}

#related .crp_related {
  display: flex;
}

#related h2 {
  font-size: 2.6rem;
  white-space: nowrap;
  margin-right: 81px;
}

/*製品ページ*/
#related .prod_card_cover.related {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  position: relative;
}

#related .prod_card_cover.related figure {
  margin-bottom: 16px;
  overflow: hidden;
}

#related .prod_card_cover.related .crp_title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

#related .prod_card_cover.related .prod_card {
  max-width: 280px;
  min-height: 320px;
  background: transparent;
  overflow: visible;
  box-shadow: none;
}

#p_content .prod_card_cover.related .prod_card a {
  height: auto;
}

#related .prod_card_cover.related .prod_card .crp_excerpt {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0 1%;
}

#related .prod_card_cover.related .prod_card img {
  width: 100%;
}


/****************▼タブレット用のCSS▼****************/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #p_content .p_prod ul li {
    width: calc(100% / 3);
  }

  #p_content .prod_card .disc_cover p {
    font-size: 1.4rem;
  }

  #p_content.box_active .prod_card {
    width: calc((100% - 15px) / 2);
  }

  #p_content.box_active .prod_card .img_cover {
    width: 100%;
  }

  #p_content.box_active .prod_card .prod_card_inner {
    width: 100%;
    min-width: auto;
    height: auto;
  }


  #p_content.active .prod_card .img_cover {
    width: 40%;
    max-width: 40%;
  }

  #p_content.active .prod_card .prod_card_inner {
    width: 60%;
    max-width: 60%;
  }

  #item_wrapper .item_unit1 .inner {
    flex-direction: column-reverse;
  }

  #banner_area ul li {}

  /*上段ユニット　製品写真エリア*/
  #item_wrapper .item_photo {
    width: 100%;
    margin-bottom: 24px;
  }

  #item_wrapper .item_photo .slider {
    /* width: 75%; */
    width: 100%;
  }

  #item_wrapper .item_photo .slider_nav {
    /* width: 25%; */
    width: 100%;
  }

  #item_wrapper .item_photo figcaption {
    text-align: center;
    font-size: 1.2rem;
  }

  #item_wrapper .item_body {
    width: 100%;
    padding: 48px;
    margin-bottom: 32px;
  }

  /*▼下段ユニット▼*/
  /*▼テクニカルデータテーブル▼*/
  #item_wrapper .table_wrapper {
    /* 以下の設定は必須 */
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
  }

  #item_wrapper table {
    table-layout: auto;
    min-width: 1024px;
  }

}

/****************▼スマートフォン用のCSS▼****************/
@media only screen and (max-width: 767px) {
  #header.gadget.active {
    top: 0;
  }

  #c_page {}

  /*共通*/
  .prod_ttl_box {
    position: relative;
    margin-bottom: 12px;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .prod_ttl_box h2 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    font-weight: bold;
  }

  .prod_ttl_box h2 span b {
    font-size: 2.2rem;
  }

  .prod_ttl_box h2 span {
    font-size: 1.4rem;
    margin-left: 8px;
  }

  h3.common_ttl {
    font-size: 1.6rem;
  }

  #p_content {
    padding-top: 50px;
  }

  /*▼▼▼プロダクト()▼▼▼*/
  .search #p_content,
  .products #p_content,
  .single-products #p_content {
    padding-top: 50px;
    margin-top: 40px;
  }

  /*▼▼▼プロダクト(タクソノミーカテゴリ/タグ)▼▼▼*/
  .tax-products-tag #p_content,
  .tax-products-cat #p_content {
    padding-top: 50px;
  }

  /*▼▼▼プロダクト(トップページ)▼▼▼*/
  .products #p_content.top h2 {
    font-size: 2.4rem !important;
  }

  .products #p_content .p_prod ul {
    display: flex;
    flex-wrap: wrap;
  }

  .products #p_content .p_prod ul li {
    width: 50%;
    height: auto;
    min-height: 240px;
  }

  .products #p_content .p_prod ul li a {
    width: 100%;
    overflow: hidden;
    padding: 2% 6% 12% 6%;
  }

  .products #p_content .p_prod ul li a:hover>img {
    transform: scale(1.05, 1.05);
  }

  .products #p_content .p_prod ul li .img_box {
    width: 100%;
    margin-bottom: 8px;
  }

  .products #p_content .p_prod ul li a .text_box {
    width: 100%;
    padding: 8px 8px;
    min-height: 102px;
  }

  .products #p_content .p_prod ul li a h4 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }

  .products #p_content .p_prod ul li a p {
    font-size: 1.4rem;
  }

  /*ニュース*/
  .products #p_content .p_news {
    position: relative;
  }

  .products #p_content .p_news .grid_cover {
    display: block;
  }

  .products #p_content .p_news .common_result_box {
    margin-right: 16px;
  }

  .products #p_content .p_news .grid_cover .grid_box:nth-child(1) {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 12%;
    text-align: center;
  }

  .products #p_content .p_news .grid_cover .grid_box:nth-child(2) {
    width: 100%;
    padding: 4%;
    margin-right: 4%;
  }

  .products #p_content .p_news .news_cover::-webkit-scrollbar {
    width: 8px;
  }

  .products #p_content .p_news .news_cover::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 6px #C7C7C7;
    background-color: #FFF;
  }

  /*スクロールバーの動く部分*/
  .products #p_content .p_news .news_cover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, .5);
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
  }

  /*▼新製品スライダー▼*/
  .products #p_content .p_newprod {
    width: 100%;
    height: 900px;
  }

  .products #p_content .p_newprod .grid_cover {
    display: block;
  }

  .products #p_content .p_newprod .grid_cover .grid_box:nth-child(1) {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 12%;
    text-align: center;
  }

  .products #p_content .p_newprod .grid_cover .grid_box:nth-child(2) {
    width: 100%;
  }

  .products #p_content .p_newprod .slider_cover {
    margin: 0;
  }

  /*スライダー2*/
  .slider_cover .slider2 .slide {
    /* width: 174px; */
    width: 240px !important;
    margin: 0 4px;
  }

  .slider_cover .slider2 .slide :before {
    width: 80px;
    height: 80px;
    font-size: 1.0rem;
    padding: 64px 0 0 4px;
  }

  .slider_cover .slider2 .slide h3 {
    text-align: center;
    padding: 4px 0;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.5rem;
  }

  .slider_cover .slider2 .slide h3 br {
    display: block;
  }

  .slider_cover .slider2 .slide p {
    font-size: 1.4rem;
  }


  /*その他製品群*/

  #p_content .other_prod .grid_cover {
    display: block;
  }

  #p_content .other_prod .grid_cover .grid_box:nth-child(1) {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 16 / 9;
    position: relative;
    margin-bottom: 4%;
  }

  #p_content .other_prod .grid_cover .grid_box:nth-child(2) {
    width: 100%;
    margin: 0;
  }

  #p_content .other_prod .grid_cover .grid_box:nth-child(2) a {
    pointer-events: none;
  }

  #p_content .other_prod .grid_cover .grid_box:nth-child(2) .disc h3 {
    font-size: 1.8rem;
  }

  #p_content .other_prod .grid_cover .grid_box:nth-child(2) .disc p {
    font-size: 1.4rem;
  }

  #p_content .other_prod .deco.fade_deco li {
    left: auto;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 6.0rem;
    color: rgba(255, 255, 255, 0.1);
    transform-origin: right bottom;
    transform: rotate(90deg) translateY(100%);
  }

  /*ピックアップ*/
  #p_content .picup {
    padding: 20% 0 8% 0;
  }

  #p_content .picup .grid_cover {
    display: block;
  }

  #p_content .picup .grid_box:nth-child(1) {
    width: 100%;
    margin: 0 0 12% 0;
  }

  #p_content .picup .grid_box:nth-child(2) {
    width: 100%;
    margin: 0 0 12% 0;
  }

  #p_content .picup .ttl_box::after,
  #p_content .other_prod .ttl_box::after {
    left: 50%;
    transform: translateX(-50%);
  }

  #p_content .picup::after {
    display: none;
  }

  /*▼スマートフォンパンくず▼*/
  #p_content .breadcrumb {
    padding: 0;
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 1.2rem;
  }

  #p_content .breadcrumb a {
    font-size: 1.2rem;
  }

  #p_content .breadcrumb li {
    font-size: 1.2rem;
  }

  /*▼▼▼▼▼▼スマートフォン検索カード▼▼▼▼▼▼*/
  #p_content .prod_card_cover {
    gap: 8px;
  }

  #p_content.box_active .prod_card {
    width: calc((100% - 8px) / 2);
    min-height: auto;
  }

  #p_content .prod_card a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #p_content .prod_card img {
    width: 100%;
    height: auto;
  }

  #p_content .prod_card h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    line-height: 1.3;
    font-weight: bold;
  }

  #p_content .prod_card .prod_card_inner {
    padding: 3% 3% 5% 3%;
  }

  #p_content .prod_card i.new {
    color: #ffffff;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    padding: 48px 0 0 4px;
    text-align: center;
    font-style: normal;
  }

  #p_content .result {
    font-size: 1.4rem;
  }

  /*デザイン変更用スイッチとカード*/
  #p_content.line_active .prod_card {
    min-height: auto;
  }

  #p_content.line_active .prod_card .img_cover {
    min-width: 40%;
    width: 40%;
  }

  #p_content.line_active .prod_card .prod_card_inner {
    max-width: 60%;
    width: 60%;
  }

  /*ディスクリプション*/
  #p_content .prod_card .disc_cover p {
    font-size: 1.3rem;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  /*アイコン全般*/
  #p_content .prod_card .icon {
    display: inline-block;
    padding: 4px;
    color: #FFFFFF;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 1.2rem;
    border-radius: 2px;
    vertical-align: middle;
  }

  #p_content .prod_card .icon.cate {
    background-color: var(--font_color);
  }

  /*ステータスアイコン*/
  #p_content .status_icon {
    padding: 1px 2px;
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 4px;
    display: inline-block;
  }

  /*▼カテゴリー▼*/
  #p_category_box ul {
    flex-wrap: wrap;
  }

  #p_category_box ul li {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 4%;
  }

  #p_category_box ul li img {
    width: 100% !important;
  }

  /*▼スマートフォンカテゴリーメインビジュアル▼*/
  #p_content .c_main_visual {
    padding: 32px 0 0;
  }

  #p_content .c_main_visual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 24%;
    z-index: 0;
  }

  #p_content .c_main_visual .inner {
    margin: auto;
    padding: 0 2%;
    background-size: 100%;
    background-position: 120% 100%;
  }

  #p_content .c_main_visual h1 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }

  #p_content .c_main_visual p {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }

  #p_content .c_main_visual p br {
    display: none;
  }

  #p_content .c_main_visual .icon_list {
    padding-right: 38%;
  }

  #p_content .c_main_visual .icon_list li {
    font-size: 1.2rem;
  }

  #banner_area ul li {
    width: 98%;
    max-width: fit-content;
  }

  /*▼▼▼▼▼▼以下製品ページ▼▼▼▼▼▼*/
  #item_wrapper .item_unit1 {
    width: 100%;
    padding-bottom: 48px;
  }

  #item_wrapper .item_unit1 .inner {
    flex-direction: column-reverse;
  }

  /*上段ユニット 製品写真エリア*/
  #item_wrapper .item_photo {
    width: 100%;
  }

  #item_wrapper .item_photo .slider {
    /* width: 75%; */
    width: 100%;
  }

  #item_wrapper .item_photo .slider_nav {
    /* width: 25%; */
    width: 100%;
  }

  #item_wrapper .item_photo figcaption {
    text-align: center;
    font-size: 1.2rem;
  }

  /*上段ユニット 製品概要エリア*/
  #item_wrapper .item_body {
    width: 100%;
    min-height: fit-content;
    padding: 24px;
    margin-bottom: 32px;
  }

  #item_wrapper .item_body h1 {
    font-size: 2.4rem;
  }

  #item_wrapper .item_body h2 {
    font-size: 2.0rem;
  }

  #item_wrapper .item_body h3 {
    font-size: 1.8rem;
  }

  #item_wrapper .item_body .item_disc {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }

  #item_wrapper .item_contact {
    margin-top: 16px;
  }

  #item_wrapper .item_contact a {
    font-size: 1.5rem;
  }



  /*▼▼▼センターユニット▼▼▼*/
  #item_wrapper .center_unit {
    margin-bottom: 48px;
  }

  /*▼▼▼下のユニット▼▼▼*/
  #item_wrapper .item_unit2 .area {
    padding: 0 1%;
  }

  #item_wrapper .center_unit ul li {
    font-size: 1.6rem;
    padding: 3% 2%;
  }

  #item_wrapper .annotation p {
    text-align: left;
  }


  #item_wrapper .item_feat ul li {
    font-size: 1.5rem;
  }

  #item_wrapper .item_spec .note * {
    font-size: 1.3rem !important;
  }

  /*▼テーブル▼*/
  #item_wrapper .table_wrapper {
    scroll-snap-type: x mandatory;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
  }

  #item_wrapper table colgroup {
    display: none;
  }

  #item_wrapper table {
    table-layout: auto;
    width: auto;
    min-width: 767px;
  }

  #item_wrapper table caption {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  #item_wrapper table th {
    font-size: 1.5rem;
    white-space: nowrap;
  }

  #item_wrapper table td {
    font-size: 1.5rem;
  }

  #item_wrapper table .ele {
    white-space: nowrap !important;
  }

  #item_wrapper table .item_spec table th {
    white-space: nowrap !important;
  }

  #item_wrapper table .type .ttl {
    font-size: 1.6rem;
    top: 2%;
    left: 2%;
  }

  #item_wrapper table .type .img_cover {
    margin: 5em 0;
    text-align: center;
  }

  /*▼注意書き▼*/
  #item_wrapper .item_unit2 .item_note ul li {
    font-size: 1.3rem;
  }

  /*▼関連商品▼*/
  #related {
    padding: 4% 1%;
  }

  #related h2 {
    width: 100%;
    margin-bottom: 24px;
    font-size: 2.2rem;
    text-align: center;
    margin-right: 0;
  }

  #related .inner {
    /* display: block; */
    margin: 0 !important;
  }

  #related .crp_related {
    display: block;
  }

  #related::before {
    font-size: 14vw;
    bottom: -4px;
  }

  #related .prod_card_cover.related {
    margin-left: 0%;
    width: 100%;
    gap: 0;
    position: relative;
  }

  #related .prod_card_cover.related .prod_card {
    width: 48%;
    max-width: 100% !important;
    min-height: auto;
    gap: 0;
    margin: 0 1% 2% 1%;
  }

  #related .prod_card_cover.related .crp_title {
    font-size: 1.6rem;
  }

  #related .prod_card_cover.related .prod_card .crp_excerpt {
    font-size: 1.4rem;
  }
}


/*スクロールダウン */
.arrow_Wrap {
  position: absolute;
  left: calc(1240px / 2) 2vw;
  top: calc(100vw * 0.333);
  z-index: 3;
}

.arrow_inner p {
  font-size: 1.2rem;
  text-align: end;
  -webkit-transform: rotate(90deg) translateX(28px);
  transform: rotate(90deg) translateX(28px);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: var(--base_color);
  position: relative;
  overflow: hidden;
}

.arrow::after {
  content: '';
  width: 1px;
  height: 20px;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--base_color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: var(--font_color);
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}