@charset "UTF-8";
/*SP表示の際に左右に余白がつく要素を囲んでください。--------------------------------------------------------*/
.f-c-widthControl {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 12px;
}

.f-c-widthControl.f-c-widthControl--narrow {
  max-width: 740px;
}

@media screen and (min-width: 1145px) {
  .f-c-widthControl {
    padding: 0;
  }
}

.f-c-fullSizeTxtBlock,
.f-c-narrowSizeTxtBlock {
  padding: 0 14px;
}

.f-c-normalTxt {
  font-size: 14px;
  line-height: 1.6;
  margin: 16px auto 0;
}

.f-c-normalTxt + .f-c-normalTxt {
  margin-top: 12px;
}

.f-c-pageTitle {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 20px 10px;
  text-align: center;
}

.f-c-pageTitle span {
  display: inline-block;
}

.f-c-caution {
  color: #000;
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: left;
}

@media screen and (min-width: 601px) {
  /* PCレイアウトで幅100%未満、モバイルで幅100%で配置する場合に使用 */
  .f-c-narrowSizeTxtBlock {
    padding: 0;
  }

  .f-c-normalTxt {
    margin: 20px auto 0;
    font-size: 16px;
  }

  .f-c-pageTitle {
    padding: 40px 10px 50px;
  }

  .f-c-caution {
    margin-bottom: 14px;
    text-align: center;
  }

}

@media screen and (min-width: 1145px) {
  .f-c-fullSizeTxtBlock {
    padding: 0;
  }
}

/*商品詳細---------------------------------------------------------------------------------------------*/
.f-c-goodsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.f-c-goods {
  box-sizing: border-box;
  width: 80%;
  margin:0 auto 50px;
}

.f-c-goodsWrap.f-c-goodsWrap--flexible .f-c-goods {
  width: 50%;
  padding: 0 6px;
  margin: 0 0 50px;
}

.f-c-goods.is-double {
  width: 50%;
  padding: 0 6px;
  margin: 0 0 50px;
}

@media screen and (min-width: 601px) {
  .f-c-goods {
    width: 45%;
    max-width: 342px;
    padding: 10px;
    margin: 0 0 50px;
  }

  .f-c-goods.is-pcTriple {
    width: 33%;
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
    padding: 10px;
    margin: 0 0 50px;
  }

  .f-c-goods.is-pcQuad {
    width: 25%;
    padding: 10px;
    margin: 0 0 50px;
  }

  .f-c-goodsWrap.f-c-goodsWrap--flexible .f-c-goods {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    padding: 10px;
  }
}

@media screen and (min-width: 751px) {
  .f-c-goodsWrap.f-c-goodsWrap--flexible .f-c-goods {
    width: 25%;
  }
}

.f-c-goodsPhoto {
  margin-bottom: 10px;
  text-align: center;
}

.f-c-goodsPhotoImg {
  border-radius: 10px;
}

.f-c-goodsName {
  font-size: 12px;
}

.f-c-goodsPrice {
  font-size: 18px;
  margin-bottom: 10px;
}

.f-c-goodsPriceTax {
  font-size: 12px;
  display: inline-block;
}

.f-c-goodsDescription {
  color: #787878;
  margin-bottom: 10px;
}

.f-c-cartBtn {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}

.f-c-cartBtnSize {
  box-sizing: border-box;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

.f-c-cartBtnSize.f-c-cartBtnSize--short {
  width: 10%;
}

.f-c-cartBtnSize.f-c-cartBtnSize--middle {
  width: 17%;
}

.f-c-cartBtnSize.f-c-cartBtnSize--long {
  width: 25%;
}

.f-c-cartBtnAnc {
  background: #47D9C0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

.f-c-cartBtnSize--short + .f-c-cartBtnAnc {
  width: 90%;
}

.f-c-cartBtnSize--middle + .f-c-cartBtnAnc {
  width: 83%;
}

.f-c-cartBtnSize--long + .f-c-cartBtnAnc {
  width: 75%;
}

.f-c-cartBtnAnc:hover {
  color: #fff;
}

.f-c-cartBtnAnc::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(https://cdn.super-groupies.com/images/feature/common/cart_l.svg) center bottom no-repeat;
  background-size: 14px 13px;
  display: inline-block;
  margin-right: 9px;
}

.f-c-cartBtnAnc.is-closed {
  background: #ddd;
  pointer-events: none;
}

.f-c-detailPageBtn {
  margin-bottom: 10px;
}

.f-c-detailPageBtnAnc {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #656565;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 16px 0;
  position: relative;
  text-align: center;
}

.f-c-detailPageBtnAnc:hover {
  color: #656565;
}

.f-c-detailPageBtnAnc::after {
  content: '';
  position: absolute;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #47D9C0;
  border-right: 2px solid #47D9C0;
}

/*受注生産について---------------------------------------------------------------------------------------------*/
.f-c-bto {
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  padding: 20px 12px;
  text-align: left;
  color: #000;
}

.f-c-btoHeading {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 14px;
}

.f-c-btoPreorderPeriod ,
.f-c-btoShippingDate {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 16px;
}

.f-c-btoNote {
  color: #656565;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 16px;
}

@media screen and (min-width: 601px) {
  .f-c-bto {
    padding: 30px 12px;
    text-align: center;
  }

  .f-c-btoPreorderPeriod ,
  .f-c-btoShippingDate {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 14px;
  }

  .f-c-btoNote {
    margin-bottom: 14px;
  }
}

/*クレジット---------------------------------------------------------------------------------------------*/
.f-c-credit {
  border: 1px solid #636363;
  color: #636363;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 50px;
  padding: 14px;
  box-sizing: border-box;
}

.f-c-creditHeading {
  font-weight: bold;
}

.f-c-creditTxt a {
  text-decoration: underline;
  /* color: #636363; */
  color: #47D9C0;
}

.f-c-creditTxt a:hover {
  text-decoration: none;
}

@media screen and (min-width: 601px) {
  .f-c-credit {
    margin-bottom: 80px;
  }
}
/*================================================================================
project
================================================================================*/
.f-paranormasight_02_necklace {
  padding-bottom: 30px;
  word-break: normal;
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
  background-image: url(../img/background_suna.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: contain;
}

.f-paranormasight_02_necklace img {
  width: 100%;
}

.f-paranormasight_02_necklace-fv {
  text-align: center;
}

.f-paranormasight_02_necklace-fvMainVis {
  display: inline-block;
  max-width: 1120px;
  width: 100%;
}

.f-paranormasight_02_necklace-fvLogo {
  text-align: center;
  padding: 30px 0 10px;
}

.f-paranormasight_02_necklace-fvLogo img {
  width: 250px;
  height: auto;
}

.f-paranormasight_02_necklace-fvCopyright {
  color: #656565;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 12px;
}

.f-paranormasight_02_necklace-introOuter {
  margin: 0 auto 80px;
  padding: 0;
  max-width: 1120px;
  min-height: clamp(450px, 86vw, 520px);
  width: auto;
  box-sizing: border-box;
  background-image: url(../img/background_umi.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-paranormasight_02_necklace-introOuter::before {
  position: absolute;
  content: '';
  background-image: url(../img/kugiri_top.png);
  background-repeat: no-repeat;
  display: block;
  height: 16.5vw;
  width: 100%;
  top: -1px;
  left: 0;
  background-size: 100% auto;
  background-position: bottom center;
}

.f-paranormasight_02_necklace-introOuter::after {
  content: '';
  background-image: url(../img/kugiri_bottom.png);
  background-repeat: no-repeat;
  display: block;
  height: 16.5vw;
  width: 100%;
  bottom: -1px;
  left: 0;
  position: absolute;
  background-size: 100% auto;
  background-position: top center;
}

.f-paranormasight_02_necklace-intro  {
  padding: 0 12px;
  box-sizing: border-box;
}

.f-paranormasight_02_necklace-introTxt {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.4), 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.f-paranormasight_02_necklace-normalLink {
  color: #47D9C0;
  text-decoration: underline;
}

.f-paranormasight_02_necklace-normalLink:hover {
  color: #47D9C0;
}

.f-paranormasight_02_necklace-introTxt + .f-paranormasight_02_necklace-introTxt {
  margin-top: 1em;
}

@media screen and (min-width: 601px) {
  .f-paranormasight_02_necklace {
    background-image: url(../img/background_suna_pc.jpg);
  }

  .f-paranormasight_02_necklace-fvLogo img {
    width: 400px;
  }

  .f-paranormasight_02_necklace-introOuter {
    margin: 0 auto 150px;
    min-height: 560px;
    background-image: url(../img/background_umi_pc.jpg);
    background-size: cover;
  }

  .f-paranormasight_02_necklace-introOuter::before {
    background-image: url(../img/kugiri_top_pc.png);
    height: min(16.5vw, 150px);
  }

  .f-paranormasight_02_necklace-introOuter::after {
    background-image: url(../img/kugiri_bottom_pc.png);
    height: min(16.5vw, 150px);
  }

  .f-paranormasight_02_necklace-introTxt {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
  }

  .f-paranormasight_02_necklace-fvCopyright {
    margin-bottom: 0px;
  }
}

/*---------------------------------------------------------------------------------------------*/

.f-paranormasight_02_necklace-secHead {
  margin-bottom: 0;
}

.f-paranormasight_02_necklace-secHeading {
  max-width: 1120px;
  padding: 0;
  margin: 0 auto 30px;
  text-align: center;
}

.f-paranormasight_02_necklace-secHeading img {
  width: 351px;
}

.f-paranormasight_02_necklace-summary {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 20px;
}

.f-paranormasight_02_necklace-goodsBlock {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}

.f-paranormasight_02_necklace-goodsBlock__img {
  width: 80%;
  margin: 0 auto;
}

.f-paranormasight_02_necklace-goodsBlock__txt {
  width: 100%;
  margin: 36px auto 0;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 14px;
  box-sizing: border-box;
}

.f-paranormasight_02_necklace-normalTxt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 0;
}

.f-paranormasight_02_necklace-normalTopTxt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto 16px;
}

.f-paranormasight_02_necklace-goodsDetailBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.f-paranormasight_02_necklace-goodsDetailBlock__Item {
  width: calc((100% - 6px) / 2);
}

.f-paranormasight_02_necklace-goodsCartTxt {
  text-align: center;
  margin-bottom: 16px;
}

.f-paranormasight_02_necklace-goodsBox {
  display: block;
  align-items: center;
  gap: 60px 0;
}

.f-paranormasight_02_necklace-goods {
  box-sizing: border-box;
  width: 80%;
}

.f-paranormasight_02_necklace-goodsBox {
  margin: 0 auto 60px;
}

.f-paranormasight_02_necklace-goodsBox__item {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 36px;
}

.f-paranormasight_02_necklace-goodsBox__item:nth-of-type(2) {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.f-paranormasight_02_necklace-blueBgSec {
  word-break: normal;
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
  color: #fff;
  max-width: 1120px;
  position: relative;
}

.f-paranormasight_02_necklace-blueBgSec::before {
  position: absolute;
  content: '';
  background-image: url(../img/kugiri_top.png);
  background-repeat: no-repeat;
  display: block;
  height: 16.5vw;
  width: 100%;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100% auto;
  background-position: bottom center;
}

.f-paranormasight_02_necklace-blueBgSec::after {
  position: absolute;
  content: '';
  background-image: url(../img/kugiri_bottom.png);
  background-repeat: no-repeat;
  display: block;
  height: 16.5vw;
  width: 100%;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-size: 100% auto;
  background-position: top center;
}

.f-paranormasight_02_necklace-secSubHeading {
  margin: 0 auto 20px;
  text-align: center;
}
.f-paranormasight_02_necklace-secSubHeading img {
  width: 280px;
}

.f-paranormasight_02_necklace-blueBgSecInner {
  background-image: url(../img/background_umi.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  padding: calc(80px + 8.25vw) 12px calc(50px + 8.25vw);
  box-sizing: border-box;
}

.f-paranormasight_02_necklace-supervisionTitle {
  line-height: 1.6;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  padding: 0 14px 5px;
  box-sizing: border-box;
}

.f-paranormasight_02_necklace-supervisionDetail {
  display: block;
  gap: 0 36px;
}

.f-paranormasight_02_necklace-supervisionDetailItem {
  width: 100%;
}

.f-paranormasight_02_necklace-supervisionDetailItem + .f-paranormasight_02_necklace-supervisionDetailItem {
  margin-top: 36px;
}

.f-paranormasight_02_necklace-supervisionDetailItem__txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}

.f-paranormasight_02_necklace-interviewTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #636363;
}

.f-paranormasight_02_necklace-interviewer {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 1.5em;
  box-sizing: border-box;
  position: relative;
}

.f-paranormasight_02_necklace-interviewer::before {
  position: absolute;
  content: "Q.";
  top: 0;
  left: 0;
}

.f-paranormasight_02_necklace-interviewee {
  display: flex;
  align-items: center;
}

.f-paranormasight_02_necklace-intervieweeIcon {
  width: 70px;
  box-sizing: border-box;
  align-self: flex-start;
}

.f-paranormasight_02_necklace-intervieweeTxtArea {
  width: calc(100% - 70px);
  padding-left: 10px;
}

.f-paranormasight_02_necklace-intervieweeTxt {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
}

.f-paranormasight_02_necklace-intervieweeAboutBlock {
  gap: 0 10px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
}

.f-paranormasight_02_necklace-intervieweeSbs {
  width: 100%;
  margin: 20px 0 0 auto;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.f-paranormasight_02_necklace-intervieweeSbs__txtArea {
  width: calc(50% - 12px);
}

.f-paranormasight_02_necklace-intervieweeSbs__imgArea {
  width: 50%;
}

.f-paranormasight_02_necklace-interviewSnsBlock {
  display: flex;
  flex-direction: column;
  margin: 36px auto;
}

.f-paranormasight_02_necklace-interviewSnsBlock__txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: .5em;
  position: relative;
  padding-left: 1.2em;
  order: 1;
}

.f-paranormasight_02_necklace-interviewSnsBlock__img {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}

.f-paranormasight_02_necklace-interviewContentsBlock {
  display: block;
  align-items: center;
  justify-content: flex-start;
  max-width: 600px;
  margin: 0 auto;
}

.f-paranormasight_02_necklace-interviewContentsBlock__txt {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}

.f-paranormasight_02_necklace-interviewContentsBlock__img {
  width: 100%;
}

.f-paranormasight_02_necklace-interviewContentsBlock__txt + .f-paranormasight_02_necklace-interviewContentsBlock__img {
  margin-top: 20px;
}

.f-paranormasight_02_necklace-interviewRemarks {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.f-paranormasight_02_necklace-announce {
  text-align: center;
  margin-bottom: 80px;
  border: 1px solid #47D9C0;
}

.f-paranormasight_02_necklace-announceHeading {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  background: #47D9C0;
  font-weight: bold;
  margin: 0;
}

.f-paranormasight_02_necklace-announceInfoBlock {
  background: rgba(235,235,235,0.50);
  padding: 25px 10px 15px;
}

.f-paranormasight_02_necklace-announceInfoInner {
  background: rgba(235,235,235,0.50);
  background: #fff;
  border-top: none;
  padding: 25px 10px 36px;
}

.f-paranormasight_02_necklace-announceInfoTxt {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
  text-align: left;
}

.f-paranormasight_02_necklace-announceInfoTxt + .f-paranormasight_02_necklace-announceInfoTxt {
  margin-top: 12px;
}

.f-paranormasight_02_necklace-announceImg {
  margin-bottom: 36px;
}

.f-paranormasight_02_necklace-announceInfoCaution {
  font-size: 12px;
  text-align: left;
}

.f-paranormasight_02_necklace-announceNote {
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
  line-height: 1.6;
  color: #7c7c7c;
}

.f-paranormasight_02_necklace-announceLinkHeading {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.f-paranormasight_02_necklace-announceLinkBtnAnc {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 23px;
  color: #656565;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 14px 0;
  position: relative;
  text-align: center;
  width: 240px;
  font-weight: bold;
  border-radius: 5px;
}

.f-paranormasight_02_necklace-announceLinkBtnAnc::before {
  content: '';
  position: absolute;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #47D9C0;
  border-right: 2px solid #47D9C0;
  display: inline-block;
}

.f-paranormasight_02_necklace-announceLinkBtnAnc:hover {
  color: #656565;
  opacity: .75;
}

.f-paranormasight_02_necklace-copyright {
  color: #656565;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 36px;
  padding: 0 12px;
  box-sizing: border-box;
}

.f-paranormasight_02_necklace-annotationTxt {
  text-align: left;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.6;
  color: #777;
}

.f-paranormasight_02_necklace-annotationTxt.f-paranormasight_02_necklace-annotationTxt--blueBg {
  color: #fff;
}

@media screen and (min-width: 601px) {
  .f-paranormasight_02_necklace-secHead {
    margin-bottom: 36px;
  }

  .f-paranormasight_02_necklace-secHeading {
    margin: 0 auto 50px;
  }

  .f-paranormasight_02_necklace-secHeading img {
    width: 500px;
  }

  .f-paranormasight_02_necklace-secIntroTxt {
    font-size: 18px;
    margin-top: 30px;
  }

  .f-paranormasight_02_necklace-summary {
    font-size: 17px;
    margin: 0 auto 24px;
  }

  .f-paranormasight_02_necklace-goodsBlock {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .f-paranormasight_02_necklace-goodsBlock__img {
    width: 50%;
    margin: 0;
  }

  .f-paranormasight_02_necklace-goodsBlock__txt {
    width: 47%;
    margin: 0;
    padding: min(8.74vw ,100px) 12px 0;
  }

  .f-paranormasight_02_necklace-normalTxt {
    font-size: 16px;
  }

  .f-paranormasight_02_necklace-normalTopTxt {
    margin: 0 auto 20px;
    font-size: 16px;
  }

  .f-paranormasight_02_necklace-goodsDetailBlock {
    gap: 12px;
  }

  .f-paranormasight_02_necklace-goodsDetailBlock__Item {
    width: calc((100% - 36px) / 4);
  }

  .f-paranormasight_02_necklace-goodsCartTxt {
    margin-bottom: 20px;
  }

   .f-paranormasight_02_necklace-goods {
    max-width: 342px;
    margin: 0 auto;
  }

  .f-paranormasight_02_necklace-goodsBox {
    display: flex;
    align-items: center;
    gap: 0 36px;
  }

  .f-paranormasight_02_necklace-goodsBox__item {
    width: 50%;
    box-sizing: border-box;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .f-paranormasight_02_necklace-goodsBox__item:nth-of-type(2) {
    width: 47%;
  }

  .f-paranormasight_02_necklace-blueBgSec::before {
    background-image: url(../img/kugiri_top_pc.png);
    height: min(16.5vw, 150px);
  }

  .f-paranormasight_02_necklace-blueBgSec::after {
    background-image: url(../img/kugiri_bottom_pc.png);
    height: min(16.5vw, 150px);
  }

  .f-paranormasight_02_necklace-secSubHeading {
    margin-bottom: 36px;
  }

  .f-paranormasight_02_necklace-secSubHeading img {
    width: 460px;
  }

  .f-paranormasight_02_necklace-blueBgSecInner {
    background-image: url(../img/background_umi_pc.jpg);
    padding: calc(150px + min(8.25vw, 75px)) 20px calc(150px + min(8.25vw, 75px));
  }

  .f-paranormasight_02_necklace-supervisionTitle {
    font-size: 24px;
    margin-bottom: 25px;
    padding-left: 12px;
  }

  .f-paranormasight_02_necklace-supervisionDetail {
    display: flex;
    gap: 0 12px;
  }

  .f-paranormasight_02_necklace-supervisionDetailItem {
    width: calc((100% - 12px) / 2);
  }

  .f-paranormasight_02_necklace-supervisionDetail {
    display: flex;
    gap: 0 36px;
  }

  .f-paranormasight_02_necklace-supervisionDetailItem {
    width: calc((100% - 36px) / 2);
  }

  .f-paranormasight_02_necklace-supervisionDetailItem + .f-paranormasight_02_necklace-supervisionDetailItem {
    margin-top: 0px;
  }

  .f-paranormasight_02_necklace-supervisionDetailItem__txt {
    font-size: 16px;
  }

  .f-paranormasight_02_necklace-interviewTitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .f-paranormasight_02_necklace-interviewer {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .f-paranormasight_02_necklace-interviewer.f-paranormasight_02_necklace-interviewer--snsBlock {
    width: 47%;
  }

  .f-paranormasight_02_necklace-intervieweeIcon {
    width: 120px;
  }

  .f-paranormasight_02_necklace-intervieweeTxtArea {
    width: calc(100% - 120px);
  }

  .f-paranormasight_02_necklace-intervieweeTxt {
    font-size: 16px;
  }

  .f-paranormasight_02_necklace-intervieweeSbs {
    gap: 30px;
  }

  .f-paranormasight_02_necklace-intervieweeSbs__txtArea {
    width: calc(67% - 30px);
    font-size: 16px;
  }

  .f-paranormasight_02_necklace-intervieweeSbs__imgArea {
    width: 33%;
  }

  .f-paranormasight_02_necklace-intervieweeAboutBlockImgArea {
    width: 30%;
    margin-top: 0px;
  }

  .f-paranormasight_02_necklace-interviewSnsBlock {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    max-width: 900px;
    gap: 10px;
  }

  .f-paranormasight_02_necklace-interviewSnsBlock__txt {
    width: 50%;
    font-size: 16px;
    order: 0;
  }

  .f-paranormasight_02_necklace-interviewSnsBlock__img {
    width: 38%;
    margin: 0;
  }

  .f-paranormasight_02_necklace-interviewContentsBlock {
    display: flex;
    max-width: 700px;
  }

  .f-paranormasight_02_necklace-interviewContentsBlock__txt {
    width: 40%;
    font-size: 20px;
    text-align: left;
  }

  .f-paranormasight_02_necklace-interviewContentsBlock__img {
    width: 60%;
  }

  .f-paranormasight_02_necklace-interviewContentsBlock__txt + .f-paranormasight_02_necklace-interviewContentsBlock__img {
    margin-top: 0px;
  }

  .f-paranormasight_02_necklace-interviewRemarks {
    font-size: 18px;
    line-height: 2.4;
  }

  .f-paranormasight_02_necklace-announceHeading {
    font-size: 30px;
  }

  .f-paranormasight_02_necklace-announceInfoHeading {
    font-size: 30px;
  }

  .f-paranormasight_02_necklace-announceImg {
    width: 80%;
    margin: 0 auto 50px;
  }

  .f-paranormasight_02_necklace-announceInfoBlock {
    padding: 30px 15px 15px;
    width: 80%;
    text-align: center;
  }

  .f-paranormasight_02_necklace-announceInfoInner {
    padding: 36px 20px 50px;
  }

  .f-paranormasight_02_necklace-announceInfoTxt {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }

  .f-paranormasight_02_necklace-announceLinkHeading {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .f-paranormasight_02_necklace-annotationTxt {
    text-align: center;
  }
}

/*================================================================================
Utility
================================================================================*/
/*margin---------------------------------------------------------------------------------------------*/
.f-u-mb-l { margin: 0 auto 80px;}
.f-u-mb-m { margin: 0 auto 50px;}
.f-u-mb-s { margin: 0 auto 36px;}
@media screen and (min-width: 601px) {
  .f-u-mb-l { margin: 0 auto 150px;}
  .f-u-mb-m { margin: 0 auto 100px;}
  .f-u-mb-s { margin: 0 auto 50px;}
}
.f-u-mt0 { margin-top: 0 !important;}
.f-u-mb0 { margin-bottom: 0 !important;}

/*width---------------------------------------------------------------------------------------------*/
.f-u-w-10 { width: 10%;}
.f-u-w-20 { width: 20%;}
.f-u-w-30 { width: 30%;}
.f-u-w-40 { width: 40%;}
.f-u-w-50 { width: 50%;}
.f-u-w-60 { width: 60%;}
.f-u-w-70 { width: 70%;}
.f-u-w-80 { width: 80%;}
.f-u-w-90 { width: 90%;}
.f-u-w-100 { width: 100%;}
@media screen and (min-width: 601px) {
  .f-u-w-pc10 { width: 10%;}
  .f-u-w-pc20 { width: 20%;}
  .f-u-w-pc30 { width: 30%;}
  .f-u-w-pc40 { width: 40%;}
  .f-u-w-pc50 { width: 50%;}
  .f-u-w-pc60 { width: 60%;}
  .f-u-w-pc70 { width: 70%;}
  .f-u-w-pc80 { width: 80%;}
  .f-u-w-pc90 { width: 90%;}
  .f-u-w-pc100 { width: 100%;}
}
/*---------------------------------------------------------------------------------------------*/
.f-u-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;}
.f-u-blockC { margin-left: auto; margin-right: auto;}
.f-u-ta-c { text-align: center !important;}
.f-u-ta-l { text-align: left !important;}
.f-u-ta-r { text-align: right !important;}
.f-u-mincho { font-family: '游明朝', 'YuMincho', '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'Kozuka Mincho Std', '小塚明朝 Std R', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;}
.f-u-fw-b { font-weight: bold !important;}
.f-u-fw-n { font-weight: normal !important;}
/*---------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {.f-u-pcOnly { display: none !important;}}
@media screen and (min-width: 601px) {.f-u-spOnly { display: none !important;}}
