@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 10px;
  --h: 10px;
  --f: 10px;
}
@media screen and (max-width: 1400px) {
  :root {
    --s: 0.71vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 1.4vw;
    --h: 1.8vw;
    --f: 2.2vw;
  }
}

html {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-size: calc(var(--f) * 1.6);
  line-height: 1.8;
  letter-spacing: 0.07em;
  color: #323232;
  background: url(../img/bg.jpg) fixed;
}
@media screen and (max-width: 960px) {
  body {
    font-size: calc(var(--f) * 1.6);
  }
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: normal;
  font-weight: 500;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.footer__copyright {
  display: block;
  padding: calc(var(--h) * 4) 0 calc(var(--h) * 5);
  font-size: calc(var(--f) * 1.5);
  text-align: center;
}

.header {
  padding: calc(var(--h) * 3) 0 calc(var(--h) * 3.5);
  text-align: center;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__logo::before, .header__logo::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: calc(var(--f) * 5);
  background: url(../img/bg-message.png);
  mix-blend-mode: multiply;
}
.header__logo::before {
  top: calc(var(--f) * -1);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--f) * 2) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - var(--f) * 2) 100%, 0 100%);
}
.header__logo::after {
  top: calc(var(--f) * 1);
  -webkit-clip-path: polygon(calc(var(--f) * 2) 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(calc(var(--f) * 2) 0, 100% 0, 100% 100%, 0 100%);
}
.header__logo img {
  width: calc(var(--f) * 22);
  margin: 0 calc(var(--f) * 6) calc(var(--f) * 2) calc(var(--f) * 4);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__catch {
  font-size: calc(var(--f) * 1.8);
  line-height: 1.3;
}
.header__catch b {
  position: relative;
  top: -0.2em;
  margin: 0 0.05em 0 0.15em;
  color: #91cfd3;
  font-size: 1.6em;
  vertical-align: middle;
}
.header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: calc(var(--f) * 1.6);
  line-height: 1.5;
}
.header__text::before, .header__text::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1px;
  margin: 0 0.5em;
  background: #323232;
}
@media screen and (max-width: 960px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .header__logo::before, .header__logo::after {
    height: calc(var(--h) * 6);
  }
  .header__logo img {
    margin: 0 calc(var(--f) * 4) calc(var(--f) * 2) calc(var(--f) * 2);
  }
}

.link__box {
  margin: 0 0 calc(var(--h) * 4);
}
.link__link {
  position: relative;
  display: block;
  text-decoration: none;
}
.link__img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 calc(var(--f) * 0.5) calc(var(--f) * 1.25) 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 calc(var(--f) * 0.5) calc(var(--f) * 1.25) 0 rgba(0, 0, 0, 0.2);
}
.link__img img {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.link__text {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding: 0.7em 0;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.link__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--f) * 2);
  bottom: 0;
  display: block;
  width: 0.7em;
  aspect-ratio: 1/1;
  margin: auto 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.link__text h2 {
  color: #fff;
}
.link__text p {
  font-size: calc(var(--f) * 1.6);
}
.link__text p b {
  font-size: 1.25em;
  font-weight: normal;
}
.link__link:hover .link__img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link__link:hover .link__text {
  background: rgba(223, 139, 139, 0.85);
}
@media screen and (min-width: 960.02px) {
  .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .link__box {
    width: calc((100% - var(--s) * 4) / 2);
  }
  .link__img {
    aspect-ratio: 10/7.5;
  }
  .link__img img {
    position: absolute;
    left: -15%;
    top: 0;
    display: block;
    width: 130%;
    max-width: unset;
  }
}
@media screen and (max-width: 960px) {
  .link__img {
    aspect-ratio: 3/4;
  }
  .link__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.main {
  width: 1200px;
  max-width: 88vw;
  margin: 0 auto;
}