@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

body {
    font-family: 'Noto Sans JP', sans-serif;
}

::-webkit-scrollbar
{
  overflow:hidden;
  width:1px;
  background:#fafafa;
}
  ::-webkit-scrollbar:horizontal
  {
          height:1px;
  }
::-webkit-scrollbar-button
{
 display:none;
}
::-webkit-scrollbar-piece
{
  background:#eee;
}
  ::-webkit-scrollbar-piece:start
  {
          background:#eee;
  }
::-webkit-scrollbar-thumb
{
  background:#333;
}
::-webkit-scrollbar-corner
{
  background:#333;
}
	
#main{
	width: 100%;
}

.main-left{
    float: left;
    width: 24%;
    border-right: 1px solid #ddd;
    height: 100vh;
    padding: 0 2%;
}

.main-left img{
    width: 240px;
    height: auto;
    margin-top: 40px;
    margin-left: 10%;
}

.main-left-p{
    margin-left: 0;
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
    margin-top: 3%;
    font-weight: bold;
    color: #4b4b4b;
}

.main-left-p1{
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 9px;
    text-align: center;
    margin-top: 1%;
    color: #787878;
}

.main-left ul{
	margin-left: 20px;
	margin-top: 40px;
}

.main-left li{
	margin-bottom: 15px;
	font-size: 13px;
}

.main-left a{
	text-decoration: none;
	color: #000;
}

.main-left a:hover{
	text-decoration: underline;
}

.main-center{
    float: left;
    width: 39%;
    margin-right: 1%;
    border-right: 1px solid #ddd;
    height: 100vh;
    overflow: auto;
}

.main-center-index img{
	width: 100%;
	height: auto;
}

.main-center-index li{
    padding: 10px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 15px;
}

.main-center-index-sneaker{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}

.main-center-index-sneaker-01{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
}

.main-center-index-socks{
	font-size: 12px;
	margin-bottom: 0;
}

.main-center-index-socks-01{
    font-size: 14px;
    font-weight: 600;
}
.yazirusi {
  position: relative;
  width: 100px;
  margin-top: 30px;
  float: right;
}
.line01 {
  height: 1px;
  background-color: #000;
}
.line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}

.main-right{
	float: left;
	width: 35%;
	height: 100vh;
    overflow: auto;
}

.main-right-box{
	margin-top: 0;
}

.main-right-box li{
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 2%;
	margin-bottom: 20px;
}

.main-right-box-left{
	float: left;
	width: 28%;
}

.main-right-box-left img{
	width: 100%;
	height: auto;
}

.main-right-box-right{
	float: right;
	width: 69%;
}

.main-right-box-right-01{
	font-size: 14px;
	font-weight: none;
	margin-bottom: 5px;
}

.main-right-box-right-02{
	font-size: 12px;
	margin-bottom: 10px;
}

.main-right-box-right-03{
	font-size: 12px;
	margin-bottom: 10px;
}

.copyright{
	text-align: center;
	font-size: 11px;
	margin-bottom: 20px;
}

.copyright-01{
	display: none;
}

.r-poiln3 {
    font-size: 12px;
}

.main-right-box-right-btn{
    margin-top: 20px;
    float: right;
}

.main-right-box-right-btn a {
  color: #3d3d3d;
  font-size: 13px;
  font-weight: bold;
  background: transparent;
  padding: 10px 30px;
  border: 2px solid #3d3d3d;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
}
.main-right-box-right-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.main-right-box-right-btn a:hover {
  color: #fff;
}
.main-right-box-right-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.single-center-home{
	width: 97%;
	margin: 0 auto;
	margin-top: 10px;
}

.single-center-home img {
    width: 90%;
    margin: 0 auto;
    display: block;
    height: auto;
    margin-bottom: 15px;
}

.single-center-index-sneaker{
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
}

.single-center-index-sneaker-01{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    margin-left: 10px;
}

.single-center-index-socks{
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.single-center-index-socks-01{
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}

.kanren h2{
	font-size: 21px;
}

/* 親コンテナをフレックスボックスに設定 */
.relatedposts {
    display: flex;
    flex-wrap: wrap; /* 行に収まりきらない場合は次の行に折り返す */
    justify-content: center; /* 画像が少ないときに中央に揃える */
    gap: 10px; /* 各画像の間にスペースを追加 */
}


.cell {
    flex: 1 1 auto; /* 画像が自動的に幅を取るようにする */
    max-width: calc(100% / 3 - 20px); /* 3つ並ぶ場合の最大幅を指定 */
    box-sizing: border-box; /* paddingやborderの幅を含めたサイズに調整 */
    margin: 0; /* 余分な余白を排除 */
}

.relatedposts .cell:nth-child(1) {
    max-width: 100%; /* 画像が1枚の場合、幅100% */
}

.relatedposts .cell:nth-child(2) {
    max-width: calc(50% - 10px); /* 画像が2枚の場合、幅50% */
}

.cell img {
    width: 100%;
    height: 166px;
    object-fit: cover; /* 画像の中央を基準にリサイズ */
    object-position: center;
}


.kanren hr{
	border-bottom: 0.5px solid #ddd;
	width: 95%;
	margin: 20px auto;
	display: block;
}

.kanren{
	padding-bottom: 10px;
	overflow: hidden;
}

.tab-wrap {
	background: White;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 0, 0,.1);
}

.tab-switch:checked + .tab-label {
	color: #464646;
}

.tab-label::after {
	background: #393939;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

.twitter-footer{
	display: none;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.item-left {
    float: left;
    width: 24%;
    height: 100vh;
    padding: 0 2%;
}

.item-left img{
    width: 240px;
    height: auto;
    margin-top: 40px;
    margin-left: 10%;
}

.item-left ul{
	margin-left: 20px;
	margin-top: 40px;
}

.item-left li{
	margin-bottom: 15px;
	font-size: 13px;
}

.item-left a{
	text-decoration: none;
	color: #000;
}

.item-left a:hover{
	text-decoration: underline;
}


#item-page {
    float: right;
    width: 74%;
    /* border-left: 1px solid #ddd; */
    padding-left: 2%;
    height: 100vh;
    padding-right: 2%;
}

.cf ul{
	margin: 0;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}

.cf li{
	float: left;
	margin-right: 10px;
}

.item-ul{
	margin: 0;
}

.item-ul li{
	float: left;
	width: 25%;
}

.item-ul img{
	width: 100%;
	height: auto;
}

.item-url{
	margin: 0;
}

.item-url a{
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #444;
    line-height: 1;
    border-radius: 50px;
    transition: all .2s;
    margin-top: 30px;
	border: 2px solid #444;
}

.item-url a:hover{
  background-color: #fff;
  border-color: #444;
  color: #444444;
}

.ec-box {
	overflow: hidden;
}

.ec-box li {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 2%;
    margin-bottom: 20px;
    width: 49%;
    float: left;
    margin-right: 1%;
}

.ec-box-left{
	width: 35%;
	float: left;
}

.ec-box-left img{
	width: 100%;
	height: auto;
}

.ec-box-right{
	width: 62%;
	float: right;
}

.ec-box-01{
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 2%;
	font-weight: bold;
}

.ec-box-02{
	margin: 0;
	font-size: 1em;
}

.ec-box-03{
	margin: 0;
	font-size: 1em;
	text-align: right;
	color: #ed3636;
	font-weight: bold;
}

.ec-box-btn{
    margin-top: 8%;
    float: right;
}

.ec-box-btn a {
  color: #3d3d3d;
  font-size: 1em;
  font-weight: bold;
  background: transparent;
  padding: 7px 65px;
  border: 2px solid #3d3d3d;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
}
.ec-box-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.ec-box-btn a:hover {
  color: #fff;
}
.ec-box-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.about{
	width: 96%;
	padding: 2%;
	margin: 0 auto;
}

.about img{
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}

.about p{
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 5%;
}

.category-center-p{
	font-size: 21px;
	margin: 20px 0;
	font-weight: bold;
	line-height: 1.3em;
}

.category-name{
	margin: 10px auto;
	display: table;
	width: 95%;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
	font-weight: bold;
}

.category-name span{
	margin: 0;
}

.about h2{
	font-size: 18px;
	font-weight: bold;
}

.about ul{
	overflow: hidden;
}

.about li{
	width: 25px;
	float: left;
	margin: 10px 10px 10px 0;
}

.about li img{
	width: 100%;
	height: auto;
}

/************************************
** スライダー
************************************/
.slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding: 0;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
}
.slide-wrap .slide-content{
   flex: 0 0 90%;
   margin: 0 5px;
   height:100%;
}

.buyer h1{
    font-size: 21px;
    line-height: 1.4em;
    margin-bottom: 10px !important;
}
.buyer h2 {
    position: relative;
    padding: 1rem 0 1rem;
    border-bottom: 6px solid #094;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3em;
}

.buyer h3  {
    padding: 1rem 2rem;
    border-top: 3px dotted #000;
    border-bottom: 3px dotted #000;
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.buyer p{
    font-size: 16px;
    line-height: 1.4em;
    margin: 20px 0;
}

.buyer img{
	width: 100%;
	height: auto;
}

.buyer iframe  {
    width: 80% !important;
    margin: 0 auto;
    display: block;
    height: 300px;
}

.twitter-box .twitter-tweet iframe{
  padding-bottom:9.5vh!important; /*要調整*/
  margin-bottom: -7.8vh; /*要調整*/
  border-radius: 15px;
}
.twitter-box .twitter-tweet{
  margin:0 auto!important;
}
.twitter-box{
  margin:1rem auto 2rem;
  max-width:65%;
  width:100%;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.buyer-date{
	font-size: 12px !important;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 0 !important;
	color: #7e7e7e;
}

.buyer-kanren{
    margin: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 2%;
}

.buyer-kanren-h2 {
    font-size: 18px !important;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.buyer-kanren ul{
	margin: 0;
}

.buyer-kanren li  {
    margin: 0;
    overflow: hidden;
    margin-bottom: 10px !important;
    padding-bottom: 1%;
    padding-top: 3%;
    width: 31%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}

.buyer-kanren li:last-child{
	margin-bottom: 0;
}

.buyer-kanren-left{
	float: left;
	width: 30%;
}

.buyer-kanren-left img{
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.buyer-kanren-right{
	float: right;
	width: 68%;
	font-size: 15px;
	line-height: 1.5em;
}

.buyer-kanren img {
    width: 100%;
    height: auto;
}

.category-index-url a{
	color: #000;
}

.count-number {
    background: #393939;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
}

.count-number span{
    font-size: 18px;
    font-weight: bold;
}

.count-number-box{
	margin-left: 15px;
}

.inyo{
	font-size: 11px;
	text-align: right;
	display: block;
	margin: 5px 0;
}

.knowledge{
	margin: 0;
}

.knowledge img{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.knowledge h2 {
    position: relative;
    padding: 1rem 0 1rem;
    border-bottom: 6px solid #094;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3em;
}

.knowledge h3  {
    padding: 1rem 2rem;
    border-top: 3px dotted #000;
    border-bottom: 3px dotted #000;
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.knowledge p{
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.knowledge blockquote{
	margin: 20px 0;
	padding-left: 10px;
	color: #7c7c7c;
}

.knowledge blockquote p{
	font-size: 12px;
	line-height: 1.5em;
}

.knowledge iframe{
    width: 100% !important;
    margin: 0 auto;
    display: block;
    height: 300px;
}

blockquote p{
    font-size: 14px !important;
    line-height: 1.3em !important;
    color: #929292;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 98%;
  margin: 5% auto;
  }

.tabs img{
	width: 100%;
	height: auto;
}

.tabs a {
    color: #000;
}

.tabs li{
    padding: 10px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 15px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #393939;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #393939;
  color: #fff;
}

.item-url1 a {
    width: 80%;
    padding: 20px 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #444;
    line-height: 1;
    border-radius: 50px;
    transition: all .2s;
    margin-top: 30px;
    border: 2px solid #444;
}

.item-url1 a:hover{
  background-color: #fff;
  border-color: #444;
  color: #444444 !important;
}

.wrapper-box {
    background: #fffaf2;
    border: 3px solid #fff2dc;
    border-radius: 4px;
    margin-bottom: 1.5em;
    padding: 2%;
    overflow: hidden;
    margin-top: 40px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.box-img {
    float: left;
    padding-right: 10px;
    width: 40%;
    max-width: 160px;
}
.box-img img {
    width: 100%;
    height: auto;
}
.box-title {
    display: block;
    font-size: 120%;
    overflow: hidden;
}
.box-desc {
    clear: both;
    font-size: 90%;
    overflow: hidden;
}
.box-linkbox {
    display: flex;
    border-spacing: 8px 0;
    justify-content: center;
    padding: 8px 0 0;
    width: 100%;
}
.box-button {
    text-align: center;
    border-radius: 4px;
    padding: 8px 0;
    color: #fff;
    margin: 0 10px 0 0;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
}
.box-button:last-child {
    margin: 0;
}
.box-button:hover {
    opacity: 0.5;
}
.box-color1{
    background: #f90;
}
.box-color2 {
    background: #f00;
}

.color{
	margin: 0;
	overflow: hidden;
	padding: 0% 20px 2% 20px;
	border: 1px solid #ddd;
	width: 98%;
	margin: 20px 0;
}

.color h2{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 5px solid #575757;
	display: table;
	margin-top: 20px;
}

.color li{
	width: 4%;
	float: left;
	text-align: center;
	margin: 0 auto;
	margin-right: 15px;
}

.color li a{
	border: 1px solid #ddd;
}

.red{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: red;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.white{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: white;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #ddd;
}

.purple{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: purple;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.green{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: green;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.navy{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: navy;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.brown{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: brown;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.orange{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: orange;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.grey{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: grey;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.blue{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: blue;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.yellow{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: yellow;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.black{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: black;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
}


.camo{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-image: url("https://chillsocks.net/wordpress/wp-content/uploads/2023/02/iStock-618185402.jpg");
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
    background-size: contain;
}


/* ユーチューブサムネスタイル */
.ytube-area {
  width: 96%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ytube {
  float: left;
  width: 33%;
  position: relative;
}

.ytube img{
	width: 100%;
	height: auto;
}

.ytube a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35%;
  left: 45%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/play.svg);
}

.ytube-area h3{
	border-bottom: 3px solid #434343;
	display: table;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

/* ユーチューブサムネスタイル */
.ytube-area1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ytube1 {
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 1%;
  margin-right: 1%;
  margin-left: 1%;
}

.ytube1 iframe{
	width: 100%;
	height: 250px;
}

.ytube1 a {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35%;
  left: 45%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/play.svg);
}


.index-new{
	overflow: scroll;
	margin-bottom: 0;
	margin-left: 0 !important;
	padding: 10px;
	padding-top: 20px;
	margin-top: 0px !important;
	height: 200px;
}

.index-new li {
	margin: 0;
	margin-bottom: 15px;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	height: auto;
	line-height: 1.5em;
}

.index-new-p{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 3px solid #4b4b4b;
	display: table;
	margin-bottom: 0;
	margin-top: 25px;
}

.index-new li .category {
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}

.index-new li .category.cat-design {
  background-color: #0073aa;
}

.index-new li .category.cat-programming {
  background-color: #d54e21;
}

.tag {
	margin: 5px 0;
	display: block;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  display: table;
}

.tag-care .tag {
  background-color: #FF9900;
  border: 1px solid #da8910;
  color: #fff;
}
.tag-rera .tag {
  background-color: #99DDFF;
  border: 1px solid #a9b439;
}

.tag-usa .tag {
  background-color: #FFBBDD;
  border: 1px solid #a9b439;
}

.tag-thai .tag {
  background-color: #656565;
  border: 1px solid #434343;
  color: #fff;
}

.tag-italy .tag {
  background-color: #ff4e81;
  border: 1px solid #d8275b;
  color: #fff;
}

.sns{
	width: 25px;
	margin-top: 10px !important;
	float: left;
	margin-right: 10px !important;
	margin-bottom: 0px !important;
}

.sns img{
	width: 100%;
	height: auto;
	margin: 0;
}

.item-side{
    height: 215vh !important;
    border-right: 1px solid #ddd;
}

.ec-side{
    height: 165vh !important;
    border-right: 1px solid #ddd;
}

select {
    background: #fff url("https://nycityindex.com/wp/wp-content/uploads/2023/02/arrow-2.png") no-repeat scroll right center;
    border: 1px solid #767676;
    border-radius: 4px;
    color: #595858;
    font-size: 100%;
    height: 45px;
    padding: 12px 50px 12px 12px;
    text-indent: .01px;
    width: 99%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: contain;
}

.c1 {
    background: #fff none repeat scroll 0 0;
    color: #595858;
    display: block;
    font-weight: 700;
    line-height: 50px;
    padding: 15px 0px;
}

.c2 {
    background: #e8eef9 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #595858;
    font-weight: 700;
    line-height: 50px;
    padding: 20px
}

p.c1,p.c2 {
    margin: 0
}

.c1:hover,.c2:hover {
    background: #fee none repeat scroll 0 0
}

.c1.last,.c2.last {
    border-bottom: medium none
}

.m-alert {
    background: #ff8080 none repeat scroll 0 0;
    color: #fff;
    font-weight: 400;
    margin: 5px 0;
    padding: 5px;
    font-size: 16px;
    margin-right: 10px;
}

input[type=text],input[type=tel],input[type=email] {
    font-size: 15px;
}

.c1 textarea,.c2 textarea {
    font-size: 13px;
    width: 98%;
    margin-top: 20px
}

.file {
    display: block;
    margin: 10px
}

span.wpcf7-list-item {
    display: block
}

input[type=text],input[type=email],input[type=tel] {
    width: 98%;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus {
    border: 1px solid #20b2aa
}

input[type=text],select,input[type=email],input[type=tel] {
    outline: medium none;
    height: 50px;
    margin-top: 20px;
}

.contact_right textarea {
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2) inset,0 0 2px rgba(0,0,0,.3);
    padding: 0 3px;
    width: 100%
}

.contact_right textarea:focus {
    border: 1px solid #20b2aa
}

.contact_right textarea {
    outline: medium none;
    width: 100%
}

input[type=submit] {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    margin: 5px;
    padding: 0 15px;
    width: 98%
}

.contact_form input[type=submit] {
    width: 50%
}

.contact_form input[type=text],.contact_form input[type=email] {
    font-size: 1.5em;
    height: 50px;
    width: 100%
}

input[type=radio] {
    margin: 0 0 4px !important
}


textarea {
    font-size: 13px;
    width: 98%;
    margin-top: 20px;
    border: 1px solid #767676;
}

.wpcf7 input[type="url"]{
	width: 98.5%;
	padding: 20px 0px;
}

.single-center-instagram{
	font-size: 14px;
	text-align: right;
	margin-right: 30px;
}

.single-center-instagram img{
	width: 3.5%;
	height: auto;
	display: inline;
	margin-bottom: 2px;
	margin-right: 5px;
}

.single-center-instagram a{
	color: #6d6d6d;
}

.top-center-instagram{
	font-size: 12px;
	text-align: right;
	margin-right: 0;
	margin-top: 15px;
}

.top-center-instagram img{
	width: 4%;
	height: auto;
	display: inline;
	margin-bottom: 0px;
	margin-right: 5px;
}

.top-center-instagram a{
	color: #000;
}

.tab-new{
	width: 96%;
	margin: 0 auto;
}

.tab-new li{
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.tab-about{
	margin-top: 10px;
}

.tab-about li{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.about h3 {
    position: relative;
    padding: 1rem 0 1rem;
    border-bottom: 6px solid #094;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: inherit;
    margin-top: 0;
}


.youtube-box{
	margin: 0;
}

.youtube-box li{
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 1%;
}

.youtube-box iframe{
	width: 100%;
	height: 410px;
}

.ytube-area iframe{
	width: 100%;
	height: 250px;
}

.tab-content h2{
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5%;
}

.tab-content h3{
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 3%;
}

.tab-content p{
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 0;
}

.about-box {
    width: 95%;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0 auto;
    padding: 3%;
    margin-bottom: 5%;
}

.about-box-left{
	float: left;
	width: 15%;
	margin-top: 0%;
}

.about-box-left img{
	width: 100%;
	border-radius: 200px;
}

.about-box-right{
	float: right;
	width: 82%;
	margin-top: 0;
}

.about-box-right-p-01{
	font-size: 17px !important;
	font-weight: bold;
	margin-bottom: 5px;
	}

.about-box-right-p-01 span{
	font-size: 12px;
	margin-left: 10px;
	font-weight: normal;
	color: #414141;
	}

.btn01 {
    display: block;
    max-width: 100%;
    border: 2px solid #248bf9;
    font-size: 12px !important;
    color: #248bf9;
    font-weight: bold;
    padding: 15px 40px;
    text-align: center;
    border-radius: 4px;
    transition: .4s;
    width: 80%;
    margin-top: 3%;
    margin-right: auto;
    margin-left: auto;
}
.btn01:hover {
  background-color: #1b64b1;
  border-color: #1b64b1;
  color: #FFF !important;
text-decoration: none !important;
}


@media screen and (min-width: 768px){
  .ytube a{
    /* background-size: 90px; */
  }
  .ytube a:hover{
    opacity: 1;
    background-image: url(img/play-b.svg);
  }
}

@media screen and (max-width: 767px){
  .ytube a{
    background-size: 60px;
  }
}
/* lityカスタマイズ */
.lity{
  background: #000;
}
.lity-close{
  text-shadow: unset;
}
.lity-close::after{
  content: "";
  display: inline-block;
  background: url(himg/close.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px){
  .lity-close{
    width: 30px;
    height: 30px;
    top: 35px;
    right: 35px;
  }
  .lity-close:active {
    top: 36px;
    right: 35px;
  }
}
@media screen and (max-width: 767px){
  .lity-close{
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }
  .lity-close:active {
    top: 21px;
    right: 20px;
  }
}


@media (min-width: 415px) {
  .box-desc {
    clear: none;
  }
 }
@media (min-width: 569px) {
  .box-info {
    overflow: hidden;
  }
  .box-linkbox {
    justify-content: flex-start;
    max-width: 480px;
  }
}


.main-center-home .pagination {
    text-align: center;
    margin: 20px auto;
    display: block;
}

.main-center-home .pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px; /* 各ページ番号の間隔を設定 */
}

.main-center-home .pagination ul li {
    display: inline-block;
}

.main-center-home .pagination ul li a,
.main-center-home .pagination ul li span {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    transition: all 0.3s ease;
}

.main-center-home .pagination ul li a:hover {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

.main-center-home .pagination ul li .current {
    background-color: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

.tab-content iframe{
	width: 100%;
	height: 300px;
	margin: 20px 0;
}

.tyui{
	border: 3px #6f6f6f dotted;
	width: 90%;
	margin: 0 auto;
	padding: 2% 4%;
}

.tyui p{
	font-size: 13px;
	line-height: 1.4em;
}

@media screen and (max-width: 500px) {
	
#main{
	width: 100%;
}

.main-left{
	float: none;
	width: 100%;
	height: auto;
}

.main-left img{
    width: 50%;
    height: auto;
    margin-top: 8%;
    margin-left: 25%;
}

.main-left-p{
    margin-left: 0;
    margin-bottom: 0;
    font-size: 0.7em;
    text-align: center;
}

	
.main-left ul {
	overflow-x: auto;
	white-space: nowrap;
	margin-left: 0;
	margin-top: 5%;
}
.main-left li{
	display: inline-block;
	width: auto;
	margin: 16px;
	font-size: 0.8em;
	margin-bottom: 3%;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 1%;
}

.main-left a{
	text-decoration: none;
	color: #000;
}

.main-left a:hover{
	text-decoration: underline;
}
	
.item-left {
	float: none;
	width: 100%;
	height: auto;
}

.item-left img {
    width: 50%;
    height: auto;
    margin-top: 8%;
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
	
.item-left ul {
	overflow-x: auto;
	white-space: nowrap;
	margin-left: 0;
	margin-top: 5%;
}
.item-left li{
	display: inline-block;
	width: auto;
	margin: 16px;
	font-size: 0.8em;
	margin-bottom: 3%;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 1%;
}

.item-left a{
	text-decoration: none;
	color: #000;
}

.item-left a:hover{
	text-decoration: underline;
}


#item-page {
    float: none;
    width:100%;
    border-left: 1px solid #ddd;
    padding-left: 2%;
    height: 100vh;
    padding-right: 2%;
}


.main-center{
	float: none;
	width: 98%;
	height: auto;
	margin: 0 auto;
}

.main-center-index img{
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.main-center-index li{
    margin-bottom: 15px;
    padding: 10px;
    overflow: hidden;
}

.main-center-index-sneaker{
	font-size: 1em;
}

.main-center-index-sneaker-01{
    font-size: 1.1em;
    margin-bottom: 1%;
    font-weight: 600;
}

.main-center-index-socks{
	font-size: 1em;
}

.main-center-index-socks-01{
    font-size: 1.1em;
    font-weight: 600;
}

.yazirusi {
  position: relative;
  width: 100px;
  margin-top: 30px;
  float: right;
}
.line01 {
  height: 1px;
  background-color: #000;
}
.line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}

.main-right{
	float: none;
	width: 100%;
	height: auto;
}

.main-right-box{
	width: 97%;
	margin: 0 auto;
}

.main-right-box li{
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 2%;
	margin-bottom: 20px;
}

.main-right-box-left{
	float: left;
	width: 35%;
	height: auto;
}

.main-right-box-left img{
	width: 100%;
	height: auto;
}

.main-right-box-right{
	float: right;
	width: 62%;
}

.main-right-box-right-01{
	font-size: .8em;
	font-weight: none !important;
	margin-bottom: 4%;
	margin-top: 4%;
}

.main-right-box-right-02{
	font-size: 0.8em;
	margin-bottom: 1%;
}

.main-right-box-right-03{
	font-size: 1.1em;
	margin-bottom: 1%;
	text-align: right;
	font-weight: bold;
	color: #f44444;
}

.copyright{
	text-align: center;
	font-size: 11px;
	margin-bottom: 20px;
}

.r-poiln3 {
    font-size: 12px;
}

.main-right-box-right-btn{
    margin-top: 0;
    float: right;
}

.main-right-box-right-btn a {
  color: #3d3d3d;
  font-size: 0.8em;
  font-weight: bold;
  background: transparent;
  padding: 10px 30px;
  border: 2px solid #3d3d3d;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
}
.main-right-box-right-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.main-right-box-right-btn a:hover {
  color: #fff;
}
.main-right-box-right-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
	
.twitter-header{
    display: none
}
	
.twitter-footer{
    display: block
}

.copyright{
	display: none;
}
	
.copyright-01{
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 3%;
	display: block;
}

.r-poiln3 {
    font-size: 12px;
}

.main-right-box-right-btn{
    margin-top: 5%;
    float: right;
}

.main-right-box-right-btn a {
  color: #3d3d3d;
  font-size: 1em;
  font-weight: bold;
  background: transparent;
  padding: 10px 70px;
  border: 2px solid #3d3d3d;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: .3s;
  text-decoration: none;
}
.main-right-box-right-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.main-right-box-right-btn a:hover {
  color: #fff;
}
.main-right-box-right-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.single-center-home{
	width: 97%;
	margin: 0 auto;
	margin-top: 10px;
}

.single-center-home img {
    width: 95%;
    margin: 0 auto;
    display: block;
    height: auto;
    margin-bottom: 3%;
}

.single-center-index-sneaker{
	font-size: .8em;
	margin-bottom: 5px;
	margin-left: 1%;
}

.single-center-index-sneaker-01{
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    margin-left: 1%;
}

.single-center-index-socks{
	font-size: .8em;
	margin-bottom: 5px;
	margin-left: 1%;
}

.single-center-index-socks-01{
    font-size: 1em;
    font-weight: 600;
    margin-left: 1%;
}

.kanren h2{
	font-size: 21px;
}

.cell{
	float: left;
	width: 50%;
	margin-right: 0;
	margin-left: 0;
}

.cell img{
	width: 100%;
	height: auto;
}

.kanren hr{
	border-bottom: 0.5px solid #ddd;
	width: 95%;
	margin: 20px auto;
	display: block;
}

.kanren{
	padding-bottom: 10px;
	overflow: hidden;
}


.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

#item-page{
	float: none;
	width: 100%;
}
	
.item-label{
    width: 33% !important;
}
	
.cf ul{
	margin: 0;
	overflow: hidden;
	padding-left: 1%;
	padding-top: 4%;
	font-size: 0.8em;
	margin-bottom: 3%;
}

.cf li{
	float: left;
	margin-right: 10px;
}

	
.item-ul{
	margin: 0;
}

.item-ul li{
	float: left;
	width: 50%;
}

.item-ul img{
	width: 100%;
	height: auto;
}

.item-url{
	margin: 0;
}

.item-url a{
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: #444;
    line-height: 1;
    border-radius: 50px;
    transition: all .2s;
    margin-top: 30px;
	border: 2px solid #444;
}

.item-url a:hover{
  background-color: #fff;
  border-color: #444;
  color: #444444;
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
	padding: 0;
}

.slide-wrap .slide-content {
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align:center;
}

.buyer h1{
    font-size: 1.4em;
    line-height: 1.2em;
}
.buyer h2 {
    position: relative;
    padding: 1rem 0 1rem;
    border-bottom: 6px solid #094;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3em;
}
	
.buyer h3 {
    padding: 1rem 2rem;
    border-top: 3px dotted #000;
    border-bottom: 3px dotted #000;
    font-size: 1.1em;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.buyer p{
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 20px 0;
}

.buyer img{
	width: 100%;
	height: auto;
}

.buyer iframe  {
    width: 80% !important;
    margin: 0 auto;
    display: block;
    height: 300px;
}

.twitter-box .twitter-tweet iframe{
  padding-bottom:9.5vh!important; /*要調整*/
  margin-bottom: -7.8vh; /*要調整*/
  border-radius: 15px;
}
.twitter-box .twitter-tweet{
  margin:0 auto!important;
}
.twitter-box{
  margin:1rem auto 2rem;
  max-width: 65%;
  width:100%;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
	
.buyer-date{
	font-size: 0.9em !important;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 0 !important;
	color: #7e7e7e;
}
	
	
.ec-box li {
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 2%;
    margin-bottom: 2%;
    width: 98%;
    float: none;
    margin-right: 1%;
    margin-left: 1%;
}	

.buyer-kanren{
margin: 0;
overflow: hidden;
width: 97%;
margin: 0 auto;
border: 1px solid #ddd;
padding: 2%;
}
	
.buyer-kanren-h2 {
    font-size: 1.1em !important;
    font-weight: bold;
    margin-left: 2%;
    margin-bottom: 4%;
    margin-top: 5%;
}

.buyer-kanren ul{
	margin: 0;
}

.buyer-kanren li{
	margin: 0;
}

.buyer-kanren-left{
	float: left;
	width: 30%;
}

.buyer-kanren-left img{
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.buyer-kanren-right {
    float: right;
    width: 68%;
    font-size: 0.9em;
    line-height: 1.5em;
}

.count-number  {
    background: #393939;
    padding: 1% 4%;
    display: inline-block;
    margin-top: 0%;
    margin-bottom: 0%;
    color: #fff;
    font-size: 0.7em;
}

.count-number span {
    font-size: 1.8em;
    font-weight: bold;
}

.count-number-box {
    margin-left: 2.6%;
}
	
.inyo{
	font-size: .7em;
	text-align: right;
	display: block;
	margin: 5px 0;
}

.knowledge{
	margin: 0;
}

.knowledge img{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.knowledge h2 {
    position: relative;
    padding: 1rem 0 1rem;
    border-bottom: 6px solid #094;
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3em;
}

.knowledge h3  {
    padding: 1rem 2rem;
    border-top: 3px dotted #000;
    border-bottom: 3px dotted #000;
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.knowledge p{
	font-size: 1em;
	line-height: 1.3em;
}

.knowledge blockquote{
	margin: 20px 0;
	padding-left: 10px;
	color: #7c7c7c;
}

.knowledge blockquote p{
	font-size: .6em;
	line-height: 1.5em;
}


.knowledge iframe{
    width: 97% !important;
    margin: 0 auto;
    display: block;
    height: 300px;
}
	
.tab_item {
    font-size: .9em;
}
	

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 98%;
  margin: 5% auto;
  }

.tabs img{
	width: 100%;
	height: auto;
}

.tabs a {
    color: #000;
}

.tabs li{
    padding: 10px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 15px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #393939;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: .8em;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #393939;
  color: #fff;
}	
	
.color{
	margin: 0;
	overflow: hidden;
	padding: 1% 2% 5%;
	border: 1px solid #ddd;
	width: 98%;
	margin: 3% 0 5%;
}

.color h2{
	font-size: 1em;
	font-weight: bold;
	border-bottom: 5px solid #575757;
	display: table;
	margin-top: 4%;
	margin-bottom: 1%;
}

.color li{
	width: 13.2%;
	float: left;
	text-align: center;
	margin: 0 auto;
	margin-right: 0.5%;
	margin-left: 0.5%;
}

.color li a{
	border: 1px solid #ddd;
	margin-bottom: 2%;
	height: 40px !important;
	width: 40px !important;
}
	

.ytube {
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 3%;
}

.ytube-area h3{
	border-bottom: 3px solid #434343;
	display: table;
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: bold;
}
	
  .camo a {
    display: block;
    line-height: 40px;
    text-indent: -9999px;
  }
	
.index-new{
	overflow: scroll;
	margin-bottom: 5%;
	margin-left: auto !important;
	padding: 10px;
	padding-top: 2%;
	margin-top: 0px !important;
	height: 130px;
	border: 1px solid #ddd;
	width: 95%;
	margin-right: auto;
}

.index-new li {
	margin: 0;
	margin-bottom: 3%;
	font-size: .9em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	height: auto;
	line-height: 1.4em;
	float: none;
	display: block;
	width: 100%;
}

.index-new-p{
	font-size: 1em;
	font-weight: bold;
	border-bottom: 3px solid #4b4b4b;
	display: table;
	margin-bottom: 2%;
	margin-top: 0;
	margin-left: 3%;
	margin-bottom: 3%;
}

.index-new li .category {
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
}

.index-new li .category.cat-design {
  background-color: #0073aa;
}

.index-new li .category.cat-programming {
  background-color: #d54e21;
}

.tag {
	margin: 3% 0 4%;
	display: inline-block;
	margin-left: 1%;
  font-size: 10px;
  padding: 5px;
  border-radius: 3px;	
}

.tag-care .tag {
  background-color: #FF9900;
  border: 1px solid #da8910;
  color: #fff;
}
.tag-rera .tag {
  background-color: #99DDFF;
  border: 1px solid #a9b439;
}

.tag-usa .tag {
  background-color: #FFBBDD;
  border: 1px solid #a9b439;
}

.tag-thai .tag {
  background-color: #656565;
  border: 1px solid #434343;
  color: #fff;
}

.tag-italy .tag {
  background-color: #ff4e81;
  border: 1px solid #d8275b;
  color: #fff;
}

	.index-new a{
		white-space: break-spaces;
	}

.sns{
	width: 20px !important;
	margin: 0 !important;
	float: none;
	margin-right: 2% !important;
	margin-bottom: 0px !important;
}

.sns img{
	width: 100%;
	height: auto;
	margin: 0;
}
	
.item-side{
    height: auto !important;
    border-right: 1px solid #ddd;
}

.ec-side{
    height: auto !important;
    border-right: 1px solid #ddd;
}

select {
    background: #fff url("https://nycityindex.com/wp/wp-content/uploads/2023/02/arrow-2.png") no-repeat scroll right center;
    border: 1px solid #767676;
    border-radius: 4px;
    color: #595858;
    font-size: 100%;
    height: 45px;
    padding: 12px 50px 12px 12px;
    text-indent: .01px;
    width: 99%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: contain;
}

.c1 {
    background: #fff none repeat scroll 0 0;
    color: #595858;
    display: block;
    font-weight: 700;
    line-height: 50px;
    padding: 2px 0;
}

.c2 {
    background: #e8eef9 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #595858;
    font-weight: 700;
    line-height: 50px;
    padding: 20px
}

p.c1,p.c2 {
    margin: 0
}

.c1:hover,.c2:hover {
    background: #fee none repeat scroll 0 0
}

.c1.last,.c2.last {
    border-bottom: medium none
}

.m-alert {
    background: #ff8080 none repeat scroll 0 0;
    color: #fff;
    font-weight: 400;
    margin: 5px 0;
    padding: 5px;
    font-size: .8em;
    margin-right: 10px;
}

input[type=text],input[type=tel],input[type=email] {
    font-size: 15px;
}

.c1 textarea,.c2 textarea {
    font-size: 13px;
    width: 100%;
    margin-top: 20px
}

.file {
    display: block;
    margin: 10px
}

span.wpcf7-list-item {
    display: block
}

input[type=text],input[type=email],input[type=tel] {
    width: 97%;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus {
    border: 1px solid #20b2aa
}

input[type=text],select,input[type=email],input[type=tel] {
    outline: medium none;
    height: 50px;
    margin-top: 2%;
    margin-left: 1%;
    padding-bottom: 1%;
}

.contact_right textarea {
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2) inset,0 0 2px rgba(0,0,0,.3);
    padding: 0 3px;
    width: 100%
}

.contact_right textarea:focus {
    border: 1px solid #20b2aa
}

.contact_right textarea {
    outline: medium none;
    width: 100%
}

input[type=submit] {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    margin: 5px;
    padding: 0 15px;
    width: 98%
}

.contact_form input[type=submit] {
    width: 50%
}

.contact_form input[type=text],.contact_form input[type=email] {
    font-size: 1.5em;
    height: 50px;
    width: 100%
}

input[type=radio] {
    margin: 0 0 4px !important
}


textarea {
    font-size: 1em;
    width: 98%;
    margin-top: 0;
    border: 1px solid #767676;
}

.wpcf7 input[type="url"]{
	width: 97%;
	padding: 20px 0px;
	margin-left: 1%;
}
	
.single-center-instagram{
	font-size: 1em;
	text-align: right;
	margin-right: 3%;
}

.single-center-instagram img{
	width: 3.5%;
	height: auto;
	display: inline;
	margin-bottom: 0px;
	margin-right: 5px;
}
	

.top-center-instagram{
	font-size: 1em;
	text-align: right;
	margin-right: 0;
	margin-top: 5%;
}

.top-center-instagram img{
	width: 5%;
	height: auto;
	display: inline;
	margin-bottom: 0px;
	margin-right: 5px;
}
	
.ytube-area {
    width: 96%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
	
.ytube1 {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 1%;
    margin-right: 1%;
    margin-left: 1%;
}
	
.ytube-area iframe {
    width: 100%;
    height: 220px;
}
	
	
}