@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Barlow:wght@200;400&family=Gilda+Display&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*
font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.contents #main {
  max-width: 100%;
  padding: 0;
}

.topMv {
  background: #000;
  display: flex;
  align-items: center;
  height: 100vh;
  text-align: center;
  padding: 176px 40px 100px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
.topMv .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.topMv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 縦横比を保ちながら親要素を覆うようにトリミング */
}
.topMv .title {
  color: #b0967e;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.topMv .title .en {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.18em;
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .topMv .title .en {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
.topMv .title .en span {
  display: inline-block;
  opacity: 0;
  transform: translate(20px, 10px);
}
.topMv .title .en span.mfade {
  animation: mojiFade 0.85s ease 0s 1 forwards;
}
.topMv .title .ja {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.18em;
  padding: 28px 0 0;
  position: relative;
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .topMv .title .ja {
    font-size: 20px;
    font-size: 2rem;
  }
}
.topMv .title .ja strong {
  font-family: "Barlow", sans-serif;
}

/*-- START ACTION --*/
body.pageStart .topMv .img {
  animation: fadeInMV 2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 forwards;
}
body.pageStart .topMv .title .en {
  opacity: 1;
}
body.pageStart .topMv .title .ja {
  animation: mojiFade2 1.2s ease-out 1.5s 1 forwards;
}
body.pageStart .topMv .title .subTitle {
  animation: mojiFade 0.45s ease 0.6s 1 forwards;
}

@media only screen and (max-width: 960px) {
  .topMv {
    min-height: 100vh;
    height: 100vh;
    padding: 0 7.5vw;
  }
  .topMv .img {
    height: 100vh;
    max-height: auto;
    max-height: none;
  }
  .topMv .title {
    padding: 0;
  }
  .topMv .title .en {
    font-size: 6.7vw;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
  .topMv .title .ja {
    font-size: 4vw;
    padding: 3vw 0 0;
  }
  .topMv .mvImg {
    height: 100vh;
  }
  .topMv .mvImg picture {
    height: 100vh;
  }
}
.cmnBtn a {
  font-family: "Gilda Display", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #b0967e;
  font-weight: 400;
  outline: 1px solid #aa8453;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center;
  padding: 12px 64px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s;
}

.cmnBtn a:hover {
  background: #b0967e;
  color: #FFF;
  outline: 1px solid #b0967e;
}

.cmnH2 {
  margin-bottom: 80px;
}
.cmnH2 .en {
  color: #806b57;
  display: block;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .cmnH2 .en {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.cmnH2 .ja {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 960px) {
  .cmnH2 .ja {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 960px) {
  .cmnBtn a {
    font-size: 13px;
    letter-spacing: 0.1em;
    max-width: auto;
    max-width: none;
    min-width: 200px;
    padding: 12px 24px;
  }

  .cmnH2 {
    margin-bottom: 48px;
  }
  .cmnH2 .en {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .cmnH2 .ja {
    font-size: 20px;
  }
}
.bnr {
  background-color: #f8f5f0;
  margin-bottom: 0;
  width: 100%;
}
.bnr .inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
  margin: auto;
  max-width: 650px;
  width: 100%;
}
.bnr .inr .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 960px) {
  .bnr .inr .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.bnr .inr .txt span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
}
@media only screen and (max-width: 960px) {
  .bnr .inr .txt span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bnr .inr .img {
  width: 350px;
}
.bnr .inr a:hover {
  opacity: 0.7;
}

.top01 {
  margin: 0;
  padding: 140px 40px;
}
.top01 .inr {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.top01 .inr .img {
  width: 43%;
}
.top01 .inr .data {
  width: 50%;
}
.top01 .inr .data .concept {
  color: #806b57;
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .top01 .inr .data .concept {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.top01 .inr .data h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 2;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 28px;
}
@media only screen and (max-width: 960px) {
  .top01 .inr .data h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.top01 .inr .data .desc {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.6;
  margin-bottom: 48px;
}
@media only screen and (max-width: 960px) {
  .top01 .inr .data .desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 960px) {
  .bnr .inr {
    display: block;
    padding: 50px 0;
    margin: auto;
    max-width: 100%;
  }
  .bnr .inr .txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bnr .inr .txt span {
    font-size: 24px;
  }
  .bnr .inr .img {
    width: 100%;
  }

  .top01 {
    margin: 0;
    padding: 60px 5vw;
  }
  .top01 .inr {
    display: block;
    margin: 0;
  }
  .top01 .inr .img {
    margin-bottom: 40px;
    width: 100%;
  }
  .top01 .inr .data {
    padding: 0 2.5vw;
    width: 100%;
  }
  .top01 .inr .data .concept {
    font-size: 13px;
  }
  .top01 .inr .data h2 {
    font-size: 24px;
    line-height: 1.65;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }
  .top01 .inr .data .desc {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 40px;
  }
}
.top02 {
  padding: 0 0 100px;
}
.top02 .cmnH2 {
  margin: 0 auto 60px;
  max-width: 1280px;
  padding: 0 40px;
}
.top02 .slideBox {
  position: relative;
}
.top02 .swiper {
  position: relative;
  padding: 0 0 16px 0;
  overflow-y: visible !important;
}
.top02 .swiper .swiper-slide {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  width: 600px;
}
.top02 .swiper .swiper-slide .wBox {
  background: #f8f5f0;
  border-radius: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 28px 60px 48px;
}
.top02 .swiper .swiper-slide .img {
  width: 25%;
}
.top02 .swiper .swiper-slide .data {
  width: 68%;
}
.top02 .swiper .swiper-slide .data h3 {
  font-family: "Gilda Display", serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media only screen and (max-width: 960px) {
  .top02 .swiper .swiper-slide .data h3 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.top02 .swiper .swiper-slide .data .desc {
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}
.top02 .swiper .swiper-slide .data dl dt {
  color: #aa8453;
}
.top02 .swiper .swiper-slide .data dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .top02 .swiper .swiper-slide .data dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .top02 .swiper {
    padding-left: calc((100% - 1200px) / 2);
  }
}
@media only screen and (max-width: 1280px) {
  .top02 .swiper {
    padding-left: 40px;
  }
}
.top02 .swiper-button-prev, .top02 .swiper-button-next {
  border-radius: 100%;
  display: flex;
  width: 151px;
  height: 151px;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s;
  opacity: 1;
}
.top02 .swiper-button-prev:hover, .top02 .swiper-button-next:hover {
  transform: scale(1.2);
}
.top02 .swiper-button-prev::after,
.top02 .swiper-button-next::after {
  background: url("../img/top/icon_next.png") center center no-repeat;
  background-size: 100% auto;
  width: 151px;
  height: 151px;
  content: "";
}
.top02 .swiper-button-prev::after {
  margin-left: 0.1rem;
  background: url("../img/top/icon_prev.png") center center no-repeat;
  background-size: 100% auto;
}
.top02 .swiper-button-next::after {
  margin-right: 0.4rem;
}
.top02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.top02 .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: -80px;
  left: calc((100% - 1200px) / 2);
}
.top02 .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: -80px;
  right: calc((100% - 1200px) / 2);
}
.top02 .swiper-button-next.swiper-button-disabled, .top02 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.15;
}
.top02 .swiper-horizontal > .swiper-pagination-bullets, .top02 .swiper-pagination-bullets.swiper-pagination-horizontal, .top02 .swiper-pagination-custom, .top02 .swiper-pagination-fraction {
  bottom: -30px !important;
}
.top02 .swiper-scrollbar {
  background: #DDD;
  left: calc((100% - 300px) / 2);
  position: absolute;
  bottom: -36px;
  z-index: 2;
  height: 2px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.top02 .swiper-scrollbar-drag {
  background: #806b57;
  height: 2px;
  margin-top: 0;
}

@media only screen and (max-width: 960px) {
  .top02 {
    padding: 0 0 60px;
  }
  .top02 .cmnH2 {
    margin: 0 auto 40px;
    padding: 0 5vw;
  }
  .top02 .swiper {
    padding-left: 5vw;
  }
  .top02 .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    width: 80vw;
  }
  .top02 .swiper .swiper-slide .wBox {
    border-radius: 30px 0;
    display: block;
    padding: 40px 5vw;
  }
  .top02 .swiper .swiper-slide .img {
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
  }
  .top02 .swiper .swiper-slide .img img {
    width: 35%;
  }
  .top02 .swiper .swiper-slide .data {
    width: 100%;
  }
  .top02 .swiper .swiper-slide .data h3 {
    margin-bottom: 24px;
    text-align: center;
  }
  .top02 .swiper .swiper-slide .data .desc {
    letter-spacing: 0.08em;
    margin-bottom: 28px;
  }
  .top02 .swiper-button-prev, .top02 .swiper-button-next {
    opacity: 0 !important;
    visibility: hidden;
    width: 100px;
    height: 100px;
    transition: 0;
  }
  .top02 .swiper-button-prev:hover, .top02 .swiper-button-next:hover {
    transform: scale(1);
  }
  .top02 .swiper-button-prev::after,
.top02 .swiper-button-next::after {
    width: 100px;
    height: 100px;
  }
  .top02 .swiper-button-prev::after {
    margin-left: 0.1rem;
    background: url("../img/top/icon_prev.png") center center no-repeat;
    background-size: 100% auto;
  }
  .top02 .swiper-button-next::after {
    margin-right: 0.4rem;
  }
  .top02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
  .top02 .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: -80px;
    left: calc((100% - 1200px) / 2);
  }
  .top02 .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: -80px;
    right: calc((100% - 1200px) / 2);
  }
  .top02 .swiper-button-next.swiper-button-disabled, .top02 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.15;
  }
  .top02 .swiper-horizontal > .swiper-pagination-bullets, .top02 .swiper-pagination-bullets.swiper-pagination-horizontal, .top02 .swiper-pagination-custom, .top02 .swiper-pagination-fraction {
    bottom: -30px !important;
  }
  .top02 .swiper-scrollbar {
    background: #DDD;
    left: calc((100% - 300px) / 2);
    position: absolute;
    bottom: -16px;
    z-index: 2;
    height: 2px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .top02 .swiper-scrollbar-drag {
    background: #806b57;
    height: 2px;
    margin-top: 0;
  }
}
.top03 {
  padding: 0 0 40px;
}
.top03 .inr {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.top03 .volceL {
  width: 40%;
}
.top03 .volceL .cmnH2 {
  margin-bottom: 40px;
}
.top03 .volceL h3 {
  color: #aa8453;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
  .top03 .volceL h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.top03 .voiceArea {
  background: #f8f5f0;
  border-radius: 50px 0;
  padding: 60px 0 40px 60px;
  height: 600px;
  width: 52%;
}
.top03 .voiceArea ul {
  overflow-y: scroll;
  height: 500px;
  padding-right: 40px;
}
.top03 .voiceArea ul li {
  border-bottom: 1px dashed #806b57;
  padding: 24px 0;
}
.top03 .voiceArea ul li dl dt {
  padding-bottom: 16px;
}
.top03 .voiceArea ul li dl dt p {
  background: url("../img/top/top03_user.png") left center no-repeat;
  background-size: 56px auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  line-height: 1;
  min-height: 44px;
  padding-left: 72px;
}
@media only screen and (max-width: 960px) {
  .top03 .voiceArea ul li dl dt p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.top03 .voiceArea ul li dl dt p .name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  line-height: 1;
  margin-right: 4px;
  display: none;
}
@media only screen and (max-width: 960px) {
  .top03 .voiceArea ul li dl dt p .name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.top03 .voiceArea ul li dl dt p .stars {
  color: #B48025;
  display: block;
  font-size: 18px;
  padding-top: 8px;
}
.top03 .voiceArea ul li dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  line-height: 1.55;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  .top03 .voiceArea ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .top03 {
    padding: 0 5vw;
  }
  .top03 .inr {
    display: block;
    margin: 0;
  }
  .top03 .volceL {
    margin-bottom: 24px;
    width: 100%;
  }
  .top03 .volceL .cmnH2 {
    margin-bottom: 40px;
  }
  .top03 .volceL h3 {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
  }
  .top03 .voiceArea {
    border-radius: 30px 0;
    padding: 20px 0 10px 7.5vw;
    height: 500px;
    width: 100%;
  }
  .top03 .voiceArea ul {
    overflow-y: scroll;
    height: 450px;
    padding-right: 7.5vw;
  }
  .top03 .voiceArea ul li {
    padding: 16px 0;
  }
  .top03 .voiceArea ul li dl dt {
    padding-bottom: 16px;
  }
  .top03 .voiceArea ul li dl dt p {
    background: url("../img/top/top03_user.png") left center no-repeat;
    background-size: 50px auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    line-height: 1;
    min-height: 44px;
    padding-left: 64px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .top03 .voiceArea ul li dl dt p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .top03 .voiceArea ul li dl dt p .stars {
    font-size: 18px;
    padding-top: 8px;
  }
}
.top04 {
  background: #F8F5F0;
  margin: 0;
  padding: 140px 40px;
}
.top04 .inr {
  margin: 0 auto;
  max-width: 1200px;
}
.top04 .menuFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.top04 .menuFlex .mfBox {
  background: url("../img/top/top03_01.png") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 44vw;
  max-height: 565px;
  padding: 50px 40px 40px;
  position: relative;
  width: 31%;
  /*
  &:before {
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 90%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  }
  &:after {
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  }
  */
}
.top04 .menuFlex .mfBox.mf01 {
  background-image: url("../img/top/top04_01.webp");
}
.top04 .menuFlex .mfBox.mf02 {
  background-image: url("../img/top/top04_02.webp");
}
.top04 .menuFlex .mfBox.mf03 {
  background-image: url("../img/top/top04_03.webp");
}
.top04 .menuFlex .mfBox .no {
  color: #d5cabb;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "Gilda Display", serif;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 2;
  line-height: 1.8;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-bottom: 12px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex .mfBox .no {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.top04 .menuFlex .mfBox .no .num {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: -4px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex .mfBox .no .num {
    font-size: 61px;
    font-size: 6.1rem;
  }
}
.top04 .menuFlex .mfBox .data {
  color: #FFF;
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
}
.top04 .menuFlex .mfBox .data h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.65;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex .mfBox .data h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.top04 .menuFlex .mfBox .data dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.top04 .menuFlex .mfBox .data dl dt {
  font-family: "Gilda Display", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  line-height: 1.4;
  padding-bottom: 4px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex .mfBox .data dl dt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.top04 .menuFlex .mfBox .data dl dt span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.4;
  margin-right: 4px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex .mfBox .data dl dt span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.top04 .menuFlex .mfBox .data dl dd {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex .mfBox .data dl dd {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.top04 .menuFlex .mfBox .data dl dd span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.4;
  margin-left: 4px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex .mfBox .data dl dd span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.top04 .menuFlex2 {
  color: #806b57;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.top04 .menuFlex2 .mfBox {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  width: 47%;
}
.top04 .menuFlex2 .mfBox.mf04 {
  width: 56%;
}
.top04 .menuFlex2 .mfBox.mf05 {
  width: 36%;
}
.top04 .menuFlex2 .mfBox h3 {
  display: flex;
  font-weight: 500;
  align-items: baseline;
  font-family: "Gilda Display", serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  width: 100%;
}
.top04 .menuFlex2 .mfBox h3 .num {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-right: 20px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox h3 .num {
    font-size: 61px;
    font-size: 6.1rem;
  }
}
.top04 .menuFlex2 .mfBox h3 .course {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 2;
  line-height: 1.8;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-right: 26px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox h3 .course {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.top04 .menuFlex2 .mfBox h3 strong {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.65;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox h3 strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.top04 .menuFlex2 .mfBox .data {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top04 .menuFlex2 .mfBox .data dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 45%;
}
.top04 .menuFlex2 .mfBox .data dl dt {
  font-family: "Gilda Display", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  line-height: 1.4;
  padding-bottom: 4px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.top04 .menuFlex2 .mfBox .data dl dt span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.4;
  margin-right: 4px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dt span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.top04 .menuFlex2 .mfBox .data dl dd {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dd {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.top04 .menuFlex2 .mfBox .data dl dd span {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  line-height: 1.8;
  line-height: 1.4;
  margin-left: 4px;
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dd span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.top04 .menuFlex2 .mfBox .data dl.full {
  width: 100%;
}
.top04 .menuFlex2 .mfBox .data dl.full dt {
  width: 160px;
}
.top04 .menuFlex2 .mfBox .data dl.full dd {
  width: calc(100% - 160px);
}

@media only screen and (max-width: 960px) {
  .top04 {
    margin: 0;
    padding: 60px 5vw;
  }
  .top04 .inr {
    margin: 0;
  }
  .top04 .menuFlex {
    display: block;
    margin-bottom: 24px;
  }
  .top04 .menuFlex .mfBox {
    display: block;
    height: auto;
    max-height: auto;
    max-height: none;
    margin-bottom: 24px;
    padding: 32px 7.5vw 28px;
    width: 100%;
    /*
    &:before {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 90%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    }
    &:after {
    background: #000000;
    background: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    }
    */
  }
  .top04 .menuFlex .mfBox .no {
    margin-bottom: 80px;
  }
  .top04 .menuFlex2 {
    display: block;
    margin-bottom: 40px;
  }
  .top04 .menuFlex2 .mfBox {
    display: block;
    padding: 0 5vw;
    width: 100%;
  }
  .top04 .menuFlex2 .mfBox.mf04 {
    margin-top: 50px;
    width: 100%;
  }
  .top04 .menuFlex2 .mfBox.mf05 {
    margin-top: 50px;
    width: 100%;
  }
  .top04 .menuFlex2 .mfBox h3 {
    display: block;
    margin-bottom: 28px;
    position: relative;
    padding: 8px 100px 0 0;
    width: 100%;
  }
  .top04 .menuFlex2 .mfBox h3 .num {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 2;
    line-height: 1.8;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox h3 .num {
    font-size: 61px;
    font-size: 6.1rem;
  }
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox h3 .course {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 2;
    line-height: 1.8;
    letter-spacing: 0.08em;
    line-height: 1.35;
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox h3 .course {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox h3 strong {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.65;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox h3 strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data {
    display: block;
    width: 100%;
  }
  .top04 .menuFlex2 .mfBox .data dl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
  }
  .top04 .menuFlex2 .mfBox .data dl dt {
    font-family: "Gilda Display", serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    line-height: 1.4;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dt span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 2;
    line-height: 1.8;
    line-height: 1.4;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dt span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dd {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dd {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dd span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 2;
    line-height: 1.8;
    line-height: 1.4;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl dd span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 960px) {
  .top04 .menuFlex2 .mfBox .data dl.full {
    width: 100%;
  }
  .top04 .menuFlex2 .mfBox .data dl.full dt {
    width: auto;
  }
  .top04 .menuFlex2 .mfBox .data dl.full dd {
    width: auto;
  }
}
.bgTop05 {
  background: url("../img/top/top05_bg.webp") center center no-repeat fixed;
  background-size: cover;
}

.top05 {
  min-height: 1000px;
  padding: 140px 0;
}
.top05 .cmnH2 {
  text-align: center;
}
.top05 .flow {
  overflow: hidden;
}
.top05 .swiper-main {
  overflow: visible;
}
.top05 .swiper-main,
.top05 .swiper-pagination-main {
  max-width: 700px;
  margin: auto;
}
.top05 .swiper-pagination-main {
  display: flex;
  margin-bottom: 6.4rem;
}
.top05 .swiper-pagination-main .swiper-pagination-bullet {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  position: relative;
  flex: 1;
  cursor: pointer;
  transition: 8s cubic-bezier(0.2, 1, 0.2, 1);
  padding-top: 40px;
  text-align: center;
  color: #9a9a9a;
}
@media only screen and (max-width: 960px) {
  .top05 .swiper-pagination-main .swiper-pagination-bullet {
    font-size: 20px;
    font-size: 2rem;
  }
}
.top05 .swiper-pagination-main .swiper-pagination-bullet::before,
.top05 .swiper-pagination-main .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #aa8453;
}
.top05 .swiper-pagination-main .swiper-pagination-bullet::before {
  z-index: 1;
  right: 0;
  top: -6px;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  border-radius: 100px;
}
.top05 .swiper-pagination-main .swiper-pagination-bullet::after {
  right: 50%;
  top: 0;
  width: 100%;
  height: 2px;
}
.top05 .swiper-pagination-main .swiper-pagination-bullet:first-child::after {
  display: none;
}
.top05 .swiper-pagination-main .swiper-pagination-bullet-active {
  color: #aa8453;
  transition: 0.2s;
}
.top05 .swiper-pagination-main .swiper-pagination-bullet-active::before {
  box-shadow: 0 0 0 4px #FFF, 0 0 0 7px #aa8453;
}
.top05 .swiper-pagination-main .swiper-pagination-bullet-active ~ *::before,
.top05 .swiper-pagination-main .swiper-pagination-bullet-active ~ *::after {
  background-color: #9a9a9a;
}
.top05 .swiper-slide {
  background: #F8F8F8;
  border-radius: 50px 0;
  padding: 60px;
  width: 700px;
}
.top05 .swiper-slide h3 {
  color: #806b57;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  line-height: 1.8;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .top05 .swiper-slide h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.top05 .swiper-slide p {
  line-height: 2.6;
}

@media only screen and (max-width: 960px) {
  .bgTop05 {
    background: url("../img/top/top05_bg.webp") center center no-repeat;
    background-size: cover;
  }

  .top05 {
    margin-bottom: 0 !important;
    min-height: auto;
    min-height: none;
    padding: 70px 5vw 60px;
  }
  .top05 .cmnH2 {
    text-align: center;
  }
  .top05 .flow {
    overflow: hidden;
  }
  .top05 .swiper-main {
    overflow: visible;
  }
  .top05 .swiper-main,
.top05 .swiper-pagination-main {
    max-width: 700px;
    margin: auto;
  }
  .top05 .swiper-pagination-main {
    display: flex;
    margin-bottom: 30px;
  }
  .top05 .swiper-pagination-main .swiper-pagination-bullet {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1;
    position: relative;
    flex: 1;
    cursor: pointer;
    transition: 8s cubic-bezier(0.2, 1, 0.2, 1);
    padding-top: 30px;
    text-align: center;
    color: #9a9a9a;
  }
  .top05 .swiper-pagination-main .swiper-pagination-bullet::before,
.top05 .swiper-pagination-main .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    background-color: #aa8453;
  }
  .top05 .swiper-pagination-main .swiper-pagination-bullet::before {
    z-index: 1;
    right: 0;
    top: -6px;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    border-radius: 100px;
  }
  .top05 .swiper-pagination-main .swiper-pagination-bullet::after {
    right: 50%;
    top: 0;
    width: 100%;
    height: 2px;
  }
  .top05 .swiper-pagination-main .swiper-pagination-bullet:first-child::after {
    display: none;
  }
  .top05 .swiper-pagination-main .swiper-pagination-bullet-active {
    color: #aa8453;
    transition: 0.2s;
  }
  .top05 .swiper-pagination-main .swiper-pagination-bullet-active::before {
    box-shadow: 0 0 0 4px #FFF, 0 0 0 7px #aa8453;
  }
  .top05 .swiper-pagination-main .swiper-pagination-bullet-active ~ *::before,
.top05 .swiper-pagination-main .swiper-pagination-bullet-active ~ *::after {
    background-color: #9a9a9a;
  }
  .top05 .swiper-slide {
    background: #F8F8F8;
    border-radius: 50px 0;
    padding: 48px 7.5vw;
    width: 100%;
  }
  .top05 .swiper-slide h3 {
    font-size: 17px;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
  }
  .top05 .swiper-slide p {
    line-height: 2;
  }
}
.top06 {
  margin: 0;
  padding: 100px 40px;
}
.top06 .top06Flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
.top06 .top06Flex .top06Box {
  padding: 12px 0;
  width: 50%;
}
.top06 .top06Flex .top06Box p {
  line-height: 2.4;
}
.top06 .top06Flex .top06Box p.min {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
}
.top06 .top06Flex .top06Box .cmnH2 {
  margin-bottom: 50px;
  text-align: center;
}
.top06 .top06Flex .top06Box .area {
  background: #F8F5EF;
  border-radius: 50px 0;
  margin-bottom: 28px;
  padding: 40px 60px;
}
.top06 .top06Flex .top06Box:first-child {
  border-right: 1px solid #DDD;
  padding-right: 60px;
  text-align: center;
}
.top06 .top06Flex .top06Box:last-child {
  padding-left: 60px;
}

@media only screen and (max-width: 960px) {
  .top06 {
    margin-bottom: 0 !important;
    padding: 60px 7.5vw;
  }
  .top06 .top06Flex {
    display: block;
  }
  .top06 .top06Flex .top06Box {
    padding: 12px 0;
    width: 100%;
  }
  .top06 .top06Flex .top06Box p {
    line-height: 2;
  }
  .top06 .top06Flex .top06Box p.min {
    font-family: "Shippori Mincho", serif;
    letter-spacing: 0.12em;
  }
  .top06 .top06Flex .top06Box .cmnH2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .top06 .top06Flex .top06Box .area {
    border-radius: 30px 0;
    margin-bottom: 28px;
    padding: 28px 40px;
  }
  .top06 .top06Flex .top06Box:first-child {
    border-right: none;
    border-bottom: 1px dashed #AAA;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    text-align: left;
  }
  .top06 .top06Flex .top06Box:last-child {
    padding-left: 0;
  }
}