@charset "UTF-8";
/* CSS Document */


html{
    background:#2e3742;
    color:#fff;
    text-align:center;
    margin:0;
    padding:0;
}

body{
    margin:0;
    padding:0;
    font-family: "游ゴシック", YuGothic, "ヒラギノゴシック ProN W3", "Hiragino Gothic ProN", "HGゴシックE", sans-serif;
}

a:hover {
    text-decoration: underline;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
p{
    margin:0;
}

.pc-only,.ipad-only,.iphone-only,.androidsp-only,.androidtab-only{
    display:none;
}

br.sp-none{
    display:none;
}

.small{
    font-size:0.8em;
}

.note{
    font-size:14px;
}

/*section{
    width:90%;
    max-width:840px;
    margin:20px auto;
}*/

header{
    background:#fff;
}
header h1{
    color:#981760;
    font-size:18px;
    margin:0;
    padding:5px;
}

header h1 span{
    color:#2e3742;
}

/*日本棋院ロゴ*/
img.nihonkiin-logo{
    width:160px;
    height:auto;
    vertical-align:middle;
    margin-top:-5px;
}

.strong{
    color:red;
    font-size:32px;
}

.content{
}

.content .inner{
    max-width:960px;
    margin:0 auto;
    z-index: 2;
    position: relative;
}

.main.content .inner{
    background:#2e3742;
}

.keyvisual {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.keyvisual div {
    width: 100%;
    height: 800px;
}
.intro {
    position: relative;
    background:url(../imgs/igo_bg.jpg) no-repeat center bottom;
    background-size:cover;
}

.intro2 {
    position: relative;
    background:url(../imgs/yugennoma.jpg) no-repeat center bottom;
    background-size:cover;
}


.bg {
  background: -moz-linear-gradient(top, rgba(46,55,66,.9) 0%, rgba(46,55,66,.1) 100%);
  background: -webkit-linear-gradient(top, rgba(46,55,66,.9) 0%, rgba(46,55,66,.1) 100%);
  background: linear-gradient(to bottom, rgba(46,55,66,.9) 0%, rgba(46,55,66,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(46,55,66,.9)', endColorstr='rgba(46,55,66,.6)',GradientType=0 );
  position: relative;
    overflow:hidden;
}

.bg:before {
    content: " "; 
    display: block;
    width: 1500px;
    height: 350px;
    background:#2e3742;
    transform: rotate(15deg);
    transform-origin: left top; 
    position: absolute;
    top: 600px;
}

.bg:after {
    content: " ";
    display: block;
    width: 1500px;
    height: 350px;
    background:#2e3742;
    transform: rotate(-15deg);
    transform-origin: right top;
    position: absolute;
    top: 600px;
    right: 1px;
}

/*幽玄の間ロゴ、ユーザー写真wrap*/
.firstvisual{
    position:relative;
    display:flex;
    flex-wrap: wrap;
}


/*幽玄の間由来ブロック*/
.origin{
    width:100%;
    order:0;
    max-width:700px;
    margin:0 auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

/*初心者も有段者も楽しめる*/
.origin h1{    
    letter-spacing: 1px;
    font-size:16px;
    text-align:center;
    margin: 20px 0 5px;
}

.origin h1 em{    
    font-style: normal;
    color:#FFF16A;
    font-size:24px;
}

/*幽玄の間ロゴ*/
.origin h1 img{    
    width:100%;
    height:auto;
    max-width:280px;
    margin: 5px 0 0;
    filter: drop-shadow(4px 4px 10px rgba(0,0,0,.8));
}
.origin-text{
    display:none;
    font-size:14px;
    text-shadow: 0 0 2px rgba(0,0,0,.8);
    text-align:left;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: bold;
    }
.origin-text.sp_only{
    display:block;
    margin:20px 20px 60px;
}

.origin-text p{
    margin:0 1em 1em;
}

/*ユーザー写真*/
.photo_w,.photo_m{
    max-width:400px;
    width:50%;
    
}

.photo_w{
    order:1;
}

.photo_m{
    order:2;
}

.photo_w img,.photo_m img{
    width:100%;
    height:auto;
    border:2px solid #fff;
    box-sizing: border-box;
}


/*会員登録ボタン*/
.free-regist {
    margin-top: -50px;
    z-index: 10;
    position: relative;
}
.free-regist a{
    background:#FFF16A;
    padding:15px;
    border-radius:5px;
    display:inline-block;
    text-decoration: none;
    color:#001C55;
    box-shadow: 0 0 2px rgba(0,0,0,.8);
    max-width:600px;
    width:calc(100% - 20px);
    line-height: 1.7em; 
    box-sizing: border-box;
    position:relative;
}

.free-regist a:hover{
    background:#fffacc;
}

.free-regist a h2{
    font-size:20px;
    margin:0;
}

/*入会金無料*/
.free-regist a p.free{
    display:table;
    position:absolute;
    font-size:14px;
    margin:0;
    width:60px;
    height:60px;
    box-sizing:border-box;
    background:#c0478b;
    text-align:center;
    color:#fff;
    line-height:1.3;
    border-radius:50%;
    z-index:20;
    top:-30px;
    left:-5px;
    transform: rotate(-10deg);
    box-shadow: 0 0 2px #502a3f;
}
.free-regist a p.free span{
    display:table-cell;
    vertical-align:middle;
}


.free-regist a h2 span{
    font-size:14px;
    letter-spacing: 3px;
}

/*碁石*/
.stones-wrap {}
.stones {
    width:36px;
    height:36px;
    margin:40px auto;
    position:relative; 
}
.go-white {
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    display:block;
    position:absolute;
    top: 7px;
    left:50%;
    transform: translateX(-50%);
}
.go-black {
    width:18px;
    height:18px;
    border-radius:50%;
    background:#000;
    display:block;
    position:absolute;
    top: 27px;
    left:50%;
    transform: translateX(-50%);
}

.go-white.pt2-1 {
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    display:block;
    position:absolute;
    top: 9px;
    left: 7px;
    transform: translateX(-50%);
}
.go-black.pt2-2 {
    width: 18px;
    height: 18px;
    border-radius:50%;
    background:#000;
    display:block;
    position:absolute;
    top: 9px;
    left: 75%;
    transform: translateX(-50%);
}

.go-white.pt3-1 {
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    display:block;
    position:absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
}
.go-black.pt3-2 {
    width: 18px;
    height: 18px;
    border-radius:50%;
    background:#000;
    display:block;
    position:absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateX(-50%);
}

.go-white.pt4-1 {
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    display:block;
    position:absolute;
    top: 0;
    left: 9px;
    transform: translateX(-50%);
}
.go-black.pt4-2 {
    width: 18px;
    height: 18px;
    border-radius:50%;
    background:#000;
    display:block;
    position:absolute;
    top: 18px;
    right: 9px;
    left: auto;
    transform: translateX(-50%);
}


/** Animate
----------------------------------
----------------------------------
*/

.stones {}

.stones .go-white.pt1-1 {
    animation-name: goWhite1;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-iteration-count: 10;
}

.stones .go-black.pt1-2 {
    animation-name: goBlack1;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-iteration-count: 10;
}

.stones .go-white.pt2-1.is-active {
    animation-name: goWhite2;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-iteration-count: 3;
}

.stones .go-black.pt2-2.is-active {
    animation-name: goBlack2;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-iteration-count: 3;

}

.stones .go-white.pt3-1.is-active {
    animation-name: goWhite3;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-iteration-count: 3;

}

.stones .go-black.pt3-2.is-active {
    animation-name: goBlack3;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0.5s;
    animation-iteration-count: 3;
}

.stones .go-white.pt4-1.is-active {
    animation-name: goWhite4;
    animation-duration: 3.0s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: 2;
}

.stones .go-black.pt4-2.is-active {
    animation-name: goBlack4;
    animation-duration: 3.0s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: 2;
}

@keyframes goWhite4 {
    0% {
        top: 0;
        left: 9px;
        }
    20% {
        top: 0;
        left: 9px;
        }
    25% {
        top: 9px;
        left: 0px;
        }
    45% {
        top: 9px;
        left: 0px;
      }
    50% {
        top: 18px;
        left: 9px;
    }
    70% {
        top: 18px;
        left: 9px;
      }
    75% {
        top: 9px;
        left: 18px;
    }
    85% {
        top: 9px;
        left: 18px;
    }
    90% {
        top: 9px;
        left: 18px;
    }
    100% {
        top: 0;
        left: 9px;
    }
  }
  
  @keyframes goBlack4 {
    0% {
        top: 18px;
        right: 9px;
        }
    20% {
        top: 18px;
        right: 9px;
        }

    25% {
        top: 9px;
        right: 0px;
        }
    45% {
        top: 9px;
        right: 0px;
      }
    50% {
        top: 0px;
        right: 9px;
    }
    70% {
        top: 0px;
        right: 9px;
      }
    75% {
        top: 9px;
        right: 18px;
    }
    85% {
        top: 9px;
        right: 18px;
    }
    90% {
        top: 9px;
        right: 18px;
    }
    100% {
        top: 18px;
        right: 9px;
    }

}



@keyframes goWhite3 {
    0% {
        left: 0px;
    }
    15% {
        left: 0px;
    }
    25% {
        left: 0px;
    }
    40% {
        left: -8px;
      }
    50% {
        left: -8px;
      }
    60% {
        left: -8px;
      }
    75% {
        left: 0px;
    }
    85% {
      left: 0px;
    }
    100% {
      left: 0px;
    }
  }
  
  @keyframes goBlack3 {
    0% {
        right: 0px;
    }
    15% {
        right: 0px;
    }
    25% {
        right: 0px;
    }
    40% {
        right: -8px;
      }
    50% {
        right: -8px;
      }
    60% {
        right: -8px;
      }
    75% {
        right: 0px;
    }
    85% {
        right: 0px;
    }
    100% {
        right: 0px;
    }
}



@keyframes goWhite2 {
    0% {
        z-index: 1;
        left: 8px;
    }
    15% {
        z-index: 1;
        left: 8px;
    }
    25% {
        z-index: 1;
        left: 60%;
    }
    40% {
        z-index: 1;
        left: 75%;
      }
    50% {
        z-index: 1;
        left: 75%;
      }
    60% {
        z-index: 1;
        left: 75%;
      }
    75% {
        z-index: 2;
        left: 60%;
    }
    85% {
        z-index: 2;
      left: 8px;
    }
    100% {
        z-index: 2;
      left: 8px;
    }
  }
  
  @keyframes goBlack2 {
    0% {
        z-index: 2;
        left: 75%;
    }
    15% {
        z-index: 2;
        left: 75%;
    }
    25% {
        z-index: 2;
        left: 60%;
    }
      40% {
        z-index: 2;
          left: 8px;
        }
      50% {
        z-index: 2;
          left: 8px;
        }
      60% {
        z-index: 2;
          left: 8px;
        }
      75% {
        z-index: 1;
          left: 60%;
      }
      85% {
        z-index: 1;
        left: 75%;
      }
      100% {
        z-index: 1;
        left: 75%;
      }
}

@keyframes goWhite1 {
  0% {
    z-index: 1;
    top: 7px;
  }
  15% {
    z-index: 1;
    top: 7px;
  }
  20% {
    z-index: 1;
    top: 7px;
  }
  25% {
    z-index: 1;
    top: 18px;
  }
  40% {
    z-index: 1;
    top: 27px;
  }
  50% {
    z-index: 1;
    top: 27px;
  }
  60% {
    z-index: 1;
    top: 27px;
  }
  75% {
    z-index: 2;
    top: 18px;
  }
  85% {
    z-index: 2;
    top: 7px;
  }
  100% {
    z-index: 2;
    top: 7px;
  }
}

@keyframes goBlack1 {
  0% {
    z-index: 2;
    top: 27px;
  }
  15% {
    z-index: 2;
    top: 27px;
  }
  20% {
    z-index: 2;
    top: 27px;
  }
  25% {
    z-index: 2;
    top: 18px;
  }
  40% {
    z-index: 2;
    top: 7px;
  }
  50% {
    z-index: 2;
    top: 7px;
  }
  60% {
    z-index: 2;
    top: 7px;
  }
  75% {
    z-index: 1;
    top: 18px;
  }
  85% {
    z-index: 1;
    top: 27px;
  }
  100% {
    z-index: 1;
    top: 27px;
  }
}




.support{
    border:1px solid #9EF0B5;
    font-family: "游ゴシック", YuGothic, "ヒラギノゴシック ProN W3", "Hiragino Gothic ProN", "HGゴシックE", sans-serif;
    font-size:14px;
    padding:10px;
    max-width:840px;
    margin: 20px auto;
    box-sizing:border-box;
    text-align:left;
}

.support p{
    margin:0;
    line-height:2; 
}
.paid-members{
    color:#2e3742;
    max-width:840px;
    width:calc(100% - 20px);
    margin:20px auto 100px;
    padding:10px 0;
    background-color: #fff;
    background-image:url(../imgs/bg1.svg),url(../imgs/bg2.svg),url(../imgs/bg3.svg),url(../imgs/bg4.svg);
    background-size: cover;
    background-blend-mode: multiply;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
}

.paid-members h2{
    background:#9ef0b5;
}

.paid-members-intro{
    color:#37599E;
    font-weight:bold;
    font-size: 18px;
    margin: 10px 0 30px;
}

/*入会金無料*/
.price-wrap{
    display: flex;
    margin:20px 0;
}

.admission{
    display:table;
    font-size:16px;
    margin:0;
    width:80px;
    height:80px;
    box-sizing:border-box;
    background:#c0478b;
    text-align:center;
    color:#fff;
    line-height:1;
    border-radius:50%;
    margin: 0 0 0 10px;
}

.admission span{
    display: table-cell;
    vertical-align: middle;
}

.price-detail{
    color: #981760;
    text-align:left;
    margin: 0 10px ;
}

.price-detail h3{
    font-size:18px;
    line-height: 0.4;
    margin: 20px 0;
    letter-spacing: -1px;
}

.price-detail h3 .monthly-amount{
    font-size: 42px;
    display: inline-block;
    margin: 0 5px;
}

.price-detail p strong{
    border:1px solid;
    padding:4px;
    font-size:14px;
}

.price-detail p .note{
    font-size:13px;
    margin:5px;
}


.free-regist a p.free span{
    display:table-cell;
    vertical-align:middle;
}


.recommend{
    color:#9EF0B5;
    border-bottom: 4px double;
    display:inline-block;
    font-size:20px;
}

.recommend br{    
}

.recommend-title{
    font-size: 22px;
    letter-spacing: 1px;
}

.recommend-sub{
    
    margin:0 10px;
}

.recommend-sub > p:first-child{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-size:18px;
}

.recommend-sub strong{
    font-size:20px;
    color:#9EF0B5;
}

.recommend-ai,.recommend-shidogo,.recommend-classroom{
    margin: 20px auto;
    background: #495667;
    padding: 10px;
    border-radius:10px;
}

.recommend-ai h4,.recommend-shidogo h4,.recommend-classroom h4{
    color:#efefef;
    font-size:18px;
}

/*画面イメージ*/
.screen-img{
    margin-top:40px;
}

.screen-pc-wrap, .screen-tablet-wrap{
    width: 70%;
    margin:0 auto 40px;
    position:relative;
}

.screen-sp-wrap{
    width: 40%;
    margin:0 auto;
    position:relative;
}

.screen-pc img,.screen-tablet img{
    width: 100%;
    height:auto;
}

.screen-sp img{
    width: 100%;
    height:auto;
}

.circle{
    width:100px;
    height:100px;
    font-size:18px;
    border-radius:50%;
    background:rgba(158, 240, 181,.9);
    position:absolute;
    display: table;
    box-shadow: 1px 1px 3px rgba(0,0,0,.8);
    top:-40px;
    left:-40px;
    line-height: 1.2;
}
.circle span{
    display:table-cell;
    vertical-align: middle;
    font-weight:bold;
    color:#2e3742;;
}
.fukidashi{
    color:#fff;
    position:relative;
    max-width: 600px;
    margin: 50px auto 10px;
    font-size: 18px;
    padding: 50px 15px 15px;
    position: relative;
    border-top:6px solid #2e3742;
}
.fukidashi p em{
    color:#FFF16A;
    font-style: normal;
    font-weight:bold;
    font-size:20px;
}

.lank-img{
    width:80px;
    position: absolute;
    top:-40px;
    left:50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 6px solid #2e3742;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    box-sizing: border-box;
}

.lank-img img{
    width:100%;
    height:100%;
}

/*指導碁*/
.shidogo{
    display:flex;
    flex-wrap: wrap;
}

.shidogo figure{
    width:calc(33.333% - 10px);
    margin:5px;
}

.shidogo figure .photo-wrap{
    border-radius:50%;
    overflow:hidden;
    line-height: 0;
}
.shidogo figure img{
    width:100%;
    height:auto;
}

.shidogo figcaption{
    font-size:14px;
    margin:10px 0;
}

/*初心者、有段者*/
.recommend-classroom .lank-img:first-child{
    left:40%;
}
.recommend-classroom .lank-img:nth-child(2){
    left:60%;
}

/*盤面画像*/
.level figure,.ai figure{
    width:70%;
    margin:0 auto 20px;
}

.level figure img,.ai figure img{
    width:100%;
}
.level figcaption,.ai figcaption{
    margin:0 0 10px;
    font-size:16px;
}


.license{
    background:#37599E;
    padding: 20px;
    max-width: 840px;
    margin: 20px auto;
    box-sizing: border-box;
    font-size:18px;
}

.watching{
    position:relative;
    max-width:840px;
    margin:20px auto 0;
}

.badge{
    position:absolute;
    z-index:5;
    max-width: 240px;
    height: auto;
    top: -20px;
    left: 20px;
    width: 30%;
}

.iyama-photo{
    position:relative;
    width:100%;
    border-radius:10px;
}

/*会員割引*/
dl.dues{
    text-align:left;
    font-size:18px;
}
dl.dues > dt{
    margin:0;
    padding:0 20px;
    box-sizing: border-box;
    display: flex;
}

dl.dues > dt:after {
    content: "";
    flex-grow: 1;
    border-top: 4px dotted #444;
    margin: 14px 0 0 10px;
}

dl.dues > dd .monthly-amount{
    font-size:30px;
    font-weight:bold;
}

dl.dues > dd{
    margin:0;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

dl.dues > dd .note{
    line-height: 1.4em;
    display: inline-block;
}

.accordion {
    background:#fff;
    margin: 5px 0;
}
.accordion dt{
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    padding:10px;
    margin: 5px 0;
    border-bottom:1px solid #444;
    background:#37599E;
    background-size:18px 18px;
    position:relative;
}

.accordion dt:hover{
    background:#37599E;
}
.accordion dt:after {
    content: "";
    display: block;
    background-image:url(../imgs/arrow.svg);
    background-size:18px 18px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 92%;
    top: 45%;
    margin-top: -6px;
    -webkit-transition: all .24s;
    transition: all .24s;
}

.accordion dt.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .24s;
    transition: all .24s;
}

.accordion dd{
    display:none;
    font-size:14px;
    text-align:left;
    padding:10px;
    margin:0;
}

.accordion dd ul{
    margin:0;
    padding-left: 25px;
}

.accordion dd ul li{
    margin:0 0 5px;
}
    
table.comparison{
    border-collapse: separate;
    border-spacing: 3px;
    width:100%;
    max-width:600px;
    margin:10px auto;
    font-size:14px;
    font-weight:bold;
}
table.comparison td.item{
    padding:5px;
}

table.comparison td.item{
    background:#fff;
}

table.comparison td.item_good{
    background:#9ef0b5;
}

table.comparison td.item_bad{
    background:#ccc;
}

table.comparison td.item_neutral{
    background:#a3bad2;
}
/*有料登録の流れ*/
.regist-method{
    text-align:left;
    max-width: 940px;
    width: calc(100% - 20px);
    margin: 10px auto;
    border: 2px solid #fff;
    padding: 10px;
    box-sizing: border-box;
}
.regist-method h2{
    margin: 0 0 10px;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    font-size:18px;
}

.regist-method a{
    color:#FFF16A;
}
.regist-method a:hover{
    color:#fffacc;
    text-decoration:none;
}
.regist-case{
    
}
.regist-case dt{
    background:#fff;
    color:#2e3742;
    padding:10px;
    font-weight:bold;
}
.regist-case dd{
    margin:0;
    padding: 10px 0;
    font-size:14px;
}
.regist-flow{
    list-style: none;
    display:flex;
    flex-wrap: wrap;
    padding:0;
    
}
.regist-flow li{
    width: calc(50% - 20px);
    margin: 10px;
    font-size: 14px;
    position:relative;
}
.regist-flow li:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 20px solid transparent;
    float: left;
    top: 30%;
    right: -15px;
    position: absolute;
}
.regist-flow li:last-child:after{
    content:none;
}
.regist-flow li img{
    width:100%;
}
/*会員の声*/
.voice{
    background:#fff;
    background: linear-gradient(#2e3742 18%, #fff 18%);
    color:#2e3742;
    padding-top:40px;
}
.voice h2{
    color:#A3BAD2;
}

ul.yugen-member{
    list-style:none;
    text-align:left;
    margin:0;
    padding:20px;
}

.yugen-member li{
}

.yugen-member li:last-child{
}
.member-voice{
    background:#D9E6F3;
    padding:20px;
    border-radius:6px;
    position:relative;
    flex-grow: 1;
}

.member-voice:after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 30%;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0px 15px 20px;
    border-color: #D9E6F3 transparent transparent;
    z-index: 0;
}
.member-img{
    max-width:170px;
    width:60%;
    margin:0 auto;
}
.member-img img{
    width:100%;
}
.member-name{
    font-size:14px;
    margin: -40px 20px 30px;
}

/*電話*/
.inquiry{
    background:#fff;
    padding:20px;
    margin:-1px 0;
}
.phone {
    display: none;
    opacity: 0;
    background:#E8CDE1;
    max-width: 840px;
    margin: 0 auto;
    width: 100%;
}
.btn-close {
    display: none;
    position: absolute;
    right: 0;
    top:0;
    width:40px;
    height:40px;
    background:url(../imgs/close.svg) no-repeat 10px 10px;
    background-size:20px;
    text-indent:-9999px;
    
}
.phone.is-active {
    display: none;
    opacity: 0;
    z-index: 100;
    position: fixed;
    bottom: -400px;
    left: 50%;
    margin-left: -420px;
}

.phone.is-active .btn-close {
    display: block;
}

.phone-inner{

}

.phone p{
    color:#511F45;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    padding:10px 10px 0 10px;;
    margin:0;
}


.phone h2{
    color:#2e3742;
    vertical-align: middle;
    padding:0 0 10px;
    line-height: 1.2;
    margin:0;
}

.phone .supportcenter{
    font-size:16px;
}
.phone h2 em{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-style: normal;
    font-size: 28px;
}
.phone .business-hour{
    font-size:18px;
    letter-spacing: 1px;
    text-indent: 15px;
    display: inline-block;
}
.footer-logo{
    text-align:center;
    background:#fff;
    padding: 10px 60px 60px;
}
.footer-logo a{
    text-decoration: none;
}

.footer-logo a:hover div{
    opacity:0.7;
}
.footer-logo h3{
    color:#c20079;
    padding:10px 0;
    font-size:16px;
}

.footer-logo a h3:after{
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(../imgs/newwindow.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin:0 5px;
    top:4px;
}
.yugen-logo-color{
    width:70%;
    max-width:260px;
    margin:0 auto;
}
.yugen-logo-color img{
    width:100%;
    height:auto;
}
.copyright{
    font-size:14px;
    padding: 20px;
}

@media (min-width:768px) {
br.sp-none{
    display:block;
}

br.pc-none{
    display:none;
}

.bg:before {
    top: 350px;
    transform: rotate(15deg);

}
.bg:after {
    top: 350px;
    transform: rotate(-15deg);
}

.keyvisual div {
    height: 600px;
}   
/*幽玄の間由来*/
.origin{
    width:50%;
    order:1;
    font-size:14px;
    max-width:420px;
    margin:0 auto;
    text-align:left;
}

/*初心者も有段者も楽しめる*/
.origin h1{    
    font-size:22px;
}

.origin h1 em{    
    font-size:28px;
}

/*幽玄の間ロゴ*/
.origin h1 img{    
    max-width:350px;
}

.origin-text{
    display:block;
}

.origin-text p{
    margin:0 1em 1em;
    text-shadow: 0 0 2px rgba(0,0,0,.8);
}
    
.origin-text.sp_only{
    display:none;
}


/*ユーザー写真*/
.photo_w,.photo_m{
    max-width:300px;
    width:25%;
    
}

.photo_w{
    order:0;
    margin-top:10px;
}

.photo_m{
    order:2;
    margin-top:50px;
}

.photo_w img,.photo_m img{
    width:100%;
    height:auto;
    border:2px solid #fff;
    box-sizing: border-box;
}
    
/*会員登録ボタン*/
.free-regist {
    margin-top: 0;
    margin-bottom:60px;
}
.free-regist a{
    padding:15px 40px 25px;
    line-height: 2em; 
}
    
.free-regist a h2{
    font-size:32px;
    margin:0;
}

.free-regist a h2 span{
    font-size:20px;
    letter-spacing: 3px;
}

.free-regist a h2:after{
    content: "";
    position: relative;
    display: inline-block;
    background-image: url(../imgs/newwindow.svg);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin:0 5px;
    top:4px;
}
/*入会金無料*/
.free-regist a p.free{
    font-size:16px;
    width:80px;
    height:80px;
    line-height:1.3;
    top:-10px;
    left:-20px;
}
.recommend br{
    display:none;
}
    
.recommend-ai,.recommend-shidogo,.recommend-classroom{
    padding: 20px;
}

.recommend-title{
    font-size: 36px;
    letter-spacing: 3px;
}

.recommend-sub{
    font-size:22px;
}

.recommend-sub strong{
    font-size:28px;
    display:inline-block;
    padding:0 5px;
}

.recommend-ai h4,.recommend-shidogo h4,.recommend-classroom h4{
    font-size:22px;
}

table.comparison{
    font-size:16px;
}
/*画面イメージ*/
.screen-img{
    display:flex;
}

.screen-pc-wrap, .screen-tablet-wrap{
    width: 38%;
    margin:0 10px;
}

.screen-sp-wrap{
    width: 24%;
    margin:0 10px;
}

.circle{
    left:-15px;
}

.fukidashi{
    padding: 50px 0 15px;
}

.support{
    font-size:16px;
    padding:40px 120px;
}
.paid-members{
    padding:20px 40px;
    margin:20px auto;
}
.paid-members-intro{
    font-size: 20px;
    margin: 10px 0;
}

/*指導碁*/
.shidogo figure{
    width:calc(20% - 40px);
    margin:20px;
}
.shidogo figcaption{
    margin:10px 0;
}

/*初心者、有段者*/
.recommend-classroom .lank-img:first-child{
    left:45%;
}
.recommend-classroom .lank-img:nth-child(2){
    left:55%;
}
/*盤面画像*/
.level,.ai{
    display:flex;
    flex-wrap: wrap;
}
.level figure,.ai figure{
    width:calc(33.33% - 40px);
    margin:0 20px 20px;
}

/*有料会員料金*/
.price-wrap{
    flex-wrap: wrap;
    margin: 40px 0; 
}
.admission{
    font-size: 22px;
    width: 120px;
    height: 120px;
    margin: 0 20px 0 40px
}
.price-detail{
    margin: 0 0 0 40px ;
}
.price-detail h3{
    font-size: 30px;
}
.price-detail h3 .monthly-amount{
    font-size: 66px;
    margin: 0 10px;
}
.price-detail p strong{
    padding:5px 8px;
    font-size:16px;
}
.price-detail p .note{
    font-size:14px;
    margin:10px;
}
/*会員割引*/
dl.dues{
    display:flex;
    flex-wrap: wrap;
    text-align:left;
    font-size:20px;
}
dl.dues > dt{
    margin:0;
    width:40%;
    padding:20px;
    box-sizing: border-box;
    display: flex;
}

dl.dues > dt:after {
    content: "";
    flex-grow: 1;
    border-top: 4px dotted #444;
    margin: 14px 0 0 10px;
}

dl.dues > dd .monthly-amount{
    font-size:30px;
    font-weight:bold;
}

dl.dues > dd{
    margin:0;
    width:60%;
    padding:20px;
    box-sizing: border-box;
}

dl.dues > dd .note{
    line-height: 1.4em;
    display: inline-block;
}

/*会員の声*/
.member-voice{
    padding:30px;
}
.voice{
    background: linear-gradient(#2e3742 30%, #fff 30%);
}

ul.yugen-member{
    display: flex;
    flex-wrap: wrap;
    padding:10px;
}

.yugen-member li{
    width:calc( 33.5% - 20px );
    margin-right:20px;
}

.yugen-member li:last-child{
    width:33%;
    margin-right:0;
}

.member-name{
    margin: -30px 0 30px;
}
/*有料登録の流れ*/
.regist-method{
    width: calc(100% - 20px);
    margin: 20px auto;
    padding: 20px 50px;
}
.regist-method h2{
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-size:20px;
}

.regist-case dd{
    padding: 10px;
    font-size:16px;
}

.regist-flow{
    list-style: none;
    display:flex;
    flex-wrap: wrap;
    padding:0;
}
.regist-flow li{
    width: calc(33.33% - 20px);
    margin: 10px;
}

/*電話*/
.inquiry{
    padding:60px;
}

.phone{
    display: table;
}
.phone-inner{
    display:flex;
    align-items: center;
}

.phone p{
    width:37%;
    font-size: 18px;
    padding:0 0 0 40px;
}

.phone h2{
    width:60%;
    padding:20px;
    line-height: 1.2;
}

.phone .supportcenter{
    font-size:20px;
    letter-spacing: 8px;
}
.phone h2 em{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-style: normal;
    font-size: 50px;
}
.phone .business-hour{
    font-size:22px;
    letter-spacing: 1px;
    text-indent: 15px;
    display: inline-block;
}


}

@media (min-width:1400px) {
    .bg:before {
        top: 350px;
        transform: rotate(10deg);
    
    }
    .bg:after {
        top: 350px;
        transform: rotate(-10deg);
    }    
}