@charset "UTF-8";
body {
  margin: 0;
  color: #3e3e3e;
  font-family: 'ヒラギノ角ゴシック', 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  word-break: normal;
  background: #F0E5E9;
}

.container {
  padding: 0 10px;
}

@media screen and (min-width: 600px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
  }
}

li {
  list-style: none;
}

header .header-container {
  max-width: 960px;
  margin: 0 auto;
}

header .header-container .main-image {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  header .header-container .main-image {
    display: block;
  }
}

.mail {
  padding: 20px 0;
}

.mail .content {
  background-image: url(../images/btn-image.png);
  border: 1px solid orange;
  box-shadow: 0 0 10px silver;
  padding: 10px 10px 0px 10px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .mail .content {
    width: 70%;
  }
}

@media screen and (min-width: 1025px) {
  .mail .content {
    width: 50%;
  }
}

.mail .content .mail-image {
  position: relative;
}

.mail .content .mail-image h2 {
  margin: 0;
}

.mail .content .mail-image img {
  width: 100%;
}

.mail .content .mail-image .mail-btn {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  width: 80%;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 10% / 100%;
  font-size: 20px;
  border: none;
  border-bottom: 3px solid gray;
  text-decoration: none;
  background: linear-gradient(300deg, #C6E3DF 40%, #FEFEFE, #C6E3DF 70%);
}

.mail .content .mail-image .mail-btn img {
  padding: 0 20px;
}

.mail .content .mail-image .mail-btn span {
  position: relative;
  color: #DA8E00;
  display: inline-block;
  background: linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mail .content .mail-image .mail-btn span:before {
  content: '今すぐ無料で登録する';
  position: absolute;
  z-index: -1;
  text-shadow: #385C55 0.5px 0.5px 0, #385C55 -0.5px -0.5px 0, #385C55 -0.5px 0.5px 0, #385C55 0.5px -0.5px 0, #385C55 0px 0.5px 0, #385C55 -0.5px 0, #385C55 -0.5px 0 0, #385C55 0.5px 0 0;
  /*上、下*/
}

@media screen and (min-width: 600px) {
  .mail .content .mail-image .mail-btn {
    font-size: 25px;
    border-radius: 12% / 100%;
    margin-top: 20px;
  }
}

.mail .content .mail-image .mail-btn:active {
  border: none;
  position: absolute;
  top: calc(43% + 3px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.mail .content .mail-image .show-mail-detail {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #333;
  margin: 0;
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  .mail .content .mail-image .show-mail-detail {
    bottom: 40px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .mail .content .mail-image .show-mail-detail {
    bottom: 50px;
  }
}

.mail .content .mail-main {
  font-weight: bold;
  font-size: 5vw;
  display: inline-block;
  color: #9A2325;
  margin: 0;
}

.mail .content .mail-sub {
  font-size: 4vw;
  margin: 0;
  color: #b81466;
}

.mail .content p {
  color: #b81466;
  margin: 0;
}

.mail .content p span {
  color: #80bfff;
}

.mail .content .modal-mail-detail {
  position: fixed;
  align-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.mail .content .modal-mail-detail:hover {
  cursor: pointer;
}

.mail .content .modal-mail-detail .mail-detail {
  background: #fff;
  padding: 10px;
  margin: 10px 20px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .mail .content .modal-mail-detail .mail-detail {
    margin: 50px 100px;
    padding: 10px 50px;
  }
}

@media screen and (min-width: 1025px) {
  .mail .content .modal-mail-detail .mail-detail {
    margin: 50px 200px;
  }
}

.mail .content .modal-mail-detail .mail-detail h2 {
  font-size: 16px;
}

@media screen and (min-width: 1025px) {
  .mail .content .modal-mail-detail .mail-detail h2 {
    font-size: 25px;
  }
}

.mail .content .modal-mail-detail .mail-detail p {
  padding-left: 5%;
  position: relative;
  color: #333;
  text-align: left;
  font-size: 13px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .mail .content .modal-mail-detail .mail-detail p {
    font-size: 20px;
  }
}

.mail .content .modal-mail-detail .mail-detail p:before {
  content: '※';
  position: absolute;
  left: 0;
}

.mail .content .modal-mail-detail .mail-detail button {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  width: 90%;
  padding: 10px 30px;
  color: #fff;
  background-color: #80bfff;
  border-radius: 15% / 100%;
  font-size: 20px;
  border: none;
}

@media screen and (min-width: 600px) {
  .mail .content .modal-mail-detail .mail-detail button {
    width: 60%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .mail .content .modal-mail-detail .mail-detail button {
    border-radius: 10% / 100%;
    width: 50%;
  }
}

.mail .content .modal-mail-detail .mail-detail .x-mark {
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0;
  padding: 3px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .mail .content .modal-mail-detail .mail-detail .x-mark {
    width: 50px;
    height: 50px;
  }
}

#benefit {
  padding: 0 5px;
}

#benefit .benefit-period {
  margin-bottom: 30px;
  margin: 0;
}

@media screen and (min-width: 600px) {
  #benefit .benefit-period {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

#benefit .benefit-period p {
  position: relative;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 5vw;
}

#benefit .benefit-period p img {
  width: 100%;
}

#benefit .benefit-period p:after {
  position: absolute;
  content: '';
  top: 92%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border: 20px solid transparent;
  border-top: 20px solid #d8d8d8;
  width: 0;
  height: 0;
}

@media screen and (min-width: 600px) {
  #benefit .benefit-period p:after {
    border: 30px solid transparent;
    border-top: 30px solid #d8d8d8;
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit-period p:after {
    top: 210px;
    border: 50px solid transparent;
    border-top: 50px solid #d8d8d8;
  }
}

#benefit .benefit {
  padding: 50px 0;
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 5px;
  width: 90%;
  background: #fff;
  box-shadow: 0 0 5px silver;
}

@media screen and (min-width: 600px) {
  #benefit .benefit {
    margin-top: 30px;
  }
}

#benefit .benefit .bf-title {
  text-align: center;
}

#benefit .benefit .bf-title h1 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px  10px 45px;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 8vw;
  color: #9A2325;
  background: linear-gradient(300deg, #C6E3DF 40%, #FEFEFE, #C6E3DF 70%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  letter-spacing: 1rem;
  margin-bottom: 10px;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
  /*上、下*/
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h1 {
    margin: 0 0 0 -30px;
    width: calc(100% + 30px);
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .bf-title h1 {
    font-size: 60px;
  }
}

#benefit .benefit .bf-title h1:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 15px #7ec8c4;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h1:before {
    border-right: solid 20px #7ec8c4;
  }
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h1:before {
    border-right: solid 25px #7ec8c4;
  }
}

#benefit .benefit .bf-title h2 {
  font-size: 14px;
  font-weight: normal;
  color: #314542;
  margin: 0;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h2 {
    margin-top: 10px;
    font-size: 25px;
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .bf-title h2 {
    font-size: 30px;
  }
}

#benefit .benefit .bf-title h3 {
  transform: translate(0, 0);
  padding: 5px 0;
  font-size: 15px;
  color: #000;
  margin: 15px 0 20px 0;
  background-image: linear-gradient(135deg, #cac199, #fefef4, #cac199);
}

#benefit .benefit .bf-title h3 .bf1-1 {
  position: relative;
  color: #DA8E00;
  display: inline-block;
  font-size: 16px;
  background: linear-gradient(#8E7525, #513510);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h3 .bf1-1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .bf-title h3 .bf1-1 {
    font-size: 30px;
  }
}

#benefit .benefit .bf-title h3 .bf1-1:before {
  content: '膝や股関節の痛みを取り除く';
  position: absolute;
  z-index: -1;
  text-shadow: #fff 0.5px 0.5px 0, #fff -0.5px -0.5px 0, #fff -0.5px 0.5px 0, #fff 0.5px -0.5px 0, #fff 0px 0.5px 0, #fff -0.5px 0, #fff -0.5px 0 0, #fff 0.5px 0 0;
  /*上、下*/
}

#benefit .benefit .bf-title h3 .bf1-2 {
  position: relative;
  color: #DA8E00;
  display: inline-block;
  font-size: 20px;
  background: linear-gradient(#8E7525, #513510);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h3 .bf1-2 {
    font-size: 40px;
  }
}

#benefit .benefit .bf-title h3 .bf1-2:before {
  content: '究極の“足ツボケア”';
  position: absolute;
  z-index: -1;
  text-shadow: #fff 0.5px 0.5px 0, #fff -0.5px -0.5px 0, #fff -0.5px 0.5px 0, #fff 0.5px -0.5px 0, #fff 0px 0.5px 0, #fff -0.5px 0, #fff -0.5px 0 0, #fff 0.5px 0 0;
  /*上、下*/
}

#benefit .benefit .bf-title h3 .bf1-3 {
  position: relative;
  color: #DA8E00;
  display: inline-block;
  background: linear-gradient(#8E7525, #513510);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#benefit .benefit .bf-title h3 .bf1-3:before {
  content: '（PDF）';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-shadow: #fff 0.5px 0.5px 0, #fff -0.5px -0.5px 0, #fff -0.5px 0.5px 0, #fff 0.5px -0.5px 0, #fff 0px 0.5px 0, #fff -0.5px 0, #fff -0.5px 0 0, #fff 0.5px 0 0;
  /*上、下*/
}

#benefit .benefit .bf-title h3 .bf2-1 {
  position: relative;
  color: #DA8E00;
  font-size: 14px;
  display: inline-block;
  background: linear-gradient(#8E7525, #513510);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h3 .bf2-1 {
    font-size: 25px;
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .bf-title h3 .bf2-1 {
    font-size: 30px;
  }
}

#benefit .benefit .bf-title h3 .bf2-1:before {
  content: '身体のプロだけが知っている';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-shadow: #fff 0.5px 0.5px 0, #fff -0.5px -0.5px 0, #fff -0.5px 0.5px 0, #fff 0.5px -0.5px 0, #fff 0px 0.5px 0, #fff -0.5px 0, #fff -0.5px 0 0, #fff 0.5px 0 0;
  /*上、下*/
}

#benefit .benefit .bf-title h3 .bf2-2 {
  position: relative;
  color: #DA8E00;
  display: inline-block;
  font-size: 18px;
  background: linear-gradient(#8E7525, #513510);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h3 .bf2-2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .bf-title h3 .bf2-2 {
    font-size: 40px;
  }
}

#benefit .benefit .bf-title h3 .bf2-2:before {
  content: '“慢性的な痛みの原因と対処法”';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-shadow: #fff 0.5px 0.5px 0, #fff -0.5px -0.5px 0, #fff -0.5px 0.5px 0, #fff 0.5px -0.5px 0, #fff 0px 0.5px 0, #fff -0.5px 0, #fff -0.5px 0 0, #fff 0.5px 0 0;
  /*上、下*/
}

#benefit .benefit .bf-title h3 .bf2-3 {
  position: relative;
  color: #DA8E00;
  display: inline-block;
  background: linear-gradient(#8E7525, #513510);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#benefit .benefit .bf-title h3 .bf2-3:before {
  content: '（PDF）';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-shadow: #fff 0.5px 0.5px 0, #fff -0.5px -0.5px 0, #fff -0.5px 0.5px 0, #fff 0.5px -0.5px 0, #fff 0px 0.5px 0, #fff -0.5px 0, #fff -0.5px 0 0, #fff 0.5px 0 0;
  /*上、下*/
}

#benefit .benefit .bf-title h3 .bf3-1 {
  position: relative;
  color: #DA8E00;
  display: inline-block;
  font-size: 15px;
  background: linear-gradient(#8E7525, #513510);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h3 .bf3-1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .bf-title h3 .bf3-1 {
    font-size: 40px;
  }
}

#benefit .benefit .bf-title h3 .bf3-1:before {
  content: '「デトックス・メニュー・レシピ集」';
  position: absolute;
  z-index: -1;
  text-shadow: #fff 0.5px 0.5px 0, #fff -0.5px -0.5px 0, #fff -0.5px 0.5px 0, #fff 0.5px -0.5px 0, #fff 0px 0.5px 0, #fff -0.5px 0, #fff -0.5px 0 0, #fff 0.5px 0 0;
  /*上、下*/
}

#benefit .benefit .bf-title h3 .bf3-2 {
  position: relative;
  color: #DA8E00;
  display: inline-block;
  background: linear-gradient(#8E7525, #513510);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#benefit .benefit .bf-title h3 .bf3-2:before {
  content: '（PDF）';
  position: absolute;
  z-index: -1;
  text-shadow: #fff 0.5px 0.5px 0, #fff -0.5px -0.5px 0, #fff -0.5px 0.5px 0, #fff 0.5px -0.5px 0, #fff 0px 0.5px 0, #fff -0.5px 0, #fff -0.5px 0 0, #fff 0.5px 0 0;
  /*上、下*/
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .bf-title h3 {
    font-size: 30px;
  }
}

#benefit .benefit .bf-title h4 {
  font-size: 4vw;
  color: #b81466;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .bf-title h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .bf-title h4 {
    font-size: 25px;
  }
}

#benefit .benefit .desc .image {
  text-align: center;
}

#benefit .benefit .desc .image img {
  border-radius: 50%;
  border: 1px solid pink;
}

#benefit .benefit .desc .desc-list {
  line-height: 1rem;
}

#benefit .benefit .desc .desc-list ul {
  list-style-type: none;
  padding: 0;
}

@media screen and (min-width: 1025px) {
  #benefit .benefit .desc .desc-list ul {
    padding-right: 30px;
  }
}

#benefit .benefit .desc .desc-list ul li {
  font-size: 14px;
  padding-bottom: 1rem;
  padding-left: 2rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}

@media screen and (min-width: 600px) {
  #benefit .benefit .desc .desc-list ul li {
    font-size: 18px;
    padding-left: 4rem;
  }
}

#benefit .benefit .desc .desc-list ul li span {
  background: #ffe9ec;
}

#benefit .benefit .desc .desc-list ul li:before {
  content: '\f3a5';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 4%;
  color: #cc6699;
}

#benefit .benefit .desc2 {
  flex-direction: row-reverse;
}

#problem {
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}

#problem .header {
  font-size: 10px;
  position: relative;
}

@media screen and (min-width: 600px) {
  #problem .header {
    width: 100%;
    font-size: 15px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  #problem .header {
    font-size: 20px;
  }
}

#problem .header h1 {
  text-align: center;
  color: #9A2325;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  box-shadow: 0px 3px 3px silver;
  margin: 0;
}

#problem .header span {
  position: absolute;
  bottom: 28px;
  left: -1%;
  z-index: 100;
  color: black;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px silver;
  padding: 3px 6px;
}

@media screen and (min-width: 600px) {
  #problem .header span {
    bottom: 45px;
    padding: 5px 10px;
  }
}

@media screen and (min-width: 1025px) {
  #problem .header span {
    bottom: 65px;
  }
}

#problem .header #problem-movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 10px silver;
}

#problem .header #problem-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#problem .problem-sp {
  width: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 10px silver;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  #problem .problem-sp {
    display: none;
  }
}

#problem .problem-pc {
  width: 100%;
  display: none;
}

@media screen and (min-width: 600px) {
  #problem .problem-pc {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0 0 10px silver;
  }
}

#problem .solution-sp {
  width: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 10px silver;
}

@media screen and (min-width: 600px) {
  #problem .solution-sp {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  #problem .solution-sp {
    display: none;
  }
}

#problem .solution-pc {
  display: none;
}

@media screen and (min-width: 600px) {
  #problem .solution-pc {
    max-width: 960px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 10px silver;
  }
}

#problem .change-sp {
  width: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 10px silver;
}

@media screen and (min-width: 600px) {
  #problem .change-sp {
    display: none;
  }
}

#problem .change-pc {
  display: none;
}

@media screen and (min-width: 600px) {
  #problem .change-pc {
    width: 100%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 10px silver;
  }
}

#problem .down-arrow {
  width: 20%;
  display: block;
  margin: 30px auto;
}

#introduce {
  padding: 20px 10px;
}

#introduce img {
  box-shadow: 0 0 10px silver;
  width: 100%;
}

@media screen and (min-width: 600px) {
  #introduce .introduce-sp {
    display: none;
  }
}

#introduce .introduce-pc {
  display: none;
}

@media screen and (min-width: 600px) {
  #introduce .introduce-pc {
    display: block;
  }
}

#introduce .introduce {
  background: #fffde8;
  border: 2px solid #6adcd6;
  border-radius: 10px;
  padding: 1rem;
  line-height: 2rem;
}

#introduce .introduce img {
  border: 5px double #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

#introduce .introduce h2 {
  color: #333;
  text-align: center;
  font-size: 15px;
}

@media screen and (min-width: 600px) {
  #introduce .introduce h2 {
    font-size: 25px;
  }
}

#introduce .introduce h2 span {
  position: relative;
  padding: 0.25em 1em;
  display: inline-block;
  color: #9A2325;
  box-shadow: 0 0 0 5px #fff9b5;
  background: #fff9b5;
}

#introduce .introduce h2 span:before, #introduce .introduce h2 span:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

#introduce .introduce h2 span:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top: 0;
  left: 0;
}

#introduce .introduce h2 span:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom: 0;
  right: 0;
}

#introduce .introduce h3 {
  font-size: 4vw;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  color: #b81466;
}

@media screen and (min-width: 600px) {
  #introduce .introduce h3 {
    font-size: 20px;
    text-align: center;
  }
}

#introduce .introduce p {
  color: #333;
  line-height: 1.5rem;
  font-size: 15px;
}

@media screen and (min-width: 600px) {
  #introduce .introduce p {
    font-size: 18px;
  }
}

#introduce .introduce .second-img {
  transform: rotate(10deg);
  box-shadow: -1px 1px 10px silver;
}

#result {
  padding: 20px 0;
}

#result .image {
  text-align: center;
}

#result .image img {
  width: 70%;
  box-shadow: 0 0 10px silver;
}

#result .image .result-main {
  background-image: url(../images/result-bg-gold.png);
  background-size: cover;
}

#result .image .result-main p {
  color: #375C56;
}

@media screen and (min-width: 600px) {
  #result .image .result-main p {
    font-size: 25px;
  }
}

@media screen and (min-width: 1025px) {
  #result .image .result-main p {
    font-size: 40px;
  }
}

#result .image .result-main h2 {
  position: relative;
  display: inline-block;
  font-size: 6vw;
  color: #9A2325;
}

@media screen and (min-width: 1025px) {
  #result .image .result-main h2 {
    font-size: 50px;
  }
}

#result .image .result-main h2:before, #result .image .result-main h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #8F2624;
  transform: rotate(60deg);
}

#result .image .result-main h2:before {
  left: -10%;
}

#result .image .result-main h2:after {
  right: -10%;
  transform: rotate(-60deg);
}

#result .down-arrow {
  width: 20%;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ff8060;
  margin-bottom: 2rem;
  margin: 30px auto 30px;
}

#result .reviews .review {
  padding: 10px;
  border: 1px solid #9A2325;
  margin-bottom: 20px;
  box-shadow: 0 0 10px silver;
  background: #F5F3F1;
}

@media screen and (min-width: 600px) {
  #result .reviews .review {
    padding: 20px;
  }
}

#result .reviews .review h2 {
  font-size: 5vw;
  text-align: center;
  color: #b81466;
}

@media screen and (min-width: 600px) {
  #result .reviews .review h2 {
    font-size: 25px;
  }
}

#result .reviews .review .images {
  display: flex;
}

#result .reviews .review .images img {
  width: 45%;
}

#result .reviews .review img {
  display: block;
  margin: 0 auto;
  border: 3px solid white;
  width: 70%;
  height: 100%;
}

#result .reviews .review p {
  color: #333;
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  #result .reviews .review p {
    font-size: 20px;
  }
}

#result .reviews .review p:last-child {
  font-size: 10px;
  text-align: right;
}

@media screen and (min-width: 600px) {
  #result .reviews .review p:last-child {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  #result .reviews .review .image-nakamura, #result .reviews .review .image-h {
    width: 50%;
  }
}

#result .reviews .attention {
  font-size: 10px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  #result .reviews .attention {
    font-size: 13px;
  }
}

#part-of-course {
  margin-top: 40px;
}

#part-of-course img {
  box-shadow: 0 0 10px silver;
}

@media screen and (min-width: 600px) {
  #part-of-course .poc-sp {
    display: none;
  }
}

#part-of-course .poc-pc {
  display: none;
}

@media screen and (min-width: 600px) {
  #part-of-course .poc-pc {
    display: block;
  }
}

#profile {
  padding: 20px 0 0 0;
  color: #333;
}

#profile .profile {
  background-color: #F5F3F1;
  box-shadow: 0 0 10px silver;
}

#profile .profile .profile-header-image {
  display: block;
  width: 100%;
}

#profile .profile .tab-grid {
  padding: 0 10px;
}

@media screen and (min-width: 600px) {
  #profile .profile .tab-grid {
    display: flex;
    padding-top: 10px;
  }
}

#profile .profile .profile-image {
  flex-basis: 50%;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  #profile .profile .profile-image {
    border: none;
  }
}

#profile .profile .profile-image .image-cover-morimori {
  width: 250px;
  overflow: hidden;
  border: 3px solid pink;
}

#profile .profile .profile-image img {
  display: block;
  height: 100%;
  box-sizing: border-box;
}

#profile .profile ul {
  flex-basis: 50%;
  padding: 1em 0.5em;
  position: relative;
  font-size: 3vw;
}

@media screen and (min-width: 600px) {
  #profile .profile ul {
    font-size: 15px;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
}

#profile .profile ul li {
  padding: 1em 0 0.5em 2em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
}

#profile .profile ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  font-weight: 900;
  left: 0.5em;
  color: #ffb03f;
}

#profile .profile .profile-history {
  flex-basis: 50%;
  padding: 10px 30px;
}

#profile .profile .profile-history p {
  line-height: 1.5rem;
}

#profile .profile .profile-history .youtube-outer {
  width: 100%;
  /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;
  /*高さをpaddingで指定(16:9)*/
  height: 0px;
  /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin: 20px auto;
}

@media screen and (min-width: 600px) {
  #profile .profile .profile-history .youtube-outer {
    width: 60%;
  }
}

#profile .profile .profile-history .youtube-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 600px) {
  #profile .profile .profile-history .youtube-outer iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60% !important;
    height: 60% !important;
  }
}

#profile .profile-2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#profile .profile-2 .tab-grid .profile-image {
  border: 3px solid #2719b2;
}

@media screen and (min-width: 600px) {
  #profile .profile-2 .tab-grid .profile-image {
    border: none;
  }
}

#profile .profile-2 .tab-grid .profile-image .image-cover {
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  #profile .profile-2 .tab-grid .profile-image .image-cover {
    border: 3px solid #2719b2;
  }
}

#profile .profile-2 .tab-grid .profile-image .image-cover img {
  width: 250px;
  height: 350px;
  box-sizing: border-box;
}

@media screen and (min-width: 600px) {
  #profile .profile-2 .tab-grid .profile-image .image-cover img {
    border: none;
  }
}

#profile .profile-2 ul {
  padding: 1em 0.5em;
  position: relative;
  font-size: 3vw;
}

@media screen and (min-width: 600px) {
  #profile .profile-2 ul {
    font-size: 15px;
  }
}

#profile .profile-2 ul li {
  line-height: 1.5;
  padding: 1em 0 0.5em 2em;
  border-bottom: dashed 1px silver;
  list-style-type: none !important;
}

#profile .profile-2 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  /*アイコン種類*/
  position: absolute;
  font-weight: 900;
  left: 0.5em;
  /*左端からのアイコンまで*/
  color: #ffb03f;
  /*アイコン色*/
}

footer {
  background: #ffc0cb;
}

footer .footer-link ul {
  display: flex;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  margin: 0;
}

@media screen and (min-width: 600px) {
  footer .footer-link ul {
    font-size: 20px;
  }
}

footer .footer-link ul li {
  flex-basis: 50%;
}

footer .footer-link ul li a {
  color: #fff;
  text-decoration: none;
}

footer .footer-link ul li a:hover {
  color: #9A2325;
}

footer .footer-link ul li:first-child {
  margin-right: 10px;
}

footer .copyright {
  font-size: 10px;
  text-align: center;
  padding-bottom: 10px;
}

@media screen and (min-width: 600px) {
  footer .copyright {
    font-size: 16px;
  }
}
