@charset "utf-8";
/* Common */
.h_bar{
  display: none;
}
a{
  text-decoration: none;
  color: #333333;
}

.font_10 {
  font-size: 1.0rem;
}
.font_12 {
  font-size: 1.2rem;
}
.font_15 {
  font-size: 1.5rem;
}
.font_18 {
  font-size: 1.8rem;
}
.font_20 {
  font-size: 2.0rem;
}
.li_18 {
  line-height: 1.8;
}
.li_20 {
  line-height: 2.0;
}
.sub{
  font-size: 1.2rem;
  color: #666666;
  letter-spacing: 0;
  margin: 0 0 2% 0;
  display: block;
  vertical-align: top;
}
hr{
  border-bottom: 1px solid #e4e9ec;
  margin: 5% auto 0;
}
.center{
  text-align: center;
}
.left{
  text-align: left;
}
h2{
  margin: 3% 0;
  font-weight: bold;
}

h3{
  margin: 7% 0 2% 0;
}
h4{
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 5% 0 1%;
    letter-spacing: .5px;
    font-weight: bold;
}
h4 + p {
    line-height: 1.5 !important;
    text-align: left;
    font-weight: bold;
    font-size: 20px !important;
    margin: 0 0 1em 0 !important;
}
h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.mt_60 {
	margin-top: 60px !important;
}
.mt_70 {
	margin-top: 70px !important;
}
.mt_80 {
	margin-top: 80px !important;
}
.mt_90 {
	margin-top: 90px !important;
}
.mt_120 {
	margin-top: 120px !important;
}
.mt_160 {
	margin-top: 160px !important;
}
.mt_200 {
	margin-top: 200px !important;
}
.mb_5 {
	margin-bottom: 5px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.mb_20 {
	margin-bottom: 20px !important;
}
.mb_60 {
	margin-bottom: 60px !important;
}
.mb_80 {
	margin-bottom: 80px !important;
}
.mb_100 {
	margin-bottom: 100px !important;
}
.mb_120 {
	margin-bottom: 120px !important;
}
.any_font {
	font-family: 'Questrial', sans-serif;
}
/* Unique */
#mainArea{
  width: 1100px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 2.3;
  color: #0a223c;
  font-family: "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", sans-serif
}
#mainImg {
  margin: 0 auto;
  text-align: center;
}
#mainImg img {
  width: 100%;
}
.mainLead {
	width: 90%;
    margin: 0 auto;
    margin-top: 45px;
    line-height: 2.3;
}
.mainLead p {
	text-align: left;
}
.w_70 {
	margin: 0 auto;
	width: 70%;
}
.w_80 {
	margin: 0 auto;
	width: 80%;
}
.w_90 {
	margin: 0 auto;
	width: 90%;
}
.w_95 {
	margin: 0 auto;
	width: 95%;
}
.credit_text {
	font-size: 12px;
	color: #737373;
	margin-top: 30px;
}

.in-blk {
	display: inline-block;
}
.col2 {
	display: flex;
	flex-wrap: wrap;
}
.col2 li {
	padding: 0 10px 10px 0;
    width : calc(100% / 2);
}
.col3 {
	display: flex;
	flex-wrap: wrap;
}
.col3 li {
	padding: 0 10px 10px 0;
    width : calc(100% / 3);
}
.col3 li:nth-child(3n) {
    margin-right: 0;
}

.col2-exactly  {
  display: flex;
}

.col2-exactly li {
  width : calc(100% / 2);
	display: inline-block;
	vertical-align: middle;
}
.col3-exactly  {
  display: flex;
}

.col3-exactly li {
  width : calc(100% / 3);
	display: inline-block;
	vertical-align: middle;
}


.po-r {
	position: relative;
	overflow: hidden;
}
.po-a {
	position: absolute;
}





/*///////////*/
#profile_Area {
	background: #F9F9F9;
	width: 100%;
	padding: 85px 0px 120px 0px;
	font-size: 13px;
    line-height: 2.3;
    color: #0a223c;
    font-family: "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", sans-serif;
}
.profile_ {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}
.profile_pic {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-right: 4%;
}
.profile_pic img {
	width: 100%;
}
.profile_text {
	display: inline-block;
	width: 75%;
}
.midashi {
	letter-spacing: 3px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
	font-family: "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", sans-serif;
}
.text_ {
	margin: 0 auto;
        width: 90%;
}
.name_ {
    font-size: 16px;
	margin-bottom: 20px;
}

.sns_link {
	display: inline-block;
    width: 32px;
    margin-right: 20px;
    margin-top: 30px;
}
/*///////////*/
#ARCHIVE_Area {
	width: 100%;
	padding: 85px 0px 120px 0px;
	font-size: 13px;
    line-height: 2.3;
    color: #0a223c;
}
.ARCHIVE_ {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}
.link-text {
	text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}
.p-30 {
	padding: 0 30px 30px 0 !important;
}
/*///////////*/
.item_Area {
	width: 90%;
    margin: 0 auto;
    margin-top: 45px;
	margin-bottom: 100px;
    line-height: 2.3;
}

.item_list {
	display: inline-block;
    width: 43%;
    vertical-align: top;
    position: relative;
    margin: 0px 32px;
}
.item_list_child {
	margin-bottom: 15px;
}
.f-en {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.15em;
}
.item_ {
	width: 72%;
    display: inline-block;
    vertical-align: middle;
	color: #737373;
	text-align: left;
}

.brand_ {
	font-size: 11px;
    color: #bfbfbf;
    line-height: 1;
}

.button-Area {
	display: inline-block;
    vertical-align: middle;
}
.button-4 {
    width: 65px;
    height: 28px;
    border: 1px solid #737373;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.button-4:hover a {
    color: #fff;
}
.eff-4 {
    width: 65px;
    height: 28px;
    left: -65px;
    background: #0a223c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    border: 1px solid #0a223c;
}
.button-4:hover .eff-4 {
    left: 0;
}
.button-4 a {
    font-size: 13px;
    color: #737373;
    text-decoration: none;
    line-height: 28px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
