@import url("https://fonts.googleapis.com/css2?family=Forum&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
/*! destyle.css v4.0.1 | 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;
  min-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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  background-image: url("../imgs/bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  line-height: 1.7;
  width: 100%;
  height: auto;
  min-height: 100vh;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #403A36;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 751px) {
  body {
    background-size: 75rem auto;
    background-position: top center;
  }
}
body:has(.imageModal.open) {
  pointer-events: none;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.main {
  width: 100%;
  max-width: 75rem;
}
.main section {
  width: 100%;
}
.main section .content-image {
  width: 100%;
  margin-bottom: min(21.3333333333vw, 160px);
}
.main section .content-image figure {
  width: 100%;
}
.main section .content {
  width: 100%;
  padding-bottom: min(26.6666666667vw, 200px);
}
.main section .content__detail {
  text-align: center;
  margin-bottom: min(10.6666666667vw, 80px);
}
.main section .content__detail h2 {
  font-size: min(5.0666666667vw, 38px);
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: min(8vw, 60px);
}
.main section .content__detail p {
  font-size: min(3.2vw, 24px);
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.main section .content__company {
  margin-bottom: min(13.3333333333vw, 100px);
}
.main section .content__company figure {
  width: min(46.6666666667vw, 350px);
  margin: 0 auto;
}
.main section .content__images {
  display: grid;
  grid-template-columns: min(38.6666666667vw, 290px) min(38.6666666667vw, 290px);
  justify-content: center;
  gap: min(2.6666666667vw, 20px);
}
.main .intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  max-height: 1080px;
}
.main .intro .title {
  text-align: center;
}
.main .intro .title h1 {
  font-size: min(5.6vw, 42px);
  letter-spacing: 0.1em;
  margin-bottom: min(6.6666666667vw, 50px);
}
.main .intro .title p {
  font-size: min(3.0666666667vw, 23px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.main .intro .scroll {
  position: absolute;
  bottom: min(6.6666666667vw, 50px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: min(4vw, 30px);
  font-family: "Forum", serif;
  font-size: min(3.4666666667vw, 26px);
  line-height: 1;
  letter-spacing: 0.04em;
}
.main .intro .scroll .helper {
  overflow: hidden;
  position: relative;
  background-color: #A9A39F;
  width: 1px;
  height: 10vh;
  max-height: min(20vw, 150px);
}
.main .intro .scroll .helper::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #403A36;
  width: 100%;
  height: min(1.3333333333vw, 10px);
  animation: scroll-helper 2s ease infinite;
}
@keyframes scroll-helper {
  0% {
    top: 110%;
  }
  100% {
    top: -10%;
  }
}
.main .mv {
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%), url("../imgs/bg_mv.png");
  background-size: cover, auto 100%;
  background-position: top center, 60% 0%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  padding: min(17.3333333333vw, 130px) min(4.1666666667vw, 80px);
}
.main .mv__inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.main .mv .logo figure {
  width: min(45.3333333333vw, 340px);
}
.main .mv .content {
  padding: 0;
  margin-top: auto;
}
.main .mv .content__detail {
  color: #f7f4ef;
  text-align: right;
  margin: 0;
}
.main .survey {
  margin-top: min(16vw, 120px);
}
.main .survey__inner {
  width: 100%;
  height: 100%;
}
.main .survey .survey-content {
  counter-reset: survey-number;
  width: 100%;
}
.main .survey .section-visual {
  width: 100%;
}
.main .survey .section-visual + .section-title {
  margin-top: min(20vw, 150px);
}
.main .survey .section-visual + .survey-item {
  margin-top: min(20vw, 150px);
}
.main .survey .section-visual.visual--01 figure {
  width: min(78.6666666667vw, 590px);
  margin: min(20vw, 150px) auto;
}
.main .survey .section-title {
  text-align: center;
  margin-bottom: min(20vw, 150px);
}
.main .survey .section-title span {
  font-family: "Forum", serif;
  font-size: min(2.4vw, 18px);
  line-height: 1;
  letter-spacing: 0.04em;
}
.main .survey .section-title p {
  font-size: min(5.0666666667vw, 38px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: min(1.3333333333vw, 10px);
}
.main .survey .survey-item {
  counter-increment: survey-number;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: min(25.3333333333vw, 190px);
}
.main .survey .survey-item:has(+ .map-content) {
  margin-bottom: min(13.3333333333vw, 100px);
}
.main .survey .survey-item__title {
  position: relative;
  font-size: min(4vw, 30px);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: min(6.6666666667vw, 50px);
}
.main .survey .survey-item__title span {
  font-size: min(2.6666666667vw, 20px);
  letter-spacing: 0.05em;
}
.main .survey .survey-item__title::after {
  content: "Q" counter(survey-number);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - min(4vw, 30px)));
  font-family: "Forum", serif;
  font-size: min(2.6666666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.main .survey .survey-item__field {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.main .survey .survey-item .survey-wrapper.flex-row {
  display: flex;
  flex-flow: row nowrap;
  gap: min(5.3333333333vw, 40px);
}
.main .survey .survey-item .survey-wrapper.flex-col {
  display: flex;
  flex-flow: column nowrap;
  gap: min(5.3333333333vw, 40px);
}
.main .survey .survey-item .survey-wrapper.col-3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: min(5.3333333333vw, 40px);
}
.main .survey .survey-item .survey-wrapper.col-3 label {
  flex: 0 0 calc(33.3333333333% - min(8.6666666667vw, 65px));
}
.main .survey .survey-item .field-list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.main .survey .survey-item .field-list.checklist {
  gap: min(6.6666666667vw, 50px);
  width: min(69.3333333333vw, 520px);
}
.main .survey .survey-item .field-list:has(#car_models) {
  width: 100%;
}
.main .survey .survey-item .field-item {
  display: grid;
}
.main .survey .survey-item .field-item:has(.field-name) {
  border-bottom: 1px solid #A9A39F;
  grid-template-columns: auto min(41.3333333333vw, 310px);
  width: min(60vw, 450px);
  padding: min(4vw, 30px) 0;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .survey .survey-item .field-item:has(.field-name) {
    align-items: center;
  }
}
.main .survey .survey-item .field-item:has(.field-name) input {
  border-radius: min(1.3333333333vw, 10px);
  background-color: #fff;
}
.main .survey .survey-item .field-item:has(.field-wrapper) {
  border-bottom: 1px solid #A9A39F;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: min(4.6666666667vw, 35px);
  width: min(60vw, 450px);
  padding: min(4vw, 30px) 0;
  margin: 0 auto;
}
.main .survey .survey-item .field-item:has(.field-wrapper) label {
  font-size: min(3.0666666667vw, 23px);
  line-height: 1.8;
}
.main .survey .survey-item .field-item:has(.field-wrapper) label:not(.unit) {
  width: 100%;
  text-align: center;
  padding-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .main .survey .survey-item .field-item:has(.field-wrapper) label:not(.unit) {
    padding-top: 0;
  }
}
.main .survey .survey-item .field-item:has(.field-wrapper) .field-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.main .survey .survey-item .field-item:has(.field-wrapper) .field-wrapper .unit input {
  border-radius: min(1.3333333333vw, 10px);
  background-color: #fff;
  width: min(8vw, 60px);
  font-size: min(2.6666666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #c4beba;
}
.main .survey .survey-item .field-item:has(.field-wrapper) .field-wrapper .unit input.active {
  color: #403A36;
}
.main .survey .survey-item .field-item:has(.field-wrapper) .field-wrapper .unit span {
  display: inline-block;
  margin-left: 0.4em;
}
.main .survey .survey-item .field-item:has(.field-wrapper) .field-wrapper .unit + .unit {
  margin-left: 0.4em;
}
.main .survey .survey-item .field-item:has(.field-inline) {
  grid-template-columns: auto auto;
  align-items: center;
  gap: min(4.6666666667vw, 35px);
  margin: 0 auto min(8vw, 60px);
}
.main .survey .survey-item .field-item:has(.field-inline) label {
  font-size: min(3.0666666667vw, 23px);
  line-height: 1.8;
  padding-top: 0.5em;
}
.main .survey .survey-item .field-item:has(.field-inline) .field-inline {
  width: -moz-fit-content;
  width: fit-content;
}
.main .survey .survey-item .field-item:has(.field-inline) .field-inline input {
  border-radius: min(1.3333333333vw, 10px);
  background-color: #fff;
  width: min(8vw, 60px);
  font-size: min(2.6666666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #c4beba;
}
.main .survey .survey-item .field-item:has(.field-inline) .field-inline input.active {
  color: #403A36;
}
.main .survey .survey-item .field-item:has(.field-inline) .field-inline span {
  display: inline-block;
  font-size: min(3.0666666667vw, 23px);
  line-height: 1.8;
  margin-left: 0.4em;
}
.main .survey .survey-item .field-item:has(.field-image) label {
  margin: min(8vw, 60px) 0;
}
.main .survey .survey-item .field-item:has(.field-image) .field-image {
  width: min(53.3333333333vw, 400px);
  margin: 0 auto;
}
.main .survey .survey-item label:has([type=radio]) {
  cursor: pointer;
  border-bottom: 1px solid #A9A39F;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: min(16vw, 120px);
  height: min(8vw, 60px);
  font-size: min(3.0666666667vw, 23px);
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-align: center;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.main .survey .survey-item label:has([type=radio]):has([type=radio]:checked) {
  opacity: 1;
}
.main .survey .survey-item label:has([type=radio]) input {
  width: 0;
}
.main .survey .survey-item label:has([type=checkbox]) {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(5.3333333333vw, 40px);
  font-size: min(3.0666666667vw, 23px);
  line-height: 1.8;
}
.main .survey .survey-item label:has([name=desiredSample]) {
  white-space: nowrap;
}
.main .survey .survey-item label[for=areaImage_other], .main .survey .survey-item label[for=condoPriority_other], .main .survey .survey-item label[for=car_models], .main .survey .survey-item label[for=desiredService_other], .main .survey .survey-item label[for=desiredSpace_other] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(5.3333333333vw, 40px);
  font-size: min(3.0666666667vw, 23px);
  line-height: 1.8;
  margin: 0 auto min(4vw, 30px);
}
.main .survey .survey-item label[for=areaImage_other] + textarea, .main .survey .survey-item label[for=condoPriority_other] + textarea, .main .survey .survey-item label[for=car_models] + textarea, .main .survey .survey-item label[for=desiredService_other] + textarea, .main .survey .survey-item label[for=desiredSpace_other] + textarea {
  resize: vertical;
  border-radius: min(1.3333333333vw, 10px);
  background-color: #fff;
  max-width: none;
  height: 5lh;
  font-size: min(3.0666666667vw, 23px);
  line-height: 1.8;
  padding: 0.5em 0.8em;
}
.main .survey .survey-item label.field-name {
  font-size: min(3.0666666667vw, 23px);
  line-height: 1.8;
}
.main .survey .survey-item input:not([type=radio]) {
  border-radius: min(1.3333333333vw, 10px);
  background-color: #fff;
  height: min(5.3333333333vw, 40px);
}
@media screen and (min-width: 751px) {
  .main .survey .survey-item input:not([type=radio]) {
    padding-inline-start: 0.5em;
  }
}
@media screen and (max-width: 750px) {
  .main .survey .survey-item input:not([type=radio]) {
    padding-bottom: 0.3em;
    height: min(8vw, 60px);
  }
  .main .survey .survey-item input:not([type=radio]):not([type=number]) {
    padding-left: 0.5em;
  }
}
.main .survey .survey-item input:not([type=radio])::-moz-placeholder {
  font-size: min(2.6666666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #c4beba;
}
.main .survey .survey-item input:not([type=radio])::placeholder {
  font-size: min(2.6666666667vw, 20px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #c4beba;
}
@media screen and (max-width: 750px) {
  .main .survey .survey-item input:not([type=radio])::-moz-placeholder {
    font-size: min(2.9333333333vw, 22px);
  }
  .main .survey .survey-item input:not([type=radio])::placeholder {
    font-size: min(2.9333333333vw, 22px);
  }
}
.main .survey .survey-item input[type=text] {
  max-width: min(40vw, 300px);
}
.main .survey .survey-item input[type=checkbox] {
  flex-shrink: 0;
  border-radius: 50%;
  width: min(4vw, 30px);
  height: min(4vw, 30px);
}
.main .survey .survey-item input[type=checkbox]:checked {
  position: relative;
}
.main .survey .survey-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #A9A39F;
  border-radius: 50%;
  width: min(1.3333333333vw, 10px);
  height: min(1.3333333333vw, 10px);
}
.main .survey .map-content {
  width: min(72vw, 540px);
  margin: 0 auto min(21.3333333333vw, 160px);
}
.main .survey .survey-submit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(26.6666666667vw, 200px);
}
.main .survey .survey-submit__button {
  position: relative;
  background-color: #fff;
  border-radius: 100vw;
  width: min(61.3333333333vw, 460px);
  height: min(13.3333333333vw, 100px);
  transition: background-color 0.3s ease;
}
.main .survey .survey-submit__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(5.3333333333vw, 40px);
  transform: translateY(-50%);
  background-image: url(../imgs/icon_submit.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: min(4.4vw, 33px);
  height: auto;
  aspect-ratio: 33/28;
  filter: invert(0);
  transition: filter 0.3s ease;
}
.main .survey .survey-submit__button span {
  display: block;
  font-size: min(3.7333333333vw, 28px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  transition: color 0.3s ease;
}
.main .survey .survey-submit__button:active {
  background-color: #403A36;
}
.main .survey .survey-submit__button:active::after {
  filter: invert(1);
}
.main .survey .survey-submit__button:active span {
  color: #fff;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .survey .survey-submit__button:hover {
    background-color: #403A36;
  }
  .main .survey .survey-submit__button:hover::after {
    filter: invert(1);
  }
  .main .survey .survey-submit__button:hover span {
    color: #fff;
  }
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: min(10.6666666667vw, 80px) min(5.3333333333vw, 40px) min(8vw, 60px);
  background-color: rgba(0, 0, 0, 0.8);
}
.image-modal__image {
  overflow: auto;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: min(5.3333333333vw, 40px) 0;
}
.image-modal__image img {
  display: block;
  margin: auto;
  max-width: 80%;
  border-radius: 8px;
}
.image-modal .close {
  position: fixed;
  top: min(10.6666666667vw, 80px);
  right: min(10.6666666667vw, 80px);
  color: #000;
  font-size: 40px;
  cursor: pointer;
}
.image-modal #caption {
  position: fixed;
  bottom: min(10.6666666667vw, 80px);
  left: min(10.6666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .image-modal #caption {
    display: none;
  }
}
.image-modal.open .image-modal__image {
  pointer-events: auto;
}

.footer {
  padding: 0 0 min(6.6666666667vw, 50px);
}
.footer .copyright {
  font-size: min(1.6vw, 12px);
  line-height: 1;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */