@charset "utf-8";
#craftsmanship .category_wrap ul li {
  flex-basis: 33.23%;
}
#maincontainer #main p,
#maincontainer #main li{
	color: #000;
}

/*工場紹介*/
.factory #sec01{
	margin-bottom: 70px;
}
.factory #sec01 p{
	font-size: 1.4rem;
	line-height: 2;
}
.factory .lead .img{
	margin-bottom: 25px;
}
.factory .labelttl{
	margin: 50px 0 30px;
}
.factory .ttltype4{
	margin: 30px 0 20px;
}
.factory .btnstyle01{
	margin-top: 30px;
}
.factory .g_map{
	width: 100%;
	height: 394px;
}
.factory .g_map iframe{
	width: 100%;
	height: 100%;
}
.factory .ttl_dot{
	font-size: 1.6rem!important;
	font-weight: bold;
	margin: 1.5em 0 .5em;
}
.factory .ttl_dot::before {
	content: "●";
	display: inline-block;
	font-size: 1rem;
	color: #007ac5;
	margin-right: .6em;
	vertical-align: middle;
}
.factory .ttl_dot + .txt{
	margin-left: 1.2em;
}

/*繊維・アパレル業界情報*/
body.apparel_info #sec01 {
  padding-bottom: 50px;
}
body.apparel_info #sec01 .wrap {
  max-width: 1060px;
}
body.apparel_info #sec01 .lead {
  padding-bottom: 45px;
}
body.apparel_info #sec01 .lead p {
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
}
body.apparel_info #sec01 .lead p + p {
  margin-top: 35px;
}
body.apparel_info #sec01 .lead a.blank_link,
body.apparel_info #sec01 .lead .telLink a{
  color: #007ac5;
  position: relative;
}
body.apparel_info #sec01 .lead a.blank_link:hover {
  opacity: 0.7;
}
.link_acdn {
  position: relative;
  font-weight: bold;
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  color: #000000;
}
.ie .link_acdn {
  padding-top: 25px;
}
.menu:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.link_acdn .btn_open {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0px;
}
.link_acdn .btn_open:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  top: 50%;
  right: 30px;
  background-color: #000000;
  transform: translate(-50%, -50%);
}
.link_acdn .btn_open:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  top: 50%;
  left: auto;
  right: 42px;
  background-color: #000000;
  transform: translate(-50%, -50%);
}
.link_acdn .btn_open.open:after {
  display: none;
}
.menu .none {
  display: none;
}
body.apparel_info .pagettl .date {
  font-size: 1.3rem;
  color: #FFFFFF;
}
body.apparel_info .box_wrap {
  padding-bottom: 30px;
}
body.apparel_info .box_wrap ul li {
  flex-basis: 49.8%;
  margin: 0 0.1% 3px;
  background-color: #f6f6f6;
}
body.apparel_info .box_wrap .inner {
  padding: 15px 20px;
}
body.apparel_info .box_wrap .date {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #000000;
}
body.apparel_info .box_wrap .ttl {
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}
body.apparel_info .box_wrap dl {
  align-items: center;
}
body.apparel_info .box_wrap dl dt {
  flex-basis: 18.5%;
  color: #007ac5;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: 3px 0;
  border: 1px solid #007ac5;
  font-weight: bold;
  margin-bottom: 10px;
}
.ie body.apparel_info .box_wrap dl dt {
  padding: 4px 0 1px;
  flex-basis: 18%;
}
body.apparel_info .box_wrap dl dd {
  flex-basis: 78.5%;
  margin-left: 3%;
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #000000;
}
body.apparel_info .box_wrap dl dt:last-of-type, body.apparel_info .box_wrap dl dd:last-of-type {
  margin-bottom: 0px;
}
body.apparel_info .box_wrap .detail_link {
  text-align: right;
}
body.apparel_info .box_wrap .detail_link a {
  font-size: 1.2rem;
  color: #007ac5;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
body.apparel_info .box_wrap .detail_link a:hover {
  opacity: 0.7;
}
body.apparel_info .box_wrap .detail_link a:before {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  margin-right: 4px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #007ac5;
  border-right: 2px solid #007ac5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ie body.apparel_info .box_wrap .detail_link a:before {
  margin-top: -5px;
}

.contents_list {
  margin-bottom: 50px;
}
.contents_list .inner {
  border: 1px solid #cccccc;
  padding: 15px 20px 25px;
}
.contents_list .ttl {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.contents_list dl {}
.contents_list dl {
  align-items: center;
}
.contents_list dl dt {
  flex-basis: 12.5%;
  color: #007ac5;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 30px;
  padding: 3px 0;
  border: 1px solid #007ac5;
  font-weight: bold;
  margin-bottom: 10px;
}
.ie .contents_list dl dt {
  flex-basis: 12%;
  padding: 4px 0 1px;
}
.contents_list dl dd {
  flex-basis: 85.5%;
  margin-left: 2%;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.contents_list dl dt:last-of-type, .contents_list dl dd:last-of-type {
  margin-bottom: 0px;
}
.contents_list dl dd a {
  color: #007ac5;
  text-decoration: underline;
}
.contents_list dl dd a:hover {
  opacity: 0.7;
}
#side .link_acdn {
  padding: 15px 50px 15px 15px;
  line-height: 1.8;
  font-size: 1.4rem;
}
#side .link_acdn .btn_open:before {
  right: 10px;
}
#side .link_acdn .btn_open:after {
  right: 22px;
}
#side .menu .inner {
  padding: 0 15px 15px;
}
#side .menu ul li a {
  color: #0e57a2;
  font-size: 1.3rem;
}
#side .menu ul li a:hover {
  opacity: 0.7;
}
body.apparel_info.detail .pagettl {
  padding: 40px 0;
}
.ie body.apparel_info.detail .pagettl {
  padding: 45px 0 35px;
}


/*導入事例*/
body.case_study #sec01 {
  padding-bottom: 50px;
}
body.case_study #sec01 .wrap {
  max-width: 1060px;
}
body.case_study #sec01 .lead {
  padding-bottom: 45px;
}
body.case_study #sec01 .lead p {
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
}
body.case_study #sec01 .lead p a{
  color: #007ac5;
}
body.case_study #sec01 .lead p + p {
  margin-top: 35px;
}
body.case_study #sec01 .link_acdn span{
  font-size: 1.4rem;
}
body.case_study #sec01 .list{
  margin-top: 5px;
  justify-content: flex-start;
  margin: 0 -1.5%;
}
body.case_study #sec01 .list .item{
  margin: 0 1.56% 35px;
  flex-basis: 30.2%;
}
body.case_study #sec01 .list .item .txt{
  padding: 16px 20px 18px;
  border: 1px solid #eeeeee;
  min-height: 130px;
  position: relative;
}
body.case_study #sec01 .list .item .txt p{
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: bold;
  color: #000000;
}
body.case_study #sec01 .list .item .txt p.ls{
  letter-spacing: -0.03em;
}

body.case_study #sec01 .list .item .txt .detail_link {
  font-size: 1.2rem;
  color: #007ac5;
  font-weight: bold;
  display: inline-block;
  padding-left: 1.2em;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 18px;
}
body.case_study #sec01 .list .item .txt .detail_link:before {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  margin-right: 4px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #007ac5;
  border-right: 2px solid #007ac5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ie body.case_study #sec01 .list .item .txt .detail_link:before {
  margin-top: -5px;
}

/*導入事例詳細*/
body.case_study #maincontainer #side .menu .menu_ttl{
  font-weight: bold;
  color: #0e57a2;
  font-size: 1.6rem;
  border-top: 3px solid #0e57a2;
  padding: 13px 15px 10px;
}
body.case_study #maincontainer #side .menu .link_acdn{
  font-size: 1.3rem;
}
body.case_study #maincontainer #side .menu li a{
  background: none;
  padding: 6px 15px;
}
body.case_study #maincontainer #side .menu li a::after{
  content: none;
}


body.case_study #main .product_list ul {
	margin: 0 -1.3%;
}

body.case_study #main .product_list ul li {
	margin: 0 1.65% 0;
	flex-basis: 30%;
}

body.case_study #main .product_list ul li a{
  text-decoration: none;
}

body.case_study #main .product_list .ttl {
	color: #007ac5!important;
	font-size: 1.6rem;
	margin: 15px 0 10px;
	line-height: 1.5;
	font-weight: bold;
}

body.case_study #main .product_list .subttl {
	color: #000000;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
  margin-top: 0;
}

body.case_study #main .product_list .txt {
	line-height: 1.5;
	font-size: 1.2rem;
	letter-spacing: -0.6px;
	margin-bottom: 10px;
	color: #000000;
   margin-top: 0;
}
body.case_study #main .product_list a .link {
	position: relative;
	padding-left: 1.2em;
	color: #007ac5!important;
	font-size: 1.2rem;
	font-weight: bold;
  margin-top: 15px;
}

body.case_study #main .product_list a .link:hover {
	opacity: 0.7;
}

body.case_study #main .product_list a .link:after {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	margin-right: 4px;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #007ac5;
	border-right: 2px solid #007ac5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.case_study #main .back_btn a{
  text-decoration: none;
}

/*post-content.css*/
body.case_study .post-content p{
  line-height: 2;
}
body.case_study .post-content h2 {
  font-size: 1.8rem;
}
body.case_study .post-content h2:first-of-type{
  margin-top: 0;
}
body.case_study .post-content h3 {
  margin: 35px 0 30px;
}
body.case_study .post-content h4{
  font-size: 1.6rem;
  margin-top: 2.5em;
}

body.case_study #maincontainer #main .eyecatch,
body.case_study #maincontainer #main .eyecatch img{
  width: 100%;
}
body.case_study #maincontainer #main .img{
  width: 100%;
  margin-top: 30px;
}
body.case_study #maincontainer #main .img img{
  display: block;
  width: 100%;
}
body.case_study #maincontainer #main .img .caption{
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 1em;
}

@media screen and (max-width: 1100px){
	
	/*工場紹介*/
	.factory .btnstyle01 a{
		max-width: inherit;
		width: 98%;
		padding: 9px 0;
	}
	.factory .g_map{
		height: 270px;
	}
	
	/*繊維・アパレル業界情報*/
	body.apparel_info .pagettl .date{
		text-align: center;
	}
	body.apparel_info #sec01 .wrap {
		max-width: inherit;
	}
	
	body.apparel_info .box_wrap > ul{
		display: block;
	}
	body.apparel_info .box_wrap dl dt{
		flex-basis: auto;
		min-width: 90px;
	}
	
	.contents_list dl dt {
		flex-basis: auto;
		min-width: 90px;
	}
	body.apparel_info.detail .post-content h2{
		justify-content: flex-start;
	}
	body.apparel_info.detail .post-content p{
		line-height: 2.14;
	}
	#side .link_acdn {
    position: relative;
    font-weight: bold;
    display: block;
    padding: 20px;
    font-size: 1.8rem;
    border-top: 1px solid #cccccc;
    color: #000000;
	}	
	#side .link_acdn br{
		display: none;
	}
	#side .link_acdn br.sp{
		display: block;
	}
	
	.contents_list dl dd{
		flex-basis: calc(100% - 90px - 3%);
	}
	body.apparel_info.detail .back_btn a{
		max-width: inherit;
		width: 94%;
	}
	
	#maincontainer #side .menu ul{
		overflow: hidden;
		display: block;
		border: none;
		padding: 0 5px;
		margin: 0 0 20px;
	}
	#maincontainer #side .menu ul li{
		text-align: left;
		border: none;
	}
	#maincontainer #side .menu li:nth-child(1)::before, #maincontainer #side .menu li:nth-child(n+3)::before{
		display: none;
	}
	#maincontainer #side .menu li a {
		padding: .5em 0;
		display: block;
		text-align: left;
		border: none;
	}
  
  /*導入事例*/
  body.case_study #sec01 .wrap {
    max-width: inherit;
  }
  body.case_study #sec01 .list{
    margin: 0 -1.5%;
  }
  body.case_study #sec01 .list .item{
    margin: 0 1.5% 30px;
    flex-basis: 47%;
  }
  body.case_study #sec01 .list .item .img,
  body.case_study #sec01 .list .item .img img{
    width: 100%;
  }
  
  /*導入事例詳細*/
  body.case_study #maincontainer #side{
    margin-bottom: 50px;
  }
  body.case_study #maincontainer #side .menu .menu_ttl{
    font-size: 2.2rem;
    padding: 13px 20px 10px;
  }
  body.case_study #maincontainer #side .menu .link_acdn{
    font-size: 1.8rem;
  }
  body.case_study #main .back_btn a{
    max-width:  100%;
    color: #fff;
  }
  body.case_study #main .product_list ul {
    margin: 0;
  }

  body.case_study #main .product_list ul li {
    margin: 0 1% 45px;
    flex-basis: 46.5%;
  }

  body.case_study #main .product_list ul li a{
    text-decoration: none;
  }
  
  
  /*post-content.css*/
  body.case_study .post-content h2 {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px){
	
	/*工場紹介*/
	.factory #sec01{
		margin-bottom: 13vw;
	}
	.factory #sec01 p{
		font-size: 3.4vw;
		line-height: 1.8;
	}
	.factory .lead .img{
		margin-bottom: 5.3vw;
	}
	.factory .labelttl{
		margin: 10vw 0 5vw;
	}
	.factory .labelttl:first-of-type{
		margin-top: 5vw;
	}
	.factory .ttltype4{
		margin: 6vw 0 3.6vw;
	}
	.factory .btnstyle01{
		margin-top: 6.4vw;
	}
	.factory .tbl_style01{
		border-bottom: 1px solid #dfdfdf;
	}
	.factory .tbl_style01 th,
	.factory .tbl_style01 td{
		display: block;
		width: 100%;
    line-height: 1.8;
	}
	.factory .tbl_style01 th {
    border-bottom: none;
		font-weight: normal;
		font-size: 3.7vw;
	}
	.factory .tbl_style01 td {
    border: none;
		padding: .6em 1em;
	}
	.factory .tbl_style01 td .telLink a{
		text-decoration: none;
	}
	
	.factory .g_map{
		height: 53vw;
	}
	.factory .ttl_dot{
		font-size: 3.4vw!important;
		margin: 1em 0 .5em;
	}
	.factory .ttl_dot::before {
		font-size: .8rem;
	}

	/*繊維・アパレル業界情報*/
	body.apparel_info #sec01 {
		padding-bottom: 15vw;
	}
	body.apparel_info #sec01 .lead {
		padding-bottom: 6vw;
	}
	body.apparel_info #sec01 .lead p {
		font-size: 3.4vw;
		line-height: 1.8;
	}
	body.apparel_info #sec01 .lead p + p {
		margin-top: 2em;
	}
	body.apparel_info #sec01 .lead a.blank_link:hover {
		opacity: 0.7;
	}
	.link_acdn {
		padding: 1em 6em 3% 1em;
		font-size: 4.2vw;
		line-height: 1.46;
	}
	.link_acdn .btn_open:before {
		width: 5.2vw;
		height: .8vw;
		right: 2vw;
	}
	.link_acdn .btn_open:after {
		width: .8vw;
		height: 5.2vw;
		right: 6.4vw;
	} 
	body.apparel_info .pagettl .date {
		font-size: 1.7vw;
		text-align: center;
	}
	body.apparel_info .box_wrap {
		padding-bottom: 6.6vw;
	}
	body.apparel_info .box_wrap ul li {
		flex-basis: 100%;
		margin: 0 0 .5vw;
	}
	body.apparel_info .box_wrap .inner {
		padding: 5vw 3%;
	}
	body.apparel_info .box_wrap .date {
		font-size: 3.2vw;
		margin-bottom: .5em;
	}
	body.apparel_info .box_wrap .ttl {
		font-size: 3.4vw;
		margin-bottom: .8em;
	}
	body.apparel_info .box_wrap dl {
		align-items: flex-start;
	}
	body.apparel_info .box_wrap dl dt {
		flex-basis: 26%;
		font-size: 2.9vw;
		border-radius: 3.6vw;
		padding: .2em 0 .15em;
		margin-bottom: 4vw;
		min-width: inherit;
	}
	body.apparel_info .box_wrap dl dd {
		flex-basis: 70%;
		margin-left: 4%;
		font-size: 3.4vw;
		margin-bottom: 4vw;
		line-height: 1.5;
		padding-top: 1vw;
	}
	body.apparel_info .box_wrap .detail_link{
		margin-top: 1em;
	}
	body.apparel_info .box_wrap .detail_link a {
		font-size: 3.7vw;
		padding-left: 1em;
	}
	
	
	.contents_list {
		margin-bottom: 6.6vw;
	}
	.contents_list .inner {
		padding: 4vw;
	}
	.contents_list .ttl {
		margin-bottom: .5em;
		font-size: 3.4vw;
	}
	.contents_list dl {
		align-items: flex-start;
	}
	.contents_list dl dt {
		flex-basis: 28%;
		font-size: 2.9vw;
		border-radius: 3.6vw;
		padding: .2em 0 .15em;
		margin-bottom: 4vw;
		min-width: inherit;
	}
	.contents_list dl dd {
		flex-basis: 67%;
		margin-left: 5%;
		font-size: 3.4vw;
		margin-bottom: 4vw;
		line-height: 1.5;
		padding-top: 1vw;
	}
	.contents_list dl dt:last-of-type, .contents_list dl dd:last-of-type {
		margin-bottom: 0px;
	}
	
	#side .link_acdn {
		padding: 1em 5em 3% 1em;
    font-size: 4.2vw;
    line-height: 1.46;
	}
	#side .link_acdn .btn_open:before {
		right: 2vw;
	}
	#side .link_acdn .btn_open:after {
		right: 6.4vw;
	}
	#side .menu .inner {
		padding: 0 0 4vw;
	}
	#side .menu ul li a {
		font-size: 3.7vw;
	}
	#side .menu ul li a:hover {
		opacity: 0.7;
	}
	body.apparel_info.detail .pagettl {
		padding: 4vw 0 2vw;
	}
	body.apparel_info.detail .pagettl h1.ttl{
		font-size: 4.2vw;
		line-height: 1.18;
	}
	
	
	#maincontainer #side .menu ul{
		width: 100%;
		padding: 0 4vw;
		margin: 0 0 4vw;
	}
	#maincontainer #side .menu li a {
		padding: .5em 0;
		text-align: left;
		border: none;
		height: auto;
		font-size: 3.7vw;
	}
  
  
  
  /*導入事例*/
  body.case_study #sec01 {
    padding-bottom: 15vw;
  }
  body.case_study #sec01 .wrap {
    max-width: 1060px;
  }
  body.case_study #sec01 .lead {
    padding-bottom: 6vw;
  }
  body.case_study #sec01 .lead p {
    font-size: 3.5vw;
    line-height: 1.8;
    word-wrap: break-word;
    word-break: break-all;
  }
  body.case_study #sec01 .lead p a{
    word-wrap: break-word;
    word-break: break-all;
  }

  body.case_study #sec01 .lead p + p {
    margin-top: 2em;
  }
  body.case_study #sec01 .link_acdn{
    padding-right: 3em;
  }
  body.case_study #sec01 .link_acdn span{
    font-size: 3.2vw;
  }
  body.case_study #sec01 .list{
    margin-top: 0;
    margin: 0;
  }
  body.case_study #sec01 .list .item{
    margin: 0 0 12vw;
		flex-basis: 100%;
  }
  body.case_study #sec01 .list .item .txt{
    padding: 4vw 5% 5vw;
    min-height: 35vw;
  }
  body.case_study #sec01 .list .item .txt p{
    font-size: 3.7vw;
    line-height: 1.8;
  }

  body.case_study #sec01 .list .item .txt .detail_link {
    font-size: 3.7vw;
    padding-left: 1em;
    right: 5%;
    bottom: 5vw;
  }
  body.case_study #sec01 .list .item .txt .detail_link:before {
    margin-top: -.7vw;
    margin-right: .7vw;
    width: 1.3vw;
    height: 1.3vw;
  }
  
  /*導入事例詳細*/
  body.case_study #maincontainer #side .menu .menu_ttl{
    font-size: 4.2vw;
    padding: 4vw 4% 3vw;
  }
  body.case_study #maincontainer #side .menu .link_acdn{
    font-size: 4.2vw;
  }
  body.case_study #maincontainer #side .menu li a{
    padding: .5em 0;
  }
  body.case_study #main .product_list ul li {
		margin: 0 0 8vw;
		flex-basis: 100%;
	}
	body.case_study #main .product_list ul li:nth-child(even) {
		margin-left: 0;
	}
	body.case_study #main .product_list .ttl {
		font-size: 3.7vw;
		margin: .8em 0 .6em;
	}
	body.case_study #main .product_list .subttl {
		font-size: 3.4vw;
		margin-bottom: .8em;
	}
	body.case_study #main .product_list .txt {
		font-size: 3.4vw;
		margin-bottom: 1em;
	}
  body.case_study #main .product_list a .link{
    font-size: 3.7vw;
  }
  body.case_study #main .product_list a .link:after{
    margin-top: -.8vw;
		margin-right: 0;
		width: 1.6vw;
		height: 1.6vw;
		border-top: .5vw solid #007ac5;
		border-right: .5vw solid #007ac5;
  }
  
  /*post-content.css*/
  body.case_study .post-content h2 {
    font-size: 4.8vw;
    justify-content: flex-start;
    margin-bottom: 6vw;
  }
  body.case_study .post-content h3 {
    margin: 1.5em 0 1em;
    padding-bottom: .8em;
  }
  body.case_study .post-content h4{
    font-size: 3.4vw;
    margin-top: 2em;
  }

  body.case_study #maincontainer #main .eyecatch{
    margin-bottom: 0;
  }
  body.case_study #maincontainer #main .img{
    width: 100%;
    margin-top: 5vw;
  }
  body.case_study #maincontainer #main .img img{
    display: block;
    width: 100%;
  }
  body.case_study #maincontainer #main .img .caption{
    font-size: 3.2vw;
    text-align: left;
  }

}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px), print {}
@media screen\0 {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {}