@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
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,
i,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: yu-gothic-pr6n, "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 500;
  font-style: normal;
}

.feature a {
  transition: 0.3s;
  display: block;
  transform: none;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature a img {
  transition: 0.3s;
}
.feature a img:hover {
  opacity: 0.67;
}

.feature img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

.js-fade {
  opacity: 0;
}
.js-fade span {
  opacity: 0;
  visibility: hidden;
}

.js-fade.is-show {
  opacity: 1;
}
.js-fade.is-show span {
  opacity: 1;
  visibility: visible;
}

.area-header {
  width: 100%;
}

.feature {
  width: 100%;
}
.feature__inner {
  width: 92rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.main-visual {
  position: relative;
}
.main-visual .main-ttl {
  width: 27.777rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 21.5rem;
  margin-left: 4.6rem;
}

.main-lead {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #373737;
  text-align: center;
  margin-top: 5.3rem;
  margin-bottom: 5.3rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.main-contents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.main-contents .ph {
  width: 30rem;
  gap: 1rem;
}/*# sourceMappingURL=pc-pic.css.map */