@charset "UTF-8";
/*/▼帯バナー削除用CSS▼//*/
@import url("https://use.typekit.net/rpy0vhq.css");

#beltbnr {
  display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/

html {
  scroll-behavior: smooth;
}
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: "source-han-sans-japanese", sans-serif;
}
#mainArea p {
  font-family: "source-han-sans-japanese", sans-serif;
}
.pc { 
  display: block;
  width: 900px;
  margin: 0 auto;
}
.sp { 
  display: none;
}
section {
  margin: 7em auto 10em;	
	position: relative;	
}
.f-f a {
  position: relative;
  display: inline-block;  
  font-family: "optima-lt-pro", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6rem;
  font-size: 1.28rem;
  letter-spacing: 0.5px;	
  color: #1b232d;
  text-decoration: none;	
}
.f-f a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #1b232d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .4s ease;
}
.f-f a:hover::after {
  transform: scaleX(1);
}

.under_ {
  margin: 2% auto 5% auto;
  clear: both;
}

.lead {
  width: 900px;
  margin: 0 auto 1em;
  position: relative;
  background:#1b232d;
}
.lead p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 100;
  font-style: normal;  
  text-align: center;	
	padding: 2em 0 3em 0;
	font-size: 1.3rem;
	line-height: 1.9;
  color: #fff;		
}

/*///*/
#page_nav {
	width: 100%;
  margin: 0 auto 0 auto;
	padding: 2% 0 7% 0;	
  z-index: 1;	
}
#page_nav ul {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 24px;
}
#page_nav ul li {
	margin: 0 5% !important;
	padding: 4em 0 2em 0;
}
#page_nav ul li a {
  text-decoration: none;
  font-family: "optima-lt-pro", sans-serif;
  font-size: 2.5rem;
  color: #1b232d;  
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:140px;   
  height:50px;   
  text-decoration:none;
}
#page_nav .txt {
  font-family: "optima-lt-pro", sans-serif;
  letter-spacing: 1px;  
  position:relative;
  z-index:2;
}
.circle {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  transform:translateZ(0);
  backface-visibility:hidden;  
}
.circle ellipse {
  fill:none;
  stroke:#1b232d;
  stroke-width:1;
  stroke-dasharray:300;
  stroke-dashoffset:300;
  transition: stroke-dashoffset .8s cubic-bezier(.65,.05,.36,1);
  vector-effect:non-scaling-stroke;  
}
#page_nav ul li a:hover .circle ellipse {
  stroke-dashoffset:0;
}


/*///*/
#women_1::before {
  content: '';
  display: block;
  height: 80px; 
  margin-top: -80px; 
  visibility: hidden;
}
#men_1::before {
  content: '';
  display: block;
  height: 80px; 
  margin-top: -80px; 
  visibility: hidden;
}
#women_2,
#men_2 {
  margin-top: 10%;
}
.img_1 {
  width: 45%;
  margin: 0 auto 0 25%;
}
.link_wrap {
  width: 50%;
  margin: 7% auto 0 auto;
}
.link_wrap a{
  position: relative;
  display: block;
  overflow: hidden;
}
.link_wrap img{
  width: 100%;
  display: block;
  transform: translateZ(0);
}
.link_wrap a:hover img{
  opacity: 1 !important;
}
.overlay{
  position: absolute;
  inset: 0;
  background: rgba(72,72,72,0.5);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.link_wrap a:hover .overlay{
  opacity: 1;
}

.img_2 {
  width: 40%;
  margin: 0 auto;
}
.link_wrap.img_3 {
  width: 60%;
  margin: 10% auto 0 auto;
}
.link_wrap .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "optima-lt-pro", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-align: center;  
  letter-spacing: 0.5px;
  color: #1b232d;
  background: #fff;
  z-index: 2;
  display: inline-block;
  padding: 1px 4px;
  line-height: 1;
}
.link_wrap .txt b{
  font-weight: normal;
  font-size: 1.7rem;
}
.link_wrap.more_items {
  width: 30%;
  margin: 10% auto 0 auto;
}

#border {
  display: flex;
  gap: 30px;
  width: 45%;
  margin: 10% auto;
  align-items:flex-start;
}
#border img {
  width: 50%;
  display: block;
}
#border img:nth-child(2){
  margin-top:60px;
}

/*///*/
.creditArea {
  text-align: center;
  margin: 1% auto 5% auto;
}

/*////*/
#staff_credit {
  margin: 4% auto 0 auto;
}
#staff_credit p {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
	font-size: 1.3rem;
	line-height: 1.9;
  color: #1b232d;
  letter-spacing: 0.5px;
}

#allitem_nav {
	width: 100%;
  margin: 0 auto 0 auto;
	padding: 2% 0 5% 0;	
  z-index: 1;	
}
#allitem_nav ul {
	width: 30%;
	margin: 0 auto;
	clear: both;
	display: flex;
	justify-content: space-around;
}
#allitem_nav ul li {
	margin: 0 5% !important;
	padding: 4em 0 2em 0;
}
#allitem_nav ul li a {
  position: relative;
  display: inline-block;
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-decoration: none;	
	font-size: 2rem;
	line-height: 1.9;
  color: #1b232d;
  letter-spacing: 1px;
}
#allitem_nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #1b232d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .4s ease;
}
#allitem_nav ul li a:hover::after {
  transform: scaleX(1);
}
#allitem_nav ul li.border {
  font-size: 2rem;
  padding: 2.4em 0 0 0;
  font-weight: 100;
  font-family: math;
}


/*////*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
  will-change: transform;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}


/* SP */
@media screen and (max-width: 767px) {
.pc { 
  display: none;
}
.sp { 
  display: block;
  width: 100%;
  margin: 0 auto;
}
.lead {
  width: 100%;
  margin: 0 auto 1em;
  position: relative;
}
.lead p {
  width: 85%;  
  font-size: 1.15rem;
  line-height: 2.2;
  margin: 0 auto;
  padding: 3em 0 3em 0;
}
.f-f {
  line-height: 1rem;
}
#page_nav {
  padding: 0 0 13% 0;
}
#page_nav ul {
  gap:16px;
}
#page_nav ul li {
  padding: 3em 0 3em 0;
  margin: 0 0 !important;
}
#page_nav ul li a {
  font-size: 2.2rem;
  width:120px;
  height:44px;
}
.circle{
  width:120px;
  height:44px;
}
.img_1 {
  width: 90%;
  margin: 0;
}
.link_wrap {
  width: 100%;
  margin: 15% auto 0 auto;
}
.creditArea {
  margin: 3% auto 15% auto;
}
.img_2 {
  width: 87%;
}
.link_wrap.img_3 {
  width: 100%;
  margin: 25% auto 0 auto;
}
#women_2, #men_2 {
  margin-top: 30%;
}
#border {
  gap: 45px;
  width: 90%;
  margin: 25% auto 25% 0;
}
.link_wrap.more_items {
  width: 90%;
  margin: 25% auto 10% auto;
}
#allitem_nav ul {
  width: 75%;
}
#allitem_nav ul li a {
  font-size: 1.7rem;
}
#allitem_nav ul li.border {
  font-size: 1.5rem;
  padding: 3.3em 0 0 0;
}


}