@charset "UTF-8";
/* Beaufort Pro_ Regular */
@import url("https://use.typekit.net/dzk8mkx.css");
/* Futura PT_Medium */
@import url("https://use.typekit.net/wxi1vhz.css");
/* Noto Serif Japanese */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
}
a:active, a:hover, a:visited {
  color: #333;
}

svg {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 1px);
  transition: all 1s ease 0.1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* タブレット以上（768px～） */
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 1.2rem;
  line-height: 1.8;
  background: #D6D9D0;
}
.container.active {
  opacity: 1;
}

.contentBox {
  display: block;
}
.contentBox__left, .contentBox__right {
  width: 100%;
}
.contentBox__right .mainVisual {
  padding: 1.5rem 0 5rem;
}
.contentBox__right .mainVisual .inner {
  width: 100%;
  position: relative;
}
.contentBox__right .mainVisual .inner .title {
  width: calc(315 / 390 * 100vw);
  margin: 0 auto 2.6rem;
}
.contentBox__right .mainVisual .inner .title.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 2s forwards;
}
.contentBox__right .mainVisual .inner .logo {
  width: calc(58 / 390 * 100vw);
  margin: 0 auto;
}
.contentBox__right .mainVisual .inner .logo.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 2s forwards;
}
.contentBox__right .mainVisual .inner .imgWrap1, .contentBox__right .mainVisual .inner .imgWrap2, .contentBox__right .mainVisual .inner .imgWrap3 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.contentBox__right .mainVisual .inner .imgWrap1 {
  width: calc(380 / 390 * 100vw);
  margin-bottom: 2.8rem;
}
.contentBox__right .mainVisual .inner .imgWrap2 {
  width: calc(364 / 390 * 100vw);
  margin: -4.4rem 0 3.2rem 1rem;
}
.contentBox__right .mainVisual .inner .imgWrap3 {
  width: calc(319 / 390 * 100vw);
  margin: 0 0 0 3.4rem;
}
.contentBox__right .mainVisual .inner .img1 {
  width: calc(153 / 390 * 100vw);
  margin-top: 2.8rem;
}
.contentBox__right .mainVisual .inner .img1.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.1s forwards;
}
.contentBox__right .mainVisual .inner .img2 {
  width: calc(93 / 390 * 100vw);
  margin: 4rem 1rem 0 0.7rem;
}
.contentBox__right .mainVisual .inner .img2.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.7s forwards;
}
.contentBox__right .mainVisual .inner .img3 {
  width: calc(116 / 390 * 100vw);
}
.contentBox__right .mainVisual .inner .img3.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.3s forwards;
}
.contentBox__right .mainVisual .inner .img4 {
  width: calc(91 / 390 * 100vw);
  margin-top: 0.8rem;
  z-index: 2;
}
.contentBox__right .mainVisual .inner .img4.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1s forwards;
}
.contentBox__right .mainVisual .inner .img5 {
  width: calc(171 / 390 * 100vw);
  position: absolute;
  top: 9rem;
  left: 7.4rem;
}
.contentBox__right .mainVisual .inner .img5.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.6s forwards;
}
.contentBox__right .mainVisual .inner .img6 {
  width: calc(103 / 390 * 100vw);
}
.contentBox__right .mainVisual .inner .img6.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.4s forwards;
}
.contentBox__right .mainVisual .inner .img7 {
  width: calc(129 / 390 * 100vw);
  margin-top: 3rem;
}
.contentBox__right .mainVisual .inner .img7.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.3s forwards;
}
.contentBox__right .mainVisual .inner .img8 {
  width: calc(77 / 390 * 100vw);
}
.contentBox__right .mainVisual .inner .img8.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.6s forwards;
}
.contentBox__left .inner {
  width: calc(100% - 30px);
  margin-inline: auto;
}
.contentBox__left .lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5rem;
}
.contentBox__left .lead p {
  margin-bottom: 1.2rem;
}
.contentBox__left .lead p:last-child {
  margin-bottom: 0;
}
.contentBox__left .indexList {
  padding-bottom: 5rem;
}
.contentBox__left .indexList .title {
  font-family: "beaufort-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #574D3B;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid #574D3B;
  margin-bottom: 2rem;
}
.contentBox__left .indexList ol li {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
.contentBox__left .indexList ol li:last-child {
  margin-bottom: 0;
}
.contentBox__left .indexList ol li a {
  display: flex;
  align-items: center;
  color: #574D3B;
}
.contentBox__left .indexList ol li a span {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #574D3B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.contentBox__left .indexList ol li a span img {
  width: 20px;
}
.contentBox__left .indexList ol li a span.circle {
  width: 20px;
  height: 20px;
  margin: 0 2.2rem 0 1.2rem;
}

.main .interview {
  padding: 4.5rem 0 5rem;
  /*content*/
}
.main .interview#clothing {
  background: #EBE7E0;
}
.main .interview#food {
  background: #EAEBEE;
}
.main .interview#shelter {
  background: #EBE9E8;
}
.main .interview .subHeading {
  font-family: "beaufort-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(87, 77, 59, 0.3);
  text-align: right;
  margin-bottom: 1.6rem;
}
.main .interview .subHeading span {
  color: rgb(87, 77, 59);
}
.main .interview .headingBox {
  position: relative;
  margin-bottom: 2rem;
}
.main .interview .headingBox .headingIcon {
  margin-left: -18px;
}
.main .interview .headingBox .headingIcon.icon1 {
  width: calc(160 / 390 * 100vw);
}
.main .interview .headingBox .headingIcon.icon2 {
  width: calc(145 / 390 * 100vw);
}
.main .interview .headingBox .headingIcon.icon3 {
  width: calc(151 / 390 * 100vw);
  margin-left: -22px;
}
.main .interview .headingBox .heading {
  color: #574D3B;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .interview .headingBox .heading.en {
  font-family: "beaufort-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.16;
}
.main .interview .headingBox .heading.jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.3rem;
  line-height: 1;
}
.main .interview .headingBox .heading.jp span.san {
  font-size: 2.2rem;
}
.main .interview .headingBox .heading.jp span.occupation {
  display: block;
  font-size: 2rem;
  margin-top: 0.8rem;
}
.main .interview .heading2 {
  text-align: center;
  font-family: "beaufort-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.1;
  color: #574D3B;
}
.main .interview__content {
  position: relative;
}
.main .interview .content__main {
  width: calc(340 / 390 * 100vw);
  margin: 0 auto 6rem;
}
.main .interview .content__main .img {
  margin-bottom: 4rem;
}
.main .interview .content__main .text span {
  letter-spacing: -0.2em;
  width: 2em;
  margin-right: 0.5em;
}
.main .interview .content__text {
  width: calc(300 / 390 * 100vw);
  margin: 0 auto 4rem;
}
.main .interview .content p {
  position: relative;
}
.main .interview .content .w250 {
  width: calc(250 / 390 * 100vw);
}
.main .interview .content .w280 {
  width: calc(280 / 390 * 100vw);
}
.main .interview .content .w300 {
  width: calc(300 / 390 * 100vw);
}
.main .interview .content .w330 {
  width: calc(330 / 390 * 100vw);
}
.main .interview .content .img2-9-1 {
  width: calc(250 / 390 * 100vw);
}
.main .interview .content .img2-9-2 {
  width: calc(170 / 390 * 100vw);
  z-index: 2;
  margin: -16rem 0 0 auto;
}
.main .interview .content .img2-11-1 {
  width: calc(220 / 390 * 100vw);
  z-index: 2;
}
.main .interview .content .img2-11-2 {
  width: calc(200 / 390 * 100vw);
  margin: -19rem 0 0 auto;
}
.main .interview .content .img3-8-2 {
  width: calc(220 / 390 * 100vw);
}
.main .interview .content .img2Wrap li {
  position: relative;
}
.main .interview .content .img2Wrap li:nth-child(1) {
  width: calc(211 / 390 * 100vw);
  margin-left: 2rem;
  z-index: 2;
}
.main .interview .content .img2Wrap li:nth-child(2) {
  width: calc(152 / 390 * 100vw);
  margin: -4rem 0 0 auto;
}
.main .interview .content .img2Wrap li:nth-child(3) {
  width: calc(200 / 390 * 100vw);
  margin-top: -14rem;
}
.main .interview .content .img2Wrap li:nth-child(4) {
  width: calc(135 / 390 * 100vw);
  margin: -13.5rem 1.4rem 0 auto;
}
.main .interview .content .img3Wrap li:nth-child(1) {
  width: calc(174 / 390 * 100vw);
}
.main .interview .content .img3Wrap li:nth-child(2) {
  width: calc(276 / 390 * 100vw);
}
.main .interview .content .img3Wrap li:nth-child(3) {
  width: calc(237 / 390 * 100vw);
  margin-left: 2.5rem;
}
.main .interview .content .right {
  margin: 0 0 4rem auto;
}
.main .interview .content .center {
  margin: 0 auto 4rem;
}
.main .interview .content .mb0 {
  margin-bottom: 0;
}
.main .interview .content .mb1 {
  margin-bottom: 4rem;
}
.main .interview .content .mb2 {
  margin-bottom: 6rem;
}
.main .interview .content .mb3 {
  margin-bottom: 2rem;
}
.main .interview .content .column2 {
  display: flex;
  justify-content: space-between;
}
.main .interview .content .column2 .half {
  width: 48.6%;
}
.main .interview .content .img1-6 {
  margin-top: 8.3rem;
}
.main .interview .content .profile {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  color: #574D3B;
}
.main .interview .content .profile p:first-child {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 0.9rem;
}
.main .interview .content .profile p:last-child {
  font-size: 1.1rem;
}
.main .interview .content .profile p a {
  text-decoration: underline;
}
.main .interview .content .profile p a:hover {
  text-decoration: none;
}
.main .interview .content .collectionItem {
  width: calc(340 / 390 * 100vw);
  margin: 0 auto 6rem;
  overflow: hidden;
}
.main .interview .content .collectionItem:last-child {
  margin-bottom: 0;
}
.main .interview .content .btn {
  width: 100%;
  text-align: center;
}
.main .interview .content .btn a {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #574D3B;
  color: #FFF;
  transition: 0.3s linear;
  border: 1px solid #574D3B;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.main .interview .content .btn a:hover {
  opacity: 0.5;
}
.main .interview .content__credits .items__credit {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.main .interview .content__credits .items__credit p.item {
  line-height: 1.25;
}
.main .interview .content__credits .items__credit p.buy {
  margin-left: 10px;
  line-height: 1;
  color: #000;
  border: 1px solid #000;
  padding: 4px 15px;
  transition: 0.3s linear;
}
.main .interview .content__credits .items__credit p.buy:hover {
  opacity: 0.5;
}
.main .interview .content__credits .item-d-none .items__credit p.buy {
  display: none;
}

/* タブレット以上（768px～） */
@media (min-width: 768px) {
  .container {
    font-size: 1.4rem;
  }
  .contentBox {
    display: flex;
    justify-content: space-between;
  }
  .contentBox__left, .contentBox__right {
    box-sizing: border-box;
  }
  .contentBox__right {
    width: 45%;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .contentBox__right .mainVisual {
    height: 100vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contentBox__right .mainVisual .inner {
    width: 100%;
    position: relative;
    padding-top: 3vw;
  }
  .contentBox__right .mainVisual .inner .title {
    width: calc(240 / 390 * 45vw);
    margin: 0 auto calc(10 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .logo {
    width: calc(26 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .imgWrap1 {
    width: calc(380 / 390 * 45vw);
    margin-bottom: calc(15 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .imgWrap2 {
    width: calc(364 / 390 * 45vw);
    margin: calc(-35 / 390 * 45vw) 0 calc(32 / 390 * 45vw) calc(10 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .imgWrap3 {
    width: calc(319 / 390 * 45vw);
    margin: 0 0 0 calc(34 / 390 * 45vw);
    display: none;
  }
  .contentBox__right .mainVisual .inner .img1 {
    width: calc(153 / 390 * 45vw);
    margin-top: calc(52 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .img2 {
    width: calc(93 / 390 * 45vw);
    margin: calc(40 / 390 * 45vw) calc(10 / 390 * 45vw) 0 calc(7 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .img3 {
    width: calc(116 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .img4 {
    width: calc(91 / 390 * 45vw);
    margin-top: calc(8 / 390 * 45vw);
    z-index: 2;
  }
  .contentBox__right .mainVisual .inner .img5 {
    width: calc(171 / 390 * 45vw);
    position: absolute;
    top: calc(44 / 390 * 45vw);
    left: calc(74 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .img6 {
    width: calc(103 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .img7 {
    width: calc(129 / 390 * 45vw);
    margin-top: calc(30 / 390 * 45vw);
  }
  .contentBox__right .mainVisual .inner .img8 {
    width: calc(77 / 390 * 45vw);
  }
  .contentBox__left {
    width: 55%;
    overflow: hidden;
  }
  .contentBox__left .inner {
    width: calc(100% - 80px);
    margin-inline: auto;
  }
  .contentBox__left .lead {
    margin: 5rem 0;
    opacity: 0;
  }
  .contentBox__left .lead.active {
    animation: fadeIn 1.4s ease 2.8s forwards;
  }
  .contentBox__left .lead p {
    margin-bottom: 1.2rem;
  }
  .contentBox__left .lead p:last-child {
    margin-bottom: 0;
  }
  .contentBox__left .indexList {
    padding-bottom: 5rem;
  }
  .contentBox__left .indexList.active {
    opacity: 0;
    animation: fadeIn 1.4s ease 2.8s forwards;
  }
  .contentBox__left .indexList .title {
    font-size: 3rem;
    padding-bottom: 6px;
    margin-bottom: 4rem;
  }
  .contentBox__left .indexList ol li {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
  .contentBox__left .indexList ol li a {
    transition: 0.4s all;
  }
  .contentBox__left .indexList ol li a span {
    width: 44px;
    height: 44px;
    margin-right: 1rem;
  }
  .contentBox__left .indexList ol li a span img {
    width: 20px;
  }
  .contentBox__left .indexList ol li a span.circle {
    width: 20px;
    height: 20px;
    margin: 0 2.2rem 0 1.2rem;
  }
  .contentBox__left .indexList ol li a:hover {
    opacity: 0.5;
  }
  .main .interview {
    padding: 9rem 0 10rem;
    /*content*/
  }
  .main .interview .subHeading {
    font-size: 1.7rem;
    margin-bottom: 1.6rem;
  }
  .main .interview .headingBox {
    margin-bottom: 4rem;
  }
  .main .interview .headingBox .headingIcon {
    margin-left: -48px;
  }
  .main .interview .headingBox .headingIcon.icon1 {
    width: calc(138 / 390 * 50vw);
  }
  .main .interview .headingBox .headingIcon.icon2 {
    width: calc(132 / 390 * 50vw);
  }
  .main .interview .headingBox .headingIcon.icon3 {
    width: calc(120 / 390 * 50vw);
    margin-left: -42px;
  }
  .main .interview .headingBox .heading.en {
    font-size: 3.5rem;
  }
  .main .interview .headingBox .heading.jp {
    font-size: 3.8rem;
  }
  .main .interview .headingBox .heading.jp span.san {
    font-size: 2.8rem;
  }
  .main .interview .headingBox .heading.jp span.occupation {
    font-size: 2.4rem;
    margin-top: 0.8rem;
  }
  .main .interview .heading2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    line-height: 1.1;
  }
  .main .interview .content__main {
    width: calc(340 / 390 * 50vw);
    margin: 0 auto 10rem;
  }
  .main .interview .content__main .img {
    margin-bottom: 8rem;
  }
  .main .interview .content__main .text {
    line-height: 2;
  }
  .main .interview .content__main .text span {
    letter-spacing: -0.2em;
    width: 2em;
    margin-right: 0.5em;
  }
  .main .interview .content__text {
    width: calc(300 / 390 * 50vw);
    margin: 0 auto 8rem;
    line-height: 2;
  }
  .main .interview .content p {
    position: relative;
  }
  .main .interview .content .w250 {
    width: calc(250 / 390 * 50vw);
  }
  .main .interview .content .w280 {
    width: calc(280 / 390 * 50vw);
  }
  .main .interview .content .w300 {
    width: calc(300 / 390 * 50vw);
  }
  .main .interview .content .w330 {
    width: calc(330 / 390 * 50vw);
  }
  .main .interview .content .img2-9-1 {
    width: calc(250 / 390 * 50vw);
  }
  .main .interview .content .img2-9-2 {
    width: calc(170 / 390 * 50vw);
    z-index: 2;
    margin: -16rem 0 0 auto;
  }
  .main .interview .content .img2-11-1 {
    width: calc(220 / 390 * 50vw);
    z-index: 2;
  }
  .main .interview .content .img2-11-2 {
    width: calc(200 / 390 * 50vw);
    margin: -19rem 0 0 auto;
  }
  .main .interview .content .img3-8-2 {
    width: calc(220 / 390 * 50vw);
  }
  .main .interview .content .img2Wrap li {
    position: relative;
  }
  .main .interview .content .img2Wrap li:nth-child(1) {
    width: calc(211 / 390 * 50vw);
    margin-left: 4rem;
    z-index: 2;
  }
  .main .interview .content .img2Wrap li:nth-child(2) {
    width: calc(152 / 390 * 50vw);
    margin: -4rem 0 0 auto;
  }
  .main .interview .content .img2Wrap li:nth-child(3) {
    width: calc(200 / 390 * 50vw);
    margin-top: -14rem;
  }
  .main .interview .content .img2Wrap li:nth-child(4) {
    width: calc(135 / 390 * 50vw);
    margin: -13.5rem 1.4rem 0 auto;
  }
  .main .interview .content .img3Wrap li:nth-child(1) {
    width: calc(174 / 390 * 50vw);
  }
  .main .interview .content .img3Wrap li:nth-child(2) {
    width: calc(276 / 390 * 50vw);
  }
  .main .interview .content .img3Wrap li:nth-child(3) {
    width: calc(237 / 390 * 50vw);
    margin-left: 2.5rem;
  }
  .main .interview .content .right {
    margin: 0 0 8rem auto;
  }
  .main .interview .content .center {
    margin: 0 auto 8rem;
  }
  .main .interview .content .mb0 {
    margin-bottom: 0;
  }
  .main .interview .content .mb1 {
    margin-bottom: 8rem;
  }
  .main .interview .content .mb2 {
    margin-bottom: 10rem;
  }
  .main .interview .content .mb3 {
    margin-bottom: 4rem;
  }
  .main .interview .content .column2 {
    display: flex;
    justify-content: space-between;
  }
  .main .interview .content .column2 .half {
    width: 48.6%;
  }
  .main .interview .content .img1-6 {
    margin-top: 8.3rem;
  }
  .main .interview .content .profile {
    padding: 30px;
  }
  .main .interview .content .profile p:first-child {
    font-size: 2.2rem;
    margin-bottom: 1.1rem;
  }
  .main .interview .content .profile p:last-child {
    font-size: 1.3rem;
  }
  .main .interview .content .collectionItem {
    width: calc(340 / 390 * 50vw);
    margin: 0 auto 10rem;
  }
  .main .interview .content .btn {
    width: 60%;
    margin-inline: auto;
  }
  .main .interview .content .btn a {
    padding: 10px 0;
  }
  .main .interview .content__credits .items__credit {
    margin-top: 1.5rem;
  }
  .main .interview .content__credits .items__credit p {
    font-size: 1.4rem;
  }
  .main .interview .content__credits .items__credit p.item {
    line-height: 1.25;
  }
  .main .interview .content__credits .items__credit p.buy {
    margin-left: 10px;
    line-height: 1;
    color: #000;
    border: 1px solid #000;
    padding: 5px 15px;
    transition: 0.3s linear;
  }
  .main .interview .content__credits .items__credit p.buy:hover {
    opacity: 0.5;
  }
  .main .interview .content__credits .item-d-none .items__credit p.buy {
    display: none;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  text-align: left;
  width: 100%;
  padding: 40px 15px 30px;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

footer .pgtop a {
  color: #000;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}

footer .pgtop a:hover {
  color: #574D3B;
}

footer .infoot {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}

footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in 0s;
}

footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #6545BA;
}

footer .infoot p {
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 60px 10px;
  }
  footer .pgtop a {
    font-size: 1rem;
  }
  footer .infoot {
    width: 65%;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    font-size: 1.2rem;
  }
  footer .infoot p {
    font-size: 1rem;
  }
}
/* --------------------------------------------------
swiper
-------------------------------------------------- */
.swiper-pagination-slider {
  position: relative;
  overflow: hidden;
}

.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #FFF !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #574D3B !important;
  opacity: 1 !important;
}

.swiper-thumbs {
  margin-top: 1rem;
}

.swiper-slide-thumb-active {
  opacity: 0.7;
  outline: 2px solid #574D3B;
  outline-offset: -2px;
}

.swiper-thumbs .swiper-slide {
  width: 60px;
  margin-right: 10px;
}

/* --------------------------------------------------
loading
-------------------------------------------------- */
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 1s ease-in-out 0.3s;
}

#loader .logo {
  width: 125px;
  height: 78px;
  background-image: url("https://baycrews.jp/src/feature/assets/logo/bk/plage.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}

#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

#loader.complete {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #loader .logo {
    width: 112px;
    height: 68px;
  }
}/*# sourceMappingURL=common.css.map */