@charset "utf=8";

html {
  font-size: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: black;
  line-height: 2.5rem;
  font-size: 1.0625rem;
}
ol{
  width: 570px;
    margin: 0 auto;
    padding: 1rem;
    list-style-type: none;
    counter-reset: number;
}
ol li{
  font-weight: bold;
  color: #ff7000;
  margin: 0 0 10px 0;
  font-size: 25px;
}
ol li:before{
  content : counter(number);
  counter-increment: number;
  color:#FFFFFF;
  width:30px;
  height:30px;
  padding:1px 11px;
  text-align:center;
  margin-right:5px;
  background:#ff7000;
  border-radius:50%;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.S-img {
  display: block;
    margin: 17px auto;
    width: 670px;
}

.SS-img {
  height: 240px;
  display: block;
  margin-left: auto;
}

.img-m-bottom {
  margin-bottom: 24px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}


/* コンテンツ幅 */

.wrapper {
  width: 100%;
  max-width: 800px;
  padding: 10px 2% 20px;
  margin: 0 auto;
}

.content {
  box-shadow: 0px 0px 13px 0px rgba(17, 17, 26, 0.18);
  height: 100%;
}

/* タイトル */
.site-tit {
  line-height: 1.5;
  text-align: center;
}

.sb-tit {
  color: #ff0449;
  font-size:27px;
  padding: 0;
    text-align: center;
    position: relative;
    margin: 0px;
}

/*.sb-tit::before,
.sb-tit::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
}

.explanationpage .sec-tit {
  position: relative;
  color: #00ff08;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

.sb-tit::before {
  border-left: #ff0449 solid 3px;
  left: 10%;
  transform: rotate(-30deg);
}

.sb-tit::after {
  border-right: #ff0449 solid 3px;
  right: 10%;
  transform: rotate(30deg);
}*/

.main-tit {
  font-size: 2.4rem;
  margin: 0;
}

.sec-tit {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 54px;
  letter-spacing: 1.6px;
}
.text-01{width: 550px;
  margin: auto;}
.text-center{width: 500px;
  margin:auto;}

/* 装飾 */
.dec {
  font-size: 2rem;
  letter-spacing: 15px;
  margin-top: -18px;
  display: block;
  text-align: center;
}

/* 改行 */
.PC-br {
  display: block;
}

/* 文字の強調　*/

.weight {
  font-weight: 700;
  font-size: 1.4rem;

}

.weight-02 {
  font-size: 1.6rem;
  font-weight: 800;
}

.red {
  color: red;
  font-weight: 800;
  font-size: 1.4rem;
}

.big-red {
  color: red;
  font-weight: 800;
  font-size: 2rem;
  text-align:center;
  display: block;
}

.bold {
  font-weight: bold;
}
h3{
  color: #fff;
  background-size: auto auto;
  background-color: rgba(255, 37, 63, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 67, 143, 1) 3px, rgba(255, 67, 143, 1) 6px );
    font-size: 37px;
    padding: 10px 10px 6px 10px;
    line-height: 44px;
    margin:10px;
}
.color-change {
  animation: color-change 2s linear infinite;
}

/* アニメーション */
@keyframes color-change {
  0%, 100% {
    color: #ff1493;

  }

  25% {
    color: #f200ff;
  }

  50% {
    color: #1f00ea;
  }

  75% {
    color: #9400d3;
  }
}

/* 左から */

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* トーク */
.Q-text {
  background: #fffbc6;
  padding: 15px 30px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}

.Q-text::before {
  content: "";
  position: absolute;
  top: 33%;
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #fffbc6;
}

.A-text {
  background: #ffcece;
  padding: 15px 30px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  width: 80%;
  float: right;
  margin-bottom: 40px;

}

.A-text::after {
  content: "";
  position: absolute;
  top: 33%;
  right: -30px;
  border: 15px solid transparent;
  border-left: 15px solid #ffcece;
}

.name-label {
  position: relative;
}

.name-label::before {
  content: "ゴッドファーザー矢田部さん";
  white-space: nowrap;
  position: absolute;
  top: -34px;
  right: 0;
  width: 40%;
  height: 50px;
  font-weight: bold;
}

/* ボタン */
.btn {    display: block!important;
  width: 580px;
  margin: 10px auto; display: inline-block;
}

.btn .text {
  font-size: 1.6rem;
}

/* 拡大縮小 */
.keyframe {
  animation-name: anim_sc;
  transform: scale(0.9, 0.9);
}

@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

/* //////////////////////////////////////////////////////////////
header
///////////////////////////////////////////////////////////////// */


.top-img img {
 
  display: block;
  margin: 0 auto;
}

header .text-01 {
  margin-bottom: 40px;
}

header .text-center {
  text-align: center;
}

/* //////////////////////////////////////////////////////////////
インタビュー
///////////////////////////////////////////////////////////////// */
#interview .inte-tit {
  position: relative;
  text-align: center;
  font-size: 2.2rem;
}

#interview .inte-tit::before,
#interview .inte-tit::after {
  content: "▼▼▼";
  position: absolute;
  top: 0;
}

#interview .inte-tit::before {
  left: 0;
}

#interview .inte-tit::after {
  right: 0;
}

#interview .text {
  display: inline-block;
}

/* ボタン */
.interviewpage .btn {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 240px;
  margin-bottom: 40px;
}

.interviewpage .btn a {
  position: relative;
}

.interviewpage .btn a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #345111;
  border-radius: 24px;
  z-index: -10;
  width: 100%;
  height: 100px;
}

.interviewpage .btn a:hover {
  bottom: -8px;
}

.interviewpage .btn a:hover::after {
  bottom: 5px;
}

/* //////////////////////////////////////////////////////////////
リキッドについて
///////////////////////////////////////////////////////////////// */
.explanationpage {
  margin-top: -30px;
  padding-top: 22px;
}

#about {
  margin-bottom: 110px;
}

#about .Enperus-img {
  width: 110px;
  height: 400px;
  margin: 0 auto;
  display: block;
}

#about .text {
  margin-bottom: 40px;
}

/* ボタン */
.explanationpage .btn {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.explanationpage .btn a {
  position: relative;
}

.explanationpage .btn a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #345111;
  border-radius: 24px;
  z-index: -10;
  width: 100%;
  height: 100px;
}

.explanationpage .btn a:hover {
  bottom: -8px;
}

.explanationpage .btn a:hover::after {
  bottom: 5px;
}

/* //////////////////////////////////////////////////////////////
メディア
///////////////////////////////////////////////////////////////// */
#media {
  margin-bottom: 80px;
}

#media .text {
  margin: 40px 0;
}

#media .img-list {
  display: flex;
  justify-content: space-around;
}

#media .img-list img {
  width: 48%;
}

/* //////////////////////////////////////////////////////////////
レビュー
///////////////////////////////////////////////////////////////// */
#review {
  margin-bottom: 80px;
}

#review .sec-tit {
  margin-bottom: 80px;
  margin-top: 0;
}

#review .sb-tit {
  font-size: 1.6rem;
  font-weight: 700;
}

#review .sb-tit::before {
  left: 26%;
}

#review .sb-tit::after {
  right: 28%;
}

/* //////////////////////////////////////////////////////////////
ユーザー口コミ
///////////////////////////////////////////////////////////////// */
#mouth {
  margin-bottom: 100px;
}

#mouth .name {
  border-bottom: 2px solid rgb(68, 68, 68);
  width: 100%;
}

#mouth .name,
#mouth .sub-tit {
  margin: 0;
}

#mouth img {
  width: 260px;
  height: 200px;
  object-fit: cover;
}

#mouth .kutikomi {
  background: #e2c5f3;
  background-image:
    repeating-linear-gradient(-45deg,
      #fff, #fff 1px,
      transparent 0, transparent 14px);
  padding: 8px 18px 20px 18px;
  border-radius: 15px;
  margin-bottom: 20px;
}

#mouth .flex {
  display: flex;
  align-items: center;
  margin-top: -10px;
}

#mouth .space {
  padding-top: 14px;
}

#mouth .text {
  background: #fff;
  padding: 16px;
  border-radius: 30px;
  margin-left: 18px;
  line-height: 36px;
  text-align: justify
}

/* //////////////////////////////////////////////////////////////
フッター
///////////////////////////////////////////////////////////////// */

footer {
  text-align: center;
  margin-bottom: 30px;
}

/* ボタン */
footer .btn a {
  position: relative;
}

footer .btn a::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #345111;
  border-radius: 24px;
  z-index: -10;
  width: 100%;
  height: 100px;
}

footer .btn a:hover {
  bottom: -8px;
}

footer .btn a:hover::after {
  bottom: 5px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
//////////////////////////////////////////////////////////////
レスポンシブ
/////////////////////////////////////////////////////////////////
 */
/* --SP-------------------------------------------- */
@media screen and (max-width:600px) {
  .text-center {
    width: 100%;
    margin: auto;
}
  body {
    line-height: 1.8rem;
  }

  .br {
    display: block;
  }

  .PC-br {
    display: inline;
  }

  .wrapper {
    padding: 4px 4%;
  }

  .content {
    box-shadow: none;
    overflow: hidden;
  }

  /* タイトル */
  .sb-tit,
  .main-tit {
    font-size: 1.5rem;
  }
/*
  .sb-tit::before {
    left: 3%;
    top: 0;
  }

  .sb-tit::after {
    right: 4%;
    top: 0;
  }

  .sec-tit {
    font-size: 1.5rem;
  }

  #review .sb-tit {
    font-size: 1.4rem;
  }

  #review .sb-tit::before {
    left: 5%;
  }

  #review .sb-tit::after {
    right: 5%;
  }*/

  /* 装飾 */
  .dec {
    font-size: 1.6rem;
    letter-spacing: 10px;
  }


  /*文字の協調 */
  .weight,
  .red {
    font-size: 1.2rem;
  }
  h3{
    color: #fff;
    background-size: auto auto;
    background-color: rgba(255, 37, 63, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 67, 143, 1) 3px, rgba(255, 67, 143, 1) 6px );
    font-size: 5vw;
    padding: 10px 10px 6px 10px;
    line-height: 6vw;
  }
  .weight-02,
  .big-red {
    font-size: 1.4rem;
  }

  /* 画像 */


  /* 余白 */
  #about {
    margin-bottom: 0;
  }

  #review,
  #mouth {
    margin-bottom: 40px;
  }

  #review .sec-tit {
    margin-bottom: 26px;
  }

  /* --header-------------------------------------- */
  header {
    margin-bottom: 40px;
  }



  header .text-01 {
    margin-bottom: 30px;
  }

  header .S-img {
    height: 100%;
  }

  /* --インタビュー-------------------------------------- */
  #interview .inte-tit {
    font-size: 1.4rem;
  }

  #interview .inte-tit::before,
  #interview .inte-tit::after {
    font-size: 1rem;
    letter-spacing: 4px;
  }

  /* トーク */
  .name-label::before {
    width: 68%;
    font-size: 0.785rem;
    line-height: 50px;
  }

  .A-text,
  .Q-text {
    margin-bottom: 14px;
  }

  .Q-text {
    margin-left: 5px;
  }

  .A-text {
    margin-right: 5px;
  }

  .A-text::after {
    right: -28px;
  }

  /* ボタン */
  .explanationpage .btn a::after,
  .interviewpage .btn a::after,
  footer .btn a::after {
    height: 0px;
  }

  .interviewpage .btn {
    margin-top: 300px;
  }

  .btn .text {
    font-size: 1.2rem;
  }

  /* --口コミ-------------------------------------- */
  #mouth .flex {
    flex-direction: column;
    margin-top: 4px;
    align-items: center;
  }

  #mouth .text {
    margin-left: 0;
    line-height: 28px;
  }
  .btn {    display: block;
    width: 100%;
    margin: 10px auto; display: inline-block;
  }
  ol {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    counter-reset: number;
}
ol li {
  font-weight: bold;
  color: #ff7000;
  margin: 0 0 10px 0;
  font-size: 17px;
}
ol li:before {
  content: counter(number);
  counter-increment: number;
  color: #FF7000;
  background: initial;
  text-align: center;
  margin-right: 5px;
  padding: 0px 1px ;
  border-radius: 50%;
}
.text-01 {
  width: 100%;
  margin: auto;
  font-size: 17px;
}
.big-red {
  font-size: 6vw;
  line-height: 40px;
  margin-bottom: 5px;
}

.wrapper {
  padding: 4px 5px;
}
h3 {
  color: #fff;
  background-size: auto auto;
  background-color: rgba(255, 37, 63, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 67, 143, 1) 3px, rgba(255, 67, 143, 1) 6px );
  font-size: 6vw;
  padding: 5px 6px 3px 5px;
  line-height: 8vw;
  margin: 8px 0px;
}
.sb-tit::before {
  border-left: none;}
  .sb-tit::after {
    border-right: none;}
    .sec-tit {

      text-align: center;
      margin-bottom: 24px;
      letter-spacing: 1.6px;
  }
    .sb-tit {
      color: #ff0449;
            padding: 0;
      text-align: center;
      position: relative;
      margin: 0px;
      font-size: 4.4vw;
  }
  .sb-tit, .main-tit {
    font-size: 5vw;
}
.site-tit {
  line-height: 1.5;
  text-align: center;
  margin: 10px 0;
}
.dec {
  font-size: 4vw;
  letter-spacing: 10px;
}
header {margin: 0;
}

}