@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Serif JP", serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ====================================================================
# main contents
==================================================================== */
@media screen and (min-width: 768px) {
  body.container {
    max-width: 750px;
    background-color: #ccc;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .main {
    background-color: #fff;
  }
}

/* CV
------------------------------------------------------------- */
.cv-btn {
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .cv-btn {
    padding: 60px 30px;
  }
}

.cv-btn__link {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.cv-btn__link img {
  -o-object-fit: cover;
  object-fit: cover;
}

.cv-btn__link--black:hover {
  opacity: 1;
}

/* personalities
------------------------------------------------------------- */
.personalities {
  padding-top: 50px;
  padding-bottom: 200px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .personalities {
    padding-top: 80px;
    padding-bottom: 350px;
  }
}

.personalities__title-wrap {
  text-align: center;
}

.personalities__title {
  color: #3e3e3e;
}

.personalities__description {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .personalities__description {
    font-size: 32px;
  }
}

.personality__items {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .personality__items {
    margin-top: 80px;
  }
}

.personality:not(:first-child) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .personality:not(:first-child) {
    margin-top: 80px;
  }
}

.personality__image {
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .personality__image {
    max-width: 450px;
  }
}

.personality__details {
  padding: 20px 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .personality__details {
    padding: 43px 40px 45px 55px;
  }
}

.personality__details.personality__details--rightside {
  box-shadow: 5px 5px #ff0404;
}

.personality__details.personality__details--leftside {
  box-shadow: -5px 5px #ff0404;
}

.personality__subtitle {
  color: #ff0404;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .personality__subtitle {
    font-size: 36px;
  }
}

.personality__name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .personality__name {
    margin-top: 30px;
    font-size: 50px;
  }
}

.personality__role {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .personality__role {
    font-size: 28px;
  }
}

.personality__bio {
  margin-top: 20px;
  font-size: 15px;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .personality__bio {
    margin-top: 40px;
    font-size: 22px;
  }
}

.navigator {
  margin-top: 60px;
  color: #3e3e3e;
  text-align: center;
  border: 1px solid #3e3e3e;
  padding: 20px;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .navigator {
    margin-top: 90px;
    padding: 36px;
    margin-right: 45px;
    margin-left: 45px;
  }
}

.navigator__title {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .navigator__title {
    font-size: 36px;
  }
}

.navigator__name {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .navigator__name {
    font-size: 50px;
  }
}

/* message
------------------------------------------------------------- */
.message__image-lead {
  background-color: #f5f5f5;
}

.message__title {
  letter-spacing: 0.05em;
}

.message__subtitle {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .message__subtitle {
    font-size: 28px;
    margin-top: 30px;
  }
}

.message__content-wrap {
  margin-top: -140px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .message__content-wrap {
    margin-top: -260px;
  }
}

.message__content {
  margin-top: -1px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 40px 20px;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .message__content {
    margin-right: 50px;
    margin-left: 50px;
    padding: 45px 75px 96px;
  }
}

.message__content-top {
  height: 50px;
  margin: 0 25px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .message__content-top {
    height: 100px;
    width: 650px;
    margin: 0 auto;
  }
}

.message__text-wrap {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .message__text-wrap {
    margin-top: 100px;
  }
}

.message__text {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Noto Sans JP", serif;
  line-height: 170%;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .message__text {
    margin-top: 52px;
    font-size: 22px;
  }
}

.message__image {
  margin-top: 40px;
}

.message__gallery {
  margin-right: -35px;
  margin-left: -35px;
}
@media screen and (min-width: 768px) {
  .message__gallery {
    margin-right: -95px;
    margin-left: -95px;
  }
}

/* profile
------------------------------------------------------------- */
.profile {
  background-color: #f5f5f5;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .profile {
    margin-left: 25px;
  }
}

.profile__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .profile__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.profile__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title.profile__title {
  text-align: left;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .section-title.profile__title {
    margin-right: 40px;
  }
}

.profile__subtitle {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .profile__subtitle {
    font-size: 32px;
  }
}

.profile__image {
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .profile__image {
    max-width: 590px;
    margin-top: 54px;
  }
}

.profile__details {
  margin-top: 20px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .profile__details {
    margin-top: 46px;
    padding: 0 51px;
  }
}

.profile__name {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .profile__name {
    font-size: 50px;
  }
}

.profile__role {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .profile__role {
    margin-top: 38px;
    font-size: 26px;
  }
}

.profile__content {
  margin-top: 20px;
  border-top: 1px solid;
  padding-top: 20px;
}

.profile__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .profile__text {
    font-size: 22px;
    line-height: 210%;
  }
}

.profile__career-year {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .profile__career-year {
    font-size: 22px;
    line-height: 210%;
  }
}
.profile__career-year::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
  margin-left: 1rem;
}

.profile__career-text {
  font-size: 14px;
  line-height: 190%;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .profile__career-text {
    font-size: 22px;
    line-height: 210%;
  }
}

/* lecture genre
------------------------------------------------------------- */
.lecture {
  margin-right: 25px;
  margin-left: 25px;
  padding: 25px 15px;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .lecture {
    margin-right: 50px;
    margin-left: 50px;
    padding: 40px 36px;
  }
}

.lecture__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.025em;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .lecture__title {
    font-size: 32px;
    padding: 30px 0;
  }
}

.lecture__topics {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lecture__topics {
    margin-top: 50px;
  }
}

.lecture__topic {
  width: 100%;
}

.lecture__description {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 220%;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lecture__description {
    font-size: 28px;
    margin-top: 60px;
  }
}

.lecture__book {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .lecture__book {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.lecture__book-wrap {
  text-align: center;
}

.lecture__book-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}

.lecture__book-title:before,
.lecture__book-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}

.lecture__book-title:before {
  margin-right: 0.5rem;
}

.lecture__book-title:after {
  margin-left: 0.5rem;
}

.lecture__book-copy {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lecture__book-copy {
    margin-top: 24px;
    font-size: 36px;
  }
}

.lecture__book-name {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lecture__book-name {
    font-size: 40px;
  }
}

.lecture__book-publisher {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lecture__book-publisher {
    margin-top: 26px;
    font-size: 24px;
  }
}

.lecture__book-image {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .lecture__book-image {
    margin-top: 0;
    max-width: 270px;
  }
}

.lecture__link {
  text-align: center;
  margin-top: 30px;
}

.lecture__contact-button {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 8px;
  border: 1px solid;
  display: block;
  max-width: 550px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lecture__contact-button {
    font-size: 28px;
    padding: 16px;
  }
}

.lecture__contact-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 10px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .lecture__contact-button::after {
    width: 21px;
    height: 27px;
    right: 5%;
  }
}

.lecture__bottom-triangle {
  height: 50px;
  margin: 0 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #000;
  margin-top: -1px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .lecture__bottom-triangle {
    height: 90px;
    width: 650px;
    margin: 0 auto;
  }
}

/* story
------------------------------------------------------------- */
.story {
  background-color: #000;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .story {
    padding-bottom: 120px;
  }
}

.story__image-top {
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  .story__image-top {
    margin-top: -145px;
  }
}

.story__image {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .story__image {
    margin-right: 25px;
    margin-left: 25px;
    padding: 0;
  }
}

.story__section-top,
.story__section {
  background-color: #fff;
  margin-right: 25px;
  margin-left: 25px;
  padding: 20px 20px 50px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .story__section-top,
.story__section {
    margin-right: 50px;
    margin-left: 50px;
    padding: 40px 56px 70px;
  }
}

.story__section {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .story__section {
    margin-top: -65px;
  }
}

.story__bg-first,
.story__bg-second {
  position: absolute;
  width: 100%;
  left: 0;
}

.story__bg-first {
  top: 56%;
}

.story__bg-second {
  top: 75%;
}

.story__section-title {
  color: #ff0404;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story__section-title {
    font-size: 40px;
  }
}

.story__message {
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: 0.05em;
  margin-top: 0;
  padding-bottom: 30px;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .story__message {
    font-size: 28px;
    margin-top: -50px;
    padding-bottom: 50px;
  }
}

.story__heighlight {
  color: #ff0404;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .story__heighlight {
    font-size: 34px;
  }
}

.story__text {
  margin-top: 20px;
  font-family: "Noto Sans JP", serif;
  color: #292929;
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .story__text {
    margin-top: 40px;
    font-size: 22px;
  }
}

.story__bottom-triangle {
  height: 50px;
  margin: 0 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #fff;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .story__bottom-triangle {
    height: 90px;
    width: 650px;
    margin: 0 auto;
  }
}

.story__image-3 {
  position: absolute;
  width: 140px;
  top: 97%;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .story__image-3 {
    width: 294px;
    top: 100%;
    left: 30px;
  }
}

.story__image-4 {
  position: absolute;
  width: 140px;
  top: 116%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .story__image-4 {
    width: 294px;
    top: 130%;
    right: 10px;
  }
}

/* lecture info
------------------------------------------------------------- */
.lecture-info {
  margin-top: 150px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lecture-info {
    margin-top: 300px;
  }
}

.lecture-info__details {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .lecture-info__details {
    margin-top: 50px;
  }
}

.lecture-info__detail {
  padding: 10px 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lecture-info__detail {
    padding: 30px 0;
    border-top: 3px solid;
    border-bottom: 3px solid;
  }
}

.lecture-info__subtitle {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .lecture-info__subtitle {
    font-size: 36px;
  }
}

.lecture-info__description {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .lecture-info__description {
    margin-top: 20px;
    font-size: 28px;
  }
}

.lecture-info__item {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .lecture-info__item {
    margin-top: 40px;
    font-size: 28px;
  }
}

.lecture-info__label {
  width: 60px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .lecture-info__label {
    width: 120px;
    margin-right: 25px;
  }
}

.lecture-info__value span {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .lecture-info__value span {
    font-size: 40px;
  }
}

/* ====================================================================
  # footer
  ==================================================================== */
footer.footer {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer.footer {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 24px;
  }
}

/* ====================================================================
# Common
==================================================================== */
body {
  font-size: 1rem;
}

.inner {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title {
  font-size: 42px;
  font-weight: 500;
  font-family: "Lusitana", serif;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 84px;
  }
}

.md-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-none {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .md-show {
    display: none;
  }
}