@charset "UTF-8";

/*--------------------------------------
base
---------------------------------------*/
div,
ul,
li {
    box-sizing: border-box;
    vertical-align: top;
}

ul {
    font-size: 0;
    vertical-align: top;
}

footer {
    margin: 0;
    padding: 0;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
    padding: 0;
    margin: 0 auto;
    color: #000;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .wrapper {
        min-width: 100%;
    }

    img {
        width: 100%;
        height: auto;
    }
}

/*--------------------------------------
header
---------------------------------------*/
.pc_header {
    width: 100%;
    padding: 20px 0 0;
    background: #f0f0f0;
}

.pc_header h1 {
    font-size: 0;
}

.head_logo {
    text-align: center;
}

.head_logo a:hover {
    opacity: 1 !important;
}

.sp_header {
    display: none;
}

@media screen and (max-width: 480px) {
    .pc_header {
        display: none;
    }

    .sp_header {
        display: block;
    }

    #sp_header .menu {
        z-index: 999999;
    }

    .head_logo {
        margin: 0;
        padding: 10px 0 0;
        background: #f0f0f0;
    }

    .head_logo img {
        top: 0;
        width: 60%;
    }

    #sp_header {
        text-align: center;
    }

    #sp_header #feature_title {
        color: #fff;
        background: #000;
        font-weight: bold;
    }

    #sp_header .menu .sub_title {
        background: #000;
    }

    #sp_header .menu {
        top: 0 !important;
    }
    
    .iconLayer {
        background: #000;
    }
    
    .navBtn .navname {
        color: #000;
    }
    
    .overlay {
        opacity: 1;
    }
}

/*--------------------------------------
footer
---------------------------------------*/
iframe#footer {
    position: relative;
    min-width: 1200px;
    padding-top: 50px;
    background: #fff;
    margin: 0;
    vertical-align: bottom;
    z-index: 1; /*下部の隙間を消すため*/
}

.sp_footer {
    display: none;
}

@media screen and (max-width: 480px) {
    .pc_footer {
        display: none;
    }

    .sp_footer {
        position: relative;
        display: block;
    }
}

/*--------------------------------------
top
---------------------------------------*/
.main {
    position: relative;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.top {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.top_img {
    position: relative;
    height: 750px;
    background: url(../img/top_img1.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.top_img:before {
    content: '';
    width: 100%;
    height: 40px;
    display: block;
    background: url(../img/top_frame_pc.png) repeat-x 50% 0;
}

.top_img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40px;
    display: block;
    background: url(../img/top_frame_pc.png) repeat-x -50% 0;
    transform: scale(1,-1);
    bottom: 0;
}

@media screen and (max-width: 480px) {
    .main {
        padding-bottom: 0;
        margin-top: 0;
    }
    
    .top {
        margin-bottom: 10%;
    }

    .top_img {
        height: 500px;
        background: url(../img/top_img1.jpg) no-repeat 70% 50%;
        background-size: cover;
    }

    .top_img:before {
        content: '';
        width: 100%;
        height: 30px;
        display: block;
        background: url(../img/top_frame_sp.png) repeat-x 50% 0;
        background-size: contain;
    }

    .top_img:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 30px;
        display: block;
        background: url(../img/top_frame_sp.png) repeat-x -50% 0;
        transform: scale(1,-1);
        bottom: 0;
        background-size: contain;
    }
}

/*ribbon*/
.top_ttl_ribbon {
    position: relative;
    text-align: center;
    top: -100px;
}

.top_ttl_ribbon img {
    opacity: 0;
    animation-delay: 0.5s;
}

@media screen and (max-width: 480px) {
    .top_ttl_ribbon {
        width: 50%;
        position: relative;
        text-align: center;
        top: -50px;
        margin: 0 auto;
    }
}

/*----- top_ttl -----*/
.top_ttl {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
}

.top_ttl_subttl {
    margin-top: 20px;
}

.top_lead {
    position: relative;
    width: 700px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
    color: #000;
}

@media screen and (max-width: 480px) {
    .top_ttl {
        width: 80%;
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        opacity: 0;
    }

    .top_ttl_subttl {
        margin-top: 20px;
    }
    
    .top_lead {
        width: 90%;
        margin: -10% auto 0;
        font-size: 0.9rem;
        line-height: 1.7;
    }
}

/*----- info -----*/
.info {
    margin-bottom: 150px;
}

.info > li {
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
    width: 900px;
    text-align: left;
    font-size: 1rem;
    padding: 30px 25px 20px;
    background: #fff1f1;
    border: 1px solid #ed1c24;
}

/* お知らせ枠が2つ以上になった場合
.info > li:first-child {
    border-bottom: 0;
}
*/

.info_ttl {
    width: 18%;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
}

.info_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.info_list li a {
    display: block;
    width: 100%;
}

.info_list li {
    margin-bottom: 5px;
}

.info_list li:last-child {
    margin-bottom: 0;
}

.info_list_tag {
    display: inline-block;
    font-size: 1rem;
    background: #ed1c24;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 3px;
    line-height: 1;
}

.info_list_ttl {
    font-size: 1.2rem;
}

@media screen and (max-width:640px) {
    .info {
        width: 90%;
        margin: 0 auto 10%;
    }

    .info > li {
        width: 100%;
        display: inline-block;
        padding: 5% 3%;
        font-size: 0.8rem;
    }

    .info_ttl {
        width: 100%;
        font-size: 0.9rem;
        text-align: center;
    }

    .info_list_tag {
        font-size: 0.8rem;
        padding: 5px 5px;
        line-height: 1;
    }

    .info_list_ttl {
        font-size: 0.85rem;
        line-height: 1.7;
    }
}

/*--------------------------------------
ranking
---------------------------------------*/
.ranking {
    position: relative;
    width: 1200px;
    margin: 0 auto 180px;
    padding: 80px 0;
    background: #fff;
}

.ranking .ribbon:after {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/icon_ribbon.png") no-repeat top left;
    background-size: contain;
    width: 300px;
    height: 125px;
    animation: bounceIn 1s ease;
    bottom: -80px;
    left: 50%;
    margin-left: -150px;
}

.rankList_ttl {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.rankList {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.rankList li {
    position: relative;
    display: inline-block;
    counter-increment: rank;
    font-size: 1rem;
    width: -webkit-calc((99.9% - 8%) / 5);
    width: calc((99.9% - 8%) / 5);
    margin-right: 2%;
}

.rankList li:last-child {
    margin-right: 0;
}

.rankList_item_description_name {
    margin-bottom: 10px;
}

.rankList_item_description_price {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    color: #D63636;
}

.rankList_item_description_price span {
    font-weight: 600;
    font-size: 0.9rem;
    margin-left: 2px;
}

.rankList li a:before {
    position: relative;
    display: inline-block;
    content: counter(rank)'位';
    top: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #000;
    border-radius: 50%;
}

.rankList li:nth-child(1) a:before {
    background: #dbc239;
}

.rankList li:nth-child(2) a:before {
    background: #666;
}

.rankList li:nth-child(3) a:before {
    background: #80610e;
}

.rankList li a img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .ranking {
        width: 90%;
        margin: 0 auto 25%;
        padding: 10% 3% 10%;
    }

    .ranking .ribbon:after {
        width: 150px;
        height: 63;
        bottom: -100px;
        left: 50%;
        margin-left: -75px;
    }
    
    .rankList_ttl {
        width: 90%;
        margin: 0 auto;
    }

    .rankList {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .rankList li {
        position: relative;
        display: inline-block;
        counter-increment: rank;
        width: -webkit-calc((99.9% - 4%) / 3);
        width: calc((99.9% - 4%) / 3);
        margin-right: 2%;
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .rankList li:nth-child(2n) {
        margin-right: 2%;
    }

    .rankList li:nth-child(3n) {
        margin-right: 0;
    }

    .rankList_item_description_price {
        font-size: 1rem;
    }

    .rankList li a:before {
        top: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0.85rem;
    }
}

/*--------------------------------------
content
---------------------------------------*/
.content {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
    .content {
        min-width: 100%;
        margin-bottom: 0;
        padding: 10% 0 5%;
    }
}

/*----- contentTop -----*/
.contentTop {
    width: 1200px;
    margin: 0 auto 50px;
}

.contentTop_ttl {
    text-align: center;
    margin-bottom: 30px;
}

.contentTop_lead {
    font-size: 1.2rem;
    line-height: 1.8;
}

@media screen and (max-width: 480px) {
    .contentTop {
        width: 100%;
        margin: 0 auto 7%;
    }

    .contentTop_ttl {
        width: 60%;
        margin: 0 auto 5%;
    }

    .contentTop_lead {
        padding: 0 5%;
        margin: 0 auto;
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

/*--------------------------------------
content1　いちおし
---------------------------------------*/
.cont1Item {
    position: relative;
    width: 1200px;
    margin: 0 auto 150px;
}

@media screen and (max-width: 480px) {
    .cont1Item {
        width: 100%;
        margin: 0 auto 20%;
    }
    
    .cont1Item:last-child {
        margin-bottom: 5%;
    } 
}

/*----- cont1Item_top -----*/
/* いちおし商品 画像*/
.cont1Item_topImg {
    position: relative;
    margin-bottom: 130px;
}

.cont1Item_top .ribbon:after {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/icon_ribbon.png") no-repeat top left;
    background-size: contain;
    width: 300px;
    height: 125px;
    animation: bounceIn 1s ease;
    bottom: -80px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}

.cont1Item_topImg_sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .cont1Item_topImg {
        position: relative;
        margin-bottom: 10%;
    }

    .cont1Item_top .ribbon:after {
        width: 150px;
        height: 63px;
        bottom: -30px;
        left: 50%;
        margin-left: -75px;
    }

    .cont1Item_topImg_pc {
        display: none;
    }
    
    .cont1Item_topImg_sp {
        display: block;
    }
}

/* いちおし商品 タイトル*/
.cont1Item_ttl {
    width: 700px;
    margin: 0 auto 50px;
    font-size: 2.7rem;
    letter-spacing: 0.25em;
    font-weight: 600;
    padding-left: 130px;
}

.cont1Item:nth-of-type(1) .cont1Item_ttl {
    background: url(../img/cont1_item1_no.png) no-repeat left center;
}
.cont1Item:nth-of-type(2) .cont1Item_ttl {
    background: url(../img/cont1_item2_no.png) no-repeat left center;
}
.cont1Item:nth-of-type(3) .cont1Item_ttl {
    background: url(../img/cont1_item3_no.png) no-repeat left center;
}
.cont1Item:nth-of-type(4) .cont1Item_ttl {
    background: url(../img/cont1_item4_no.png) no-repeat left center;
}
.cont1Item:nth-of-type(5) .cont1Item_ttl {
    background: url(../img/cont1_item5_no.png) no-repeat left center;
}
.cont1Item:nth-of-type(6) .cont1Item_ttl {
    background: url(../img/cont1_item6_no.png) no-repeat left center;
}
.cont1Item:nth-of-type(7) .cont1Item_ttl {
    background: url(../img/cont1_item7_no.png) no-repeat left center;
}

@media screen and (max-width: 480px) {
    .cont1Item_ttl {
        width: 100%;
        margin: 0 auto 4%;
        font-size: 1.7rem;
        letter-spacing: 0.2em;
        padding: 25% 0 0 0;
        text-align: center;
    }   

    .cont1Item:nth-of-type(1) .cont1Item_ttl {
        background: url(../img/cont1_item1_no.png) no-repeat center top;
        background-size: 15%;
    }
    .cont1Item:nth-of-type(2) .cont1Item_ttl {
        background: url(../img/cont1_item2_no.png) no-repeat center top;
        background-size: 15%;
    }
    .cont1Item:nth-of-type(3) .cont1Item_ttl {
        background: url(../img/cont1_item3_no.png) no-repeat center top;
        background-size: 15%;
    }
    .cont1Item:nth-of-type(4) .cont1Item_ttl {
        background: url(../img/cont1_item4_no.png) no-repeat center top;
        background-size: 15%;
    }
    .cont1Item:nth-of-type(5) .cont1Item_ttl {
        background: url(../img/cont1_item5_no.png) no-repeat center top;
        background-size: 15%;
    }
    .cont1Item:nth-of-type(6) .cont1Item_ttl {
        background: url(../img/cont1_item6_no.png) no-repeat center top;
        background-size: 15%;
    }
    .cont1Item:nth-of-type(7) .cont1Item_ttl {
        background: url(../img/cont1_item7_no.png) no-repeat center top;
        background-size: 15%;
    }
}

/* いちおし商品 説明*/
.cont1Item_description {
    width: 950px;
    margin: 0 auto;
    font-size: 0;
}

.cont1Item_description_box {
    display: inline-block;
    width: 400px;
}

.cont1Item_description_txt {
    display: inline-block;
    width: 550px;
    padding-left: 20px;
}

.cont1Item_description_txt:after {
    display: block;
    content: '';
    width: 250px;
    height: 45px;
    background: url(../img/btn_link.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 20px;
}

.cont1Item_description_about {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 30px;
}

.cont1Item_description_name {
    font-weight: 500;
    font-size: 1.5rem;
}

.cont1Item_description_price {
    font-weight: 600;
    font-size: 2rem;
    font-family: 'Inter', sans-serif;
}

.cont1Item_description_price span {
    font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
    .cont1Item_description {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
    }

    .cont1Item_description_box {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .cont1Item_description_txt {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
    }

    .cont1Item_description_txt:after {
        width: 50%;
        margin-top: 5%;
    }
    
    .cont1Item_description_about {
        font-size: 0.95rem;
        line-height: 1.9;
        margin-bottom: 5%;
    }

    .cont1Item_description_name {
        font-weight: 600;
        font-size: 1.1rem;
    }

    .cont1Item_description_price {
        font-weight: 600;
        font-size: 1.3rem;
        font-family: 'Inter', sans-serif;
    }
}

/*----- cont1Item_list -----*/
.cont1Item_list {
    width: 1000px;
    margin: 100px auto 0;
}

.cont1Item_listItem {
    display: inline-block;
    position: relative;
    width: -webkit-calc((99.9% - 100px) / 3);
    width: calc((99.9% - 100px) / 3);
    margin: 0 50px 50px 0;
}

.cont1Item_listItem:nth-child(3n) {
    margin-right: 0;
}

.cont1Item_listItem_img {
    width: 100%;
    margin-bottom: 20px;
}

.cont1Item_listItem_description {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
}

.cont1Item_listItem_price {
    font-family: 'Inter', sans-serif;
    font-size: 1.7rem;
}

.cont1Item_listItem_price span {
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 2px;
}

@media screen and (max-width: 480px) {
    .cont1Item_list {
        width: 90%;
        margin: 10% auto 0;
    }

    .cont1Item_listItem {
        display: inline-block;
        position: relative;
        width: -webkit-calc((99.9% - 5%) / 2);
        width: calc((99.9% - 5%) / 2);
        margin: 0 5% 5% 0;
    }

    .cont1Item_listItem:nth-child(3n) {
        margin-right: 5%;
    }

    .cont1Item_listItem:nth-child(2n) {
        margin-right: 0;
    }

    .cont1Item_listItem_img {
        width: 100%;
        margin-bottom: 7%;
    }

    .cont1Item_listItem_description {
        font-weight: 500;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .cont1Item_listItem_price {
        font-family: 'Inter', sans-serif;
        font-size: 1.3rem;
    }

    .cont1Item_listItem_price span {
        font-size: 1rem;
        margin-left: 2px;
    }
}

/*--------------------------------------
content2
---------------------------------------*/
.content2 {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    background: #9ad8d5;
    padding-top: 100px;
}

@media screen and (max-width: 480px) {
    .content2 {
        width: 100%;
        margin: 0 auto 10%;
        padding-top: 80px;
    }
}

/*cont2List*/
.cont2List {
    position: relative;
    width: 1000px;
    margin: 0 auto 50px;
    background: #9ad8d5;
    padding-top: 130px;
}

.content2 .ribbon:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/icon_ribbon.png") no-repeat top left;
    background-size: contain;
    width: 300px;
    height: 125px;
    animation: bounceIn 1s ease;
    top: -60px;
    left: 50%;
    margin-left: -150px;
}

.cont2List_item {
    display: inline-block;
    position: relative;
    width: -webkit-calc((99.9% - 100px) / 3);
    width: calc((99.9% - 100px) / 3);
    margin: 0 50px 50px 0;
}

.cont2List_item:nth-child(3n) {
    margin-right: 0;
}

.cont2List_item_img {
    width: 100%;
    margin-bottom: 20px;
}

.cont2List_item_description {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
}

.cont2List_item_price {
    font-family: 'Inter', sans-serif;
    font-size: 1.7rem;
}

.cont2List_item_price span {
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 2px;
}

@media screen and (max-width: 480px) {
    .cont2List {
        width: 90%;
        margin: 0 auto 10%;
        padding-top: 20px;
        vertical-align: top;
    }

    .content2 .ribbon:before {
        width: 150px;
        height: 63px;
        bottom: -100px;
        left: 50%;
        margin-left: -75px;
    }

    .cont2List_item {
        width: -webkit-calc((99.9% - 5%) / 2);
        width: calc((99.9% - 5%) / 2);
        margin: 0 5% 5% 0;
    }

    .cont2List_item:nth-child(3n) {
        margin-right: 3%;
    }

    .cont2List_item:nth-child(2n) {
        margin-right: 0;
    }

    .cont2List_item_img {
        width: 100%;
        margin-bottom: 5%;
    }

    .cont2List_item_description {
        font-size: 1rem;
        line-height: 1.5;
    }

    .cont2List_item_price {
        font-family: 'Inter', sans-serif;
        font-size: 1.4rem;
    }

    .cont2List_item_price span {
        font-size: 0.8rem;
        margin-left: 2px;
    }
    
}


/*--------------------------------------
TOPへ戻る
---------------------------------------*/
.bottom_gotop {
    margin-top: 80px;
}

.bottom_gotop a {
    width: 50%;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding: 30px 0;
    text-align: center;
    background: #404040;
    margin: 0 auto 80px;
}

@media screen and (max-width: 480px) {
    .bottom_gotop a {
        width: 60%;
        font-size: 1rem;
        padding: 5%;
        margin: 0 auto 10%;
    }
}

/*右固定ボタン*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
}

.top_icon {
    position: relative;
    display: inline-block;
    font-size: 0px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    /* Google Chrome、Safari */
    -moz-border-radius: 50%;
    /* Firefox */
    -ms-border-radius: 50%;
    /* Internet Explorer */
    -o-border-radius: 50%;
    /* Opera */
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    color: #ffff00;
}

.top_icon:after {
    position: absolute;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    /* Google Chrome、Safari */
    -moz-border-radius: 50%;
    /* Firefox */
    -ms-border-radius: 50%;
    /* Internet Explorer */
    -o-border-radius: 50%;
    /* Opera */
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.top_icon:before {
    display: block;
    font-family: 'FontAwesome';
    content: "\f106";
    padding-top: 10%;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
}

/* effect */
.effect .top_icon {
    box-shadow: 0 0 0 4px #ffff00;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.effect .top_icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #ffff00;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

/* effect a */
.effect-a .top_icon {
    color: #000;
}

.effect-a .top_icon:hover {
    color: #ffff00;
}

.effect-a .top_icon:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

@media screen and (max-width: 480px) {
    /*右固定ボタン*/
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 10px;
        z-index: 999;
    }

    .top_icon {
        width: 35px;
        height: 35px;
    }

    .top_icon:before {
        font-size: 1.5rem;
    }

    .effect .top_icon {
        box-shadow: 0 0 0 2px #ffff00;
    }
}

/*--------------------------------------
ガイド
---------------------------------------*/
.guide {
    position: fixed;
    width: 250px;
    right: 20px;
    z-index: 9999;
    margin-bottom: 10px;
}

.guide a {
    display: block;
    background: #E03B25;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 10% 5% 12%;
    border-radius: 10px;
    border: 3px solid #BF9D67;
}

.guide a:hover {
    background: #BF9D67;
    opacity: 1 !important;
}

.guide_ttl:before {
    display: block;
    margin-bottom: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f06a';
    font-size: 2.5rem;
}

.guide a:after {
    display: inline-block;
    border: solid 1px #fff;
    margin-top: 15px;
    padding: 3px 15px;
    content: '詳しくはこちら';
    font-size: 0.8rem;
}

.guide_ttl {
    display: block;
    font-size: 0.8rem;
}


@media screen and (min-width:480px) and (max-width:1500px) {
    .guide {
        width: 100%;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
    }

    .guide a {
        width: 100%;
        margin: 0;
        border-radius: 0;
        font-size: 1.2rem;
        padding: 20px 0;
        border-radius: 0;
        border: 0;
    }

    .guide a:after {
        margin: 0 10px 0;
        padding: 3px 15px;
        font-size: 0.8rem;
    }

    .guide_ttl:before {
        display: inline-block;
        margin: 0;
        font-size: 1.5rem;
    }

    .guide_ttl {
        display: inline-block;
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .guide {
        width: 100%;
        bottom: 0;
        right: 0;
        margin-bottom: 0;
    }

    .guide a {
        width: 100%;
        margin: 0;
        border-radius: 0;
        font-size: 0.9rem;
        padding: 4% 0;
        border-radius: 0;
        border: 0;
    }

    .guide a:after {
        display: none;
    }

    .guide_ttl:before {
        display: inline-block;
        margin: 0;
        font-size: 1rem;
    }

    .guide_ttl {
        display: inline-block;
        font-size: 0.8rem;
    }
}

/*--------------------------------------
モーダルウィンドウ
---------------------------------------*/
#layer_board_area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    overflow-y: auto;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 9999;
}

#layer_board_area::-webkit-scrollbar {
    display: none;
}

.layer_board_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

/*  ポップアップ */
.layer_board {
    display: none;
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 3em auto;
    padding: 3%;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
}

.layer_board.shortLayer {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layer_borad_content {
    text-align: center;
    font-size: 1.5rem;
}

.layer_borad_content P {
    margin-bottom: 50px;
}

.layer_board .square_btn {
    display: block;
    position: relative;
    width: 160px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #111;
    border-radius: 2px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #111;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .15s;
    cursor: pointer
}

@media screen and (max-width:480px) {
    .layer_board {
        width: 90%;
        margin: 3em auto;
        padding: 1.5em;
    }

    .layer_borad_content {
        font-size: 1rem;
    }

    .layer_borad_content P {
        margin-bottom: 7%;
    }

    .layer_board .square_btn {
        width: 110px;
        font-size: 0.9rem;
        padding: 2%;

    }
}
