@charset "UTF-8";
/* CSS Document */
.header {
  height: 1085px;
  background-color: #FFF;
  margin : auto;
  position: relative; /* ↓★親要素の左を基準に子要素のポジションが決まりますよという内容↓ */
  background-image: url("../img/hypno.jpg")
}
.header h1 top{
  position: absolute; /* ↓★サイト全体の基準にした場合の位置↓ */
}
.header h1 img{
 margin-top: 88px;
margin-bottom: 32px;
  width:20%;
}
.header__navigation {
  display: none;
}
.header p{
 width:100%;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
 text-decoration: none;
 font-size: 1.8rem;
 font-weight: 300;
  line-height:3.6rem;
 color: #FFF;
 margin-top:280px;
 }
/* SPハンバーガーボタン追記*画面が小さい時だけ、このスタイルを追加する*/
@media (max-width:480px) {
  .header {
  background-repeat: no-repeat;
  background-image: url("../img/hypno_SP.jpg");
  height: 675px; 
}
  .header h1 img{
  position: center; /* ↓★サイト全体の基準にした場合の位置↓ */
  width: 190px;
  margin-top: 55px;
}
  .menu-btn {
    position: fixed;
    top: 32px;
    right: 20px;
    display: flex;
    height: 108px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #888b8c;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
  #menu-btn-check {
    display: none;
}
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #fff;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #e2e2e2;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    text-align: left;
    margin-left: 35px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #f8f4f8;
    transition: all 0.5s;/*アニメーション設定*/
}
  #menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
  .header p{
 width:100%;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
 text-decoration: none;
 font-size: 1.5rem;
 font-weight: 300;
  line-height:3.6rem;
 color: #FFF;
 margin-top:160px;
 }
}
/* PC版ヘッダー */
@media (min-width:480px) /* この画面より大きくなったら、この記載をしてねの意味 */ {
  .header {
    max-width: 1400px; /* 最大の画面幅 */
    margin: 0 auto; /* 上下は０で、左右はオートにすることで、中央に揃えてサイズが大きくなる*/
    min-height: 50px; /* 一番小さい高さ５０ピクセル*/
    box-sizing: border-box; /* 余白の計り方が変わります。オフジェこみのサイズにするという意味 */
  }
  .header__navigation {
    display: block; /* ブロックで表示する意味 */
    text-align: center;
  }
  .header__navigation ul li {
    display: inline-block; /* 1行に連なっているブロック */
    margin-top:16px;
    padding-right: 42px;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 300;
    color: #FFF;
  }
  .hamburger-menu input {
     display: none; 
  }
   .hamburger-menu .menu-content{
     display: none; 
  }
}


/* メインPCエリア */
@media (min-width:480px){
 .main {
   background-color: #fff;
 }
.a_hypno{
  width:880px;
  margin:65px auto;
  text-align: center;
 }
.a_hypno h2{
  font-size: 2.4em;
  color: #867a3a;
  line-height : 32px;
  margin-bottom:28px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
 }
  .a_hypno h3{
  font-size: 2.0em;
  color: #867a3a;
  line-height : 32px;
  margin-top:95px;
  margin-bottom:35px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-align: left;
  text-decoration:underline solid #867a3a;
 }
.a_hypno p{
    text-align: left;
    margin-top:12px;
 }
.a_hypno span{
    font-size: 1.2em;
    color: #F08080;
    font-weight: bold;
 }
 .gradient1 {
    /*ボタンの形状*/
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    display: inline-block;
    color: #fff;
    padding: 25px 60px;
    border-radius: 45px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #457FF0 51%, #bd4ae6 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }
  .a_hypno2{
  width:880px;
  margin:65px auto;
  text-align: left;
 }
.a_hypno2 h2{
  font-size: 1.4em;
  color: #867a3a;
  line-height : 32px;
  margin-bottom:28px;
  font-weight: 400;
  font-style: normal;
 }
  
  /*hoverした際の、背景の場所とテキスト色の変更*/
  .gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
  }
  .a_hypno_button{ 
     margin:100px auto 100px auto;
  }
  .accordion {
  margin: 2em 0;
}
.accordion__summary {
  display: block;
  border: 2px solid #867a3a;
  color: #867a3a;
  background: #fff; /* 見出しの背景色 */
  border-radius: 15px;
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 16px 38px 16px 28px;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion[open] .accordion__summary::after {
  content: "−";
}
.accordion__detail {
  padding: 4px 10px;
  margin: 10px 0;
}
.accordion__text {
  margin: 0;
}
.footer{
    width:100%;
    height:80px;
    background-color: #fff;
    margin-top:25px;
    float:left;;
  }
 
}

/* メインSPエリア */
@media (max-width:480px) {
.main {
  background-color: #fff;
}
.a_hypno{
  width:97%;
  margin:35px auto;
  text-align: center;
 }
.a_hypno h2{
  font-size: 2.0em;
  color: #867a3a;
  line-height : 32px;
  margin-bottom:28px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
 }
  .a_hypno p{
    width:88%;
      margin:0px auto;
    text-align: left;
 }
  
 .a_hypno h3{
  width:92%;
  font-size: 1.8em;
  color: #867a3a;
  line-height : 32px;
  margin-top:95px;
  margin-bottom:35px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  text-align: center;
  text-decoration:underline solid #867a3a;
 }

.a_hypno span{
    font-size: 1.2em;
    color: #F08080;
    font-weight: bold;
 }
 .gradient1 {
    /*ボタンの形状*/
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    display: inline-block;
    color: #fff;
    padding: 25px 60px;
    border-radius: 45px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #457FF0 51%, #bd4ae6 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
  }
  .a_hypno2{
  width:94%;
  margin:65px auto;
  text-align: left;
 }
.a_hypno2 h2{
  font-size: 1.4em;
  color: #867a3a;
  line-height : 32px;
  margin-bottom:28px;
  font-weight: 400;
  font-style: normal;
 }
  
  /*hoverした際の、背景の場所とテキスト色の変更*/
  .gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
  }
  .a_hypno_button{ 
     margin:100px auto 100px auto;
  }
  .accordion {
  margin: 2em 0;
}
.accordion__summary {
  display: block;
  border: 2px solid #867a3a;
  color: #867a3a;
  background: #fff; /* 見出しの背景色 */
  border-radius: 15px;
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 16px 38px 16px 28px;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion[open] .accordion__summary::after {
  content: "−";
}
.accordion__detail {
  padding: 4px 10px;
  margin: 10px 0;
}
.accordion__text {
  margin: 0;
}
.footer{
    font-size: 1.4rem;
    width: 100%;
    height:60px;
    background-color: #fff;
    float:both;
  }
}

