@charset "utf-8";
/* CSS Document */
#inbanner_about{
	background:url(../img/about/ab_01.jpg) center center no-repeat;
    height:644px;
}
.a_summary_01{
	text-align:center;
	margin-top:50px;
}
.a_summary_01 .stl{
	text-align:center;
}
.a_summary_01 .sbd{
	text-align:center;
	line-height:2;
	padding:45px 0 0;
}
.a_summary_01 .sbd .big{
	text-align:center;
	line-height:2;
	font-size:26px;
}
.a_summary_01 .sbd p{
	margin-top:1.5em;
    font-size:16px;
}
.a_bg_gray{
	background:#f6f5f3;
	padding:120px 0;
	margin-top:120px;
}
.a_summary_02{
	width:1080px;
	margin:0 auto;
}
.a_summary_02 .stl{
	text-align:center;
}
.a_summary_02 .sbd{
	background:#fff;
	margin-top:80px;
}
.a_summary_02 .sbd ul{
}
.a_summary_02 .sbd li{
	display:flex;
	justify-content:space-between;
	line-height:1.7;
}
.a_summary_02 .pic{
	width:50%;
}
.a_summary_02 dl.txt_01{
	width:50%;
	box-sizing:border-box;
	padding:90px 90px 0;
}
.a_summary_02 dl.txt_01 dt{
	text-align:center;
	margin-bottom:3em;
}
.a_summary_02 dl.txt_01 dd p{
	margin-bottom:1.5em;
}
.a_summary_02 .sbd li:nth-child(2n){
	 flex-direction: row-reverse;
}
.a_summary_03{
	height:500px;
	background:url(../img/about/ab_26.jpg) center center no-repeat;
	background-size:cover;
}

.a_summary_04{
	width:888px;
	margin:0 auto -100px;
	padding:0 0 110px;
	background:url(../img/about/ln_07.jpg) center bottom no-repeat;
}

.a_summary_04 .sbd{
	padding-top:110px;
	position:relative;
}
.a_summary_04 .sbd::after{
	content:'';
	width:3px;
	background:#987c46;
	left:50%;
	top:0;
	bottom:0;
	margin-left:-2px;
	position:absolute;
}
.a_summary_04 li{
	display:flex;
	justify-content:space-between;
	margin-bottom:90px;
	line-height:1.7;
}
.a_summary_04 .pic{
	width:372px;
	position:relative;
}
.a_summary_04 .pic::after{
	content:'';
	width:19px;
	height:15px;
	background:url(../img/about/ab_35.png) center center no-repeat;
	right:-81px;
	top:50%;
	margin:8px 0 0 0;
	position:absolute;
}
.a_summary_04 .txt_01{
	width:372px;
}
.a_summary_04 .txt_01 dt{
	margin-bottom:15px;
}
.a_summary_04 .pic{
}
.a_summary_04 .sbd li:nth-child(2n-1){
	 flex-direction: row-reverse;
}
.a_summary_04 .sbd li:nth-child(2n-1) .pic::after{
	right:inherit;
	left:-82px;
}




.aboutBg {
  background: #fff;
}

.firstView {
  margin-bottom: 0;
  background: url(../img/about/img_fiv.jpg) no-repeat center center;
  background-size: cover;
}

.fviInner h2 {
  width: 350px;
  margin-bottom: 52px;
}

.fviInner h2 img {
  width: 100%;
  display: block;
}

.aboutNav li {
  margin-bottom: 11px;
}

.aboutNav a {
  position: relative !important;
  font-size: 24px !important;
  font-weight: bold !important;
  padding-left: 20px !important;
  color: #fff !important;
  letter-spacing: 1.8px !important;
  font-family:'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed';
}

.aboutNav a:hover {
  color: #999;
}

.aboutNav a:hover:before {
  background: #999;
}

.aboutNav a:before {
  content: '';
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  position: absolute;
  background: #fff;
  transition: background .5s ease;
}

.fviInner {
  width: auto !important;
  position: absolute !important;
  left: 29.3% !important;
  top: 50% !important;
  transform: translate(-50%,-50%) !important;
}

.aboutCopy {
  text-align: center;
  margin-top: 160px;
  overflow: hidden;
  margin-bottom: 168px;
  transform: translateY(0px);
}

.aboutCopyTitle {
  font-size: 20px;
  letter-spacing: 4.5px;
  line-height: 2.4;
  margin-bottom: 50px;
}

.aboutCopyCon {
  font-size: 14px;
  line-height: 2.6;
  letter-spacing: 1.2px;
}

.aboutCopy p {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.175,.885,.32,1) 1s; 
  -webkit-transition: all 1.5s cubic-bezier(.175,.885,.32,1.275) 1s;
  transition: all 1.5s cubic-bezier(.175,.885,.32,1.275) 1s;
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1); 
  -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition-property: opacity,transform; 
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform; 
  transition-property: opacity,transform; 
  transition-property: opacity,transform,-webkit-transform;
}

.aboutCopy.visible p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: scrt-blur .5s cubic-bezier(.645,.045,.355,1) 0s;
  animation: scrt-blur .5s cubic-bezier(.645,.045,.355,1) 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.featureWrap {
  padding: 150px 83px;
  background: url(/theme/pc/img/about/feature_bg.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

.featureTitle {
  margin-bottom: 90px;
}

.featureTitle img {
  width: 100%;
  display: block;
}

.featureTitle h3 {
  width: 205px;
  margin: 0 auto 40px;
}

.featureTitle p {
  width: 273px;
  margin: 0 auto;
}

.featureList {
  max-width: 1200px;
  margin: 0 auto;
}

.featureItem {
  display: flex;
  align-items: stretch;
  background: #fff;
}

.featureItemLe {
  width: 50%;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.featureItemRi {
  width: 50%;
}

.featureItemRi img {
  width: 100%;
}

.feItemNum {
  font-size: 21px;
  color: #786a1d;
  font-style: italic;
  margin-bottom: -1px;
  letter-spacing: 1px;
}

.featureItem .feItemName {
  font-size: 36px;
  font-style: italic !important;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.feItemText {
  letter-spacing: 1px;
  line-height: 2;
  text-align: left;
}

.featureItem2 {
  flex-direction: row-reverse;
}

.hisPicBox {
  position: relative;
  padding-bottom: calc( 100% * (1060 / 2732) );
  background: #000;
  overflow: hidden;
}

.hisPicBox:before {
  content: '';
  left: 50%;
  top: 50%;
  height: 1000px;
  width: 1000px;
  position: absolute;
  transform: translate(-50%,-50%);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index: 1;
  opacity: .5;
}

.historyPic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .7;
}

.hisPicText {
  width: 214px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2
}

.hisPicText img {
  width: 100%;
}

.historyLineBox {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.hisLineText {
  width: 277px;
  position: absolute;
  left: 37px;
  top: 154px;
}

.hisLineText img {
  width: 100%;
}

.historyLine {
  padding-top: 136px;
  padding-bottom: 230px;
  position: relative;
  box-sizing: border-box;
}

.historyLine:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #b3ab80;
}

.historyLine:after {
  content: '';
  width: 1px;
  height: 210px;
  left: 50%;
  bottom: 0;
  position: absolute;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.historyLine li {
  padding-left: 78px;
  position: relative;
  margin-left: 50%;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}

.historyLine li:nth-child(2n) {
  margin-left: 0;
  padding-right: 78px;
  padding-left: 30px;
}

.historyLine li::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 20px;
  width: 10px;
  height: 10px;
  background: #786a1d;
  transform: rotate(-45deg);
  z-index: 1;
}

.historyLine li:nth-child(2n)::before {
  left: auto;
  right: -6px;
}

.historyLine li.hisLine3 {
  padding-top: 20px;
}

.historyLine .hisLineTime {
  font-size: 36px;
  color: #786a1d;
  font-style: italic;
  margin-bottom: 13px;
}

.hisItemTitle {
  font-size: 16px;
  letter-spacing: 2.4px;
  margin-left: 6px;
  line-height: 1.8;
  margin-bottom: 12px;
  font-weight: 500;
}

.hisLineCon {
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 45px;
  text-align: justify;
}

.hisLinePic {
  width: 280px;
  margin-left: 10px;
  position: relative;
  z-index: -1;
}

.hisLinePic img {
  width: 100%;
}

.hisLinePic2 {
  width: 440px;
  left: -71px;
}

.hisLine2 {
  margin-top: -205px;
}

.hisLine3 {
  margin-top: -394px;
}

.hisLinePic3 {
  width: 400px;
  margin-left: -77px;
  top: -108px;
}

.hisLine4 {
  margin-top: -212px;
}

.hisLinePic4 {
  width: 100%;
  text-align: right;
}

.hisLinePic4 img {
  display: inline-block;
  width: 220px;
  margin-right: 22px;
}

.hisLine5 {
  margin-top: -372px;
}

.hisLinePic5 {
  width: 375px;
}

.laxtHisLine {
  margin-top: -200px;
}

.laxtHisLine::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: -9px;
  background: #fff;
  border: 1px solid #786a1d;
  transform: rotate(-45deg);
  top: 16px;
}

.historyLine li:nth-child(2n).laxtHisLine::after {
  left: auto;
  right: -9px;
}

.historyLine li:nth-child(2n).laxtHisLine:before {
  right: -5px;
}

.laxtHisLine .hisLineTime {
  font-size: 30px;
  padding-top: 5px;
  letter-spacing: 1px;
}

.historyWrap {
  margin-bottom: 174px;
}

.hisTips {
  font-size: 11px;
  color: #666666;
  font-weight: 300;
  text-align: right;
  letter-spacing: .3px;
  margin-top: 30px;
}

.aboutOther li {
  width: 25%;
  float: left;
  position: relative;
  background: #000;
}

.aboutOther li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #fff;
}

.aboutOther li:last-child:after {
  display: none;
}

.aboutOther li p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #fff;
  line-height: 1.2;
}

.aboutOther li img {
  width: 100%;
  opacity: .7;
  display: block;
}

.aboutOther {
  margin-bottom: 114px;
}

.aboutOther li a {
  display: block;
}

.aboutOther li a:hover {
  opacity: .6;
}

.ip5Sp {
  display: none;
}

.iphone5 .ip5Sp {
  display: block;
}


@media all and (min-width: 0) and (max-width: 767px) {
  .firstView {
    background: url(../img/about/img_fiv_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .fviInner {
    left: 0 !important;
    top: auto !important;
    transform: none !important;
    bottom: 100px !important;
    margin: 0 60px !important;
  }

  .fviInner h2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .aboutNav {
    text-align: center;
  }

  .aboutNav li {
    margin-bottom: 8px;
  }

  .aboutNav a {
    font-size: 20px;
    letter-spacing: 1.4px;
  }

  .aboutNav a:hover {
    color: #fff;
  }

  .aboutNav a:hover:before {
    background: #fff;
  }

  .aboutCopy {
    margin-top: 86px;
    margin-bottom: 90px;
  }

  .aboutCopyTitle {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 26px;
  }

  .aboutCopyCon {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 5px;
  }

  .featureWrap {
    padding: 101px 25px 36px;
  }

  .featureTitle {
    margin-bottom: 62px;
  }

  .featureTitle h3 {
    width: 154px;
    margin: 0 auto 30px;
  }

  .featureTitle p {
    width: 220px;
    margin: 0 auto;
  }

  .featureItem {
    margin-bottom: 50px;
    display: block;
  }

  .featureItemLe {
    width: 100%;
    padding: 35px 25px 53px;
  }

  .feItemNum {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: -3px;
  }

  .feItemName {
    font-size: 34px;
    margin-bottom: 20px;
    letter-spacing: 1.8px;
  }

  .feItemText {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.92;
  }

  .featureItemRi {
    width: 100%;
  }

  .hisPicBox {
    padding-bottom: calc( 100% * (650 / 750) );
  }

  .hisPicText {
    width: 182px;
  }

  .historyLineBox {
    width: 100%;
  }

  .hisLineText {
    left: 62px;
    top: 60px;
  }

  .historyLine {
    padding-top: 149px;
    padding-bottom: 120px;
  }

  .historyLine::before {
    left: 26px;
  }

  .historyLine li,
  .historyLine li:nth-child(2n) {
    margin-top: 0;
    padding-left: 19px;
    margin-left: 26px;
    width: calc(100% - 26px);
    padding-right: 24px;
    margin-bottom: 68px;
  }

  .hisLineTime {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .hisItemTitle {
    letter-spacing: 1px;
    line-height: 1.7;
    margin-bottom: 8px;
  }

  .hisLineCon {
    line-height: 1.9;
  }

  .hisLinePic {
    width: 92%;
    margin-left: 5px;
  }

  .historyLine li:nth-child(2n)::before {
    left: -5px;
    right: auto;
  }

  .hisLinePic2 {
    width: 98%;
    left: 0;
  }

  .hisLinePic3 {
    top: -26px;
    left: -23px;
  }

  .hisLinePic4 {
    width: 49%;
    text-align: left;
  }

  .hisLinePic4 img {
    width: 100%;
    margin-right: 0;
  }

  .hisLinePic5 {
    width: 84%;
  }

  .historyLine li:nth-child(2n).laxtHisLine::after {
    left: -9px;
    right: auto;
  }

  .laxtHisLine .hisLineTime {
    font-size: 22px;
    padding-top: 8px;
    letter-spacing: .5px;
  }

  .historyLine::after {
    left: 26px;
  }

  .hisTips {
    text-align: left;
    letter-spacing: .5px;
    margin-top: -100px;
    margin-left: 60px;
    margin-right: 16px;
    text-indent: -12px;
  }

  .historyWrap {
    margin-bottom: 98px;
  }

  .aboutOther li {
    width: 100%;
    float: none;
  }

  .aboutOther li::after {
    top: auto;
    height: 1px;
    width: 100%;
    border-left: none;
    bottom: 0;
    border-bottom: 1px solid #fff;
  }

  .aboutOther {
    margin-bottom: 96px;
  }

  .aboutOther li a:hover {
    opacity: 1;
  }

}

@media (min-width: 0) and (max-width: 320px) {
  .hisLineText {
    width: 240px;
  }

}

