@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

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

#mainArea {
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    background: #f0ebe8;    
}
#mainArea div {
    font-family: 'Noto Sans JP', sans-serif;
}
#mainArea p {
    font-family: 'Noto Sans JP', sans-serif;
}
.bnr_ {
    width: 900px;
    margin: 0 auto;
    display: block;
}
section {
    width: 860px;
    margin: 7em auto 10em;	
	position: relative;
    background: #f0ebe8;	
}
.f-f {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.1rem;
    font-size: 1.28rem;
    letter-spacing: 0.5px;	
    color: #161616;	
}
.f-f b {
    font-size: 1.28rem;
    letter-spacing: 0.5px;	
    padding-right: 2%;	
}
.under_ {
    margin: 2% auto 3% auto;
	clear: both;
}
.back-b {
    background: #f0ebe8;
}
.lead {
    width: 100%;
    margin: 0 auto -2em;
    position: relative;
    background: #f0ebe8;   
    padding-top: 3%;
}
.lead p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;	
	padding: 1em 0;
	font-size: 1.5rem;
	line-height: 1.9;
    color: #8a3603;		
}

/*///*/
#page_nav {
	width: 100%;
    margin: 0 auto 0 auto;
	padding: 2% 0 5% 0;	
    z-index: 1;	
}
#page_nav ul {
	width: 18%;
	margin: 0 auto;
	clear: both;
	display: flex;
	justify-content: space-around;
}
#page_nav ul li {
	margin: 0 5% !important;
	padding: 4em 0 2em 0;
}
#page_nav ul li a:hover {
    color: #8a3603;
    transition: .3s;    
}
#page_nav ul li a.men:hover {
    color: #0f1674;
    transition: .3s;    
}
#page_nav ul li a {
    font-family: futura, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;	
	font-size: 2rem;
	line-height: 1.9;
    color: #161616;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;    
}

.comment_w {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;    
	font-size: 1.3rem;
	line-height: 2.0;
    margin: 2em auto;
    color: #8a3603;
}
.comment_m {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;    
	font-size: 1.3rem;
	line-height: 2.0;
    margin: 2em auto;
    color: #0f1674;
}

.ttl {
    width: 100%;
    text-align: center;    
}
.ttl h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;	
	font-size: 1.5rem;
	line-height: 1.7;
    color: #f0ebe8;
    padding: 0 0.5%;
    letter-spacing: 0.5px;
}
.marker,
.marker_2 {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.marker::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.3em;
    height: 70%;
    width: 0%;
    background: #8a3603;
    z-index: -1;
    transition: width 1.3s ease;
}
.marker_2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.3em;
    height: 70%;
    width: 0%;
    background: #0f1674;
    z-index: -1;
    transition: width 1.3s ease;
}
.marker.marker-animate::before,
.marker_2.marker-animate::before {
    width: 100%;
}
.ttl p {
    font-family: futura-pt, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-align: center;	
	font-size: 1.2rem;
	line-height: 2;
    color: #8a3603;
    letter-spacing: 0.5px;
}
#men_1 .ttl p,
#men_2 .ttl p,
#men_3 .ttl p,
#men_4 .ttl p {
    font-family: futura-pt, sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-align: center;	
	font-size: 1.2rem;
	line-height: 2;
    color: #0f1674;
    letter-spacing: 0.5px;
}

.ld_img {
  opacity: 0;
  transform: 
    perspective(1200px)
    translateY(100px)
    scale(1.1)
    rotateX(var(--rotateX, 0deg))
    rotateY(var(--rotateY, 0deg))
    rotateZ(var(--rotateZ, 0deg));
  transition: 
    transform 0.5s cubic-bezier(0.4, 0, 0.6, 1), 
    opacity 0.4s ease-out;
  will-change: transform, opacity;
}

.ld_img.visible {
  opacity: 1;
  transform: 
    perspective(1200px)
    translateY(0)
    scale(1)
    rotateX(0deg)
    rotateY(0deg)
    rotateZ(0deg);
}

/*///*/
.main_creditArea {
	padding: 0;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.main_creditArea table td.txt {
    width: 80%;
    padding: 0;
	height: 50px;
}
.main_creditArea table td.btn {
	width: 20%;
}

/*////*/
.button_bl {
    font-family: 'Noto Sans JP', sans-serif;  
    font-weight: 400;
    font-style: normal;	
    display: block;
    width: 90%;
    height: 37px;
    line-height: 34px;
    border-radius: 50%;
    border: 1.2px solid #0f0f0f;
    background: #0f0f0f;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-decoration: none;
	margin: 0 auto;
}
.button_bl:hover {
    background: none;
    border: 1.2px solid #0f0f0f;
    color: #0f0f0f !important;
    transition: .3s;
}

/*////*/
.button_all_w {
    font-family: 'Noto Sans JP', sans-serif;  
    font-weight: 400;    
    width: 600px;
    height: 48px;
    border: solid 1.2px #8a3603;
    background: #8a3603;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #fff;
    line-height: 46px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
}
.button_all_w:hover {
    background: none;
    border: solid 1.2px #8a3603;
    color: #8a3603 !important;
    transition: .3s;
}
.button_all_m {
    font-family: 'Noto Sans JP', sans-serif;  
    font-weight: 400;    
    width: 600px;
    height: 48px;
    border: solid 1.2px #0f1674;
    background: #0f1674;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #fff;
    line-height: 46px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto 10% auto;
}
.button_all_m:hover {
    background: none;
    border: solid 1.2px #0f1674;
    color: #0f1674 !important;
    transition: .3s;
}

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

#women_1 {
	position: relative;
    padding: 0 0 5% 0;
	width: 100%;
    margin: 4% auto 0 auto;
    width: 900px;
}
#women_1::before {
  content: '';
  display: block;
  height: 80px; 
  margin-top: -80px; 
  visibility: hidden;
}
#women_1 .ld_img,
#women_3 .ld_img {
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#women_1 .text_wrap,
#women_3 .text_wrap {
    width: 360px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 7%;
	padding: 0;
}
#women_2,
#women_3 {
	position: relative;
    padding: 0 0 5% 0;
	width: 100%;
    margin: 4% auto 0 auto;
    width: 900px;
}
#women_4 {
	position: relative;
    padding: 0 0 3% 0;
	width: 100%;
    margin: 4% auto 0 auto;
    width: 900px;
}
#women_2 .ld_img,
#women_4 .ld_img {
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#women_2 .text_wrap,
#women_4 .text_wrap {
    width: 360px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7% 0 0;
	padding: 0;
}

#men_1 {
	position: relative;
    padding: 0 0 5% 0;
	width: 100%;
    margin: 13% auto 0 auto;
    width: 900px;
}
#men_1::before {
  content: '';
  display: block;
  height: 80px; 
  margin-top: -80px; 
  visibility: hidden;
}
#men_1 .ld_img,
#men_3 .ld_img {
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#men_1 .text_wrap,
#men_3 .text_wrap {
    width: 360px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 7%;
	padding: 0;
}
#men_2,
#men_3 {
	position: relative;
    padding: 0 0 5% 0;
	width: 100%;
    margin: 4% auto 0 auto;
    width: 900px;
}
#men_4 {
	position: relative;
    padding: 0 0 3% 0;
	width: 100%;
    margin: 4% auto 0 auto;
    width: 900px;
}
#men_2 .ld_img,
#men_4 .ld_img {
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#men_2 .text_wrap,
#men_4 .text_wrap {
    width: 360px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7% 0 0;
	padding: 0;
}