/* reset */
ul {
  padding: 0;
}
li {
  list-style: none;
}
table, tr, th, td {
  border-collapse: collapse;
}
img {
  vertical-align: top;
  border: none;
}

/* common */
body {
  color: #1e1e1e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
  line-height: 1.75;
}
#wrapper {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 2;
  }
  .inner {
    width: 100%;
  }
}
.pcnone {
  display: none;
}
.spnone {
  display: initial;
}
@media (max-width: 767px) {
  .pcnone {
    display: initial;
  }
  .spnone {
    display: none;
  }
}
a:hover img {
  opacity: .5;
}

/* top mv */
#top_mv_sec {
  height: 800px;
  background: url(../img/top/top_bg04.png) no-repeat top center;
  padding: 60px 0;
}
#top_mv_sec .box01 .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 40px 0;
  position: relative;
}
#top_mv_sec .box01 h1 {
  margin-bottom: auto;
}
#top_mv_sec .box01 {
  display: flex;
  justify-content: space-between;
}
#top_mv_sec .box01 .title01 {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  letter-spacing: .025em;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  z-index: 2;
}
#top_mv_sec .box01 .txt01 {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 50px;
}
#top_mv_sec .top_about01 {
  position: absolute;
  right: -60px;
  bottom: 260px;
}
@media (max-width: 767px) {
  #top_mv_sec {
    height: 880px;
    background-image: url(../img/top/top_bg04_sp.png);
    padding: 40px 0;
  }
  #top_mv_sec .inner {
    height: 100%;
  }
  #top_mv_sec .box01 {
    height: 100%;
    align-items: flex-end;
    padding: 0 0 0 40px;
  }
  #top_mv_sec .box01 .txt01 {
    margin-top: 30px;
  }
  #top_mv_sec .box01 .left {
    z-index: 2;
    height: 100%;
    padding: 0 0 60px 0;
  }
  #top_mv_sec .box01>figure {
    flex-shrink: 0;
    width: 500px;
    margin-left: -540px;
  }
}

/* top message */
#top_message_sec {
  padding: 150px 0 80px;
  background: url(../img/top/top_bg01.png) no-repeat top 270px center, #fff;
  background-size: cover;
  overflow-x: hidden;
}
#top_message_sec .box01 {
  display: flex;
  justify-content: space-between;
}
#top_message_sec .box01>figure {
  flex-shrink: 0;
}
#top_message_sec .box01>div {
  width: 540px;
  position: relative;
}
#top_message_sec .box01 .title01 {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  margin-top: 30px
}
#top_message_sec .box01 .txt01 {
  margin: 20px 0 0;
}
#top_message_sec .top_message01 {
  position: absolute;
  bottom: -10px;
  right: -45px;
}
@media (max-width: 767px) {
  #top_message_sec {
    background: url(../img/top/top_bg01.png) no-repeat top 300px center, #fff;
    padding: 100px 0 110px;
  }
  #top_message_sec .inner {
    padding: 0 50px;
  }
  #top_message_sec .box01 {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  #top_message_sec .box01 .title01 {
    font-size: 30px;
    line-height: 1.7;
    text-align: center;
    margin-top: 40px;
  }
  #top_message_sec .box01 .txt01 {
    margin-top: 30px;
  }
  #top_message_sec .top_message01 {
    position: absolute;
    bottom: -50px;
    right: -10px;
  }
}

/* top menu */
#top_menu_sec {
  padding: 100px 0 100px;
  background: url(../img/top/top_bg02_pc.png) no-repeat top center / cover;
}
#top_menu_sec .inner>.title01{
  color: #100a0c;
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  letter-spacing: .025em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 0 80px;
}
#top_menu_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px 0;
  padding-top: 30px;
}
#top_menu_sec li {
  background: rgba(255, 255, 255, .8);
  width: 530px;
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top_menu_sec .box01 {
  display: flex;
  align-items: flex-end;
}
#top_menu_sec .box01>figure:nth-child(1) {
  margin: -30px 0 0;
}
#top_menu_sec .box01>figure:nth-child(2) {
  margin: 0 0 20px -10px;
}
#top_menu_sec .box02 {
  margin: 25px 0 0;
}
#top_menu_sec .box02>.title01 {
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
#top_menu_sec .box03 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
#top_menu_sec .box03>p {
  min-width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_menu_sec .box03 i {
  font-style: normal;
  border: 1px solid #1e1e1e;
  background: #fff;
  text-align: center;
  min-width: 110px;
  display: inline-block;
  align-self: center;
}
#top_menu_sec .box03 strong {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
}
#top_menu_sec .box03 strong::before {
  content: '\0a5';
  font-size: 24px;
}
#top_menu_sec .box03 small {
  font-size: 16px;
}
@media (max-width: 767px) {
  #top_menu_sec {
    background: url(../img/top/top_bg02_sp.png) no-repeat top center / cover;
  }
  #top_menu_sec .inner {
    padding: 0 50px;
  }
  #top_menu_sec ul {
    flex-direction: column;
    gap: 80px;
  }
  #top_menu_sec li {
    width: 100%;
    padding-bottom: 40px;
  }
  #top_menu_sec .box02>.title01 {
    font-size: 24px;
  }
  #top_menu_sec .box02>.txt01 {
    font-size: 20px;
    line-height: 1.8;
  }
  #top_menu_sec .box03 {
    margin-top: 20px;
  }
  #top_menu_sec .box03>p {
    min-width: 310px;
  }
  #top_menu_sec .box03 i {
    font-size: 20px;
    min-width: 140px;
    margin-right: 10px;
  }
  #top_menu_sec .box03 strong {
    font-size: 32px;
  }
  #top_menu_sec .box03 small {
    font-size: 20px;
  }
}

/* top bnr */
#top_bnr_sec {
  padding: 140px 0 80px;
}
@media (max-width: 767px) {
  #top_bnr_sec {
    padding: 100px 0 40px;
  }
  #top_bnr_sec .top_bnr01 {
    text-align: center;
  }
}

/* top sns */
#top_sns_sec {
  background: url(../img/top/top_bg03_pc.png) no-repeat top 220px center / cover, #fff;
}
#top_sns_sec .box01 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#top_sns_sec .box01>div {
  margin: 0 0 90px 0;
  flex-grow: 1;
}
#top_sns_sec .box01>div ul {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  margin: 50px 0 70px;
}
#top_sns_sec .box01>div .txt01 {
  color: #d6d6d6;
  margin-top: 30px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #top_sns_sec {
    background: url(../img/top/top_bg03_sp.png) no-repeat top 65px center / cover, #fff;
  }
  #top_sns_sec .inner {
    padding: 0 40px;
  }
  #top_sns_sec .box01>div {
    margin-bottom: 60px;
  }
  #top_sns_sec .box01>div ul {
    gap: 90px;
  }
  #top_sns_sec .box01>div .txt01 {
    font-size: 22px;
  }
  #top_sns_sec .box01>div .copyright {
    font-size: 17px;
  }
  #top_sns_sec .top_img04_sp {
    display: flex;
    justify-content: flex-end;
    margin-right: -40px;
    margin-bottom: 40px;
  }
}