@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: UniqloPro Light;
  src: url(/jp/ja/contents/feature/common/fonts/UniqloProLight.woff2) format("woff2"), url(/jp/ja/contents/feature/common/fonts/UniqloProLight.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: UniqloPro Regular;
  src: url(/jp/ja/contents/feature/common/fonts/UniqloProRegular.woff2) format("woff2"), url(/jp/ja/contents/feature/common/fonts/UniqloProRegular.woff) format("woff");
  font-display: swap
}
@font-face {
  font-family: UniqloPro Bold;
  src: url(/jp/ja/contents/feature/common/fonts/UniqloProBold.woff2) format("woff2"), url(/jp/ja/contents/feature/common/fonts/UniqloProBold.woff) format("woff");
  font-display: swap
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
		font-family: "UniqloPro Light", "UniqloPro Regular", "Microsoft JhengHei";	
}
		div#content {
  background-color: #fff; 
  font: 13px ;
  line-height: 1.5;
 
  margin-top: 0;
  color: #1b1b1b;
  color: var(--default-color);
	font-family:  "UniqloPro Light", "UniqloPro Regular", "Microsoft JhengHei";	

}
.border-red {
	border-left: 2px solid red;
	border-right: 2px solid red;
}
.transWOver:hover{
  -webkit-animation: flashW 1.2s;
  animation: flashW 1.2s;
}
@-webkit-keyframes flashW{
  0% {opacity: 0.4; background-color: white;}
  100% {opacity: 0; background-color: white;}
}
@keyframes flashW{
  0% {opacity: 0.4; background-color: white;}
  100% {opacity: 0; background-color: white;}
}
.over:hover img{
  opacity: .8;
}
.over:hover{
  opacity: .8;
}
.u-align-center {text-align:center}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
 
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
}
 .tab-content p {font-size: 16px;line-height: 32px!important}
 .tab-content ol li{font-size: 16px;line-height: 32px!important}
.anchor_btn img{width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;}
.anchor_btn {display: block;}
.anchor_btn ul{display: block;
    overflow: hidden;
    white-space:nowrap;}
.anchor_btn li{  list-style: none;
    display: inline-block;// 
    margin-left: 15px;
    width: 100%}

p{font-size: 16px;line-height: 22px}
ol ul{font-size: 14px}
div#btn .button1{
    font-family:  "UniqloPro Light", "UniqloPro Regular", "Microsoft JhengHei";	
    font-weight: 200;
    display: inline;
    width: 43.5%;
    height: 5%;
    margin: 0 0.5em;
    margin-bottom: 20px;
    font-size: 1.5em;
    padding: 0.2em;
    display: inline;
    background-color: #ffffff;
    border-color: #BCBCBC;
    border: 1px solid;
    float: left;
    color: #000000;
    font-weight: 300;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}
.content-dis{border:2px red solid;}
 
.btn .button1:hover{  
 background-color: #BCBCBC;
  color: #000000;
  border-color: #BCBCBC;
	text-decoration: none;	
}
 
.u-link-btn__anchor {
  display: block;
  width: 100%;
height:20px;
 
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
	text-decoration:none;
	margin:20px 0 20px 0;
	
}

.page-link-btn__anchor-02 {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #1b1b1b;/*  background: var(--women-color);*/

}


.page-link-btn__inn {
  font-size:0.8em;
	text-decoration:none;
}
.page-link-btn__inn-02 {
  color: #fff;
  font-size:0.8em;
	text-decoration:none;
}
.page-link-btn__inn-02::after {
  top: 50%;
  margin-top: -4px;
  border-color: #fff #fff transparent transparent;
}
.page-link-btn__inn-03 {
  color: #fff;
  font-size: 12px;
	text-decoration:none;
}
.title-01{
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 24.5px;
	line-height: 30px;
	 font-weight: bolder;
  color: #000000;
  text-align:center;
}
.title-02{
    padding-top: 1%;
    padding-bottom: 10px;
    font-size: 2.5em;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    
}
.title-03{
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 2em ;
    font-weight: normal;
    color: #DAC5BA;
    text-align: center;
    letter-spacing: 0.05em;
}
.title-04{
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 24px;
	 font-weight: bold;
  color: #000000;
  text-align:center;
	letter-spacing: normal;
	
}
.title-05{
 line-height:50px;
	font-size: 18px;
	 font-weight: normal;
  color: #FFFFFF;
  text-align:center;
	letter-spacing: normal;

}
.title-05_01{
 
	font-size: 18px;
	 font-weight: normal;
  color: #FFFFFF;
  text-align:center;
	letter-spacing: normal;

}
.text_01{font-size: 12px;}

.text_02{font-size: 14px;text-align: left}

.text_03{font-size:22px;
	font-weight: bold;
	color: #000000;
	word-wrap:break-word;
	text-align: center;
}

.text_04{font-size: 12px;
	font-weight:normal;
	color: #000000;
}
.text_05{font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.text_06{font-size: 12px;
	font-weight: normal;
	color: #000000;
}
		.text_08{font-size:1.5em;
	font-weight: bold;
	color: #fff;
			line-height: 50px;text-align: center;
	letter-spacing:1px;	 
}
		.text_09{font-size:1em;
	font-weight: bold;
	color: #ff0000;
			line-height: 0.2em;
}
.bnr {width:100%; 
	height:50px;
	background: #D89593;
	text-align: center; 
	line-height:50px}

.bnr_01{
    position: relative;
    display: table;
    border-left-width: 0;
    border-right: 0;
    border-bottom: 0px;
    border-top: 0px;
	border-color: #000000;
    width: 100%;
    height:30px;
    text-align: center;
    line-height: 40px;
    border-bottom-style: solid;
	border-top-style: solid;
	margin: 30px 0 30px 0;
}
.bnr_02{
    position: relative;
   display:inline-block;
    border-width: 1px;
	color: #FFFFFF;
	background: #000000;
 	border-color: #000000;
	width: 40%;
    height:50px;

	padding: 5px;
		left:8%;
	float: left;
    text-align: center;
     border-style: solid;
	border-radius: 10px;
	margin: 20px 15px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	
	
}
.bnr_02 img{
     width: 2%;
max-width: 9px;
 
}
 .bnr_02:hover{  
 background-color: #BCBCBC;
  color: #000000;
  border-color: #BCBCBC;
	text-decoration: none;	
}
.bnr_03{
	display: table;
    position: relative;
      border-left-width: 0;
  	border-color: #000000;
    width: 100%;
    height:30px;
    text-align: center;
    line-height: 50px;
    border-bottom-style: none;
	border-top-style:none;
	margin: 30px 0 30px 0;
}
.bnr_04{
    position: relative;
    display: table;
    border-width: 1px;
 	border-color: #FF0004;
	left: 1%;
    width: 30%;
    height:30px;
    text-align: center;
    line-height: 50px;
    border-style: solid;
	margin: 0px 0 50px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_05{
 
	color: #000000;
	background: #5D9B4B;
  
  
	float: left;
    width:47%;
    height:50px;
    text-align: center;
   padding: 10px 0;
    border-style: solid;
	margin: 10px 5px ;
	border-radius:10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	
}

.btn_05:hover{
 background-color: #BCBCBC;
  color: #000000;
  border-color: #BCBCBC;
	text-decoration: none;		
}
.btn_06{
	color: #000000;
	background: #5D9B4B;
    position: relative;
    display: table;
     position: relative;
    display: table;
      width:100%;
    height:30px;
    text-align: center;
    line-height: 50px ;
    border-style: solid;
	margin: 15px 0px;
	border-radius:10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	
}
.btn_06:hover{
 background-color: #BCBCBC;
  color: #000000;
  border-color: #BCBCBC;
	text-decoration: none;		
}
.model img{
    margin-bottom: 10px;
	width: 100%;
}
.u-link-btn{
	width: 100%;
	 position:absolute;
 bottom: 0px;              
}
  ol li {
    list-style-position: inside;
    list-style-type: decimal !important;
     
	  font-size: 14px;
}

.item  ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 0.5em 0;
    list-style-type:decimal;
}
.item  li {
    float: left;
    width: 25%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 5px solid #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.commmnt_list{ 
	height:430px;
	position: relative;}
.overflow {
	border: 1px solid grey;
	height: 200px;
	overflow: auto; 
	
}


