@charset "UTF-8";

/*SP、PC共通スタイルここに*/
/* base */
.ftool-wrapper > .article,
.ftool-wrapper .description,
.ss-article-main-image,
.ftool-wrapper p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.ftool-wrapper h3 {
  margin-bottom: 0;
}

.ftool-wrapper h2 {
  margin-bottom: 0;
}

.ftool-wrapper #sec01 {
  margin-bottom: 0;
}

/* setting */
html,
body {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

:root {
  --primary: #000;
  --secondary: #777;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;  
    text-decoration: none;
  }  
}
/* setting */

/* credit */
.ref-item  {
  font-size: 11px;
  margin-bottom: 8px;
  .thumb {
    display: none;
  }
  .brand {
    margin-left: 60px;
  }
  .name {
      margin-left: 60px;
  }
  .price {
      margin-left: 60px;
  }
}
.ftool-wrapper .ref-item {
  font-size: 11px;
  margin-bottom: 8px;
  margin-top: 12px;
}
.ftool-wrapper .ref-item .thumb {
  width: 50px;
}
.ftool-wrapper .ref-item .brand {
  display: none;
}
.ftool-wrapper .ref-item .name {
  margin-left: 0;
  font-size: 10px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 0;
  font-size: 10px;
}
.ftool-wrapper .line_up_two {
  width: 90%;
  float: none;
  padding-right: 0;
}

.contentsBlock {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  font-size: 12px;
  color: var(--primary);
  line-height: 170%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.visualBlock,
.leadBlock {
  width: 78%;
  margin-inline: auto;
}

.mainBlock {
  border-bottom: 1px solid var(--primary);
  margin-bottom: 40px;
}

.visual__image img {
  width: 50%;
}

.visual__image {
  display: flex;
  padding-bottom: 40px;
}

.visual__title {
  width: 34%;
}

.leadBlock__text {
  width: 55%;
  max-width: 550px;
}

.leadBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 16px;
  padding-bottom: 40px;
}

.leadBlock__credit {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: italic;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.lookBlock__title {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  font-size: 40px;
  line-height: 100%;
  padding-bottom: 20px;
}

.leadBlock__creditInfo {
  color: var(--secondary);
}

.lookBlock__title--small {
  font-size: 32px;
}

.lookBlock__title--small span {
  font-size: 27px;
}

.lookBlock {
  width: 63%;
  max-width: 800px;
  margin-inline: auto;
  padding-top: 80px;
}

.lookBlock__frame--2columns {
  display: flex;
}

.lookBlock__frame--1column {
  width: 65%;
}

.lookBlock__text {
  width: 85%;
  margin-inline: auto;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lookBlock__text--pbSmall {
  padding-bottom: 24px;
}

.lookBlock__frame {
  padding-bottom: 30px;
  margin-inline: auto;
}

.lookBlock__line {
  border-bottom: 1px solid var(--primary);
  width: 100%;
}

.leadBlock__creditItems {
  line-height: 100%;
}

@media screen and (max-width: 768px) {
/*SP用スタイル*/

.lookBlock__Frame {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mainBlock {
  margin-bottom: 0;
}

.visual__image {
  padding-bottom: 24px;
}

.lookBlock__frame--1column {
  width: 90%;
}

.lookBlock__frame {
  padding-bottom: 20px;
}

.lookBlock__credit.lookBlock__credit--custom {
  padding-left: 10px;
}

.lookBlock__text.lookBlock__text--pbSmall {
  padding-bottom: 20px;
}

.lookBlock__title--small span {
  font-size: 22px;
}

.lookBlock__title.lookBlock__title--small {
  font-size: 26.5px;
  text-align: left;
}

.lookBlock__title {
  padding-bottom: 12px;
  text-align: left;
  width: 90%;
  margin-inline: auto;
  font-size: 28px;
  text-align: center;
}

.lookBlock__text {
  width: 90%;
  padding-bottom: 24px;
}

.lookBlock {
  padding-top: 60px;
  width: 100%;
}

.leadBlock__credit {
  padding-top: 20px;
}

.visual__title {
  width: 64%;
  padding-left: 4%;
}

.leadBlock__text {
  width: 100%;
}

.leadBlock {
  flex-direction: column;
  padding-bottom: 24px;
}

.visualBlock {
  width: 100%;
}

.leadBlock {
  width: 90%;
}

.br-pc {
  display: none;
}

.pc {
  display: none;
}
}
 /*SP用スタイルここまで*/

@media screen and (min-width: 768px) {
/*PC用スタイル*/

.br-sp {
  display: none;
}

.sp {
  display: none;
}  
}
/*PC用スタイルここまで*/

/* fadeUp */
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.fadeUp.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* visualのフェードイン */
@keyframes visualFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.visual-fadeIn {
  opacity: 0;
    -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.visual-fadeIn.show {
  animation: visualFadeIn 1.5s ease-out forwards;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

