/*---全体共通---*/

body{
    font-family: 'Noto Serif JP', serif;
}

img{
    width: 100%;
}

hr{
    height: 6px;
    background: #461e18;
    background: -moz-linear-gradient(45deg,  #461e18 0%, #6f4a27 9%, #af9253 30%, #eadabc 50%, #a1815c 76%, #8a542e 100%);
    background: -webkit-linear-gradient(45deg,  #461e18 0%,#6f4a27 9%,#af9253 30%,#eadabc 50%,#a1815c 76%,#8a542e 100%);
    background: linear-gradient(45deg,  #461e18 0%,#6f4a27 9%,#af9253 30%,#eadabc 50%,#a1815c 76%,#8a542e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#461e18', endColorstr='#8a542e',GradientType=1 );
    margin: 0;
    border-top: none;
}

.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

/*---ヘッダー---*/

header{
    max-width: 100%;
}

.header_img img{
    max-width: 100%;
}

/*---エントリー---*/

.entry{
    background: #550002;
    background: -moz-linear-gradient(45deg,  #550002 0%, #920000 100%);
     -webkit-linear-gradient:(45deg,  #550002 0%,#920000 100%);
    background: linear-gradient(45deg,  #550002 0%,#920000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550002', endColorstr='#920000',GradientType=1 );
}

.entry>.container{
    padding: 4% 0 0 0;
}

.entry_kazari{
    max-width: 70%;
    margin: 5% auto;
}

.entry_txt{
    max-width: 65%;
    margin: 0 auto -3% auto;
}

.button{
    max-width: 50%;
    margin: 0 auto;
}

.button a:link {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.button a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.button_cap{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 16%;
}

/*---導入---*/

.intro{
    max-width: 100%;
    background-image: url(intro_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.intro_h{
    max-width: 60%;
    margin: 10% auto 5%;
}

.intro_tx{
    font-size: 18px;
    text-align: center;
    color: #360008;
    line-height: 2em;
    margin-bottom: 10%;
}

/*---アンティークコインとは---*/

.what_coin{
background: #000000;
background: -moz-linear-gradient(top,  #000000 0%, #000018 29%, #002744 100%);
background: -webkit-linear-gradient(top,  #000000 0%,#000018 29%,#002744 100%);
background: linear-gradient(to bottom,  #000000 0%,#000018 29%,#002744 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002744',GradientType=0 );
}

.what_coin_img{
max-width: 100%;
background-image: url(what_coin_back.png);
margin: 0 auto;
background-position: bottom;
background-repeat: no-repeat;
}

.what_coin_h{
    max-width: 90%;
    margin: 5% auto 2%;
}

.what_coin_tx{
    max-width: 80%;
    margin: 0 auto 5% auto;
}

/*---アンティークコインの秘訣---*/

.coin_point{
    background: #faeb82;
    background: -moz-linear-gradient(-45deg,  #faeb82 0%, #dbba5c 16%, #fdf590 36%, #fdf590 59%, #b08633 84%, #cca94f 100%);
    background: -webkit-linear-gradient(-45deg,  #faeb82 0%,#dbba5c 16%,#fdf590 36%,#fdf590 59%,#b08633 84%,#cca94f 100%);
    background: linear-gradient(135deg,  #faeb82 0%,#dbba5c 16%,#fdf590 36%,#fdf590 59%,#b08633 84%,#cca94f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faeb82', endColorstr='#cca94f',GradientType=1 );
}

.coin_point_img{
    max-width: 100%;
    background-image: url(coin_point_img.png);
    margin: 0 auto;
    background-position: top;
    background-repeat: no-repeat;
}

.coin_point_h{
    max-width: 50%;
    margin: 0 auto;
    padding: 5% 0;
}

.point_1>.container{
    padding: 0 0 4% 0;
}

.point_1_h img{
    max-width: 70%;
    margin-bottom: 5%;
}

.point_1_tx{
    font-size: 18px;
    color: #360008;
    line-height: 1.7em;
    margin: 0 10% 10% 0;
}

.point_1_btx{
    font-size: 12px;
    text-align: center;
    margin-top: 2em;
    line-height: 1.75;
}

.point_2{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,1) 0%, rgba(0,0,16,1) 16%, rgba(0,39,68,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,16,1) 16%,rgba(0,39,68,1) 100%);
    background: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,16,1) 16%,rgba(0,39,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002744',GradientType=1 );

    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    background-color:#191970;
    color:#ccc;
    padding: 15% 0;
}

.point_2>.container{
    padding: 0 0 4% 0;
}

.point_2_h img{
    max-width: 70%;
    margin: 0 0 5% 10%;
}

.point_2_tx{
    font-size: 18px;
    color:#efcf65;
    background: -webkit-linear-gradient(45deg,  #efcf65 0%, #fff8c2 44%, #fcefe3 53%, #f0d068 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.7em;
    margin: 0 0 10% 10%;
}

.point_3{
    margin-top: 3%;
    padding-bottom: 8%;
}

.point_3_h img{
    max-width: 60%;
    margin: 0 0 5% 0;
}

.point_3_tx{
    font-size: 18px;
    color: #360008;
    line-height: 1.7em;
    margin: 0 10% 0 0;
}

/*---お客様の声---*/

.review{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,1) 0%, rgba(0,0,16,1) 16%, rgba(0,39,68,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,16,1) 16%,rgba(0,39,68,1) 100%);
    background: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,16,1) 16%,rgba(0,39,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002744',GradientType=1 );
}

.review_img{
    max-width: 100%;
    background-image: url(review_img.png);
    margin: 0 auto;
    background-position: right;
    background-repeat: no-repeat;
}

.review_h{
    max-width: 15%;
    margin: 0 auto;
    padding: 6% 0 3% 0;
}

.review_1{
    margin: 0 0 7% 0;
}

.review_2{
    margin: 0 0 7% 0;
}

/*---講座が選ばれる理由---*/

.reason{
    background: #6f4a27;
    background: -moz-linear-gradient(45deg,  #6f4a27 0%, #af9253 24%, #eadabc 52%, #a1815c 76%, #8a542e 100%);
    background: -webkit-linear-gradient(45deg,  #6f4a27 0%,#af9253 24%,#eadabc 52%,#a1815c 76%,#8a542e 100%);
    background: linear-gradient(45deg,  #6f4a27 0%,#af9253 24%,#eadabc 52%,#a1815c 76%,#8a542e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f4a27', endColorstr='#8a542e',GradientType=1 );
}

.reason_h{
    max-width: 25%;
    margin: 0 auto;
    padding: 4% 0;
}

.reason>.container{
    padding: 0 0 8% 0;
}

/*---プロフィール---*/

.prof_h{
    max-width: 25%;
    margin: 0 auto;
    padding: 4% 0;
}

.name{
    font-size: 24px;
    color: #360008;
    text-align: center;
    margin: 4% 0 0 0;
}

.prof_tx{
    font-size: 14px;
    color: #360008;
    text-align: center;
    margin: 0 0 5% 0;
}

.book_title{
    font-size: 16px;
    color: #360008;
    text-align: center;
    margin: 0 0 2% 0;
}

.career{
    font-size: 14px;
    color: #360008;
    line-height: 1.5em;
    margin: 0 10% 10% 0;
}

/*---締め--*/

.last{
    max-width: 100%;
    max-height: 50%;
    background-image: url(last_back.png);
    margin: 0 auto;
    background-position: left;
    background-repeat: no-repeat;
}

.last>.container{
    padding: 0 5% 0 10%;
}

.last_tx{
    font-size: 1vw;
    color: #360008;
    line-height: 1.7em;
    padding: 5% 0 3% 20%;
}

.last_name{
    font-size: 1.5vw;
    text-align: right;
    font-family: 'Zhi Mang Xing', cursive;
}

/*---フッター--*/

.footer{
    background-color: #000000;
    padding: 1.5% 0;
    color: #fff;
    font-size: 10px;
}

.footer_links{
    text-align: center;
    margin: 0 0 .5% 0;
}

.footer a{
    color: #fff;
}

.copyright{
    text-align: center;
}
