@charset "UTF-8";

/* グロナビ */
.globalNav_item.brand,
.sp-nav__item.brand {
  background-color: #e6e8ed;
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.brand a {
  color: #051e50;
  pointer-events: none;
}

.globalNav_item.brand::before {
  background-color: #051e50;
  content: '';
  display: inline-block;
  height: 4px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

/* row-reverse */
.row-reverse {
  flex-direction: row-reverse;
}


/* mv
========================== */
.mv {
  position: relative;
}
.mv_wrap {
  position: absolute;
  width: 90%;
  left: 8%;
  bottom: 80px;
  color: #fff;
}
.mv_title_en {
  font-family: "Cinzel", serif;
  font-size: 84px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.mv_title {
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:768px) {
  .mv_wrap {
    bottom: 140px;
  }
  .mv_title_en {
    font-size: 40px;
  }
  .mv_title {
    font-size: 20px;
  }
}


/* main
========================== */
.main {
  padding-top: 200px;
}
@media only screen and (max-width:1080px) {
  .main {
    padding-top: 80px;
  }
}


/* main_area
========================== */
.main_area {
  padding-block: 140px;
  background: url(../images/brand/main_bg_pc.jpg) no-repeat top center / cover;
}
@media only screen and (max-width:768px) {
.main_area {
  padding-block: 50px;
  background: url(../images/brand/main_bg_sp.jpg) no-repeat top center / cover;
}
}

/* top_area
========================== */
.top_area {
  position: relative;
  padding-bottom: 140px;
  text-align: center;
}
.top_title {
  color: #826c36;
  font-size: 34px;
  letter-spacing: 0.1em;
  line-height: 1.88;
}
.top_lead {
  margin-top: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media only screen and (max-width:768px) {
  .top_area {
    padding-bottom: 50px;
  }
  .top_title {
    font-size: 30px;
    line-height: 1.7;
  }
  .top_lead {
    text-align: left;
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 2;
  }
}

/* contents
============================= */
.contents {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin-inline: auto;
  display: flex;
}
.contents01 {
  justify-content: center;
  column-gap: 120px;
}
.contents_img01 {
  width: 100%;
  max-width: 600px;
}
.contents_body {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents_body_title {
  height: 400px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.contents02 {
  margin-top: 60px;
  column-gap: 180px;
  align-items: end;
}
.contents_img02 {
  width: 100%;
  max-width: 420px;
  padding-bottom: 80px;
}
.contents_img03 {
  width: 100%;
  max-width: 360px;
}
.contents03 {
  margin-top: 130px;
  justify-content: center;
  column-gap: 120px;
}
.contents03 .contents_body_title {
  height: 320px;
}
.contents_img04 {
  width: 100%;
  max-width: 420px;
}
.contents04 {
  margin-top: 140px;
  justify-content: center;
  column-gap: 150px;
}
.contents05 {
  margin-top: 130px;
  justify-content: right;
  column-gap: 120px;
}
.contents05 .contents_body_title {
  height: 440px;
}
.contents_img06 {
  width: 100%;
  max-width: 710px;
}
.contents06 {
  justify-content: left;
  margin-top: 130px;
  column-gap: 120px;
}
.contents_img07 {
  width: 100%;
  max-width: 480px;
}
.contents06 .contents_body_title {
  height: 410px;
}

@media only screen and (max-width:768px) {
  .contents {
    width: 100%;
    flex-direction: column;
    row-gap: 50px;
  }
  .contents01 {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .contents_body {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contents_body_title {
    height: 300px;
    font-size: 23px;
  }
  .contents02 {
    margin-top: 60px;
    row-gap: 14px;
    align-items: start;
  }
  .contents_img02 {
    width: 70%;
    padding: 0;
  }
  .contents_img03 {
    width: 55%;
    margin-right: 20px;
    margin-left: auto;
  }
  .contents03 {
    margin-top: 50px;
  }
  .contents03 .contents_body_title {
    height: 240px;
  }
  .contents_img04 {
    width: 72%;
    margin-left: auto;
  }
  .contents04 {
    margin-top: 50px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .contents04 .contents_body_title {
    height: 310px;
  }
  .contents05 {
    margin-top: 50px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .contents05 .contents_body_title {
    height: 210px;
  }
  .contents06 {
    margin-top: 50px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .contents06 .contents_body_title {
    height: 180px;
  }
}


/* bottom_contents
================================= */
.bottom_contents {
  padding-top: 60px;
  padding-bottom: 120px;
  background: url(../images/common/contents_bg.jpg) no-repeat center center / cover;
}
.bottom_contents .inner {
  max-width: 1200px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (max-width:768px) {
  .bottom_contents {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .bottom_contents .inner {
    max-width: 500px;
  }
}


/* bottom_link_area
==================================== */
.bottom_link_area {
  padding-block: 80px;
  background: url(../images/common/contents_bg_gray.jpg) no-repeat center center / cover;
}
.bottom_link_title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #fff;
}
.brand_link_btn {
  position: relative;
  margin-top: 30px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background-color: #fff;
  line-height: 1;
  padding-block: 28px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 3px;
  transition: all .5s ease-out;
}
.brand_link_btn .text_l {
  display: block;
  color: #1a1a1a;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.brand_link_btn .text_s {
  display: block;
  font-size: 12px;
  color: #5f5f5f;
}
.brand_link_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../images/common/icon02.svg) no-repeat center center / contain;
  width: 12px;
  height: 12px;
}
.brand_link_btn:hover {
  opacity: .8;
}

@media only screen and (max-width:768px) {
  .bottom_link_area {
    padding-block: 50px;
  }
  .bottom_link_title {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .brand_link_btn {
    margin-top: 30px;
    max-width: 320px;
    flex-direction: column;
    row-gap: 8px;
    column-gap: 20px;
    padding-block: 20px;
  }
  .brand_link_btn .text_l {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .brand_link_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background: url(../images/common/icon02.svg) no-repeat center center / contain;
    width: 12px;
    height: 12px;
  }
  .brand_link_btn:hover {
    opacity: .8;
  }
}
