@media screen and (max-width: 767px) {

body{
    font-family: 'Noto Serif JP', serif;
}

img{
    width: 100%;
}

.pc-only{
    display: none;
}

.sp-only{
    display: block;
}

hr{
    height: 4px;
    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;
}

/*---ヘッダー---*/

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_kazari{
    max-width: 95%;
    margin: 4% auto;
}

.entry_txt{
    max-width: 95%;
    margin: 0 auto -3% auto;
}

.button{
    max-width: 80%;
    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: 10%;
    color: #fff;
    margin-bottom: 16%;
}

/*---導入---*/

.intro{
    max-width: 100%;
    background-image: url(intro_back.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.intro_h{
    max-width: 100%;
    margin: 15% auto 10%;
}

.intro_tx{
    font-size: 3.5vw;
    text-align: center;
    color: #360008;
    line-height: 1.8em;
    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: 95%;
    margin: 5% auto 2%;
}

.what_coin_tx{
    max-width: 95%;
    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: 95%;
    margin: 0 auto;
    padding: 5% 0;
}

.point_1>.container{
    padding-right: 15px;
    padding-left: 15px;
}

.point_1_h img{
    max-width: 80%;
    margin-bottom: 5%;
}

.point_1_tx{
    font-size: 3.5vw;
    color: #360008;
    line-height: 1.5em;
    margin: 0 auto;
}

.point_1_btx{
    text-align: left;
    font-size: 11px;
}

.point_1_img{
    padding: 7% 0;
}

.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 6%, 100% 0, 100% 100%, 0 95%);
    background-color:#191970;
    color:#ccc;
    padding: 15% 0;
}

.point_2>.container{
    padding-right: 15px;
    padding-left: 15px;
}

.point_2_h img{
    max-width: 80%;
    margin: 15% 0 5% 0;
}

.point_2_tx{
    font-size: 3.5vw;
    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.5em;
    margin: 0 auto;
}

.point_2_img{
    max-width: 90%;
}

.point_3{
    margin-top: 3%;
    padding-bottom: 5%;
}

.point_3_h img{
    max-width: 70%;
    margin: 0 0 5% 0;
}

.point_3_tx{
    font-size: 3.5vw;
    color: #360008;
    line-height: 1.5em;
    margin: 0 auto;
}

.point_3_img{
    max-width: 100%;
    margin-left: 2px;
}

/*---お客様の声---*/

.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: bottom;
    background-repeat: no-repeat;
}

.review_h{
    max-width: 45%;
    margin: 0 auto;
    padding: 5% 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: 70%;
    margin: 0 auto;
    padding: 10% 0;
}

.reason>.container{
    padding-right: 15px;
    padding-left: 15px;
}

.reason1{
    padding-bottom: 10px;
}

.reason2{
    padding-bottom: 10px;
}

.reason3{
    padding-bottom: 15px;
}

/*---プロフィール---*/

.prof_h{
    max-width: 65%;
    margin: 0 auto;
    padding: 10% 0;
}

.name{
    font-size: 3.5vw;
    color: #360008;
    text-align: center;
    margin: 4% 0 0 0;
}

.prof_tx{
    font-size: 2.5vw;
    color: #360008;
    text-align: center;
    margin: 0 0 5% 0;
}

.book_title{
    font-size: 18px;
    color: #360008;
    text-align: center;
    margin: 0 0 2% 0;
}

.career{
    font-size: 2.5vw;
    color: #360008;
    line-height: 1.6em;
    margin: 10% 0;
}

/*---締め--*/

.last{
    max-width: 100%;
    background-image: url(last_back.png);
    margin: 0 auto;
    background-position: left;
    background-repeat: no-repeat;
}

.last>.container{
    padding: 0;
}

.last_tx{
    font-size: 3.5vw;
    color: #360008;
    line-height: 1.7em;
    text-align: center;
    padding: 7% 0 0 0;
}

.last_name{
    font-size: 6vw;
    text-align: right;
    font-family: 'Zhi Mang Xing', cursive;
    padding-bottom: 7%;
    padding-right: 3%;
}

/*---フッター--*/

.footer{
    background-color: #000000;
    padding: 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;
}
}





@media screen and (min-width:768px) and (max-width: 1023px) {

img{
    width: 100%;
}

.pc-only{
    display: none;
}

.sp-only{
    display: block;
}

    hr{
        height: 4px;
        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;
    }

    /*---ヘッダー---*/

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_kazari{
    max-width: 95%;
    margin: 4% auto;
}

.entry_txt{
    max-width: 95%;
    margin: 0 auto -3% auto;
}

.button{
    max-width: 80%;
    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: 2vw;
    color: #fff;
    margin-bottom: 16%;
}

    /*---導入---*/

.intro{
    max-width: 100%;
    background-image: url(intro_back.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.intro_h{
    max-width: 85%;
    margin: 15% auto 10%;
}

.intro_tx{
    font-size: 2.5vw;
    text-align: center;
    color: #360008;
    line-height: 1.8em;
    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: 65%;
    margin: 5% auto 2%;
}

.what_coin_tx{
    max-width: 75%;
    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: 95%;
    margin: 0 auto;
    padding: 5% 0;
}

.point_1>.container{
    padding-right: 15px;
    padding-left: 15px;
}

.point_1_h img{
    max-width: 60%;
    margin-bottom: 5%;
}

.point_1_tx{
    font-size: 2.5vw;
    color: #360008;
    line-height: 1.5em;
    margin: 0 auto;
}

.point_1_img{
    padding: 7%;
}

.point_1_img{
    padding: 4% 10%;
}

.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 6%, 100% 0, 100% 100%, 0 95%);
    background-color:#191970;
    color:#ccc;
    padding: 15% 0;
}

.point_2>.container{
    padding-right: 15px;
    padding-left: 15px;
}

.point_2_h img{
        max-width: 65%;
        margin: 15% 0 5% 0;
    }

.point_2_tx{
    font-size: 2.5vw;
    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.5em;
    margin: 0 auto;
}

.point_2_img{
    max-width: 100%;
    padding: 7% 7% 2% 5%;
}

.point_3{
    margin-top: 3%;
    padding-bottom: 5%;
}

.point_3_h img{
    max-width: 50%;
    margin: 0 0 5% 0;
}

.point_3_tx{
    font-size: 2.5vw;
    color: #360008;
    line-height: 1.5em;
    margin: 0 auto;
}

.point_3_img{
    max-width: 100%;
    padding: 7% 7% 5% 5%;
}

    /*---お客様の声---*/

.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: bottom;
    background-repeat: no-repeat;
}

.review_h{
    max-width: 35%;
    margin: 0 auto;
    padding: 5% 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: 60%;
    margin: 0 auto;
    padding: 10% 0;
}

.reason>.container{
    padding-right: 15px;
    padding-left: 15px;
}

.reason1{
    padding-bottom: 10px;
}

.reason2{
    padding-bottom: 10px;
}

.reason3{
    padding-bottom: 15px;
}

    /*---プロフィール---*/

.prof_h{
    max-width: 65%;
    margin: 0 auto;
    padding: 10% 0;
}

.name{
    font-size: 3.5vw;
    color: #360008;
    text-align: center;
    margin: 4% 0 0 0;
}

.prof_tx{
    font-size: 2.5vw;
    color: #360008;
    text-align: center;
    margin: 0 0 5% 0;
}

.book_title{
    font-size: 18px;
    color: #360008;
    text-align: center;
    margin: 0 0 2% 0;
}

.career{
    font-size: 2.5vw;
    color: #360008;
    line-height: 1.6em;
    margin: 10% 0;
}

    /*---締め--*/

    .last{
        max-width: 100%;
        background-image: url(last_back.png);
        margin: 0 auto;
        background-position: left;
        background-repeat: no-repeat;
    }
    
    .last>.container{
        padding: 0;
    }
    
    .last_tx{
        font-size: 2.5vw;
        color: #360008;
        line-height: 1.7em;
        text-align: center;
        padding: 7% 0 0 0;
    }
    
    .last_name{
        font-size: 4vw;
        text-align: right;
        font-family: 'Zhi Mang Xing', cursive;
        padding-bottom: 7%;
        padding-right: 3%;
    }

    /*---フッター--*/

.footer{
    background-color: #000000;
    padding: 5% 0;
    color: #fff;
    font-size: 14px;
}

.footer_links{
    text-align: center;
    margin: 0 0 .5% 0;
}

.footer a{
    color: #fff;
}

.copyright{
    text-align: center;
}
}
