/* LESS Document */
/* LESS Document */
body {
  overflow-x: clip;
}
main {
  overflow: hidden;
}
#side {
  display: none;
}
@media (width <= 1023px) {
  #side {
    display: contents;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  height: calc(100vh - 120px);
  min-height: 450px;
  padding: 0 0 0 85px;
}
@media (width <= 1023px) {
  .mv {
    flex-direction: column;
    gap: 20px;
    min-height: 0;
    padding-left: 30px;
  }
}
.mv::before {
  content: '';
  display: block;
  width: calc(100vw - 580px - 35px - 85px);
  height: 640px;
  background: #FBF6ED;
  position: absolute;
  top: -200px;
  right: 250px;
  z-index: -2;
  opacity: 1;
}
@media (width <= 1023px) {
  .mv::before {
    content: none;
  }
}
.mv.is-half::before,
.mv.is-half .mv_text {
  opacity: 0;
}
.mv.is-half .mv_img {
  width: 36.5vw;
}
@media (width <= 1023px) {
  .mv.is-half .mv_img {
    width: calc(100vw - 30px);
  }
}
.mv.is-animate .mv_img {
  transition: 1s ease;
}
.mv_text {
  min-width: 580px;
  align-self: center;
  position: relative;
  z-index: 2;
  top: -70px;
  opacity: 1;
  transition: opacity 1s;
}
@media (width <= 1023px) {
  .mv_text {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
    min-width: 0;
    min-height: 0;
    height: calc(50vh - 120px);
    padding-right: 30px;
    position: static;
  }
}
.mv_text::before {
  content: '';
  display: block;
  width: 755px;
  height: 755px;
  border-radius: 50%;
  background: #FFF4E3;
  position: absolute;
  left: -250px;
  top: -112px;
  z-index: -1;
}
@media (width <= 1023px) {
  .mv_text::before {
    content: none;
  }
}
.mv_text.is-half {
  transform: translateY(-100px);
}
.mv_text img {
  max-height: 100%;
}
.mv_img {
  max-width: calc(100vw - 580px - 35px - 85px);
  width: calc(100vw - 580px - 35px - 85px);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (width <= 1023px) {
  .mv_img {
    max-width: none;
    width: calc(100vw - 30px);
    height: 50vh;
    position: relative;
    z-index: 2;
  }
}
.mv_img::before {
  content: '';
  display: block;
  width: 1126px;
  height: 100%;
  background: #EBD9C6;
  position: absolute;
  top: 90px;
  left: -70px;
  z-index: -1;
}
@media (width <= 1023px) {
  .mv_img::before {
    top: 70px;
  }
}
.mv_img img {
  width: 100%;
  height: calc(100vh - 50px);
  object-fit: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media (width <= 1023px) {
  .mv_img img {
    height: 100%;
  }
}
.mv .scroll {
  position: fixed;
  left: 20px;
  bottom: 65px;
  color: #C9812E;
  line-height: 1;
  z-index: 2;
  writing-mode: vertical-rl;
}
@media (width <= 1023px) {
  .mv .scroll {
    font-size: 1.6rem;
    position: absolute;
    left: 5px;
  }
}
.mv .scroll::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C9812E;
  position: absolute;
  left: -3px;
  bottom: -15px;
  animation: scroll_dots 3s infinite alternate;
}
@media (width <= 1023px) {
  .mv .scroll::before {
    left: 0;
  }
}
.mv .scroll::after {
  content: '';
  display: block;
  background: #C9812E;
  width: 1px;
  height: 52px;
  position: absolute;
  left: 0px;
  bottom: -65px;
}
@media (width <= 1023px) {
  .mv .scroll::after {
    left: 3px;
  }
}
@keyframes scroll_dots {
  0% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(57px);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  topLead
+++++++++++++++++++++++++++++++++++++++++++ */
.topLead {
  max-width: calc(63.5vw - 200px);
  width: 63.5vw;
  margin: 100px 0 200px 50px;
  padding: 15px;
  background: url(../img/bg_dots.svg);
  position: relative;
  opacity: 0;
  transition: opacity 1.5s;
}
@media (width <= 1023px) {
  .topLead {
    max-width: none;
    width: calc(100% - 40px);
    margin: 100px 20px 50px;
  }
}
.topLead::after {
  content: '';
  display: block;
  width: 125px;
  height: 122px;
  background: url(../img/icon_cup.png);
  position: absolute;
  right: -15px;
  bottom: -45px;
}
.topLead.is-show {
  opacity: 1;
}
.topLead_box {
  padding: 88px 35px 72px;
  background: #FFF;
}
@media (width <= 1023px) {
  .topLead_box {
    padding: 40px 20px;
  }
}
.topLead_box p {
  padding: 0 65px;
  color: #444;
}
@media (width <= 1439px) {
  .topLead_box p {
    padding: 0;
  }
}
.topLead_box_author {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
  padding: 35px 40px;
  background: #FFF9EE;
  text-decoration: none;
  color: #675F4F;
}
@media (width <= 1439px) {
  .topLead_box_author {
    flex-direction: column;
    gap: 20px;
  }
}
@media (width <= 1023px) {
  .topLead_box_author {
    padding: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topLead_box_author:hover img {
    opacity: 1;
  }
  .topLead_box_author:hover .topLead_box_author_text_name,
  .topLead_box_author:hover .topLead_box_author_text ul {
    color: #C9812E;
  }
  .topLead_box_author:hover .topLead_box_author_link p {
    transform: translateY(-100px);
    color: #C9812E;
  }
}
@media (hover: hover) and (pointer: fine) and (width <= 1439px) {
  .topLead_box_author:hover .topLead_box_author_link p {
    transform: translateY(-90px);
  }
}
@media (hover: none) {
  .topLead_box_author:active img {
    opacity: 1;
  }
  .topLead_box_author:active .topLead_box_author_text_name,
  .topLead_box_author:active .topLead_box_author_text ul {
    color: #C9812E;
  }
  .topLead_box_author:active .topLead_box_author_link p {
    transform: translateY(-100px);
    color: #C9812E;
  }
}
@media (hover: none) and (width <= 1439px) {
  .topLead_box_author:active .topLead_box_author_link p {
    transform: translateY(-90px);
  }
}
.topLead_box_author_img {
  flex-shrink: 0;
}
.topLead_box_author_text {
  flex: 1;
}
@media (width <= 1439px) {
  .topLead_box_author_text {
    display: contents;
  }
}
.topLead_box_author_text_title {
  font-size: 2.8rem;
  text-indent: -20px;
  color: #C9812E;
}
@media (width <= 1439px) {
  .topLead_box_author_text_title {
    order: -1;
    text-indent: 0;
    text-align: center;
  }
}
@media (width <= 1023px) {
  .topLead_box_author_text_title {
    font-size: 5.6vw;
  }
}
.topLead_box_author_text_name {
  font-size: 2rem;
}
@media (width <= 1023px) {
  .topLead_box_author_text_name {
    font-size: 3.2vw;
  }
}
.topLead_box_author_text_name strong {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (width <= 1023px) {
  .topLead_box_author_text_name strong {
    font-size: 4.8vw;
  }
}
.topLead_box_author_text ul {
  font-size: 1.8rem;
}
@media (width <= 1023px) {
  .topLead_box_author_text ul {
    font-size: 3.6vw;
  }
}
.topLead_box_author_link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  padding-top: 50px;
}
@media (width <= 1439px) {
  .topLead_box_author_link {
    padding-top: 0;
  }
}
@media (width <= 1023px) {
  .topLead_box_author_link {
    font-size: 3.6vw;
  }
}
.topLead_box_author_link::before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #C9812E;
  position: relative;
  top: 10px;
}
@media (width <= 1439px) {
  .topLead_box_author_link::before {
    height: 75px;
    top: 5px;
  }
}
.topLead_box_author_link p {
  padding: 5px 0;
  background: #FFF9EE;
  transform: translateY(0px);
  transition: transform 0.2s;
  line-height: 1.5;
}
@media (width <= 1439px) {
  .topLead_box_author_link p {
    transform: translateY(-30px);
  }
}
@media (width <= 1439px) {
  .topLead_box_author_link p br {
    display: none;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  topArticleList
+++++++++++++++++++++++++++++++++++++++++++ */
.topArticleList {
  width: calc(60.8vw - 200px);
  margin: 100px 150px 200px 50px;
}
@media (width <= 1023px) {
  .topArticleList {
    width: 100%;
    margin: 100px 0;
    padding: 0 20px;
  }
}
.topArticleList a {
  display: block;
  margin: 0 0 100px;
  text-decoration: none;
  color: #675F4F;
  position: relative;
  counter-increment: serial;
}
@media (width <= 1023px) {
  .topArticleList a {
    margin-bottom: 50px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topArticleList a:hover {
    color: #C9812E;
  }
  .topArticleList a:hover::before {
    color: #C9812E;
  }
  .topArticleList a:hover .topArticleList_link p {
    transform: translateX(-50px);
  }
}
@media (hover: hover) and (pointer: fine) and (width <= 1023px) {
  .topArticleList a:hover .topArticleList_link p {
    transform: translateX(-20vw);
  }
}
@media (hover: none) {
  .topArticleList a:active {
    color: #C9812E;
  }
  .topArticleList a:active::before {
    color: #C9812E;
  }
  .topArticleList a:active .topArticleList_link p {
    transform: translateX(-50px);
  }
}
@media (hover: none) and (width <= 1023px) {
  .topArticleList a:active .topArticleList_link p {
    transform: translateX(-20vw);
  }
}
.topArticleList a::before {
  content: '第' counter(serial) '回';
  display: inline-block;
  padding: 0 22px 0 0;
  background: #FFFFF8;
  vertical-align: top;
  font-size: 2.4rem;
}
.topArticleList a::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/bg_dots.svg);
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  z-index: -1;
}
.topArticleList a h2 {
  margin: 15px 0 0;
  font-size: 3.6rem;
  font-weight: 500;
}
@media (width <= 1023px) {
  .topArticleList a h2 {
    font-size: 7.2vw;
  }
}
.topArticleList_subTitle::after,
.topArticleList_subTitle::before {
  content: '─';
  display: inline-block;
}
.topArticleList_link {
  width: max-content;
  margin: 50px 0 0 auto;
  position: relative;
}
.topArticleList_link::before {
  content: '';
  display: block;
  width: 162px;
  height: 1px;
  background: #C9812E;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
@media (width <= 1023px) {
  .topArticleList_link::before {
    width: 40vw;
  }
}
.topArticleList_link p {
  font-size: 1.6rem;
  padding: 0 10px;
  background: #FFFFF8;
  transform: translateX(10px);
  transition: transform 0.2s;
}
@media (width <= 1023px) {
  .topArticleList_link p {
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  topAuthor
+++++++++++++++++++++++++++++++++++++++++++ */
.topAuthor {
  padding: 200px 0 0;
  background: #FFF9ED;
  position: relative;
  z-index: 2;
}
@media (width <= 1023px) {
  .topAuthor {
    padding: 100px 0;
  }
}
.topAuthor::before {
  content: '';
  display: block;
  width: 100%;
  height: 18px;
  background: url(../img/bg_dots.svg);
  position: absolute;
  top: 0;
}
.topAuthor_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 60px;
  align-items: flex-start;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (width <= 1023px) {
  .topAuthor_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.topAuthor_inner_img {
  order: 1;
  position: relative;
  right: 26px;
}
@media (width <= 1023px) {
  .topAuthor_inner_img {
    align-self: center;
    order: -1;
    right: 0;
  }
}
.topAuthor_inner_img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_dots.svg);
  position: absolute;
  top: 26px;
  right: -26px;
}
@media (width <= 1023px) {
  .topAuthor_inner_img::before {
    top: 12px;
    right: -12px;
  }
}
.topAuthor_inner_img img {
  position: relative;
  z-index: 1;
}
.topAuthor_inner_text {
  max-width: 836px;
  flex: 1;
}
@media (width <= 1023px) {
  .topAuthor_inner_text {
    display: contents;
  }
}
.topAuthor_inner_text h2 {
  width: 100%;
  margin: 0 0 120px;
  font-size: 3.2rem;
  font-weight: 500;
  background: url(../img/bg_triangle_1.svg) no-repeat 5em center;
  position: relative;
}
@media (width <= 1023px) {
  .topAuthor_inner_text h2 {
    margin-bottom: 0;
    font-size: 6.4vw;
    order: -2;
  }
}
.topAuthor_inner_text_name {
  margin: 0 0 50px;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media (width <= 1023px) {
  .topAuthor_inner_text_name {
    margin: 0;
    font-size: 4.2vw;
  }
}
.topAuthor_inner_text_name strong {
  font-size: 4.8rem;
  font-weight: 500;
}
@media (width <= 1023px) {
  .topAuthor_inner_text_name strong {
    font-size: 6.4vw;
  }
}
.topAuthor_inner_text_name_eng {
  font-size: 2rem;
}
@media (width <= 1023px) {
  .topAuthor_inner_text_name_eng {
    font-size: 4vw;
  }
}
.topAuthor_inner_text hr {
  width: 100%;
  height: 28px;
  margin: 100px 0;
  background: url(../img/bg_triangle_2.svg) no-repeat 0 center;
  border: none;
}
@media (width <= 1023px) {
  .topAuthor_inner_text hr {
    margin: 50px 0;
  }
}
.annotation {
  margin-top: 160px;
}
/*+++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++ */
