@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&display=swap');
html{
	font-size: 62.5%;
	height: 100%;
}

body	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	/*overflow-x: hidden;*/
}

.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix {*zoom:1;}
em{font-style: normal;}
img{ /*width: 100%;*/ max-width: 100%; height: auto; vertical-align: top;}
a img{border: none;}
a:hover img	{opacity:0.7;filter: alpha(opacity=70);}
a{text-decoration: none}
a:hover {-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}

.text-center{text-align: center;}
.text-red{color: #B80003}
.reset{
	margin: 0;
	padding: 0;
}
.reset-t{
	margin-top: 0;
}
.reset-b{
	margin-bottom: 0;
}

.fs-14{
	font-size: 1.4rem;
}
.fs-13{
	font-size: 1.3rem;
}
.fs-12{
	font-size: 1.2rem;
}
.fs-11{
	font-size: 1.1rem;
}
.flex{display: flex;justify-content: center;}

.fadeIn {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fadeIn.on {
  transform: translateY(0);
  opacity: 1.0;
}
.main section{
	padding-top: 40px;
	padding-bottom: 40px;
}
.main .unibtn a{
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	text-align: center;
	letter-spacing: 1.3px;
	background-color: #000000;
	position: relative;
	border: 2px solid #000;
}
.main .unibtn a:after{
	width: 1.0rem;
	height: 1.0rem;
	content: "";
	border: 2px solid #fff;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);	
}
.main .unibtn a:hover{
	cursor: pointer;
	background-color: #FFFFFF;
	color: #000000;
}
.main .unibtn a:hover:after{
	border-color: #000000;
}
.main .unibtn span{
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	text-align: center;
	letter-spacing: 1.3px;
	background-color: #8E8E8E;
	position: relative;
	border: 2px solid #8E8E8E;
}
.main .products .products-item{
	align-items: center;
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 30px;
}
.main .products .products-item:last-child{
	border-bottom: none;
}
.main .products .products-item:not(:first-child){
	margin-top: 35px;
}
.main .products .price-list:not(:first-child){
	margin-top: 20px;
}
.main .products .price-list p{
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #3B0606;
	
}
.main .products .price-list dl{
	margin-top: 6px;
}
.main .products .price-list dt{
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 6px;
}
.main .products .price-list dd{
	margin-left: 0;
	font-weight: bold;
}
.main .products .price-list dd:not(:last-of-type){
	margin-bottom: 5px;
}
.main .products .price-list dd span{
	font-size: 3.4rem;
	display: inline-block;
	line-height: 1.0;
	color: #be0000;
}

.main .schedule .schedule-head{
	display: flex;
	width: 100%;
}
.main .schedule .schedule-head > div{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	font-weight: bold;
}
.main .schedule .schedule-head > div:nth-child(1){
	width: 840px;
	border-right: 1px solid #FFFFFF;
}
.main .schedule .schedule-head > div:nth-child(2){
	width: 180px;
}
.main .schedule .schedule-body-list{
	display: flex;
	align-items: center;
}
.main .schedule .schedule-body-list:not(:first-child){
	border-top: 1px solid #CCCCCC
}
.main .schedule .schedule-body-list:last-child{
	border-bottom: 1px solid #CCCCCC
}
.main .schedule .schedule-body-list div{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: bold;
	text-align: center;
}
.main .schedule .schedule-body-list div:nth-child(1){
	width: 300px;
	font-size: 1.8rem;
}
.main .schedule .schedule-body-list div:nth-child(1) b{
	display: block;
	color: #be0000;
}
.main .schedule .schedule-body-list div:nth-child(2){
	width: 500px;
	border-right: 5px solid #FFFFFF;
	font-size: 1.8rem;
}
.main .schedule .schedule-body-list div:nth-child(3){
	width: 160px;
}
.main footer{
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main footer .footer-logo{
	text-align: center;
	width: 400px;
	margin: 0 auto;
}
.main .contact{
	background-color: #EDEDED;
	padding-top: 0;
}
.main .contact h1{
	text-align: center;
	font-size: 2.0rem;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #be0000;
	color: #FFFFFF;
	
}

.main .contact-box{
	padding: 10px;
}
.main .contact-box > p{
	margin-top: 0;
	margin-bottom: 7px;
}
header{
	background-color: #FFFFFF;
	padding: 10px 4rem;
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
}
header .header-inner{
	display: flex;
	justify-content: space-between;
	margin-right: 80px;
}
header .header-inner .header-l{
	display: flex;
	align-items: center;
	height: 70px;
}
header .header-inner .header-r{
	display: flex;
	align-items: center;
	height: 70px;
}
header .header-inner .logo{
	width: 10rem;
}
header .header-inner .header-ttl{
	width: 21.15rem;
	padding-left: 40px;
}
header .header-inner .shop-icon{
	width: 5.3rem;
}
#nav-toggle {
  position: absolute;
  top: 20px;
  right: 40px;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
#nav-toggle .menu{
	position: relative;
}
#nav-toggle .menu:after{
	content: "";
	background-image: url("../../../img/lp/uniform2026/menu.png");
	position: absolute;
	top: 0;
	background-size: 40px;
	height: 40px;
	background-repeat: no-repeat;
	width: 40px;
	font-size: 12px;
	color: #be0000;
	font-weight: bold;
	left: 50%;
	right: 50%;
	margin: auto;
	text-align: center;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
	margin-top: 25px;
}

#nav-toggle > div span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #be0000;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle > div span:nth-child(1) {
  top: 0;
}
#nav-toggle > div span:nth-child(2) {
  top: 7px;
}
#nav-toggle > div span:nth-child(3) {
  top: 14px;
}
.open #nav-toggle .menu:after{
	content: "";
	background-image: url("../../../img/lp/uniform2026/close.png");
}
.open #nav-toggle > div span {
  background: #be0000;
}
.open #nav-toggle > div span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.open #nav-toggle > div span:nth-child(2) {
  top: 14px;
  width: 0;
  left: 50%;
}
.open #nav-toggle > div span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

#gloval-nav {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
  font-size: 1.8rem;
  transform: translateX(-100%);
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav ul{
	padding: 0;
	margin: 0;
}
#gloval-nav a {
  display: block;
  color: #fff;
  padding: 15px 20px 15px 45px;
  transition: color 0.6s ease;
	font-weight: bold;
	border-bottom: 1px solid rgba(190,0,0,1.00);
	position: relative;
}

#gloval-nav a:hover{
	cursor: pointer;
	background-color:rgba(255,255,255,0.2);
}
#gloval-nav a span{
	font-size: 13px;
	position: absolute;
	top: 15px;
	left: 10px;
	font-weight: normal;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(-200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.5s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.6s;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#nav-toggle {
  z-index: 100;
}

#gloval-nav {
  z-index: 10;
}
.main .toggle-ttl{
		position: relative;
		padding: 15px;
		cursor: pointer;
		font-size: 2.0rem;
		line-height: 1.4;
		background-color: #000000;
	color: #FFFFFF;
	}
	.main .toggle-ttl .toggle-btn{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		background: #be0000;
		display: block;
		width: 24px;
		height: 24px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		border-radius: 50%;
	}
	.main .toggle-ttl .toggle-btn:before,.main .toggle-ttl .toggle-btn:after{
		display: block;
		content: '';
		background-color: #fff;
		position: absolute;
		width: 10px;
		height: 2px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.main .toggle-ttl .toggle-btn:before{
		width: 2px;
		height: 10px;
	}
.main .toggle-ttl.selected .toggle-btn:before {
	content: normal;
}
	.main .toggle-contents{
		display: none;
	}
.ui-faq dl:not(:first-child){
	border-top: 1px solid #c7c7c7;
}
.ui-faq dl dt, .ui-faq dl dd{
	display: block; 
	width: 100%;
	position: relative;
}
.ui-faq dl dd{
	margin-left: 0;
}
.ui-faq dl dt	{
	margin: 20px 0;
	padding-top: 20px;
}
.ui-faq dl dt:first-child	{
	padding-top: 0;
	border-top:none;
}
.ui-faq dl dt div{
	font-weight: bold;
	padding-left: 40px;
}
.ui-faq dl dd div{
	padding-left: 40px;
}
.ui-faq dl dt:before{
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "Q";
	width: 26px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #be0000;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	padding: 3px;
	top: -4px;
}
.ui-faq dl dd:before{
	position: absolute;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "A";
	width: 26px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8E8E8E;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	padding: 3px;
	top: -4px;
}
.main .member-box:not(:first-child){
	margin-top: 35px;
}
.main .member-box h3{
	border-left: 8px solid #be0000;
	padding: 3px 0 3px 12px;
	background-color:#000000;
	color: #FFFFFF;
}
.main .member-box dl{
	background-color: #F1F1F1;
	padding-bottom: 8px;
}
.main .member-box dl dt{
	display: inline-block;
	background-color: #000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 4px 8px;
	margin-bottom: 10px;
}
.main .member-box dl dd{
	margin-left: 25px;
	margin-right: 25px;
}



@media (max-width: 834px) {
	body{font-size: 1.3rem;line-height: 1.76923;}
	.container{padding-right: 25px;padding-left: 25px;}
	.only-lg{display: none!important;}
	.fs-14{
	font-size: 1.3rem;
	}
	.fs-13{
	font-size: 1.2rem;
}
	.fs-12{
	font-size: 1.1rem;
	}
	.fs-11{
	font-size: 1.0rem;
}
	.flex.wrap-sm{
		flex-wrap: wrap;
	}
	.scroll-point{
		display: block;
		margin-top: -70px;
		padding-top: 70px;
		outline: none;
	}
	.main .unibtn a{
		font-size: 1.2rem;
	}
	.main{
		padding-top: 70px;
	}
	.main section{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.main .products .products-item{
		flex-wrap: wrap;
	}
	.main .products .price-list{
		width: 250px;
		margin: 0 auto;
	}
	.main .products .flex div:not(:first-child){
		margin-top: 15px;
	}
	.main .schedule .schedule-head > div:nth-child(1){
		width: 70%;
	}
	.main .schedule .schedule-head > div:nth-child(2){
		width: 30%;
	}
	.main .schedule .schedule-body-list div{
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.main .schedule .schedule-body-list div:nth-child(1){
		font-size: 1.4rem;
		width: 20%;
		position: relative;
	}
	.main .schedule .schedule-body-list div:nth-child(1) span{
		font-size: 12px;
		color: #be0000;
		position: absolute;
		top: -3px;
		right: 0;
	}
	.main .schedule .schedule-body-list div:nth-child(2){
		font-size: 1.3rem;
		width: 50%;
		text-align: left;
	}
	.main .schedule .schedule-body-list div:nth-child(3){
		width: 30%;
		font-size: 1.3rem;
		text-align: left;
	}
	.main .toggle-ttl{
		font-size: 1.5rem;
		padding-right: 40px;
	}
	.main .contact h1{
		font-size: 1.6rem;
	}
	
	
	.main footer .footer-logo{
		width: 200px;
	}
	header{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	header .header-inner .header-l,header .header-inner .header-r{
		height: 60px;
	}
	header .header-inner{
		margin-right: 50px;
	}
	header .header-inner .logo{
		width: 4.5em;
	}
	header .header-inner .header-ttl{
		width: 10em;
		padding-left: 15px;
	}
	header .header-inner .shop-icon{
		width: 2.45em;
	}
	#nav-toggle{
		right: 10px;
		width: 36px;
		height: 36px;
		top: 12px;
	}
	#nav-toggle .menu:after{
		width: 36px;
		background-size: 36px;
		height: 36px;
	}
	#gloval-nav{
		font-size: 1.6rem;
	}
	#gloval-nav a{
		text-align: left;
		padding: 15px 20px 15px 35px;
	}
	.main .toggle-ttl .toggle-btn{
		right: 10px;
	}
}

	


@media (min-width: 835px) {
.container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
.only-sm{
	display: none!important;
	}
.flex-img{
	width: 500px;
	}
.flex-text{
	width: calc(100% - 530px);
	padding: 10px 10px 10px 20px;
	}
	.scroll-point{
		display: block;
		margin-top: -80px;
		padding-top: 80px;
		outline: none;
	}
.main{
		padding-top: 80px;
	}
.main .uniform .flex > div{
	margin-left: 10px;
	margin-right: 10px;
}
	.main .products .products-img{
		width: 500px;
	}
	.main .products .products-info{
		width: calc(100% - 540px);
		padding-left: 40px;
	}
	.main .products .unibtn{
		width: 300px;
	}
	.main .size .size-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	#gloval-nav a{
		width: 250px;
	}
	.unit-2-lg.clearfix	{margin: 0;}
	.unit-2-lg.clearfix .col	{float: left; width: 49.056%; margin: 0 0 1.886% 1.886%}
	.unit-2-lg.clearfix .col:nth-of-type(2n+1)	{clear: both; margin-left: 0;}


}
	
@media (min-width: 960px) {
	.uni-ttl{
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
	.mainTtl img{
		height: 80px;
	}
	.main .products .flex div:not(:first-of-type){
		margin-left: 10px;
	}

}

@media (min-width: 1060px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
