@charset "UTF-8";
<!--全体CSS-->

.headroom--not-top .navbar {
    background: #101010 !important;
}
.navbar-nav>li.current-menu-item>a{color:#fff;}
h1.entry-title{
display:none;
}
.h2custum h2{
	color:#242424;
	padding:10px;
	position: relative;
}
.h2custum h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%; /* 線の長さ（文字幅に合わせて調整） */
  height: 3px;
  background-color: #242424;
}
.h2custum h3{
	color:#fff;
	padding:10px;
	font-weight:normal;
}
.black_space{
    z-index: 501;
    border-radius: 6px;
}
.black_space .h2custum h2{
	color:#fff;
	padding:10px;
	position: relative;
}
.black_space .h2custum h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%; /* 線の長さ（文字幅に合わせて調整） */
  height: 3px;
  background-color: #fff;
}

#content {
  background-image: url("https://tranbard.co.jp/img/insta/fview_bg_left.png"),
                    url("https://tranbard.co.jp/img/insta/fview_bg_right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;  /* 左右に配置 */
}
.site-content-contain {
background: linear-gradient(45deg,
  #feda75,  /* オレンジ */
  #fa7e1e,  /* ピンク */
  #d62976,  /* マゼンタ */
  #962fbf,  /* パープル */
  #4f5bd5   /* バイオレット */
);
background-size:400% 400%;
animation: instaGradient 30s ease infinite;
min-height: 100vh;
margin: 0;
}
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause{
    inset-inline-end: 0px !important;
}

/* 動くグラデーション（オプション） */
@keyframes instaGradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.sliders_mock {
  position: relative;
  width: 400px; /* iPhone画像のサイズに合わせて調整 */
  aspect-ratio: 1325 / 2775; /* 約0.477比 */
  margin: 0 auto;
}

/* スライダーの位置とサイズをiPhone画面内に調整 */
.swiper {
    position: absolute;
    top: 255px;
    left: -60px;
    width: 463px !important;
    height: 500px;
    overflow: hidden;
    z-index: 1;
}
.second_swiperbox .swiper {
    top: 285px;
    left: -31px;
}
/* スライド画像 */
.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* モックアップ画像（上にかぶせる） */
.mockup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  /* .sliders_mock に合わせる */
  height: auto;
  z-index: 2;
  pointer-events: none; /* クリックを透過させる */
}

.fviewbox img{
width:100%;
}
.fviewbox .box{
	margin:20px 0;
}
.fviewbox p{
	background:#8d249a;
	color:#fff;
	text-align:center;
	font-size:150%;
}
.fviewbox p span{
	color:#fcf303;
}
.fviewbox ul{
	margin-left:0;
}

.fviewbox ul li{
	list-style:none;
	background-color: #fff;
	color: #000;
	font-size: 100%;
	margin: 10px 0;
	padding: 7px 0;
	background-image: url("https://tranbard.co.jp/img/insta/listyle.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px 25px; /* アイコンのサイズ調整 */
	padding-left: 50px; /* アイコン分の余白 */
	border-radius: 10px;
  }
.entry-content{
position:relative;
}

@media screen and (min-width: 1050px) {
.fviewleft{
width:300px;
position:absolute;
left:0;
top:50px;
z-index: 500;
}
.fviewright{
width:300px;
position:absolute;
right:0;
top:150px;
z-index: 500;
}
.h2custum{
	padding-top:50px;
	width:400px;
	color:#fff;
	text-align:center;
}
.black_space .h2custum{
	padding:50px 0;
	width:100%;
	color:#fff;
	text-align:center;
}
.tbxinsta_box_black{
width:450px;
}
.h2custum{
width:300px;
position:absolute;
right:0;
top:50px;
z-index: 500;
}

}
@media screen and (max-width: 1050px) {
.sliders_mock {
    margin: 0;
}
.fviewleft{
width:300px;
position:absolute;
right:0;
top:0;
}
.fviewright{
width:300px;
position:absolute;
right:0;
top:550px;
}

}
@media screen and (max-width: 480px) {
.navbar .header-logo-wrapper {
    max-width: 100%;
}
  .sliders_mock {
    width: 300px;
	aspect-ratio: 1325 / 2775; /* 約0.477比 */
    margin: 0 auto;
    position: relative;
  }

.swiper {
top: 180px;
left: -45px;
width: 350px !important;
height: 375px;
}
.second_swiperbox .swiper {
top: 218px !important;
left: -25px !important;
width: 345px !important;
height: 375px;
}

  .mockup-overlay {
    width: 100%;
    height: auto;
  }
.fviewleft{
width:90%;
margin:0 auto;
position: static;
right:auto;
top:auto;
}
.fviewright{
width:90%;
margin:0 auto;
position: static;
right:auto;
topauto;
}
.black_space .h2custum{
	color:#fff;
}

.navbar {
    background: linear-gradient(45deg, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    border-radius: 0 0 30px 30px;
    width: 100%;
    margin: 0 auto;
}

}


.black_space h6{
background:#fff;
padding:10px 0;
}
<!--画像制作例1CSS-->

.comment-list {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comment-item {
  padding: 4px 8px;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  font-size: 13px;
  opacity: 0;
  transform: translateY(20px);
  animation: floatIn 0.5s ease forwards;
}

@keyframes floatIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.jirei h2{
background: #8d249a;
color: #fff;
text-align: center;
font-size: 150%;
}
.jirei h2::after {
    background-color: #fcf303;
}
.jirei h3{
position: static;
    list-style: none;
    background-color: #fff;
    color: #000;
    font-size: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background-image: url(https://tranbard.co.jp/img/insta/listyle.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px 25px;
    padding-left: 50px;
    border-radius: 10px;
}

@media screen and (min-width: 1050px) {
.comment-box {
	position:absolute;
	left: 0;
	bottom:150px;
	width:450px;
	height: calc(1.8em * 13); /* 表示は5行分 */
	overflow: hidden;
	border-radius: 12px;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	scroll-behavior: smooth;
}
.jirei{
width:300px;
position:absolute;
right:0;
top:150px;
z-index: 500;
padding-top:0;
}
.jirei h2{
width:300px;
}
.jirei h2::after {
    background-color: #fcf303;
}
.jirei h3{
width:300px;
}

element.style {
}


}

@media screen and (max-width: 1199px) {
.comment-box {
	font-size: 12px;
}

}


@media screen and (max-width: 1049px) {
.comment-box {
	position:static;
	max-width:463px;
	height: calc(1.8em * 6); /* 表示は5行分 */
	overflow: hidden;
	border-radius: 12px;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	scroll-behavior: smooth;
	will-change: transform;
}
.comment-box,
.comment-list {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


}


<!--画像制作例2CSS-->

.comment-list2 {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comment-item2 {
  padding: 4px 8px;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  font-size: 13px;
  opacity: 0;
  transform: translateY(20px);
  animation: floatIn 0.5s ease forwards;
}

@keyframes floatIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1050px) {
.comment-box2 {
	position:absolute;
	left: 0;
	bottom:150px;
	width:450px;
	height: calc(1.8em * 13); /* 表示は5行分 */
	overflow: hidden;
	border-radius: 12px;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	scroll-behavior: smooth;
}
}
@media screen and (max-width: 1049px) {
.comment-box2 {
	position:static;
	max-width:463px;
	height: calc(1.8em * 6); /* 表示は5行分 */
	overflow: hidden;
	border-radius: 12px;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	scroll-behavior: smooth;
	will-change: transform;
}
.comment-box2,
.comment-list2 {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}


}

<!--料金表CSS-->
.price_c_box{
border-radius: 10px;
text-aling:center;
}
.white_space {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.price_c_box h3{
font-size: 1.2rem;
margin:0 !important;
color:#fff;
}
.price_c_box h4{
font-size: 1.5rem;
margin:0 !important;
color:#fff;
}
.price_c_box h5{
font-size: 1rem;
border-radius: 5px;
background:#101010;
color:#fff;
padding:8px;
}
.pricespace{
text-align:center;
line-height:1em;
padding:15px 0;
}
.pricespace .pricebig{
font-size: 3.5rem;
font-weight:bold;
}
.pricespace .pricesmall{
font-size: 0.8rem;
}
.bace_into{
font-size: .8125rem;
}
.bace_into span{
font-size: .5125rem;
}
.bace_into i{
margin-right:5px;
}
.orange_b{
background:#101010;
padding:20px 0 0 0;
border-radius: 0 0 10px 10px;
}
.red_b{
position: relative;
background:#101010;
padding:20px 0 0 0;
border-radius: 0 0 10px 10px;
}
.orange_f{
color:orange;
}
.red_f{
color:red;
}
.gradient-text {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: instaTextGradient 15s ease infinite;
}
@keyframes instaTextGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tab-label {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #e53935;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.lined-heading {
  display: flex;
  align-items: center;
  margin: 40px 0;
  font-size: 24px;
  color: #fff;
}

.lined-heading-text {
  position: relative;
  padding-right: 20px;
  white-space: nowrap;
}

.lined-heading-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 3000px;
  height: 5px;
  background: #fff;
  transform: translateY(-50%);
}

/* スマホ対応：線を非表示 */
@media screen and (max-width: 1049px) {
  .lined-heading-text::after {
    display: none;
  }
}


<!--サービス導入の流れCSS-->

.timeline {
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #ccc;
  margin: 40px 0;
}

.timeline-step {
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #4f5bd5;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #ccc;
}

.timeline-step h4 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 8px;
  background:#fff;
  color:#101010;
  padding:10px 20px;
  border-radius: 6px;
}

.timeline-step p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.6;
}

