/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.ftCg {font-family: 'Cormorant Garamond', serif;}

/*-------------------------------------------common header-----*/

.header-logo .img {
    max-width: 156px;
    width: 100%;
}

.header-logo .img svg{
  fill: #fff;
}

#rest .header-logo .img svg{
  fill: #040000;
}

#rest .header{
  color: #000000;
}

#rest .header-logo .txt{
  color: #000000;
}

#rest .header.fixed{
  color: #fff;
}

#rest .header.fixed .header-logo .txt{
  color: #fff;
}

#rest .header.fixed .header-logo .img svg{
  fill: #fff;
}

.header-btn .fas.fa-envelope{
  color: #fff;
}

.header.fixed .header-btn .fas.fa-envelope{
  color: #002a5f;
}

/*-------------------------------------------common mv area-----*/

.topWrap{
  position: relative;
  padding: 150px 0 90px;
  width: 100%;
}

.topWrap:after{
  content: "";
  position: absolute;
  background: url(../img/index/about-bg.png) repeat;
  width: 580px;
  height: 260px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.topWrapInr{
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  padding: 6.9% 4.3% 0;
}

.topWrapInr:before{
  content: "";
  position: absolute;
  height: 0;
  width: 1px;
  background: transparent;
  left: 0%;
  position: absolute;
  transition: 1s all;
  top: 70px;

}

.topWrapInr.scrollin:before {
  height: 122%;
  background-color: #dddddd;
}

.topWrap .flexBox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}

.topWrap .flexBox .ttlWrap{
  color: #000000;
}

.topWrap .flexBox .ttlWrap .pageTtl{
  font-size: 90px;
  font-size: 9.0rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}

.topWrap .flexBox .ttlWrap .pageTtlSub{
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 5px;
}

.topWrap .flexBox .breadcrumb{
  margin-top: 40px;
}

.topWrap .flexBox .breadcrumb ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.topWrap .flexBox .breadcrumb ul li{
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Shippori Mincho B1", serif;
  color: #000000;
  padding: 0 15px;
  position: relative;
}

/*.topWrap .flexBox .breadcrumb ul li:after{
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 2.5px);
  border-width: 2.5px 0 2.5px 6px;
  border-color: transparent transparent transparent #002A5F;
  border-style: solid;
}*/

.topWrap .flexBox .breadcrumb ul li:last-child:after{
  border: none;
}

.topWrap .flexBox .breadcrumb ul li a{
  color: #002a5f;
}

.topWrap .topText{
  color: #000;
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}

.topWrap .btn-comp01{
  margin-top: 80px;
}

.topWrap .btn-comp01 .txt{
  color: #000;
}

.mvImg img{
  object-fit: cover;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 1024px){
#rest .header-logo .img {
  max-width: 130px;
}

#rest .header.fixed.on .header-logo .img svg path{
  fill: #fff !important;
}

#rest .header-nav.on .header-menu__item > a{
  color: #fff;
}

#rest .header.on .header-btn .fas.fa-envelope {
  color: #002a5f;
}
}

@media screen and (max-width: 834px){

.topWrap {
    padding: 70px 0 50px;
}

.topWrap:after {
    width: 280px;
    height: 140px;
}

.topWrap .flexBox .ttlWrap .pageTtl {
    font-size: 3.0rem;
}

.topWrap .flexBox .ttlWrap .pageTtlSub {
    font-size: 1.2rem;
}

.topWrap .flexBox .breadcrumb{
  display: none;
}

.topWrap .flexBox {
    margin-bottom: 40px;
}

.topWrap .topText {
    font-size: 1.3rem;
}

.topWrapInr.scrollin:before {
    height: 145%;
    top: 10px;
}

.mvImg img {
    height: 200px;
}

.topWrap .btn-comp01 {
    margin-top: 40px;
}

.btn-comp01 .circle:before{
  display: none;
}

.btn-comp01 .circle .arr:before {
  display: none;
}

.btn-comp01 .circle .arr:hover:after{
  left: calc(50% - 15px);
}
}

/*------------------------------------追加20220201-----*/

.habaken {
  margin-top: 30px;
}
.habaken a {
    border: none;
    transition: ease-in 0.3s;
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 70px;
    outline: none;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.habaken a:hover {
    opacity: 1;
    border: none;
    background: #fd6531;
}

@media screen and (max-width: 834px) {
  .habaken { 
    display: none;
}

.item.sp .ttl-comp02 img {
  width: 100px;
  margin: -10% auto 10px;
}
.item.sp .ttl-comp02:before {
  width: 120px;
  background: none;
}
}


/*------------------------------------追加20220202 統一部分-----*/

.sec-mvpage.ideal　.mvpage-s2 .mv-ttl {
    margin-bottom: 30px;
    width: auto;
    margin-right: -100%;
}

.sec-mvpage.ideal .mv-ttl {
    word-spacing: -17px;
}

.sec-mvpage.ideal .mv-ttl .txt-sm {
    letter-spacing: -1.7px;
}

@media screen and (max-width: 834px){

.sec-mvpage.ideal .mv-ttl {
    word-spacing: -8px;
}

.sec-mvpage.ideal .mvpage-s2 .mv-inn,
.page-sell_index .mvpage-s2 .mv-inn {
    padding-top: 0;
    width: 100%;
}
}

@media screen and (max-width: 640px){
.box-mvpage .breadcrumb,
.sec-mvpage.ideal .box-mvpage .breadcrumb,
.page-sell_index .mvpage-s2 .breadcrumb {
    display: none;
}

.box-mvpage .mv-inn {
    width: 100%;
}
}