/*
Theme Name: hiode
Theme URI:  https://az-create.co.jp/
Author:     AZ CREATE.Co.,Ltd
Author URI: https://az-create.co.jp/
Template:   swell
Version:    1.0
License:    GNU General Public License v2 or later
*/


/* 全体フォント */
h1,h2,h3,h4,h5,h6 {
	font-weight: 900!important;
}
h1 {
	line-height: 1.4;
}
strong {
	font-weight: 900!important;
}

:root {
  --color_htag: #fabf2d;
}

[data-postid="1514"] h3 {
  color: #fabf2d;
}

[data-postid="1514"] h2 {
  text-align: center;
}

[data-postid="1514"] .list-1 {
  padding: 120px 100px;
  border: 1px solid #fabf2d !important;
  border-radius: 100px;
  background: #fff;
}

@media (max-width: 600px) {
  [data-postid="1514"] .list-1 {
    padding: 30px;
    border-radius: 10px;
  }
}

/* SPメニュー */
.c-widget__title {
	display: none;
}
/*  メインビジュアル*/
.home-ky {
	height: 100vh;
}
.home-ky .text-box {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translatey(-60%);
}
.home-ky .p1 {
  font-family: var(--font-gothic2);
  letter-spacing: 3px;
}
.home-ky .main-btn {
	position: absolute;
	bottom: 100px;
	left: 100px;
}
.home-ky .title {
	position: absolute;
	top: 80px;
}

@media (min-width: 960px) {
	#main_visual {
		display: none;
	}
}

/* タブレット幅（600〜959px）：MVの顔が切れないよう表示位置を調整 */
@media (min-width: 600px) and (max-width: 959px) {
	#main_visual .p-mainVisual__img.u-obf-cover {
		object-position: right top;
	}
	#main_visual .p-mainVisual:not(.-motion-no) .swiper-slide-active .p-mainVisual__imgLayer,
	#main_visual .p-mainVisual:not(.-motion-no) .swiper-slide-duplicate-active .p-mainVisual__imgLayer,
	#main_visual .p-mainVisual:not(.-motion-no) .swiper-slide-prev .p-mainVisual__imgLayer {
		-webkit-transform: none;
		transform: none;
		-webkit-animation: none;
		animation: none;
	}
	#main_visual .-motion-leftToRight .p-mainVisual__imgLayer {
		-webkit-transform: none;
		transform: none;
	}
}
/* HOME全体 */
.top #content,
.top .l-content {
  padding-top: 0 !important;
}

/* HOMEインタビュー */
.interview-link .swell-block-linkList__text {
	display: flex;
    margin: 0!important;
    justify-content: center;
    align-items: center;
}

/* HOMEスタッフの声アニメーション */
.interview-section {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.bg-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
	border-radius: 30px 10px;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.bg-image.active {
  opacity: 1;
}

.interview-content {
  color: #333;
  border-radius: 8px;
  margin-top: 15px;
}
.bg-container01::after {
	content: "";
	position: absolute;
	background: url(https://azmanagement-sample.com/hinode/wp-content/uploads/2025/09/re1.png) center center no-repeat;
	width: 300px;
	height: 400px;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	z-index: 1000;
}
.bg-container02::after {
	content: "";
	position: absolute;
	background: url(https://azmanagement-sample.com/hinode/wp-content/uploads/2025/09/re3.png) center center no-repeat;
	width: 300px;
	height: 400px;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	z-index: 1000;
}
.bg-container03::after {
	content: "";
	position: absolute;
	background: url(https://azmanagement-sample.com/hinode/wp-content/uploads/2025/09/re2.png) center center no-repeat;
	width: 300px;
	height: 400px;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	z-index: 1000;
}
/* HOMEひのでの強み */
.bg-container06,.bg-container05,.bg-container04{
	  height: 250px!important;
}
@media (max-width: 600px) {
.id_394 .b-02 .is-style-dent_box {
    padding: 50px 10px 10px 10px!important;
}
.id_394 .b-01 .is-style-dent_box, .b-03 .is-style-dent_box {
    padding: 50px 10px 10px 10px !important;
}

}

/* HOME フォト */
/* スライダー共通 */
.slider-5 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  overflow: hidden;
}
/.slider {
  overflow: hidden;
}

.slider-photo {
  display: flex;
  gap: 20px;
  animation: slide-left 20s linear infinite;
}

/* 右→左 */
@keyframes slide-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* 全体幅の半分 */
}

/* 左→右 */
.reverse .slider-photo {
  animation: slide-right 20s linear infinite;
}

@keyframes slide-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* 画像共通設定 */
.slide-photo {
  width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0; 
}
/* 右→左スライド用 */
.slider-5 .slide-photo:nth-child(odd) {
  transform: rotate(5deg);
}

.slider-5 .slide-photo:nth-child(even) {
  transform: rotate(-5deg);
}

/* 左→右スライド用 */
.slider-5.reverse .slide-photo:nth-child(odd) {
  transform: rotate(-5deg);
}

.slider-5.reverse .slide-photo:nth-child(even) {
  transform: rotate(5deg);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝新人研修＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.page-id-95 .box .box-item {
  padding: 20px;
  box-shadow: 10px 10px 10px #ccc;
}

.box-1 .box-item {
  border-radius: 15px;
  box-shadow: inset 1px 1px 1px rgba(255, 198, 0, 0.5),
    inset -1px -1px 8px rgba(255, 198, 0.5) !important;
}
[data-postid="95"] .box-1 {
  width: 95vw;
  margin: 0 2.5vw 6em !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝トレーナー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* トレーナーページロゴスライダー 右から左 */
.slider-trainer {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.slider-trainer .slider-logo-item {
  display: flex;
  animation: scrollLogotrainer-r 15s linear infinite;
}

.slider-trainer .slide-logoimg {
  flex: 0 0 auto;
  padding: 0 20px;
}

.slider-trainer .slide-logoimg img {
  max-height: 60px; 
  display: block;
}

@keyframes scrollLogotrainer-r {
 0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
[data-postid="906"] {
	margin: 0!important;
padding: 0!important;
}

/* ロゴスライダー 左から右 */
.slider-trainer-h {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.slider-trainer-h .slider-logo-item {
  display: flex;
  animation: scrollLogotrainer-l 15s linear infinite; 
}

.slider-trainer-h .slide-logoimg {
  flex: 0 0 auto;
  padding: 0 20px;
}

.slider-trainer-h .slide-logoimg img {
  max-height: 60px; 
  display: block;
}
@keyframes scrollLogotrainer-l {
 0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
[data-partsid="906"] .swell-block-fullWide,[data-partsid="908"] .swell-block-fullWide{
	 border: 1px solid #fd6b0c;
    background-color: rgba(255,255,255,0);
    border-left: none;
    border-right: none;
}
[data-partsid="906"] .pc-py-20,[data-partsid="908"] .pc-py-20 {
	padding: 10px 0!important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ひのでの強み＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* .b-01 figure {
	position: relative;
}
.b-01 figure::after {
	content: "";
	position: absolute;
	background: url(https://sample-webdesign1.com/hinode/wp-content/uploads/2025/08/point01-2.png) center center no-repeat;
	width: 235px;
	height: 295px;
	top: -10px;
	left: 10px;
	z-index: 1000;
}
.b-02 figure {
	position: relative;
}
.b-02 figure::after {
	content: "";
	position: absolute;
	background: url(https://sample-webdesign1.com/hinode/wp-content/uploads/2025/08/p02-1.png) center center no-repeat;
	width: 235px;
	height: 295px;
	top: -10px;
	right: 10px;
	z-index: 1000;
}
.b-03 figure {
	position: relative;
}
.b-03 figure::after {
	content: "";
	position: absolute;
	background: url(https://sample-webdesign1.com/hinode/wp-content/uploads/2025/08/p03-1.png) center center no-repeat;
	width: 236px;
	height: 295px;
	top: -10px;
	left: 10px;
	z-index: 1000;
}
.b-01 .ttl1 {
	position: relative;
}
.b-01 .ttl1::after {
	content: "";
	position: absolute;
	background: url(https://sample-webdesign1.com/hinode/wp-content/uploads/2025/08/s1-1.png) center center no-repeat;
	width: 224px;
	height: 238px;
	top: -100px;
	right: -80px;
	z-index: 1000;
}
.b-02 .ttl2 {
	position: relative;
}
.b-02 .ttl2::after {
	content: "";
	position: absolute;
	background: url(https://sample-webdesign1.com/hinode/wp-content/uploads/2025/08/s2.png) center center no-repeat;
	width: 202px;
	height: 236px;
	top: -100px;
	right: -10px;
	z-index: 1000;
}
.b-03 .ttl3 {
	position: relative;
}
.b-03 .ttl3::after {
	content: "";
	position: absolute;
	background: url(https://sample-webdesign1.com/hinode/wp-content/uploads/2025/08/s3.png) center center no-repeat;
	width: 220px;
	height: 242px;
	top: -100px;
	right: -80px;
	z-index: 1000;
} */
.b-01 .is-style-dent_box,.b-03 .is-style-dent_box {
	padding: 50px 100px 50px 50px!important;
}
.b-02 .is-style-dent_box {
	padding: 50px 50px 50px 100px!important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝勉強会＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
[data-postid="67"] .box-item {
  padding: 35px 50px;
  border-radius: 30px;
  --swl-box_shadow: 0 0px 8px rgba(250, 191, 45, 1.05),
    0 4px 4px -4px rgba(250, 191, 45, 1.05);
}

/* 募集要項------------ */
[data-postid="254"] .wp-block-table {
  --table-border: none;
}
[data-postid="254"] .pc-youkou {
      justify-content: space-around;
}
[data-postid="254"] .title {
  gap: 12px;
  border-bottom: 2px solid #ddd;
  width: fit-content;
  padding: 5px 15px 5px 0;
}
[data-postid="254"] .list-1 {
  padding: 120px 100px;
  border: 1px solid #fabf2d !important;
  border-radius: 100px;
  background: #fff;
}
[data-postid="254"] .list-1 h2 {
  letter-spacing: 6px !important;
}
[data-postid="254"] .list-1 td {
  padding: 25px 0px;
}
[data-postid="254"] .list-1 td:nth-of-type(1) {
  border-bottom: 1px solid #ffc600 !important;
}
[data-postid="254"] .list-1 td:nth-of-type(2) {
  border-bottom: 1px solid #d1d1d1 !important;
}
@media (max-width: 600px) {
[data-postid="254"] .list-1 {
    padding: 30px;
    border-radius: 10px;
	}
}



/* 会社概要 */
[data-postid="387"] .wp-block-table {
  --table-border: none;
}
[data-postid="387"] .title {
  gap: 12px;
  border-bottom: 2px solid #ddd;
  width: fit-content;
  padding: 5px 15px 5px 0;
}
[data-postid="387"] .list-1 {
  padding: 70px 140px;
  border: 1px solid #fabf2d !important;
  border-radius: 100px;
  background: #fff;
}
[data-postid="387"] .list-1 h2 {
  letter-spacing: 6px !important;
}
[data-postid="387"] .list-1 td {
  padding: 25px 0px;
}
[data-postid="387"] .list-1 td:nth-of-type(1) {
  border-bottom: 1px solid #ffc600 !important;
}
[data-postid="387"] .list-1 td:nth-of-type(2) {
  border-bottom: 1px solid #d1d1d1 !important;
}
[data-postid="387"] .u-mb-30 {
    margin-bottom: 20px!important;
}
[data-postid="387"] .slider-access li {
	margin: 0 10px;
}


@media (max-width: 600px) {
[data-postid="387"] .list-1 {
    padding: 30px;
    border: 1px solid #fabf2d !important;
    border-radius: 9px;
    background: #fff;
}
}
/* 福利厚生 */
[data-postid="268"] .box-1 {
  border-radius: 100px;
}
[data-postid="268"] .img {
  width: 100%;
}
[data-postid="268"] .opa-0{
	opacity: 0;
}
[data-postid="268"] .title {
  gap: 30px;
  border-bottom: 1px solid #ffc600;
  padding-bottom: 20px;
  margin-bottom: 70px !important;
}
[data-postid="268"] .item {
  gap: 15px;
}
@media (max-width: 500px) {
	[data-postid="268"] .img {
  width:  auto!important;
}
}
/*=============================================================  固定ページタイトル ===========================================================*/
/*テキストアニメーション  */

/* タイトル全体 */
@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 4.5em;
    font-weight: 900 !important;
  }
}

@media (min-width: 600px) {
  .l-topTitleArea {
    min-height: 500px;
  }
}
@media (max-width: 600px) {
	.c-pageTitle__subTitle {
    margin-bottom: 10px;
    margin-left: 0 !important;
    font-size: 15px;
    justify-content: center!important;
}
	.tx-ttl {
    font-size: 2em;
    font-weight: 900;
}
	#top_title_area .l-container {
    padding: 0 15px !important;
}
	.l-topTitleArea__body {
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    left: 50%!important;
		transform: translatex(-50%)!important;
		bottom: 0!important;
}
}

.c-pageTitle {
  padding: 10px 30px;
	font-family: "Zen Kaku Gothic New" !important;
	font-weight: 900!importnat;
}
.tx-ttl {
  letter-spacing: 3px;
  color: #333;
  display: flex;
  justify-content: center;
}
.tx-orange {
  color: #fd6b0c;
}
.tx-yello {
  color: #ffc600;
}
.l-topTitleArea__body {
  color: #fff;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  left: 5%;
  bottom: -100px;
  margin: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.9)
  );
  width: fit-content;
}

.c-pageTitle__subTitle {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
  margin-left: 0 !important;
  text-shadow: none;
  color: #333;
  font-size: 20px;
}
#top_title_area .l-container {
	padding: 0!important;
}

/* 背景画像ブロックのオーバーレイがクリックを奪わないようにする */
.swell-block-fullWide.has-bg-img::before {
  pointer-events: none;
}

/* メニュー閉じたときは全面オーバーレイをクリック不可に（状態不整合の保険） */
html[data-spmenu="closed"] .p-spMenu,
html[data-spmenu="closed"] .p-spMenu__overlay {
  pointer-events: none !important;
}

/* フッター */
.c-widget+.c-widget {
    margin-top: 0!important;
}
#custom_html-4 {
 margin-top: 0!important;
}

.fotter-sp-menu .swell-block-fullWide__inner {
	padding: 0 50px;
}

/* ============================================================= フッタースライダー =========================================================== */
.futter-slider-text {
  display: flex;
  width: 100%;
}
.futter-slider-tem {
  height: 500px;
  width: 800px;
  background: #3486eb;
  border: 1px solid #000;
  margin: 20px;
  position: relative;
}
.futter-slider-tex img {
  width: 500px;
  height: 50px;
}

.futter-slider-text {
  width: 100%;
}
.futter-slider-text-item {
  display: flex;
  animation: slide 120s linear infinite;
}
.futter-slider-text-item .slide-img {
  min-width: 100%;
  box-sizing: border-box;
}
.futter-slider-text-item .slide-img img {
  width: 100%;
}
@keyframes slide {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(-300%);
  }
}
.footer-1 {
  background-color: rgba(255, 255, 255, 0) !important;
  position: relative;
  z-index: 1;
}
[data-partsid="23"] .l-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* TOPページロゴスライダー 右から左*/
.slider-logo {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.slider-logo-item {
  display: flex;
  animation: scrollLogo 15s linear infinite;
}

.slide-logoimg {
  flex: 0 0 auto;
  padding: 0 20px;
}

.slide-logoimg img {
  max-height: 60px; 
  display: block;
}

@keyframes scrollLogo {
 0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
[data-postid="618"] {
	margin: 0!important;
padding: 0!important;
}
/* ロゴスライダー 左から右 */
.slider-logo-hidari {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.slider-logo-item-h {
  display: flex;
  animation: scrollLogoReverse 15s linear infinite; 
}

.slide-logoimg {
  flex: 0 0 auto;
  padding: 0 20px;
}

.slide-logoimg img {
  max-height: 60px; 
  display: block;
}
@keyframes scrollLogoReverse {
 0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
[data-partsid="647"],[data-partsid="608"] {
	margin-bottom: 0!important;
}

@media (max-width: 600px) {
 [data-partsid="647"] .swell-block-fullWide,[data-partsid="608"] .swell-block-fullWide {
	padding: 10px 0!important;
	     background-color: rgba(255,255,255,.5)!important;
}
}
/* スタッフスライダー */
.page-id-216 #content .slider img {
  width: 100%;
}
.page-id-216 #content .slick-slide {
  margin: 0 15px !important;
}
.page-id-216 #content .slider {
  padding: 0 !important;
}
.page-id-216 #content .itv .alignfull > .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 2000px;
}
.page-id-216 #content .itv .ttl {
  margin-left: 150px;
}
.page-id-216 #content .slick-prev:before {
  display: none;
}
.page-id-216 #content .itv-tti {
  margin-top: 15px;
}
.i-name,
.i-text {
  font-size: 0.9em;
}
.i-name {
  color: #898989;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .page-id-216 #content .wp-block-media-text__content {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 800px) {
  .page-id-216 #content .slider {
    margin-left: 0;
  }
  .page-id-216 #content .itv .ttl {
    margin-left: 10px;
    font-size: 10px;
  }
  .page-id-216 #content .wp-block-heading {
    font-size: 2em;
  }
}
/* ===================
ハンバーガーメニュー
====================== */
/* メニューアイコン（デフォルト時） */
.-menuBtn .c-iconBtn__icon {
	width: 24px;
	height: 2px;
	background-color: #333;
	display: grid;
	place-items: center;
	transition: transform .3s;
	
	&::before,
	&::after {
		grid-area: 1 / 1;
		content: '';
		display: block;
		inset: 0;
		width: 24px;
		height: 2px;
		background-color: #333;
		transition: transform .3s;
	}
	
	&::before {
		transform: translateY(-8px);
	}
	
	&::after {
		transform: translateY(8px);
	}
}

/* メニューアイコン（オープン時） */
[data-spmenu=opened] {
	
	.-menuBtn .c-iconBtn__icon::before {
			transform: rotate(45deg);
	}
	
	.-menuBtn .c-iconBtn__icon {
		background-color: transparent;
	}
	
	.-menuBtn .c-iconBtn__icon::after {
		transform: rotate(-45deg);
	}
}

/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
	font-size: 10px;
	line-height: 10px;
	transform: translateY(12px);
}

/* ボタンラベル（開くボタン） */
.l-header__menuBtn .c-iconBtn::after {
/* 	content: 'MENU'; */
}

/* ボタンラベル（閉じるボタン） */
.p-spMenu__closeBtn .c-iconBtn::after {
/* 	content: 'CLOSE'; */
}

/* メニュー */
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0)!important;
  opacity: 0;
  transition: opacity .5s ease-out!important;
}

/* メニュー（オープン時） */
[data-spmenu="opened"] .p-spMenu__inner {
  opacity: 1;
}

/* 背景色をぼかす */
.p-spMenu__inner::before {
	background: rgb(255 255 255 / .8);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

/* メニューをフェードイン */
.p-spMenu__body {
	opacity: 0;
	transform: translateY(20px);
}

[data-spmenu="opened"] .p-spMenu__body {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 1s ease-in, transform .7s ease-out;
}

/* 既存のメニューを削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display:none;
}
/* PCでもハンバーガーメニューを表示 */
@media screen and (min-width: 960px) {
  .l-header__menuBtn {
    display: block !important;
    position: absolute;
    top: 11px; 
    right: 10px;
  }
  .p-spMenu {
    display: block !important;
  }
  .p-spMenu__inner {
    max-width: 50%; 
  }
}
/* PCでもSPメニューを表示させる */
@media (min-width: 960px) {
	#sp_menu {
		display: block!important;
	}
}
#gnav {
		display:none!important;
	}
.l-fixHeader__gnav {
	display: none;
}

@media (min-width: 960px) {
  .c-hamburgerBtn {
    display: block !important;
  }
  .l-header .l-header__inner.l-container {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 64px;
    background: rgba(255, 255, 255, .9);
    overflow: visible;
    align-items: center;
  }
  .l-header__logo {
    flex: 0 0 auto;
    min-width: 0;
  }
  #gnav {
    display: none !important;
    flex: 0 0 0;
    width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .w-header {
    width: auto;
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 0 !important;
  }
  .w-header__inner {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.l-container {
    max-width: 100%!important;
}
/* ============================================================= 非表示 ============================================================= */
/* パンクズりすと */
#breadcrumb {
  display: none;
}

/* インスタアイコン */
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
background-image: linear-gradient(135deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,59,1) 100%);
}