/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --basic-font-color: #072753;
  --headline-font-color: #BE4851;
}

html {
  height: 100%;
}

html,
body {
  background-color: #FFFFFF;
  color: var(--basic-font-color);
  font-size: 62.5%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.wrapper::after {
  background-image: url("../img/about_bg.png");
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.contents-wrapper {
  margin: 0 auto;
  padding: 0 20px 80px;
  max-width: 1260px;
  position: relative;
  z-index: 5;
  width: 100%;
}
.contents-wrapper header {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 46px;
}
.contents-wrapper header .contents-header {
  position: relative;
}
.contents-wrapper header .contents-header span {
  font-size: 4rem;
  font-weight: 700;
}
.contents-wrapper header .contents-header::after {
  content: "";
  background-image: url("../img/profile.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 84px;
  width: 146px;
  position: absolute;
  top: -20%;
  right: -49%;
}
.contents-wrapper header .site-logo {
  max-width: 117px;
}
.contents-wrapper header .site-logo img {
  height: auto;
  width: 100%;
}
.contents-wrapper .profile-wrapper {
  display: flex;
  gap: 0 100px;
  margin-bottom: 70px;
}
.contents-wrapper .profile-wrapper .member-photo {
  position: relative;
  max-height: 660px;
  min-width: 440px;
}
.contents-wrapper .profile-wrapper .member-photo img {
  display: block;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 85%);
  margin: 0 auto;
  position: relative;
  z-index: 5;
  height: 100%;
  width: auto;
}
.contents-wrapper .profile-wrapper .member-photo::before {
  background-image: url("../img/circle02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 8%;
  left: -15%;
  height: 150px;
  width: 150px;
}
.contents-wrapper .profile-wrapper .member-photo::after {
  background-image: url("../img/square2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 3%;
  right: -12%;
  height: 115px;
  width: 110px;
}
.contents-wrapper .profile-wrapper .member-information .latin-alphabet {
  color: var(--headline-font-color);
  display: block;
  font-family: "plantin", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-shadow: #fff 2px 2px 5px;
}
.contents-wrapper .profile-wrapper .member-information .member-name {
  font-size: 4rem;
  font-weight: 700;
  text-shadow: #fff 2px 2px 5px;
  margin-bottom: 15px;
}
.contents-wrapper .profile-wrapper .member-information .contact {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.contents-wrapper .profile-wrapper .member-information .contact .phone-no {
  margin-bottom: 10px;
}
.contents-wrapper .profile-wrapper .member-information .contact .phone-no span {
  display: inline-block;
  margin-right: 5px;
}
.contents-wrapper .profile-wrapper .member-information .contact .e-mail span {
  display: inline-block;
  margin-right: 5px;
}
.contents-wrapper .profile-wrapper .member-information .detail {
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  /*&::after {
    background-image: url('../img/dots01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: -25%;
    right: 3px;
    height: 200px; 
    width: 200px;
  }*/
}
.contents-wrapper .profile-wrapper .member-information .detail dt {
  font-size: 2.5rem;
  width: 20%;
  min-width: 220px;
}
.contents-wrapper .profile-wrapper .member-information .detail dt::before {
  color: var(--headline-font-color);
  display: block;
  font-family: "plantin", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 4px;
  letter-spacing: 1.44px;
}
.contents-wrapper .profile-wrapper .member-information .detail dt.header-brith-place::before {
  content: "Birth Place";
}
.contents-wrapper .profile-wrapper .member-information .detail dt.header-blood-type::before {
  content: "Blood Type";
}
.contents-wrapper .profile-wrapper .member-information .detail dt.header-hobbies::before {
  content: "Hobbies";
}
.contents-wrapper .profile-wrapper .member-information .detail dt.header-favorite-quote::before {
  content: "Favorite Quote";
}
.contents-wrapper .profile-wrapper .member-information .detail dt.header-self-introduction::before {
  content: "Self-introduction";
}
.contents-wrapper .profile-wrapper .member-information .detail dt.header-booking-results::before {
  content: "Booking Results";
}
.contents-wrapper .profile-wrapper .member-information .detail dd {
  font-size: 1.6rem;
  line-height: 2;
  width: 80%;
  max-width: calc(100% - 220px);
}
.contents-wrapper .profile-wrapper .member-information .detail dd::before {
  content: "";
  display: block;
  margin-bottom: 4px;
  height: 1.2rem;
}

.interview-wrapper {
  display: flex;
  gap: 0 90px;
  padding-top: 42px;
}
.interview-wrapper .questions {
  position: relative;
  max-width: 668px;
  width: 100%;
}
.interview-wrapper .questions dl {
  position: relative;
}
.interview-wrapper .questions dl dt {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
.interview-wrapper .questions dl dt::before {
  color: var(--headline-font-color);
  display: block;
  font-family: "plantin", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 10px;
  letter-spacing: 2.4px;
}
.interview-wrapper .questions dl dt.question01::before {
  content: "Question 1";
}
.interview-wrapper .questions dl dt.question02::before {
  content: "Question 2";
}
.interview-wrapper .questions dl dt.question03::before {
  content: "Question 3";
}
.interview-wrapper .questions dl dd {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
.interview-wrapper .questions dl dd p {
  margin-bottom: 40px;
}
.interview-wrapper .questions dl::after {
  background-image: url("../img/square1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  bottom: -3%;
  left: -18%;
  height: 68px;
  width: 68px;
}
.interview-wrapper .questions .movie {
  margin-bottom: 30px;
  width: 100%;
  aspect-ratio: 16/9;
}
.interview-wrapper .questions .movie iframe {
  width: 100%;
  height: 100%;
}
.interview-wrapper .questions .sp-photo01,
.interview-wrapper .questions .sp-photo02 {
  display: none;
}
.interview-wrapper .photos {
  position: relative;
}
.interview-wrapper .photos .photo01 {
  margin-bottom: 80px;
  position: relative;
}
.interview-wrapper .photos .photo01 img {
  display: block;
  position: relative;
  z-index: 3;
  height: auto;
  width: 100%;
  max-width: 500px;
}
.interview-wrapper .photos .photo01::before {
  background-image: url("../img/circle01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -18%;
  right: -12%;
  height: 106px;
  width: 106px;
}
.interview-wrapper .photos .photo02 {
  margin-bottom: 80px;
  position: relative;
}
.interview-wrapper .photos .photo02 img {
  display: block;
  position: relative;
  z-index: 3;
  height: auto;
  width: 100%;
  max-width: 500px;
}
.interview-wrapper .photos .photo02::after {
  background-image: url("../img/dots02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -32%;
  left: -19%;
  height: 144px;
  width: 144px;
}

footer {
  position: relative;
}
footer .inner {
  background-color: #E2E5EA;
  color: #A9B2BC;
  position: relative;
  z-index: 5;
  width: 100%;
}
footer .inner .footer-wrapper {
  align-items: end;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 15px 20px 15px;
  width: 100%;
  max-width: 1242px;
}
footer .inner .footer-wrapper .logo {
  display: block;
  width: 100%;
  max-width: 91px;
}
footer .inner .footer-wrapper .logo img {
  height: auto;
  width: 100%;
}
footer .inner .footer-wrapper .copyright {
  font-size: 1.4rem;
}
footer .inner .footer-wrapper .copyright .organization {
  color: var(--headline-font-color);
}
footer::before {
  background-image: url("../img/circle03.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: -100%;
  right: 3%;
  height: 411px;
  width: 436px;
}

body.home, body.error404 {
  height: 100%;
}
body.home .wrapper, body.error404 .wrapper {
  height: 100%;
}
body.home .contents-wrapper, body.error404 .contents-wrapper {
  height: calc(100% - 53px);
}
body.home main, body.error404 main {
  height: 100%;
}
body.home .message-wrapper, body.error404 .message-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body.home .message-wrapper .cotainer .error-code, body.error404 .message-wrapper .cotainer .error-code {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12rem;
  text-align: center;
}
body.home .message-wrapper .cotainer .error-message, body.error404 .message-wrapper .cotainer .error-message {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .contents-wrapper .profile-wrapper .member-information .detail::after {
    display: none;
  }
  footer::before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .contents-wrapper .profile-wrapper {
    gap: 0 60px;
  }
  .contents-wrapper .profile-wrapper .member-information .detail {
    display: block;
  }
  .contents-wrapper .profile-wrapper .member-information .detail dt {
    width: 100%;
  }
  .contents-wrapper .profile-wrapper .member-information .detail dd {
    width: 100%;
    max-width: initial;
  }
  .interview-wrapper .photos .photo01 img,
  .interview-wrapper .photos .photo02 img {
    max-width: 400px;
  }
}
@media screen and (max-width: 824px) {
  body.home .contents-wrapper, body.error404 .contents-wrapper {
    height: calc(100% - 132px);
  }
  .contents-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .contents-wrapper header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contents-wrapper header .contents-header span {
    font-size: 2.4rem;
  }
  .contents-wrapper header .contents-header::after {
    width: 80px;
    top: -22%;
    right: -44%;
  }
  .contents-wrapper header .site-logo {
    max-width: 132px;
  }
  .contents-wrapper .profile-wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
  }
  .contents-wrapper .profile-wrapper .member-photo img {
    max-height: 660px;
  }
  .contents-wrapper .profile-wrapper .member-information {
    padding: 0 20px 30px;
    margin-top: -15%;
    position: relative;
    z-index: 5;
  }
  .interview-wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
  }
  .interview-wrapper .questions dl::after {
    display: none;
  }
  .interview-wrapper .questions .sp-photo01,
  .interview-wrapper .questions .sp-photo02 {
    display: block;
    position: relative;
  }
  .interview-wrapper .questions .sp-photo01 img,
  .interview-wrapper .questions .sp-photo02 img {
    position: relative;
    z-index: 5;
    height: auto;
    width: 100%;
  }
  .interview-wrapper .questions .sp-photo01 {
    margin-bottom: 40px;
  }
  .interview-wrapper .questions .sp-photo01::after {
    background-image: url("../img/circle02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -18%;
    right: 18%;
    height: 68px;
    width: 68px;
  }
  .interview-wrapper .questions dl {
    padding: 0 20px;
  }
  .interview-wrapper .questions::before {
    display: none;
  }
  .interview-wrapper .photos {
    display: none;
  }
  footer .footer-wrapper {
    flex-direction: column;
    gap: 22px 0;
    padding-top: 34px;
  }
  footer .footer-wrapper .logo,
  footer .footer-wrapper .copyright {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .contents-wrapper header {
    padding-top: 15px;
    padding-bottom: 22px;
  }
  .contents-wrapper header .site-logo {
    width: 91px;
  }
  .contents-wrapper .profile-wrapper .member-photo {
    min-width: initial;
  }
  .contents-wrapper .profile-wrapper .member-photo img {
    max-height: 660px;
  }
  .contents-wrapper .profile-wrapper .member-photo::before {
    display: none;
  }
  .contents-wrapper .profile-wrapper .member-photo::after {
    bottom: -2%;
    right: -2%;
  }
  .interview-wrapper .questions .movie {
    margin: 0 auto 30px;
    width: calc(100% - 40px);
  }
}