@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
	font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* common======================= */

@media screen and (min-width: 960px) {
	.wide90{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
		min-width: 950px;
}
	.wide80{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
  min-width: 950px;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 70%;
	min-width: 950px;
}
}

.hihyouji {
	display: none;
}

.no-kaigyou {
	white-space: nowrap;
}


/* テーブル========================= */

.c-table td{
	height: 70px;
}


/* 見出し=========================== */

.lead  {
	margin-bottom: 20px;
}

.lead h2 {
	font-family: "WDXL Lubrifont JP N", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: inline-block; /* 横幅をテキストに合わせる */
  font-size: 1.5rem; /* 適宜調整 */
}

.lead h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* テキストの右端 */
  transform: translateY(-50%);
  margin-left: 1rem; /* テキストとの間の余白 */
  width: 150px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #000; /* 線の色 */
}

.lead-sub  {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.order-insole .lead-sub  {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	margin-bottom: 20px;
}

/* ボタン============================ */


.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  color: #000;
  border-bottom: 1px solid #000; /* 下線 */
  padding-bottom: 2px;
  transition: color 0.3s ease;
}

.c-btn .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.c-btn:hover .arrow {
  transform: translateX(5px); /* 矢印が右にスライド */
}

@media screen and (max-width: 480px){
  .anchor-btn {
	font-size: 0.8rem;
}
}


/* カラーボックス======================= */

.color-box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100px;
	color: #fff;
	background-color: #505050;
}

.color-box2 {
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #505050;
	padding-bottom: 0.5rem; 
}


/* ヘッダー-=========================== */

@media screen and (max-width: 1100px) {
.header-instagram img{
	display: none;
}
}


/* SPメニュー======================= */

/*メニューの内容を消す*/
.p-spMenu__nav{
	display:none;
}
/*メニューのタイトルを消す*/
.c-widget__title.-spmenu{
  display:none;
}

/* お知らせ========================== */

.news-item {
}

.newsList {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  border-top: 1px dotted #999;
  align-items: flex-start; 
}

ul.newsList {
  padding: 1.5rem 0;
	width: 100%;
	margin: 0 auto;
}

ul.newsList li {
  margin: 0 10px;
}

.news_date {
  min-width: 100px;
  font-weight: bold;
}

.news_text {
  flex: 1; 
}

@media screen and (max-width: 768px) {
  .newsList {
    flex-direction: column;
  }
	.news_text p{
    margin-top: 0.8em;
  }
}

.scroll {
	background-color: #f7f7f7;
  overflow: auto;
  height: 100%;
  max-height: 300px;
  width: 100%;
	padding: 0.8rem;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

/* WebKit */
.scroll::-webkit-scrollbar {
  width: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* ファーストビュー====================== */

.fv-wrapper {
  padding-top: 5vw;
}

.catch-copy {
  position: absolute;
  left: 10%;
  bottom: 20%;
  color: white; /* 文字色を白に設定 */
  text-align: center;
  z-index: 99; 
}
.copy1 {
	font-size: 2.5rem;
}
.copy2 {
	font-size:3rem;
}
.copy3 {
	font-size: 2.7rem;
}

.fv-on-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.fv-on-logo {
  width: 100%;
  max-width: 1000px;
	height: auto;
  margin: 0 auto -3px 0;
  transition: opacity 0.4s ease;
  opacity: 1;
}

.fv-on-logo.hidden {
  opacity: 0;
  pointer-events: none;
}

.fv-wrapper .swiper {
  width: 100%;
  height: 80vh; /* PCデフォルト */
  margin: 0 auto;
  border-top: 2px solid #333;
	position: relative;
}

.fv-wrapper .swiper-wrapper {
  width: 100%;
  height: 80vh;
}

.fv-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1);
  animation: zoomSlide 15s ease-in-out infinite;
}

/* 各スライドに画像を指定 */
.slide01::before {
  background-image: url("https://www.tokyoshoesfactory.com/wp-content/uploads/2025/08/slide001.jpg");
}
.slide02::before {
  background-image: url("https://www.tokyoshoesfactory.com/wp-content/uploads/2025/08/slide003.jpg");
}


/* ズームアニメーション */
@keyframes zoomSlide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}


/* スマホ用の高さ */
@media screen and (max-width: 768px) {
	.catch-copy {
  bottom: 10%;
}
	.copy1 {
	font-size: 1.5rem;
}
.copy2 {
	font-size:2rem;
}
.copy3 {
	font-size: 1.7rem;
}
  .fv-wrapper .swiper,
  .swiper-wrapper {
    height: 70vh;
  }
}

.fv-on-logo {
	aspect-ratio: 233 / 23;
}

}


/* トップページ======================= */

.top-concept-text {
	line-height: 2.2;
}

.top-concept-img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	background-image: url(https://www.tokyoshoesfactory.com/wp-content/uploads/2025/08/slide002.jpg);
	background-position: center;
	background-size: cover;
}

.multiSwiper {
  overflow: hidden;
	padding: 0 0 0 5%;
}

.multiSwiper .swiper-wrapper {
  display: flex;
}

.multiSwiper .swiper-slide {
  flex-shrink: 0;
  width: 550px; /* 必要に応じて幅調整 */
  padding-right: 10px;
}

.multiSwiper img {
  width: 100%;
  display: block;
}

/* ▼ ナビゲーション下表示スタイル */
.multiSwiper-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
	padding-right: 8%;
}
@media (max-width: 1500px) {
	.multiSwiper-nav {
	padding-right: 3%;
}
}

.multiSwiper-nav .multi-prev,
.multiSwiper-nav .multi-next {
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  color: #333;
	border: 1px solid #333;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.multiSwiper-nav .multi-prev::after {
  content: '\003C';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.multiSwiper-nav .multi-next::after {
  content: '\003E';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.top-concept-text {
	line-height: 1.7;
}
	.multiSwiper .swiper-wrapper {
		height: 250px;
}
	.multiSwiper .swiper-slide {
  width: 300px; 
  padding-right: 5px;
}
}

/* サービス */

.image-wrapper {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
	z-index: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
	position: relative;
	z-index: 0;
}

.image-wrapper:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.top-service-item {
	position: relative;
}

.top-service-text {
	position: absolute;
	left: 50%;
  bottom: 0;
  transform: translateX(-50%);
	width: 90%;
	color: #fff;
	padding: 1.5rem;
	pointer-events: none; 
}

.top-service-text h3 {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  line-height: 1.2;
	text-align: center;
  margin-bottom: 20px;
	margin-top: 0;
	padding-top: 20px;
}

.top-service-text h3 span {
	font-size: clamp(0.7rem, 1.2vw, 1.2rem);
	margin-left: 5px;
}

.p-discription {
	font-size: 0.9rem;
}

.image-wrapper:hover ~ .top-service-text .arrow-icon {
  transform: rotate(360deg);
}


@media screen and (max-width: 768px) {
	.image-wrapper {
  aspect-ratio: 4 / 3;
}
}

/* ショップ */

.top-shop {
	position: relative;
	left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	color: #fff;
	padding: 70px 0;
}

.lead-shop h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1rem; /* テキストとの間の余白 */
  width: 150px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #fff; /* 線の色 */
}


.top-shop .c-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #fff; /* 下線 */
  padding-bottom: 2px;
  transition: color 0.3s ease;
	margin-top: 50px;
}


/* オーダーメイドページ================= */

.is-style-small .swell-block-step__number .__shape {
	background-color: #232323;
}


/* ショップページ===================== */

.access-item {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #e8e8e8;
	padding: 1rem;
}

.access-number {
	position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
	border: 2px solid #505050;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2rem;
	text-align: center;
}

.access-text {
}


/*お問い合わせページ==================*/
.CF7_contact{
	width:100%;
}

/*入力欄*/
.CF7_contact input, .CF7_contact textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

.CF7_honbun{
	width:100%;
}

/*入力欄*/
.CF7_honbun input, .CF7_honbun textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

/*タイトル左ライン*/
.title_contact{
   position:relative;
}

span.wpcf7-list-item {
  margin-top: 20px;
  margin-bottom: 20px
}

.title_contact::before{
   content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#232323;
   position:absolute;
}

/*「必須」文字*/
.CF7_req{
	font-size:.8em;
	padding: 5px;
	background: #dc143c;/*レッド*/
	color: #fff;
	border-radius: 3px;
}

/*個人情報*/
.title01 {
	font-size:18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#232323;
	border:0;
	color:#fff;
	font-weight:bold;
	padding-right:50px;
	padding-left:50px;
	letter-spacing: 5px;
}

.CF7_btn{
	text-align:center;
	margin-top:30px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.scroll2 {
    overflow: hidden;
	  height: 250px;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	padding: 10px;
    &:hover {
      overflow: scroll;
      &::-webkit-scrollbar {
       width: 10px;
       height: 0;
      }
      &::-webkit-scrollbar-track {
        border-radius: 0px;
        height: 100%;
        background-color: #eeeeee;
      }
      &::-webkit-scrollbar-thumb {
       border-radius: 0px;
       background-color: #c0c0c0;
     }
  }
}


/* フッター====================== */

.w-footer__box {
	padding: 100px 0 30px;
}

.footer-contact-item {
	font-size: 0.8rem;
	text-align: center;
	white-space: nowrap;
	border: 1px solid  #fff;
	padding: 2rem
}

.footer-contact-text {
  display: flex;
	justify-content: center;
  align-items: center;
  gap: 0.5em;
	font-size: clamp(1.5rem, 2vw, 2rem);
}

.footer-contact-text i {
  font-size: 1.2rem;
}

.pc-none {
	pointer-events: none;
  cursor: default;
}


@media not all and (max-width: 960px) {
    #nav_menu-2, #nav_menu-3 {
	margin: 50px 0 0 0;
}
}

@media not all and (min-width: 960px) {
    .w-footer__box + .w-footer__box {
        margin-top: 0;
    }
}
	@media not all and (min-width: 960px) {
    .w-footer__box {
        padding: 0 0px;
    }
}

/*reCAPTCHA全面表示*/
.grecaptcha-badge {
	z-index: 1; 
}

/* 「トップへ戻るボタン」の位置調整 */ 
.p-fixBtnWrap { 
	bottom: 85px;
	right: 10px
}