@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-kerning: normal;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 12.0754716981px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 15.5849056604px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 18.8679245283px;
  }
}
@media screen and (min-width: 1360px) {
  html {
    font-size: 20px;
  }
}

body {
  background: #00103c url(../img/page-bg@0.5x.webp) 0 0/contain no-repeat;
  height: 100%;
  line-break: strict;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    background-image: url(../img/page-bg@1x.webp);
  }
}

main {
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.15s linear 0s;
  -moz-transition: color 0.15s linear 0s;
  -ms-transition: color 0.15s linear 0s;
  -o-transition: color 0.15s linear 0s;
  transition: color 0.15s linear 0s;
}

picture {
  display: block;
}
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

span {
  letter-spacing: calc(var(--ls) * 0.01em);
}

/* --------------------
  basic-classes
-------------------- */
.page__container {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  width: 87.5vw;
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    max-width: 100%;
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 640px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 826px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1000px;
  }
}

/* --------------------
  utility-classes
-------------------- */
.sr-only {
  display: none;
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

header {
  background-color: #7d622e;
}

header > .psp-header {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  header > .psp-header {
    height: 2.5325471698rem;
  }
}
@media screen and (min-width: 1200px) {
  header > .psp-header {
    height: 3.0660377358rem;
  }
}
@media screen and (min-width: 1200px) {
  header > .psp-header {
    height: 3.25rem;
  }
}
@media (pointer: fine) {
  header > .psp-header > a {
    transition: filter 0.15s linear;
  }
  header > .psp-header > a:hover, header > .psp-header > a:active {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  }
}
header > .psp-header a.phr-logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 436/20;
  background: url(../img/logo-psp-wt.svg) 0 50%/contain no-repeat;
  display: block;
  height: 30.7692307692%;
  width: auto;
}

footer {
  background-color: #fff;
  color: #000;
  margin-top: 5.25rem;
  padding-bottom: 2.75rem;
  padding-top: 3.1rem;
}
footer div.notes {
  font-weight: 500;
  font-size: max(12px, 0.8rem);
  line-height: 1.875;
  text-align: center;
}
footer .sns-links {
  display: flex;
  gap: 40px;
  justify-content: center;
  list-style: none;
  margin: 2.65rem 0 1.8rem;
  padding: 0;
}
footer .sns-links li {
  height: 28px;
  width: 28px;
}
footer .sns-links li > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  transition: filter 0.15s linear;
  width: 100%;
}
@media (pointer: fine) {
  footer .sns-links li > a:hover {
    filter: drop-shadow(0 0 6px #ffffff);
  }
}
footer .sns-links li > a:active {
  filter: drop-shadow(0 0 6px #ffffff);
}
footer .sns-links li > a.xt {
  background-image: url(../img/sns-xt-bk.svg);
}
footer .sns-links li > a.fa {
  background-image: url(../img/sns-fa-bk.svg);
}
footer .sns-links li > a.in {
  background-image: url(../img/sns-in-bk.svg);
}
footer .copyright {
  background: url(../img/copyright@2x.png) center/contain no-repeat;
  height: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.title__sect {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  aspect-ratio: 1360/1133;
  background: url(../img/title2.80@1x.webp) 0 0/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .title__sect {
    background-image: url(../img/title2.50@2x.webp);
  }
}

.lineu__sect {
  background: url(../img/body-bg@1x.webp) 50% 0/auto 280px no-repeat;
}
@media screen and (min-width: 681px) {
  .lineu__sect {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .lineu__sect {
    background-image: url(../img/body-bg@2x.webp);
    background-size: auto 389.6226415094px;
  }
}
@media screen and (min-width: 992px) {
  .lineu__sect {
    background-size: auto 471.6981132075px;
  }
}
@media screen and (min-width: 1200px) {
  .lineu__sect {
    background-size: auto 500px;
  }
}
@media screen and (min-width: 1360px) {
  .lineu__sect {
    background-size: contain;
  }
}
.lineu__sect p.lineu__summary {
  font-size: 1.0769230769rem;
  letter-spacing: 0.075em;
  line-height: 1.8333333333;
  padding-top: 3em;
  margin-bottom: 3.5714285714em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lineu__sect p.lineu__summary {
    font-size: 1.5rem;
    margin-bottom: 5.85rem;
    padding-top: 6.7rem;
  }
}
.lineu__sect article picture {
  grid-area: pic;
}
.lineu__sect article .post-body {
  grid-area: body;
}
.lineu__sect article .post-body h3 {
  display: flex;
  flex-direction: column;
  font-size: 3.0769230769rem;
  letter-spacing: 0.075em;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lineu__sect article .post-body h3 {
    font-size: 3rem;
  }
}
.lineu__sect article .post-body h3 span.ja {
  font-weight: 500;
  margin-right: -0.075em;
}
.lineu__sect article .post-body h3 span.en {
  color: #e8c45c;
  font-family: "Questrial", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.375em;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: 0.6666666667em;
}
@media screen and (min-width: 768px) {
  .lineu__sect article .post-body h3 span.en {
    font-size: 0.4em;
  }
}
.lineu__sect article .post-body p {
  font-size: max(1rem, 13px);
  font-weight: 300;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: 1.5384615385em;
}
.lineu__sect article.guest {
  margin-top: 3.0769230769rem;
}
@media screen and (min-width: 576px) {
  .lineu__sect article.guest {
    display: grid;
    gap: 1.1538461538rem;
  }
}
@media screen and (min-width: 768px) {
  .lineu__sect article.guest {
    gap: 1.4rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .lineu__sect article.guest.sawa {
    grid-template-areas: "pic body";
    grid-template-columns: auto 1fr;
    margin-left: -9%;
  }
}
@media screen and (min-width: 576px) {
  .lineu__sect article.guest.jo {
    grid-template-areas: "body pic";
    grid-template-columns: 1fr auto;
    margin-right: -9%;
  }
}
.lineu__sect article.guest picture {
  margin: 0 auto;
  width: 15.3846153846rem;
}
@media screen and (min-width: 576px) {
  .lineu__sect article.guest picture {
    width: 13.8461538462rem;
  }
}
@media screen and (min-width: 768px) {
  .lineu__sect article.guest picture {
    width: 20.85rem;
  }
}
@media screen and (min-width: 576px) {
  .lineu__sect article.guest h3 {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 1rem;
    margin-top: 1em;
  }
}
.lineu__sect article.host {
  background-color: #fff;
  color: #000;
  margin-top: 4.7692307692rem;
  padding-bottom: 2.3076923077rem;
  padding-left: 1.5384615385rem;
  padding-right: 1.5384615385rem;
  padding-top: 3.0769230769rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .lineu__sect article.host {
    display: grid;
    gap: 1.6153846154rem;
    grid-template-areas: "pic body";
    grid-template-columns: auto 1fr;
    padding-top: 1.5384615385rem;
  }
}
@media screen and (min-width: 768px) {
  .lineu__sect article.host {
    gap: 2.25rem;
    margin-top: 3.75rem;
    padding: 1.5rem 2.5rem;
  }
}
.lineu__sect article.host .badge {
  align-items: center;
  background-color: #e8c45c;
  border-radius: 50%;
  display: flex;
  font-size: 1.0769230769rem;
  font-weight: 700;
  height: 3.1428571429em;
  justify-content: center;
  left: 50%;
  letter-spacing: normal;
  line-height: 1;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 3.1428571429em;
}
@media screen and (min-width: 576px) {
  .lineu__sect article.host .badge {
    transform: translate(-18.8%, -18.8%);
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .lineu__sect article.host .badge {
    height: 4.3rem;
    width: 4.3rem;
    font-size: 1.4rem;
  }
}
.lineu__sect article.host picture {
  margin: 0 auto;
  width: 9.6153846154rem;
}
@media screen and (min-width: 576px) {
  .lineu__sect article.host picture {
    margin-top: 10px;
    width: 8.6153846154rem;
  }
}
@media screen and (min-width: 768px) {
  .lineu__sect article.host picture {
    margin-top: 1.25rem;
    width: 13rem;
  }
}
@media screen and (min-width: 576px) {
  .lineu__sect article.host .post-body h3 {
    align-items: center;
    display: grid;
    grid-template-areas: "label label" "ja en";
    grid-template-columns: auto 1fr;
    margin-top: 0;
    text-align: left;
  }
}
.lineu__sect article.host .post-body h3 span.label {
  grid-area: label;
  font-weight: 400;
  font-size: 0.375em;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0.6666666667em;
}
@media screen and (min-width: 768px) {
  .lineu__sect article.host .post-body h3 span.label {
    font-size: 0.4em;
    margin-bottom: 0.875em;
  }
}
.lineu__sect article.host .post-body h3 span.ja {
  grid-area: ja;
  font-weight: 700;
  white-space: nowrap;
}
.lineu__sect article.host .post-body h3 span.en {
  color: #00103c;
  grid-area: en;
}
@media screen and (min-width: 576px) {
  .lineu__sect article.host .post-body h3 span.en {
    margin-left: 1em;
    margin-top: 0.4em;
  }
}
.lineu__sect article.host .post-body dl {
  font-size: 1rem;
  font-size: max(1rem, 13px);
  letter-spacing: 0.08em;
  margin-top: 1.3846153846em;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .lineu__sect article.host .post-body dl {
    margin-top: 0.9rem;
  }
}
.lineu__sect article.host .post-body dl dt {
  font-weight: 500;
}
.lineu__sect article.host .post-body dl dd {
  font-weight: 300;
  margin-left: 0;
}
.lineu__sect article.host .post-body dl dd + dt {
  margin-top: 0.3846153846em;
}
/*# sourceMappingURL=style.css.map */
