body {
  color: #111;
  font: 900 1.125rem/1 "Montserrat", "Noto Sans JP", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #f7f9fa;
}

a {
  color: #111;
  text-decoration: none;
}

small {
  color: #999;
  font-size: 10px;
  font-weight: 300;
}

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
xmp {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

input,
select,
textarea,
button {
  outline: none;
}

* {
  box-sizing: border-box;
}

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.p-link {
  max-width: 24rem;
  margin: 0 auto;
  padding: 2.5rem 1rem;
}
.p-link__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1.5rem;
}
.p-link__head .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-link__head .icon::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url();
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-link__head__image {
  width: 6.5rem;
  border-radius: 100px;
  border: 2px solid #110d43;
  background-image: url(../img/profile/hiro.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 4px -2px rgba(0, 0, 0, 0.2);
}
.p-link__head__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.p-link__head__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
  margin: 1.25rem 0 0;
}
.p-link__head__description {
  color: #444;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  margin: 1rem 0 0;
}
.p-link__foot {
  text-align: center;
  margin: 2.5rem 0 0;
}
.p-link__block + .p-link__block {
  margin: 2.5rem 0 0;
}
.p-link__block__head {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  padding: 0 0 0 0.5rem;
  border-left: 4px solid #110d43;
}
.p-linkList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  grid-auto-rows: auto;
}
.p-linkRecommendList__item + .p-linkRecommendList__item {
  margin: 1.5rem 0 0;
}
.p-linkRecommendList__content {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 5rem 1fr;
  gap: 1.25rem;
  position: relative;
}
.p-linkRecommendList__content > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-linkRecommendList__image {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  border: 1px solid #110d43;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.08);
}
.p-linkRecommendList__text {
  padding: 0.25em 0;
}
.p-linkRecommendList__text__title {
  color: #110d43;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
}
.p-linkRecommendList__text__description {
  color: #666;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0.5rem 0 0;
}

.c-icon {
  min-width: 1rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-icon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-icon--youtube {
  background-image: url(../img/sns/youtube.png);
}
.c-icon--twitter {
  background-image: url(../img/sns/twitter.png);
}
.c-icon--instagram {
  background-image: url(../img/sns/instagram.png);
}
.c-icon--rakutenroom {
  background-image: url(../img/sns/rakutenroom.png);
}
.c-icon--pinterest {
  background-image: url(../img/sns/pinterest.png);
}

.c-button {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1em;
  border: 1px solid #bbbbc1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 0.5rem;
  background-color: #fff;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
}
.c-button .c-icon {
  width: 2.5rem;
  margin: -0.5em 0 0.5em;
}

/*# sourceMappingURL=style.css.map */
