/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::after,
::before {
  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 */
/* ============================================ */
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ol,
ul {
  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;
  /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

[type="radio"] {
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  html {
    font-size: 11px;
  }
}

body {
  position: relative;
}

img {
  width: 100%;
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in2 {
  opacity: 0;
  transition-duration: 2000ms;
  transition-property: opacity, transform;
}

.fade-in3 {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fade-in4 {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-up2 {
  transform: translate(0, 120px);
}

@media screen and (max-width: 599px) {
  .fade-in-up2 {
    transform: translate(0, 80px);
  }
}

.fade-in-up3 {
  transform: translate(0, 180px);
}

.fade-in-right {
  transform: translate(450px, 0);
}

@media screen and (max-width: 599px) {
  .fade-in-right {
    transform: translate(100px, 0);
  }
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.footer {
  margin-top: 300px;
}

@media screen and (max-width: 599px) {
  .footer {
    margin-top: 150px;
  }
}

.footer__block {
  width: 16%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__block :nth-child(n+2) {
  margin-left: 20%;
}

@media screen and (max-width: 599px) {
  .footer__block {
    width: 40%;
  }
}

.footer__block-imgText {
  width: 15%;
}

.footer-imgText {
  width: 15%;
  margin: 80px auto 0;
}

@media screen and (max-width: 599px) {
  .footer-imgText {
    width: 57%;
    margin-top: 40px;
  }
}

.footer-copy {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: .08em;
}

@media screen and (max-width: 599px) {
  .footer-copy {
    margin: 10px 0 150px;
    font-size: 10px;
    letter-spacing: .03em;
  }
}

.header {
  position: relative;
}

.header-imgText {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .header-imgText {
    display: none;
  }
}

.header-img {
  width: 100%;
  object-fit: cover;
}

.header-imgText2 {
  display: none;
}

@media screen and (max-width: 599px) {
  .header-imgText2 {
    display: block;
  }
}

.credit {
  margin-top: 200px;
  letter-spacing: .08em;
  text-align: center;
  font-size: 11px;
}

.credit :nth-child(n+2) {
  margin-top: 25px;
}

@media screen and (max-width: 599px) {
  .credit :nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 599px) {
  .credit {
    margin-top: 120px;
    letter-spacing: .03em;
    font-size: 10px;
  }
}

.main {
  overflow: hidden;
}

.main__block {
  width: 70%;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .main__block {
    width: 100%;
  }
}

.main__block-imgText {
  width: 100%;
}

.main__block-title {
  position: relative;
  margin-top: 10px;
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: .04em;
}

@media screen and (max-width: 599px) {
  .main__block-title {
    font-size: 20px;
    margin-left: 50px;
  }
}

.main__block-title::after {
  content: "";
  height: 1px;
  background: black;
  position: absolute;
  width: 15px;
  top: 50%;
  left: 85px;
}

@media screen and (max-width: 599px) {
  .main__block-title::after {
    left: 55px;
  }
}

.main__block-text {
  margin-top: 7px;
  line-height: 1.5;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 599px) {
  .main__block-text {
    font-size: 10px;
    line-height: 13px;
    width: 73%;
    margin: 0 auto 0 50px;
  }
}

.main__block2 {
  position: relative;
  margin: 150px auto 0;
  width: 55%;
}

.main__block2::before {
  content: "";
  display: block;
  padding-top: calc(916 / 693 * 100%);
}

@media screen and (max-width: 599px) {
  .main__block2 {
    margin-top: 70px;
    width: 70%;
  }
}

.main__block2-slider {
  width: 95%;
  position: absolute;
  top: 3.5%;
  left: 0%;
}

@media screen and (max-width: 1024px) {
  .main__block2-slider {
    top: 6%;
  }
}

@media screen and (max-width: 599px) {
  .main__block2-slider {
    top: 8%;
    width: 100%;
  }
}

.main__block2-title {
  position: absolute;
  top: 0;
  right: 5%;
  font-size: 30px;
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .04em;
}

.main__block2-title::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -20%;
  background: black;
}

@media screen and (max-width: 599px) {
  .main__block2-title {
    font-size: 20px;
    letter-spacing: .02em;
    right: 10%;
  }
}

.main__block2-text {
  position: absolute;
  top: 4%;
  right: 1%;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .04em;
  writing-mode: vertical-rl;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .main__block2-text {
    top: 7%;
    right: -1.5%;
  }
}

@media screen and (max-width: 599px) {
  .main__block2-text {
    line-height: 13px;
    letter-spacing: .02em;
    top: 10%;
    right: -13%;
  }
}

.main__block2-text br {
  display: none;
}

@media screen and (max-width: 599px) {
  .main__block2-text br {
    display: block;
  }
}

.main__block2-imgText {
  width: 100%;
}

.main__block3 {
  position: relative;
  margin-top: 400px;
}

.main__block3::before {
  content: "";
  display: block;
  padding-top: calc(1966 / 1283 * 100%);
}

@media screen and (max-width: 1024px) {
  .main__block3::before {
    padding-top: calc(1050 / 600 * 100%);
  }
}

@media screen and (max-width: 1180px) {
  .main__block3::before {
    padding-top: calc(1950 / 1100 * 100%);
  }
}

@media screen and (max-width: 599px) {
  .main__block3::before {
    padding-top: calc(720 / 375 * 100%);
  }
}

@media screen and (max-width: 599px) {
  .main__block3 {
    margin-top: 100px;
  }
}

.main__block3-title {
  font-size: 30px;
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .04em;
  position: absolute;
  top: 0%;
  left: 1%;
}

.main__block3-title::after {
  content: "";
  width: 15px;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 110%;
}

@media screen and (max-width: 599px) {
  .main__block3-title {
    left: 2%;
    font-size: 20px;
  }
}

.main__block3-text {
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .04em;
  position: absolute;
  top: 1.8%;
  left: .8%;
}

@media screen and (max-width: 1024px) {
  .main__block3-text {
    top: 3%;
  }
}

@media screen and (max-width: 599px) {
  .main__block3-text {
    width: 75%;
    font-size: 10px;
    letter-spacing: .02em;
    top: 3%;
    left: 2%;
    line-height: 13px;
  }
}

.main__block3-imgText {
  width: 73%;
  position: absolute;
  top: 3.2%;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .main__block3-imgText {
    top: 5.5%;
  }
}

@media screen and (max-width: 599px) {
  .main__block3-imgText {
    width: 76%;
    top: 8%;
  }
}

.main__block3-imgText2 {
  width: 43%;
  position: absolute;
  bottom: 10%;
  right: 6%;
}

@media screen and (max-width: 1024px) {
  .main__block3-imgText2 {
    bottom: 18%;
  }
}

@media screen and (max-width: 599px) {
  .main__block3-imgText2 {
    width: 45%;
    bottom: 15.5%;
    right: 3%;
  }
}

.main__block4 {
  margin: 400px auto 0 6%;
  width: 55%;
  display: flex;
  position: relative;
}

.main__block4::before {
  content: "";
  display: block;
  padding: calc(505 / 800 * 100%);
}

@media screen and (max-width: 599px) {
  .main__block4::before {
    padding: calc(123 / 328 * 100%);
  }
}

@media screen and (max-width: 599px) {
  .main__block4 {
    width: 95%;
    margin: 100px auto 0 3%;
  }
}

.main__block4-imgText {
  width: 94%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 599px) {
  .main__block4-imgText {
    width: 55%;
  }
}

.main__block4-title {
  position: absolute;
  bottom: 0;
  right: -16%;
  font-size: 30px;
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .04em;
}

.main__block4-title::after {
  content: "";
  width: 15px;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  right: -20%;
}

@media screen and (max-width: 1024px) {
  .main__block4-title {
    right: -39%;
  }
}

@media screen and (max-width: 1180px) {
  .main__block4-title {
    right: -20%;
  }
}

@media screen and (max-width: 599px) {
  .main__block4-title {
    letter-spacing: .02em;
    right: 17%;
    font-size: 20px;
  }
}

.main__block4-text {
  writing-mode: vertical-rl;
  position: absolute;
  top: 1%;
  right: 0;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .06em;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .main__block4-text {
    right: -22%;
    height: 90%;
  }
}

@media screen and (max-width: 1180px) {
  .main__block4-text {
    right: -3%;
  }
}

@media screen and (max-width: 599px) {
  .main__block4-text {
    font-size: 10px;
    letter-spacing: .02em;
    line-height: 13px;
    right: 28.5%;
  }
}

.main__block4-text br.sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .main__block4-text br.sp {
    display: block;
  }
}

.main__block5 {
  margin: 100px auto 0;
  width: 81%;
}

@media screen and (max-width: 599px) {
  .main__block5 {
    margin-top: 30px;
  }
}

.main__block5-imgText {
  margin-top: 20px;
  width: 100%;
}

.main__block6 {
  margin: 0 auto;
  width: 55%;
}

@media screen and (max-width: 599px) {
  .main__block6 {
    margin: 0 auto;
    width: 65%;
  }
}

.main__block6-imgText {
  width: 100%;
}

.main__box {
  margin-top: 15px;
  width: 100%;
  font-family: Arial Narrow,Arial,sans-serif;
}

.main__box :nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .main__box :nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .main__box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .main__box {
    margin-top: 45px;
  }
}

.main__box-text {
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .08em;
}

@media screen and (max-width: 599px) {
  .main__box-text {
    letter-spacing: .04em;
  }
}

.main__box-link {
  border-bottom: 1px solid black;
}

.main__box2 {
  text-align: right;
  position: absolute;
  bottom: 0%;
  right: 6%;
  font-family: Arial Narrow,Arial,sans-serif;
}

@media screen and (max-width: 599px) {
  .main__box2 {
    bottom: 0%;
    right: 3%;
  }
}

.main__box2-text {
  margin-top: 20px;
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .08em;
}

@media screen and (max-width: 599px) {
  .main__box2-text {
    margin-top: 10px;
    letter-spacing: .04em;
  }
}

.main__box2-text span {
  color: #929292;
}

.main__box2-link {
  border-bottom: 1px solid black;
}

.main__box3 {
  margin-top: 20px;
  font-family: Arial Narrow,Arial,sans-serif;
}

.main__box3 :nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .main__box3 :nth-child(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 599px) {
  .main__box3 {
    margin-top: 10px;
    font-size: 10px;
  }
}

.main__box3-text {
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .08em;
}

@media screen and (max-width: 599px) {
  .main__box3-text {
    letter-spacing: .04em;
  }
}

.main__box3-text span {
  color: #929292;
}

.main__box3-link {
  border-bottom: 1px solid black;
}

.main__box4 {
  text-align: right;
  font-family: Arial Narrow,Arial,sans-serif;
  padding: 2px 0;
}

.main__box4-text {
  margin-top: 20px;
  font-family: garamond-premier-pro,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .08em;
}

@media screen and (max-width: 599px) {
  .main__box4-text {
    margin-top: 10px;
    letter-spacing: .04em;
  }
}

.main__box4-link {
  border-bottom: 1px solid black;
}

.main-line {
  width: 40%;
  height: 1px;
  background: #1d1716;
  margin: 300px auto;
}

@media screen and (max-width: 599px) {
  .main-line {
    margin: 200px auto;
    width: 60%;
  }
}

.read {
  width: 11%;
  margin: 100px auto 0;
  writing-mode: vertical-rl;
  font-size: 11px;
  line-height: 4;
  letter-spacing: .06em;
  font-family: dnp-shuei-gothic-gin-std,sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .read {
    width: 23%;
  }
}

@media screen and (max-width: 599px) {
  .read {
    width: 44%;
    margin-top: 80px;
    line-height: 34px;
    letter-spacing: .04em;
  }
}
/*# sourceMappingURL=style.css.map */