body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #61481C;
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: underline;
    color: #61481C;
}

pre {
    background-color: transparent;
    border: none;
    padding: 16px 0;
}

/*見出し*/
.caption02 {
    border-bottom: solid 3px #231815;
    position: relative;
    font-size: 30px;
    padding-bottom: 10px;
    margin: 0 0 20px;
    font-weight: 700;
}

.caption02:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #E83817;
    bottom: -3px;
    width: 30%;
}

.caption03 {
    position: relative;
    padding: 0 0 0 40px;
    text-align: left;
    font-weight: 700;
    margin: 20px 0;
    /* text-indent: 2.5em; */
    font-size: 20px;
    /* background: #eee; */
}

.caption03:before {
    position: absolute;
    top: 53%;
    left: 10px;
    transform: translateY(-50%);
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* background: #e3c770; */
    border: 3px solid #E83817;
}

.caption04 {
    position: relative;
    padding: 0px 0 0 40px;
    text-align: left;
    font-weight: 700;
    margin: 20px 0;
    /* text-indent: 2.5em; */
    font-size: 18px;
    /* background: #eee; */
}

.caption04:before {
    position: absolute;
    top: 54%;
    left: 10px;
    transform: translateY(-50%);
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* background: #e3c770; */
    border: 3px solid #E83817;
}

.caption05 {

    font-weight: normal;
    margin: 20px 0;
    font-size: 18px;
    background: #F6F4F4;
    padding: 10px;
}

.caption06 {
    position: relative;
    padding: 0 0 0 65px;
    text-align: left;
    font-weight: 700;
    margin: 20px 0;
    /* text-indent: 2.5em; */
    font-size: 19px;
    /* background: #eee; */
    height: 50px;
    line-height: 50px;
}




/*マージン･パディング*/
.pr-5 {
    padding-right: 5px;
}

/* キャリア別表示・非表示 */

.pc {
    display: block;
}


.sp {
    display: none;
}



/*ヘッダー*/
header {
    background: #eee;

}

.header_frame {
    background: #F6F4F4;
    /* height: 50px; */
    border-top: solid 3px #231815;
    position: relative;
}

.header_frame:after {
    position: absolute;
    content: " ";
    display: block;
    border-top: solid 3px #E83817;
    top: -3px;
    width: 50%;
}

.header_frame h1, .header_frame p {
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 8px 0;
    font-weight: 700;
    /* text-indent: 15em; */
    display: grid;
    /* justify-content: right; */
    /* text-align: left; */
    text-indent: 1em;
}



/*ヘッダーメニューSNSログイン*/

.header_menu {
    background: #231815;
    height: 50px;
}

.header_menu_inner {
    width: 1200px;
    margin: auto;
}

.header_inner {
    width: 1200px;
    margin: auto;
}

.header_logo {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 200px;
    text-align: center;
    opacity: 0.9;
}

.header_logo img {
    width: 130px;
    margin: auto;
}

.header_menu ul {
    padding: 0;
    margin: auto;
    width: 1200px;
    overflow: hidden;
    justify-content: end;
    display: grid;
    /* float: right; */
    grid-auto-flow: column;
}

.header_menu ul li {
    /* float: left; */
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}

.header_menu ul li:last-child {
    margin-right: 0;
}

.header_menu ul li a {
    color: #fff;
    transition: all 0.3s;
    padding: 3px 10px;
    text-decoration: none;
}

.header_menu ul li a:hover {
    background: #333;
    border-radius: 3px;
}

.header_menu ul li a i {
    padding-right: 8px;
}

i.fab.fa-twitter {
    color: #1DA1F2;
}

i.fab.fa-line {
    color: #00B900;
}

i.fas.fa-user {
    color: #E83817;
}

i.fas.fa-sticky-note {
    color: #E83817;
}

i.fas.fa-shopping-cart {
    color: #E83817;
}

i.fab.fa-instagram {
    color: #CF2E92;
}

/*ヘッダーナビメニューPC*/

.header_nav {
    background-color: #E83817;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #EB5438), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #EB5438), color-stop(.75, #EB5438), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;

}

.header_nav_inner {
    width: 1200px;
    margin: auto;
    height: 80px;
}

.header_nav_inner ul {
    margin: 0 0 0 240px;
    width: 960px;
    overflow: hidden;
}

.header_nav_inner ul li {
    margin-right: 10px;
    float: left;
    margin-top: 10px;
    font-weight: bold;
}

.header_nav_inner ul li a {
    background: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 3px;
    transition: all 0.3s;
}


.header_nav_inner ul li a:hover {
    background: #F6F4F4;
    color: #E83817;
}



.header_nav_inner ul li.nav_product {
    height: 61px;
    background: #fff;
    z-index: 0;
    position: relative;
    width: 260px;
    float: left;
    margin-right: 1%;
    border-radius: 5px;
}

.header_nav_inner ul li.nav_product a {
    display: block;
    padding: 5px !important;
}

.header_nav_inner ul li.nav_product a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 90%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    margin-top: -5px;
}

.header_nav_inner ul li.nav_product a img {
    margin: 0;
    padding: 0;
    vertical-align: top;
    max-width: 50px;
    max-height: 50px;
}

.header_nav_inner ul li.nav_product a span {
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translate(0, -50%);
    text-decoration: none;
    padding-left: 20px;
}




/*TOP背景100%ボタン*/
.header_wrap {
    width: 100%;
    background-color: #231815;
    background-image: url(https://image.raku-uru.jp/01/15097/233/web_bnr_1226_1_1672035143471.jpg);
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

/*.header_wrap::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#222 50%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}*/

.header_wrap_inner {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}

.header_pick_item {
    display: grid;
    margin: 0 auto;
    width: 1200px;
    position: absolute;
    bottom: 40px;
    z-index: 1;

}

.header_pick_item a {
    display: block;
    margin: auto;
    text-align: center;
}


.header_pick_item ul {
    overflow: hidden;
    margin: auto;
}

.header_pick_item ul li {
    float: left;
    margin-right: 20px;
}



/*カラム*/
.container {
    width: 100%;
    /* background: #f7f7f7; */
    overflow: hidden;
}

.page {
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.main_contents {
    width: 890px;
    float: left;
    /* background: #eee; */
}

.right_contents {
    width: 280px;
    float: right;
    /* background: #888; */
}


/*メインカラム*/
.main_item {
    width: 890px;
}

.main_item ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.main_item ul li {
    width: 435px;
    margin-right: 20px;
    float: left;
}

.main_item ul li:nth-child(2) {
    margin-right: 0;
}

.main_item ul li a {
    display: block;
}

.main_item ul li a figure {
    display: block;
    margin: 0;
}

.main_item ul li a figcaption {
    /* background: #ccc; */
    padding: 10px;
}

.main_item ul li a figcaption span {
    background: #E83817;
    display: block;
    padding: 4%;
    margin: 2% auto;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    /* text-decoration: unset; */
    font-weight: 700;
    width: 80%;
}

.main_item ul li a figcaption span strong {
    font-size: 24px;
    padding: 0 5px;
}

.main_item ul li a:hover figcaption span {
    opacity: 0.9;
}

/*焼き方*/

.step_yakikata, .step_flow {
    width: 890px;
}

.step_yakikata ol, .step_flow ol {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.step_yakikata ol li, .step_flow ol li {
    width: 860px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    margin: 0 auto 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}



.step_yakikata ol li figure, .step_flow ol li figure {
    display: block;
    margin: 0;
    overflow: hidden;
}

.step_yakikata ol li figure img, .step_flow ol li figure img {
    display: block;
    margin: 0;
    width: 350px;
    float: left;
}

.step_yakikata ol li figcaption, .step_flow ol li figcaption {
    /* background: #ccc; */
    padding: 10px;
    width: 470px;
    float: right;
}

.yakikata_check, .step_check {
    border: 1px solid #ccc;
    margin: 20px 0 0;
    padding: 10px;
}

.yakikata_check h4, .step_check h4 {
    background: #FFD523;
    padding: 5px 0;
    text-indent: 1em;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.yakikata_check p, .step_check p {
    text-indent: 1em;
}

p.youtube_image {
    /* background: #eee; */
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
}

p.youtube_image a {
    display: block;
}

p.youtube_image a img {
    width: 70%;
    margin: auto;
    display: block;
    border: 4px solid #ccc;
}

/*ランキング*/

.gyouza-ranking {
    width: 890px;
}

.gyouza-ranking ol {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.gyouza-ranking ol li {
    width: 860px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    margin: 0 auto 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}



.gyouza-ranking ol li figure {
    display: block;
    margin: 0;
    overflow: hidden;
}

.gyouza-ranking ol li figure img {
    display: block;
    margin: 0;
    width: 260px;
    float: left;
}

.gyouza-ranking ol li figcaption {
    /* background: #ccc; */
    padding: 10px;
    width: 570px;
    float: right;
}

.rank1 {
    background-image: url(https://image.raku-uru.jp/01/15097/277/rank_01_1684383016164.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank2 {
    background-image: url(https://image.raku-uru.jp/01/15097/279/rank_02_1684383016590.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank3 {
    background-image: url(https://image.raku-uru.jp/01/15097/278/rank_03_1684383016367.gif);
    background-repeat: no-repeat;
    background-position: left center;
}


/*サイド*/

.side_pickup {
    width: 100%;
}

.side_pickup ul li {
    margin-bottom: 5px;
}

.side_pickup ul li a {
    display: block;
}

.side_pickup ul li a img {
    display: block;
}

.side_pickup ul li a span {
    /* background: #eee; */
    display: block;
    padding: 5px 0;
    font-size: 14px;
    /* margin-top: 10px; */
}

/*サイドカテゴリー*/

.side_category ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.side_category ul li {
    height: 60px;
    background: #fff;
    border: 1px solid #e5dfdf;
    z-index: 0;
    position: relative;
    width: 98%;
    float: left;
    /* margin-right: 1%; */
    margin: 0 auto 10px;
    text-indent: 1em;
}

.side_category ul li a {
    display: block;
    line-height: 60px;
    transition: all 0.3s;
}

.side_category ul li a:hover {
    background: #F6F4F4;
    color: #E83817;
}

.side_category ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 90%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    margin-top: -5px;
}


.side_category ul li a span {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-decoration: none;
    padding-left: 10px;
    font-size: 14px;
}



/*フッター*/


.footerarea {
    background: #F6F4F4;
}

.footer_info {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.footer_info ul {
    overflow: hidden;
    width: 1160px;
    margin: 0 auto;
}

.footer_info ul li {
    width: 330px;
    float: left;
    margin-right: 25px;
    background: #fff;
    padding: 0 20px;
}

.footer_info ul li p {
    font-size: 16px;
}

.footer_info ul li p.fotter_tit {
    background: #F6F4F4;
    width: fit-content;
    padding: 5px 10px;
    margin-bottom: 10px;
    /* color: #fff; */
}

.footer_info ul li p a.footer_btn {
    display: block;
    background: #231815;
    text-align: center;
    width: 240px;
    margin: 20px auto;
    padding: 20px 0;
    font-size: 16px;
    border: 2px solid #231815;
    color: #FFF;
    border-radius: 3px;
}


.footer_info ul li:nth-child(3) {
    margin-right: 0;
}

.footer_customer {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.footer_customer ul {
    overflow: hidden;
    width: 1160px;
    margin: 0 auto;
}

.footer_customer ul li {
    width: 330px;
    background: #fff;
    float: left;
    margin-right: 25px;
    padding: 0 20px;
}

p.footer_contact {
    background: #eee;
    padding: 10px 0;
    margin-bottom: 20px;
}

p.footer_contact span {
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 90%;
}

p.footer_contact a.footer_btn {
    display: block;
    background: #231815;
    text-align: center;
    width: 240px;
    margin: 20px auto;
    padding: 20px 0;
    font-size: 16px;
    border: 2px solid #231815;
    color: #FFF;
    border-radius: 3px;
}


.footer_customer ul li.fotter_calendar {
    width: 725px !important;
}

.footer_customer ul li:nth-child(2) {
    margin-right: 0;
}

.schedule-area {
    display: block;
    justify-content: space-between;
}

.schedule {
    /* width: 350px; */
    display: inline-block;
    /* border: solid 1px black; */
    /* vertical-align: middle; */
    /* text-align: center; */
    width: 48%;
    /* height: 100px; */
    /* line-height: 100px; */
    margin-right: 3%;
}

.schedule:nth-child(2) {
    margin-right: 0;
}

.schedule .months {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.calendar table {
    width: 100%;
}

.calendar td, .calendar th {
    border-collapse: collapse;
    border: 1px solid #231815;
    text-align: center;
}

.calendar td.e1 {
    background: #E83817;
    color: #fff;
}

.calendar {
    /* border: solid 1px black; */
    vertical-align: middle;
    text-align: center;
    width: 100%;
    /* height: 100px; */
    /* line-height: 100px; */
    margin-right: 0;
    margin: 0 auto 30px;
}

p.calendar_comment {
    /* background: #efefef; */
    margin-bottom: 20px;
    padding: 20px;
}

p.calendar_comment span {
    background: #E83817;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
}


/**/

.footer_menu {
    background: #231815;
}

.footer_menu ul {
    width: 1100px;
    margin: auto;
    list-style: none;
    padding: 10px 0;
    text-align: center;
}

.footer_menu ul li {
    display: inline-block;
}

.footer_menu ul li:not(:first-child)::before {
    content: "|";
    color: #fff;
    padding: 0 25px;
}

.footer_menu ul li a {
    font-size: 14px;
    color: #fff;
}

/**/
.copyright {
    width: 1200px;
    margin: auto;
}

.copyright p {
    font-size: 14px;
}


/**/
section.contents_parts {
    width: 100%;
}

section.contents_parts p {
    line-height: 1.7;
}

section.contents_parts ul {
    width: 90%;
    margin: 10px;
    list-style: circle;
}

section.contents_parts ul li {
    margin-bottom: 10px;
    /* list-style: circle; */
    margin: 0 0 10px 30px;
    padding: 0px;
    font-size: 15px;
}





table.table-bordered {
    width: 100%;
    margin: 20px 0;
}

table.table-bordered td, table.table-bordered th {
    border-collapse: collapse;
    border: 1px solid #231815;
    text-align: center;
    padding: 10px;
    width: 30%;
}

table.table-row-bordered {
    width: 80%;
    margin: 20px 0;
}

table.table-row-bordered th {
    background: #F6F4F4;
    color: #231815;
    /* padding:1px; */
    font-weight: 700;
}

table.table-row-bordered td, table.table-row-bordered th {
    border-collapse: collapse;
    border: 1px solid #231815;
    text-align: center;
    padding: 10px;
    /* width: 50%; */
}


table.table-bordered-item {
    width: 100%;
    margin: 20px 0;
}

table.table-bordered-item td {
    border-collapse: collapse;
    border: 1px solid #231815;
    text-align: center;
    padding: 10px;
    width: 70%;
}

table.table-bordered-item {
    width: 100%;
    margin: 20px 0;
}

table.table-bordered-item th {
    background: #F6F4F4;
    color: #231815;
    /* padding:1px; */
    font-weight: 700;
    border-collapse: collapse;
    border: 1px solid #231815;
    text-align: center;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
}



.haisou_todoufuken {
    background: #FEF9F8;
    border: 3px solid #E83817;
    font-size: 18px;
    padding: 2% 1%;
    position: relative;
}

.haisou_todoufuken:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #E83817;
}

.haisou_itiritu {
    background: #FEF9F8;
    border: 3px solid #E83817;
    font-size: 20px;
    padding: 2% 1%;
    text-align: center;

}


ul.contents_parts_sns {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 0;
    list-style: none !important;
    overflow: hidden;
}

ul.contents_parts_sns li {
    width: 32%;
    float: left;
    margin: 0 2% 0 0 !important;
}

ul.contents_parts_sns li:nth-child(3) {
    margin: 0 !important;
}


/*faq*/

.faq dt,
.faq dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 10;
    color: #231815;
    padding: 1em 2em 1em 3.1em;
}

.faq dt {
    font-weight: 700;
}

.faq dd+dt {
    margin-top: 1em;
}

.faq dt::before,
.faq dd::before {
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 34px;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.faq dt::before {
    background-color: #231815;
    content: 'Q';
}

.faq dd::before {
    background-color: #e83817;
    content: 'A';
}



ul.contents_parts_img_list {
    /*background: #eee;*/
    padding: 0;
    margin: 20px 0 !important;
    overflow: hidden;
    width: 100% !important;
}

ul.contents_parts_img_list li {
    margin: 0 !important;
    padding: 0 !important;
    width: 49%;
    margin-right: 2% !important;
    float: left;
    list-style: none;
}

ul.contents_parts_img_list li:nth-child(2n) {
    margin-right: 0 !important;
}

ul.contents_parts_img_list li img {
    max-width: 100%;
}

ul.contents_parts_img_list li span {
    margin: 0 0 10px 0 !important;
    display: block;
}








@media screen and (max-width: 700px) {
    body {
        margin: 0;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        line-height: 1.5;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        color: #61481C;
        font-size: 16px;
        font-weight: 400;
    }

    input, button, select, textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    /*見出し*/
    .caption02 {
        border-bottom: solid 3px #231815;
        position: relative;
        font-size: 22px;
        padding-bottom: 8px;
        margin: 20px 0;
        font-weight: bold;
    }

    .caption02:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 3px #E83817;
        bottom: -3px;
        width: 30%;
    }

    .caption03 {
        position: relative;
        padding: 0 0 0 25px;
        text-align: left;
        font-weight: bold;
        margin: 20px 0;
        /* text-indent: 2.5em; */
        font-size: 20px;
        /* background: #eee; */
    }

    .caption03:before {
        position: absolute;
        top: 57%;
        left: 0;
        transform: translateY(-50%);
        content: '';
        width: 13px;
        height: 13px;
        border-radius: 50%;
        /* background: #e3c770; */
        border: 3px solid #E83817;
    }

    .caption04 {
        position: relative;
        padding: 0px 0 0 33px;
        text-align: left;
        font-weight: 700;
        margin: 20px 0;
        /* text-indent: 2.5em; */
        font-size: 20px;
        /* background: #eee; */
        /* width: 86%; */
        letter-spacing: -0.5px;
    }

    .caption04:before {
        position: absolute;
        top: 55%;
        left: 10px;
        transform: translateY(-50%);
        content: '';
        width: 11px;
        height: 11px;
        border-radius: 50%;
        /* background: #e3c770; */
        border: 3px solid #E83817;
    }

    .caption05 {

        font-weight: normal;

        margin: 20px 0;

        font-size: 18px;

        background: #F6F4F4;

        padding: 10px;

        font-weight: bold;

    }

    .caption06 {
        position: relative;
        padding: 0 0 0 75px;
        text-align: left;
        font-weight: 700;
        margin: 1% 0;
        /* text-indent: 2.5em; */
        font-size: 17px;
        /* background: #eee; */
        height: 70px;
        line-height: normal;
        display: block;
    }

    /*マージン･パディング*/
    .pr-5 {
        padding-right: 5px;
    }

    /* キャリア別表示・非表示 */

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }


    /*ヘッダー*/
    header {
        background: #eee;

    }

    .header_frame {
        background: #F6F4F4;
        /* height: 50px; */
        border-top: solid 3px #231815;
        position: relative;
    }

    .header_frame:after {
        position: absolute;
        content: " ";
        display: block;
        border-top: solid 3px #E83817;
        top: -3px;
        width: 50%;
    }

    .header_frame h1, .header_frame p {
        width: 80%;
        margin: 0 0 0 5%;
        display: block;
        padding: 20px 0;
        font-weight: 700;
        /* text-indent: 15em; */
        display: grid;
        /* justify-content: right; */
        /* text-align: left; */
        text-indent: 0;
    }



    /*ヘッダーメニューSNSログイン*/

    .header_menu {
        background: #231815;
        height: 50px;
    }

    .header_menu_inner {
        width: 1200px;
        margin: auto;
    }

    .header_inner {
        width: 100%;
        margin: auto;
        display: flex;
    }

    .header_logo {
        position: absolute;
        z-index: 1;
        background: #fff;
        width: 25%;
        text-align: center;
        opacity: 0.9;
    }

    .header_logo img {
        width: 80%;
        margin: auto;
    }

    .header_menu ul {
        padding: 0;
        margin: auto;
        width: 70% !important;
        overflow: hidden;
        justify-content: end;
        display: flex;
        /* float: right; */
        /* grid-auto-flow: column; */
        flex-basis: 70% !important;
        flex: auto;
    }

    .header_menu ul li {
        /* float: left; */
        height: 50px;
        line-height: 50px;
        margin-right: 4%;
    }

    .header_menu ul li:last-child {
        margin-right: 0;
    }

    .header_menu ul li a {
        color: #fff;
        transition: all 0.3s;
        padding: 3px 4px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: -0.05em;
    }

    .header_menu ul li a:hover {
        background: #333;
        border-radius: 3px;
    }

    .header_menu ul li a i {
        padding-right: 6px;
        font-size: 11px;
        color: #fff !important;
    }

    i.fab.fa-twitter {
        color: #1DA1F2;
    }

    i.fab.fa-line {
        color: #00B900;
    }

    i.fas.fa-user {
        color: #E83817;
    }

    i.fas.fa-sticky-note {
        color: #E83817;
    }

    i.fas.fa-shopping-cart {
        color: #E83817;
    }

    i.fab.fa-instagram {
        color: #CF2E92;
    }



    /*ヘッダーナビメニューSP(バーガー)*/
    #togglenav {
        display: none;
    }

    #togglenav:checked+.togglenav-btn {
        background-color: #495057;
    }

    #togglenav:checked+.togglenav-btn:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f00d";
        font-weight: 900;
        font-size: 1.5em;
    }

    #togglenav:checked~.togglenav-bg {
        pointer-events: auto;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .togglenav-btn {
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 5px;
        z-index: 2;
        width: 50px;
        height: 50px;
        color: #fff;
        background-color: #231815;
        line-height: 50px;
        text-align: center;
        -webkit-transition: background-color .6s, -webkit-transform .6s;
        transition: background-color .6s, transform .6s;
        font-size: 20px;
    }

    .togglenav-btn:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f0c9";
        font-weight: 900;
        font-size: 1.2em;
    }

    .togglenav-bg {
        cursor: pointer;
        position: fixed;
        top: 0px;
        right: 0px;
        pointer-events: none;
        z-index: 1;
        width: 100%;
        height: 100%;
        transition: background-color .6s;
    }

    .drawer {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
        background-color: white;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
    }

    .drawer .drawer-menu {
        padding: 0;
        list-style-type: none;
    }

    .drawer .drawer-menu .drawer-menu-item {
        font-size: 14px;
    }

    .drawer .drawer-menu .drawer-menu-item a {
        display: block;
        padding: 0.75em 2em;
        text-decoration: none;
        transition: background-color 0.4s;
        cursor: pointer;
        color: #333;
        font-size: 15px;
    }

    .drawer .drawer-menu .drawer-menu-item a:hover {
        background-color: #eee;
        color: #666;
    }

    .drawer .drawer-menu .drawer-menu-item a:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        font-weight: 900;
        font-size: 1em;
        margin: 0 0.5em 0 0;
    }

    #togglenav:checked~.drawer {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    ul.drawer-info {
        /* background: #eee; */
        width: 90%;
        margin: auto;
    }

    ul.drawer-info li {
        border-bottom: 1px dashed #ccc;
    }

    ul.drawer-info li a {
        display: block;
        padding: 12px 0;
        text-decoration: none;
        font-size: 14px;
    }

    ul.drawer-info li a i {
        margin-right: 5px;
    }

    ul.drawer-product {
        margin: 20px auto 0;
        width: 90%;
    }

    ul.drawer-product li {
        border: 1px solid #ccc
    }

    ul.drawer-product li.nav_product {
        height: 61px;
        background: #fff;
        z-index: 0;
        position: relative;
        width: 90%;
        float: none;
        margin-right: 0;
        border-radius: 5px;
        margin-bottom: 6%;
        margin-right: auto;
        margin-left: auto;
    }

    ul.drawer-product li.nav_product a {
        display: block;
        padding: 5px !important;
    }

    ul.drawer-product li.nav_product a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 90%;
        width: 7px;
        height: 7px;
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        transform: rotate(45deg);
        margin-top: -5px;
    }

    ul.drawer-product li.nav_product a img {
        margin: 0;
        padding: 0;
        vertical-align: top;
        max-width: 50px;
        max-height: 50px;
    }

    ul.drawer-product li.nav_product a span {
        position: absolute;
        top: 50%;
        z-index: 0;
        transform: translate(0, -50%);
        text-decoration: none;
        padding-left: 20px;

    }


    /*TOP背景100%ボタン*/
    .header_wrap {
        width: 100%;
        background-color: #231815;
        background-image: url(https://image.raku-uru.jp/01/15097/259/we_bnr_sp_20230509_01_1683597154501.jpg);
        position: relative;
        z-index: 0;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
    }

    /*.header_wrap::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 500px;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: radial-gradient(#222 50%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
        background-size: 4px 4px;
        background-position: 0 0, 2px 2px;
    }*/

    .header_wrap_inner {
        width: 100%;
        margin: 0 auto;
        height: 400px;
    }

    .header_pick_item {
        display: grid;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        bottom: 10px;
        z-index: 1;
    }

    .header_pick_item a {
        display: block;
        margin: auto;
        text-align: center;
    }


    .header_pick_item ul {
        overflow: hidden;
        margin: auto;
        width: 90%;
    }

    .header_pick_item ul li {
        float: left;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .header_pick_item ul li:nth-child(2n) {
        margin-bottom: 0;
    }



    /*カラム*/
    .container {
        width: 100%;
        /* background: #f7f7f7; */
        overflow: hidden;
    }

    .page {
        width: 90%;
        margin: 20px auto;
        overflow: hidden;
    }

    .main_contents {
        width: 100%;
        float: left;
        /* background: #eee; */
    }

    .right_contents {
        width: 100%;
        float: right;
        /* background: #888; */
    }


    /*メインカラム*/
    .main_item {
        width: 100%;
    }

    .main_item ul {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .main_item ul li {
        width: 48%;
        margin-right: 2%;
        float: left;
    }

    .main_item ul li:nth-child(2) {
        margin-right: 0;
    }

    .main_item ul li a {
        display: block;
        /* width: 100%; */
    }

    .main_item ul li a figure {
        display: block;
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .main_item ul li a figcaption {
        /* background: #ccc; */
        padding: 0;
    }

    .main_item ul li a figcaption span {
        background: #E83817;
        display: block;
        padding: 7% 1%;
        margin: 6% auto;
        font-size: 13px;
        text-align: center;
        border-radius: 5px;
        color: #fff;
        /* text-decoration: unset; */
        font-weight: 700;
        width: 98%;
    }

    .main_item ul li a figcaption span strong {
        font-size: 17px;
        padding: 0 2px;
    }

    .main_item ul li a:hover figcaption span {
        opacity: 0.9;
    }

    /*焼き方*/

    .step_yakikata, .step_flow {
        width: 100%;
    }

    .step_yakikata ol, .step_flow ol {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .step_yakikata ol li, .step_flow ol li {
        width: 100%;
        /* margin-bottom: 20px; */
        overflow: hidden;
        margin: 0 auto 20px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px;
    }



    .step_yakikata ol li figure, .step_flow ol li figure {
        display: block;
        margin: 0;
        overflow: hidden;
    }

    .step_yakikata ol li figure img, .step_flow ol li figure img {
        display: block;
        margin: 0 auto;
        width: 100%;
        float: initial;
    }

    .step_yakikata ol li figcaption, .step_flow ol li figcaption {
        /* background: #ccc; */
        padding: 1%;
        width: 98%;
        float: right;
    }

    .yakikata_check, .step_check {
        border: 1px solid #ccc;
        margin: 20px 0 0;
        padding: 10px;
    }

    .yakikata_check h4, .step_check h4 {
        background: #FFD523;
        padding: 5px 0;
        text-indent: 1em;
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .yakikata_check p, .step_check p {
        text-indent: 1em;
    }

    .step_yakikata iframe {
        width: 100%;
    }

    p.youtube_image {
        /* background: #eee; */
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        padding: 20px 0;
    }

    p.youtube_image a {
        display: block;
    }

    p.youtube_image a img {
        width: 100%;
        margin: auto;
        display: block;
        border: 4px solid #ccc;
    }


    /*ランキング*/

    .gyouza-ranking {
        width: 100%;
    }

    .gyouza-ranking ol {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .gyouza-ranking ol li {
        width: 100%;
        /* margin-bottom: 20px; */
        overflow: hidden;
        margin: 0 auto 20px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 20px;
    }



    .gyouza-ranking ol li figure {
        display: block;
        margin: 0;
        overflow: hidden;
    }

    .gyouza-ranking ol li figure img {
        display: block;
        margin: 2% auto;
        width: 50%;
        float: initial;
    }

    .gyouza-ranking ol li figcaption {
        /* background: #ccc; */
        padding: 1%;
        width: 98%;
        float: right;
    }

    /*サイド*/

    .side_pickup {
        width: 90%;
        margin: auto;
    }

    .side_pickup ul li {
        margin-bottom: 5px;
    }

    .side_pickup ul li a {
        display: block;
    }

    .side_pickup ul li a img {
        display: block;
    }

    .side_pickup ul li a span {
        /* background: #eee; */
        display: block;
        padding: 5px 0;
        font-size: 16px;
        /* margin-top: 10px; */
    }

    /*サイドカテゴリー*/

    .side_category ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .side_category ul li {
        height: 60px;
        background: #fff;
        border: 1px solid #e5dfdf;
        z-index: 0;
        position: relative;
        width: 98%;
        float: left;
        /* margin-right: 1%; */
        margin: 0 auto 10px;
        text-indent: 1em;
        font-size: 16px;
    }

    .side_category ul li a {
        display: block;
        line-height: 60px;
        transition: all 0.3s;
    }

    .side_category ul li a:hover {
        background: #F6F4F4;
        color: #E83817;
    }

    .side_category ul li a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 90%;
        width: 7px;
        height: 7px;
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        transform: rotate(45deg);
        margin-top: -5px;
    }


    .side_category ul li a span {
        position: absolute;
        top: 50%;
        z-index: 0;
        width: 100%;
        transform: translate(0, -50%);
        text-decoration: none;
        padding-left: 10px;
        font-size: 14px;
    }



    /*フッター*/


    .footerarea {
        background: #F6F4F4;
    }

    .footer_info {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .footer_info ul {
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
    }

    .footer_info ul li {
        width: 92%;
        float: left;
        margin-right: 0;
        background: #fff;
        padding: 0 4%;
        margin-bottom: 3%;
    }

    .footer_info ul li p {
        font-size: 16px;
    }

    .footer_info ul li p.fotter_tit {
        background: #F6F4F4;
        width: fit-content;
        padding: 5px 10px;
        margin-bottom: 10px;
        font-size: 16px !important;
        font-weight: 700;
    }

    .footer_info ul li p a.footer_btn {
        display: block;
        background: #231815;
        text-align: center;
        width: 240px;
        margin: 20px auto;
        padding: 20px 0;
        font-size: 16px;
        border: 2px solid #231815;
        color: #FFF;
        border-radius: 3px;
        font-weight: bold;
    }


    .footer_info ul li:nth-child(3) {
        margin-right: 0;
    }

    .footer_customer {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    .footer_customer ul {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        /* padding: 02%; */
    }

    .footer_customer ul li {
        width: 100% !important;
        background: #fff;
        float: left;
        margin-right: 0;
        padding: 0;
        display: block;
    }

    p.footer_contact {
        background: #eee;
        padding: 10px 0;
        margin-bottom: 20px;
        width: 92%;
        margin-right: auto;
        margin-left: auto;
        margin: 0 auto 5%;
    }

    p.footer_contact span {
        font-size: 14px;
        text-align: center;
        display: block;
        margin: 10px auto;
        width: 90%;
    }

    p.footer_contact a.footer_btn {
        display: block;
        background: #231815;
        text-align: center;
        width: 240px;
        margin: 20px auto;
        padding: 20px 0;
        font-size: 16px;
        border: 2px solid #231815;
        color: #FFF;
        border-radius: 3px;
        font-weight: 700;
    }


    .footer_customer ul li.fotter_calendar {
        width: 100% !important;
    }

    .footer_customer ul li:nth-child(2) {
        margin-right: 0;
    }

    .schedule-area {
        display: block;
        justify-content: unset;
        width: 92%;
        margin: auto;
    }

    .schedule {
        width: 100%;
        display: inline-block;
        /* margin-right: 5%; */
        text-align: -webkit-center;
    }

    .schedule .months {
        font-size: 16px;
        padding-bottom: 5px;
        font-weight: bold;
    }

    .calendar table {
        width: 100%;
    }

    .calendar td, .calendar th {
        border-collapse: collapse;
        border: 1px solid #231815;
        text-align: center;
    }

    .calendar td.e1 {
        background: #E83817;
        color: #fff;
    }





    /**/

    .footer_menu {
        background: #231815;
    }

    .footer_menu ul {
        width: 90%;
        margin: 0 auto;
        list-style: decimal;
        padding: 0;
        text-align: initial;
    }

    .footer_menu ul li {
        display: block;
        border-bottom: 1px dashed #3B312F;
    }

    .footer_menu ul li:not(:first-child)::before {
        content: "";
        color: #fff;
        padding: 0;
    }

    .footer_menu ul li a {
        font-size: 14px;
        color: #fff;
        display: block;
        padding: 15px 0;
    }

    /**/
    .copyright {
        width: 100%;
        margin: auto;
    }

    .copyright p {
        font-size: 14px;
    }


    /**/
    section.contents_parts {
        width: 100%;
    }

    section.contents_parts p {
        line-height: 1.7;
    }

    section.contents_parts ul {
        width: 90%;
        margin: 10px;
        list-style: circle;
    }

    section.contents_parts ul li {
        margin-bottom: 10px;
        /* list-style: circle; */
        margin: 0 0 10px 30px;
        padding: 0px;
        font-size: 15px;
    }





    table.table-bordered {
        width: 100%;
        margin: 20px 0;
    }

    table.table-bordered td, table.table-bordered th {
        border-collapse: collapse;
        border: 1px solid #231815;
        text-align: center;
        padding: 10px;
        width: 30%;
        font-size: 15px;
    }

    table.table-bordered-item {
        width: 100%;
        margin: 20px 0;
    }

    table.table-bordered-item td {
        border-collapse: collapse;
        border: 1px solid #231815;
        text-align: center;
        padding: 10px;
        width: 70%;
    }

    table.table-bordered-item {
        width: 100%;
        margin: 20px 0;
    }

    table.table-bordered-item th {
        background: #F6F4F4;
        color: #231815;
        /* padding:1px; */
        font-weight: 700;
        border-collapse: collapse;
        border: 1px solid #231815;
        text-align: center;
        padding: 10px;
        width: 30%;
        vertical-align: middle;
    }

    .haisou_todoufuken {
        background: #FEF9F8;
        border: 3px solid #E83817;
        font-size: 16px;
        padding: 2%;
    }

    .haisou_itiritu {
        background: #FEF9F8;
        border: 3px solid #E83817;
        font-size: 18px;
        padding: 2%;
        text-align: center;

    }

    ul.contents_parts_sns li {
        width: 90%;
        float: none;
        margin: 0 auto 0 !important;
    }

    ul.contents_parts_sns li:nth-child(3) {
        margin: 0 auto 0 !important;
    }
}



/*-----------------------------------------------------------------
------------------------------------------------------------------*/


/***********
 * clearfix
 ***********/

.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}




/* product-list */

.product-list {
    margin-bottom: 10px;
}

.product-list-item {
    float: left;
    width: 185px;
    margin-right: 15px;
    padding-bottom: 40px;
}

.product-list-item:nth-child(4n) {
    margin-right: 0;
}

.product-list-item:nth-child(4n-3) {
    clear: both;
}

.product-list-item .product-list-photo {
    position: relative;
    width: 185px;
    max-height: 185px;
    margin-bottom: 15px;
}

.product-list-item .product-list-photo img {
    display: block;
    max-width: 185px;
    max-height: 185px;
    width: auto;
    height: auto;
    margin: auto;
    border: #d0d0d0 solid 1px;
}

.product-list-item .product-list-name {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    height: 63px;
    margin-bottom: 4px;
}

.product-list-item .product-list-name:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1.2em;
    content: "…";
    text-align: right;
    background-color: #fff;
}

.product-list-item .product-list-name:after {
    position: relative;
    right: 0;
    float: right;
    width: 1em;
    height: 100%;
    content: "";
    background-color: #fff;
}

.product-list-item .product-list-price {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.product-list-item .product-list-nonstock {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 18px;
    margin-top: 2px;
    margin-right: 6px;
    padding: 0 3px;
    text-align: center;
    color: #f33;
    background: #fff;
}

.product-list-tax {
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .product-list {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .product-list-item {
        float: left;
        width: 47%;
        margin-right: 0;
        padding: 0 5px 40px;
    }

    .product-list-item:nth-child(2n-1) {
        clear: both;
    }

    .product-list-item .product-list-photo {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 9px;
    }

    .product-list-item .product-list-photo img {
        max-width: 100%;
        height: auto;
    }

    .product-list-item .product-list-name {
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        min-height: 40px;
        margin-bottom: 4px;
    }

    .product-list-item .product-list-price {
        font-size: 18px;
        line-height: 1.2;
    }
}


/* ranking icon */

.icn-rank {
    font-size: 16px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    display: block;
    width: 54px;
    height: 54px;
    color: #717171;
}

.icn-rank span {
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 10px;
}

.icn-rank:before {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 54px 54px 0 0;
    border-style: solid;
    border-color: #ececec transparent transparent transparent;
}

.icn-rank1 {
    color: #fcfcfc;
}

.icn-rank1:before {
    border-color: #dccd1b transparent transparent transparent;
}

.icn-rank2 {
    color: #fcfcfc;
}

.icn-rank2:before {
    border-color: #6a6a6a transparent transparent transparent;
}

.icn-rank3 {
    color: #fcfcfc;
}

.icn-rank3:before {
    border-color: #833716 transparent transparent transparent;
}

@media only screen and (max-width: 600px) {
    .icn-rank {
        font-size: 16px;
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        display: block;
        width: 50px;
        height: 50px;
    }

    .icn-rank span {
        position: absolute;
        z-index: 99;
        top: 5px;
        left: 10px;
    }

    .icn-rank:before {
        position: absolute;
        z-index: 90;
        top: 0;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        content: '';
        border-width: 50px 50px 0 0;
        border-style: solid;
    }
}


/* btn-area */

.btn-area {
    margin-bottom: 20px;
    text-align: center;
}

.btn-area .btn {
    font-size: 16px;
    font-weight: normal;
    line-height: 44px;
    position: relative;
    display: inline-block;
    width: 152px;
    height: 44px;
    text-align: center;
    color: #fcfcfc;
    background-color: #666;
}

.btn-area .btn span:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-area a.btn-back span:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .btn-area {
        margin-bottom: 30px;
        text-align: center;
    }

    .btn-area .btn {
        font-size: 16px;
        font-weight: normal;
        line-height: 44px;
        position: relative;
        display: inline-block;
        width: 152px;
        height: 44px;
        text-align: center;
        color: #fcfcfc;
        background-color: #666;
    }

    .btn-area .btn span:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        width: 9px;
        height: 16px;
        margin-top: -8px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .btn-area a.btn-back span:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        width: 9px;
        height: 16px;
        margin-top: -8px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-back_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}




/* top-shop-message */

#top-shop-message1 {
    margin-top: 30px;
}

#top-shop-message2 {
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {
    #top-shop-message1 {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    #top-shop-message2 {
        padding: 0 10px;
    }
}


/* item-detail */

.item-detail-left {
    float: left;
    width: 420px;
}

.item-detail-right {
    float: right;
    width: 430px;
}

.item-detail-txt1 {
    display: block;
    /* background: #ccc; */
}

.item-detail-txt2 {
    display: block;
    margin-bottom: 20px;
}

.item-detail-txt3 {
    display: block;
    /* background: #ddd; */
}

.item-detail-photo {
    position: relative;
    overflow: hidden;
    width: 420px;
    height: 420px;
    margin-bottom: 10px;
}

.item-detail-photo ul li {
    display: none;
    float: left;
    width: 360px;
}

.item-detail-photo ul li.active {
    display: block;
}

.item-detail-photo img {
    display: block;
    max-width: 420px;
    max-height: 420px;
    width: auto;
    height: auto;
    margin: auto;
    border: #d0d0d0 solid 1px;
}

.item-detail-photo-backbtn,
.item-detail-photo-nextbtn {
    display: none;
}

.item-detail-zoom {
    margin-bottom: 20px;
    text-align: center;
}

.item-detail-zoom a {
    position: relative;
    padding-left: 30px;
}

.item-detail-zoom a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-zoom.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.item-detail-thumb {
    width: 100%;
    margin-bottom: 20px;
}

.item-detail-thumb-photo {
    float: left;
    width: 65px;
    margin-right: 8px;
}

.item-detail-thumb-photo img {
    max-width: 100%;
    max-height: 65px;
    border: #d0d0d0 solid 1px;
}

.item-detail-thumb-photo:nth-child(5n) {
    margin-right: 0;
}

.item-detail-thumb-photo:nth-child(5n+1) {
    clear: left;
}

.item-detail-info {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: #d0d0d0 solid 1px;
}

.item-detail-info2 {
    width: 100%;
    margin-bottom: 15px;
}

.item-detail-info dl, .item-detail-info2 dl {
    display: table;
    width: 100%;
}

.item-detail-info dl dt, .item-detail-info2 dl dt {
    display: table-cell;
    width: 100px;
    padding: 3px;
    /* vertical-align: middle; */
    font-size: 16px;
    /* border-bottom: 1px dashed #ccc; */
}

.item-detail-info dl dd, .item-detail-info2 dl dd {
    display: table-cell;
    padding: 7px 0 10px;
    /* border-top: 1px solid #ccc; */
    font-size: 16px;
    /* border-bottom: 1px dashed #ccc; */
    text-align: left;
}

.item-detail-category {
    font-size: 14px;
    margin-bottom: 16px;
}

.item-detail-name {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 15px;
}

.item-detail-vari,
.item-detail-spec {
    margin-bottom: 10px;
}

.item-detail-vari-price {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 10px 0;
}

.item-detail-vari-price dl dt {
    display: none;
}

dt.price_disp {
    display: inline-block !important;
    margin: 0 !important;
    text-align: right;
    font-size: 16px !important;
    font-weight: bold;
    vertical-align: bottom;
}

.item-detail-vari-price-num {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.item-detail-vari-price-tax {
    font-size: 15px;
}

.raku-item-no-stock {
    color: #f33;
}

.item-detail-vari-itemcode {
    font-size: 15px;
    padding-top: 10px;
}

.item-detail-cart {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: #d0d0d0 solid 1px;
}

.item-detail-cart p {
    font-size: 14px;
    margin-bottom: 10px;
}

.item-detail-inputtext input {
    font-size: 16px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    margin-bottom: 18px;
    padding: 0 8px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
}

.item-detail-select {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.item-detail-select label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}

.item-detail-select::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.item-detail-select select {
    font-size: 14px;
    line-height: 56px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100%);
    height: 56px;
    margin: 0;
    padding: 0 45px 0 15px;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.item-detail-cart-vari-select {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    margin-bottom: 18px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}

.item-detail-cart-vari-select label:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.item-detail-cart-vari-select select {
    font-size: 14px;
    line-height: 56px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100%);
    height: 56px;
    margin: 0;
    padding: 0 0 0 20px;
    text-indent: .01px;
    text-overflow: '';
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

/* radio */
.item-detail-cart-vari-radio {
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
}

.item-detail-cart-vari-radio div {
    margin-bottom: 5px;
}

.item-detail-cart-vari-radio input {
    width: 0;
    opacity: .0;
}

.item-detail-cart-vari-radio input+label {
    max-width: 100%;
    font-size: 18px;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.item-detail-cart-vari-radio input+label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -1px;
    content: '';
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}

.item-detail-cart-vari-radio input:checked+label::after {
    position: absolute;
    top: 2px;
    left: 3px;
    display: block;
    width: 11px;
    height: 11px;
    content: '';
    border-radius: 50%;
    background-color: #666;
}

.item-detail-num-count {
    /* font-size: 0; */
    display: flex;
    width: 100%;
    margin-bottom: 18px;
}

.item-detail-num-plus {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.item-detail-num-plus a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #231815;
}

.item-detail-num-minus {
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

.item-detail-num-minus a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #231815;
}

.item-detail-num {
    height: 55px;
    margin-right: 12px;
    padding: 0;
    vertical-align: middle;
}

.item-detail-num input[type=number] {
    font-size: 14px;
    line-height: 55px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    border: solid 2px #ccc;
    -moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.item-detail-num-select {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 56px;
    margin-bottom: 18px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}

.item-detail-num-select label:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.item-detail-num-select select {
    font-size: 14px;
    line-height: 56px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    width: -webkit-calc(100%);
    height: 56px;
    margin: 0;
    padding: 0 0 0 20px;
    text-indent: .01px;
    text-overflow: '';
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.item-detail-cart-btn {
    width: 100%;
    margin-bottom: 20px;
}

.item-detail-cart-btn a {
    font-size: 20px;
    line-height: 80px;
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    color: #fcfcfc;
    background-color: #E83817;
    text-decoration: none;
    font-weight: 700;
}

.item-detail-cart-btn a span {
    position: relative;
}

.item-detail-cart-btn a span:before {
    position: absolute;
    top: 50%;
    left: -46px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    content: '';
    vertical-align: middle;
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-cart-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.item-detail-txt {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #d0d0d0 solid 1px;
}

.item-detail-txt p {
    font-size: 13px;
    padding: 3px;
}

.item-detail-share {
    width: 100%;
    padding-bottom: 20px;
}

.item-detail-share dl {
    display: table;
    width: 100%;
}

.item-detail-share dl dt {
    display: table-cell;
    width: 90px;
    padding: 3px;
    vertical-align: middle;
}

.item-detail-share dl dd {
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
}

.item-detail-share dl dd ul li {
    float: left;
    width: 24px;
    margin-right: 20px;
}

.item-detail-share dl dd ul li img {
    width: 100%;
    height: auto;
}

.item-comment {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: #d0d0d0 solid 1px;
}

.item-comment h4 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}

.item-comment p {
    font-size: 13px;
}

.item-comment table {
    width: 100%;
}

.item-comment table tr th {
    font-size: 13px;
    font-weight: normal;
    width: 180px;
    padding: 4px 12px;
    text-align: left;
}

.item-comment table tr td {
    font-size: 13px;
    padding: 4px 12px;
    text-align: left;
}

.item-comment table tr:nth-child(2n-1) th,
.item-comment table tr:nth-child(2n-1) td {
    background-color: #eee;
}

@media only screen and (max-width: 600px) {
    .item-detail {}

    .item-detail-left {
        float: none;
        width: 100%;
    }

    .item-detail-right {
        float: none;
        width: 100%;
    }

    .item-detail-photo-main {
        position: relative;
        width: 280px;
        margin: 0 auto;
    }

    .item-detail-txt2 {

        margin-bottom: 20px;
        display: block;
    }

    .item-detail-txt1 {
        margin-bottom: 20px;
        display: block;
    }

    .item-detail-txt3 {
        margin-bottom: 20px;
        display: block;
    }


    .item-detail-photo {
        position: relative;
        overflow: hidden;
        width: 260px;
        height: 260px;
        margin: 0 auto 10px;
    }

    .item-detail-photo ul {
        width: 100%;
        height: 260px;
        margin: 0 auto;
    }

    .item-detail-photo ul li {
        display: block;
        float: left;
        width: 260px;
        height: 260px;
        margin: 0;
    }

    .item-detail-photo img {
        max-width: 100%;
        max-height: 100%;
    }

    .item-detail-photo-backbtn {
        position: absolute;
        top: 50%;
        left: -20px;
        display: block;
        margin-top: -12px;
    }

    .item-detail-photo-backbtn a {
        display: block;
        width: 12px;
        height: 23px;
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .item-detail-photo-nextbtn {
        position: absolute;
        top: 50%;
        right: -20px;
        display: block;
        margin-top: -12px;
    }

    .item-detail-photo-nextbtn a {
        display: block;
        width: 12px;
        height: 23px;
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .item-detail-zoom {
        margin-bottom: 20px;
        text-align: center;
    }

    .item-detail-zoom a {
        position: relative;
        padding-left: 30px;
    }

    .item-detail-zoom a:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 19px;
        height: 19px;
        margin-top: -10px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-zoom_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .item-detail-thumb {
        display: none;
        width: 100%;
    }

    .item-detail-info {
        width: 96%;
        margin-bottom: 5%;
        padding-right: 2%;
        padding-left: 2%;
        border-bottom: 1px dashed #ccc;
    }

    .item-detail-info2 {
        width: 96%;
        margin-bottom: 18px;
        padding-right: 2%;
        padding-left: 2%;
    }

    .item-detail-category {
        font-size: 16px;
        margin-bottom: 5px;
        background: #eee;
        width: fit-content;
        padding: 1% 2%;
        font-weight: bold;
    }

    .item-detail-name {
        font-size: 20px;
        font-weight: 700;
        /* line-height: 32px; */
        margin: 10px 0 20px;
    }

    .item-detail-cart {
        width: 94%;
        margin-bottom: 18px;
        padding-right: 3%;
        padding-left: 3%;
        border-bottom: #d0d0d0 solid 1px;
    }

    .item-detail-cart p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .item-detail-select select {
        font-size: 18px;
        font-weight: bold;
    }

    .item-detail-num-count {
        /* font-size: 0; */
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        justify-content: unset;
        display: inline-block;
    }

    .item-detail-num-minus {
        font-size: 20px;
        display: inline-block;
        margin-right: 0;
        vertical-align: unset;
    }

    .item-detail-num-minus a {
        font-size: 18px;
        line-height: 55px;
        display: block;
        width: 55px;
        height: 55px;
        text-align: center;
        color: #fcfcfc;
        background-color: #231815;
    }

    .item-detail-num {
        font-size: 16px;
        /* line-height: 55px; */
        display: inline-block;
        /* width: 55px; */
        /* height: 55px; */
        margin-right: 0;
        text-align: center;
        vertical-align: unset;
        margin: 0 15px;
    }

    .item-detail-num input[type=number] {
        font-size: 20px;
    }

    .item-detail-num-plus {
        font-size: 20px;
        display: inline-block;
        vertical-align: unset;
    }

    .item-detail-num-plus a {
        font-size: 18px;
        line-height: 55px;
        display: block;
        width: 55px;
        height: 55px;
        text-align: center;
        color: #fcfcfc;
        background-color: #231815;
    }

    .item-detail-num-select select {
        font-size: 16px;
    }

    .item-detail-cart-btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .item-detail-cart-btn a {
        font-size: 20px;
        line-height: 70px;
        display: block;
        width: 100%;
        height: 70px;
        text-align: center;
        color: #fcfcfc;
        background-color: #E83817;
        font-weight: 700;
    }

    .item-detail-cart-btn a span {
        position: relative;
    }

    .item-detail-cart-btn a span:before {
        position: absolute;
        top: 50%;
        left: -40px;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        content: '';
        vertical-align: middle;
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-cart-btn.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .item-detail-txt {
        width: 100%;
        margin-bottom: 18px;
        padding-right: 10px;
        padding-bottom: 18px;
        padding-left: 10px;
        border-bottom: #d0d0d0 solid 1px;
    }

    .item-detail-txt p {
        font-size: 13px;
        padding: 0;
    }

    .item-detail-share {
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
    }

    .item-detail-share dl {
        display: block;
        width: 100%;
    }

    .item-detail-share dl dt {
        font-size: 13px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .item-detail-share dl dd {
        font-size: 13px;
        display: block;
        padding: 0;
        text-align: center;
    }

    .item-detail-share dl dd ul li {
        display: inline-block;
        float: none;
        width: 33px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .item-detail-share dl dd ul li img {
        width: 100%;
        height: auto;
    }

    .item-comment {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        border-top: #d0d0d0 solid 1px;
    }

    .item-comment h4 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 15px;
    }

    .item-comment p {
        font-size: 13px;
    }

    .item-comment table {
        width: 100%;
    }

    .item-comment table tr th {
        font-size: 11px;
        font-weight: normal;
        width: 65px;
        padding: 4px 10px;
        text-align: left;
    }

    .item-comment table tr td {
        font-size: 11px;
        padding: 4px 10px;
        text-align: left;
    }

    .item-comment table tr:nth-child(2n-1) th,
    .item-comment table tr:nth-child(2n-1) td {
        background-color: #eee;
    }
}


/* recommend */

#recommend {
    padding-top: 36px;
    border-top: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 600px) {
    #recommend {
        padding-top: 30px;
        border-top: #d0d0d0 solid 1px;
    }
}


/* about-tbl */

.about-tbl,
table.payment-content {
    width: 100%;
    border-top: #d0d0d0 solid 1px;
}

.about-tbl th,
table.payment-content th {
    font-weight: bold;
    width: 240px;
    padding: 20px 0;
    text-align: left;
    border-bottom: #d0d0d0 solid 1px;
}

.about-tbl td,
table.payment-content td {
    padding: 20px 0;
    text-align: left;
    border-bottom: #d0d0d0 solid 1px;
}

@media only screen and (max-width: 600px) {

    .about-tbl,
    table.payment-content {
        display: block;
        width: 100%;
        border-top: #d0d0d0 solid 1px;
    }

    .about-tbl tbody,
    .about-tbl tbody tr,
    table.payment-content tbody,
    table.payment-content tbody tr {
        display: block;
        width: 100%;
    }

    .about-tbl th,
    table.payment-content th {
        font-size: 14px;
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 20px 10px 5px;
        text-align: left;
        border-bottom: none;
    }

    .about-tbl td,
    table.payment-content td {
        font-size: 12px;
        display: block;
        width: 100%;
        padding: 0 10px 20px;
        text-align: left;
        border-bottom: #d0d0d0 solid 1px;
    }

    table.payment-content {
        display: table;
    }

    table.payment-content tbody {
        display: table-row-group;
    }

    table.payment-content tbody tr {
        display: table-row;
    }

    table.payment-content th,
    table.payment-content td {
        display: table-cell;
        width: 50%;
    }
}

.payment-title {
    font-weight: bold;
}

.payment-content {
    margin-bottom: 1em;
}

table.payment-content tr:first-child td {
    text-align: center;
}

table.payment-content td {
    text-align: right;
}

.carriage-title {
    font-weight: bold;
}

.carriage-content a {
    text-decoration: underline;
}

/***********
 * side
 ***********/

.side {
    float: left;
    width: 250px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .side {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }
}


/* category-nav */

.category-nav {
    margin-bottom: 38px;
}

.category-nav>ul>li {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    border-bottom: #d0d0d0 solid 1px;
}

.category-nav>ul>li>div,
.category-nav>ul>li>a {
    margin-bottom: 10px;
}

.category-nav>ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 15px;
}

.category-nav>ul li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.category-nav>ul>li span {
    font-size: 14px;
}

.category-nav-l2>li {
    font-size: 16px;
    overflow: hidden;
    border-top: #d0d0d0 dotted 1px;
}

.category-nav-l2>li>a {
    line-height: 40px;
    height: 40px;
    margin-right: 15px;
}

.category-nav-l2 li a p {
    overflow: hidden;
    height: 40px;
    padding-right: 15px;
}

.category-nav-l3>li {
    font-size: 16px;
    border-top: #d0d0d0 dotted 1px;
}

.category-nav-l3>li>a {
    line-height: 48px;
    height: 48px;
    margin-right: 15px;
    text-indent: 15px;
}

.nav-close {
    display: none;
}

@media only screen and (max-width: 600px) {
    .category-nav {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: -96%;
        overflow: scroll;
        width: 96%;
        height: 100%;
        margin-bottom: 38px;
        padding-bottom: 50px;
        -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
        transition: right .6s cubic-bezier(.19, 1, .22, 1);
        background-color: #fff;
    }

    .nav-open .category-nav {
        right: 0;
    }

    .category-nav>ul {
        padding: 15px 12px 0;
    }

    .category-nav>ul>li {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 12px;

    }

    .category-nav>ul>li>div,
    .category-nav>ul>li>a {
        margin-bottom: 12px;
    }

    .category-nav>ul li a {
        position: relative;
        display: block;
        width: 100%;
    }

    .category-nav>ul li a:after {
        position: absolute;
        top: 50%;
        right: 0;
        display: inline-block;
        width: 11px;
        height: 19px;
        margin-top: -10px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-nav_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .category-nav>ul>li>a>p,
    .category-nav>ul>li>div>p {
        font-size: 16px;
        display: inline;
        margin-right: 5px;
    }

    .category-nav>ul>li span {
        font-size: 12px;
        display: inline-block;
    }

    .category-nav>ul li .category-nav-l2>li {
        font-size: 14px;
        border-top: #d0d0d0 dotted 1px;
    }

    .category-nav>ul li .category-nav-l2>li>a {
        line-height: 36px;
        height: 36px;
    }

    .category-nav>ul li .category-nav-l3>li {
        font-size: 14px;
        border-top: #d0d0d0 dotted 1px;
    }

    .category-nav>ul li .category-nav-l3>li>a {
        line-height: 36px;
        height: 36px;
        text-indent: 15px;
    }

    .nav-close {
        font-size: 10px;
        display: block;
        background-color: #eee;
    }

    .nav-close a {
        line-height: 40px;
        position: relative;
        display: block;
        height: 40px;
        padding-left: 40px;
    }

    .nav-close a:before {
        position: absolute;
        top: 50%;
        left: 12px;
        display: block;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-close.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* bnr-area */

.bnr-area {
    width: 250px;
    margin-bottom: 38px;
}

.bnr-area .bnr {
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .bnr-area {
        width: 100%;
        margin-bottom: 0;
        padding: 30px 10px 0;
    }

    .bnr-area .bnr {
        width: 100%;
        margin-bottom: 20px;
    }

    .bnr-area .bnr img {
        width: 100%;
        height: auto;
    }
}


.main-article {
    margin-bottom: 30px;
}

/* privacy-policy */
.privacy-policy {
    margin-bottom: 30px;
}

/* fee */
.main-article .ttl2 h3 {
    margin-top: 30px;
    margin-bottom: -30px;
}



.shipment-tbl {
    width: 100%;
    margin-top: 30px;
    border-top: #d0d0d0 solid 1px;
}

.shipment-tbl th {
    font-weight: bold;
    width: 200px;
    padding: 20px 0;
    text-align: left;
    border-bottom: #d0d0d0 solid 1px;
}

.shipment-tbl-ptn1 th {
    width: 250px;
    padding-right: 20px;
}

.shipment-tbl td {
    padding: 20px 0;
    text-align: left;
    border-bottom: #d0d0d0 solid 1px;
}

.shipment-tbl caption {
    font-size: 16px;
    padding: 4px 12px 3px;
    color: #fcfcfc;
    background-color: #d0d0d0;
}

.shipment-tbl-normal table th {
    width: auto;
    white-space: nowrap;
}

.shipment-tbl-rule-notice {
    font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span {
    display: inline-block;
    line-height: 1.1;
    padding: 5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2) {
    padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
    margin: 15px;
}

.shipment-tbl-normal-rule2 span {
    display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
    padding: 3px 4px 2px;
    border: 0;
    line-height: 1.1;
}

.shipment-tbl table td {
    text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
    color: #fcfcfc;
    background-color: #999;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
    display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
    background: #efefef;
}

.shipment-tbl table th {
    min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
    display: inline-block;
}

.shipment-tbl-eidome a {
    text-decoration: underline;
}

.shipment-tbl-ptn6 .shipment-tbl-normal td>table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 580px;
}

@media only screen and (max-width:600px) {
    .shipment-tbl caption {
        display: block;
    }

    .shipment-tbl th {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 20px 10px 5px;
        border-bottom: none;
    }

    .shipment-tbl td {
        font-size: 12px;
        display: block;
        width: 100%;
        padding: 0 10px 20px;
    }

    .shipment-tbl table {
        width: 90%;
        margin: auto;
    }

    .shipment-tbl table thead th,
    .shipment-tbl table thead td {
        padding-bottom: 5px;
    }

    .shipment-tbl table thead th span,
    .shipment-tbl table thead td span {
        display: inline;
        padding: 0 14px;
    }

    .shipment-tbl table th,
    .shipment-tbl table td {
        width: 100%;
        text-align: center;
    }
}


/***********
 * 1column
 ***********/

.column1 {
    width: 100%;
    padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .column1 {
        width: 100%;
        padding-bottom: 0;
    }
}

.form-select label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 200px;
    height: 36px;
    vertical-align: middle;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}

.form-select label:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    margin-top: -3px;
    content: '';
    border-width: 7px 5px 0 4px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.form-select select {
    font-size: 14px;
    line-height: 36px;
    position: relative;
    z-index: 2;
    display: block;
    width: 200px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 10px;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-txt-ss {
    width: 68px;
}

.form-txt-s {
    width: 200px;
}

.form-txt-m {
    width: 426px;
}

.form-txt-l {
    width: 100%;
}

.lbl-s {
    display: inline-block;
    width: 2em;
    margin-right: 8px;
    text-align: right;
}

.lbl-l {
    display: inline-block;
    width: 5em;
    margin-right: 8px;
    text-align: right;
}

.mr30 {
    margin-right: 30px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb24 {
    margin-bottom: 24px;
}

.form-tbl-show {
    display: none;
}

.form-tbl-show.active {
    display: table;
}

.cart-btn {
    width: 100%;
    margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
    font-size: 20px;
    line-height: 55px;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    color: #fcfcfc;
    border: none;
    background-color: #666;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cart-btn a.comp-btn span:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-check.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.conf-lbl {
    display: inline-block;
    width: 5em;
    margin-right: 15px;
    margin-bottom: 10px;
}

.conf-dt {
    display: inline-block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .form-select label {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 36px;
        vertical-align: middle;
        border: 1px solid #d0d0d0;
        background-color: #f5f5f5;
    }

    .form-select label:before {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 20px;
        width: 0;
        height: 0;
        margin-top: -3px;
        content: '';
        border-width: 7px 5px 0 4px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }

    .form-select select {
        font-size: 16px;
        line-height: 36px;
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        width: -webkit-calc(100%);
        height: 36px;
        margin: 0;
        padding: 0 40px 0 10px;
        border: 0;
        outline: none;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form-txt-ss {
        width: 100px;
    }

    .form-txt-s {
        width: 100%;
    }

    label+.form-txt-s {
        width: 100px;
    }

    .form-txt-m {
        width: 100%;
    }

    .form-txt-l {
        width: 100%;
    }

    .lbl-s {
        display: inline-block;
        width: 2em;
        margin-right: 8px;
        text-align: left;
    }

    .lbl-l {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
        text-align: left;
    }

    .mr30 {
        margin-right: 15px;
    }

    .mb24 {
        margin-bottom: 10px;
    }

    .cart-btn {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .cart-btn button[type='submit'],
    .cart-btn a {
        font-size: 16px;
        line-height: 44px;
        position: relative;
        display: inline-block;
        width: 150px;
        height: 44px;
        text-align: center;
        color: #fcfcfc;
        border: none;
        background-color: #666;
    }

    .cart-btn button[type='submit'] span:before,
    .cart-btn a span:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        width: 9px;
        height: 16px;
        margin-top: -8px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-btn_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cart-btn a.comp-btn span:before {
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-check.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .conf-lbl {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .conf-dt {
        display: block;
        margin-bottom: 20px;
    }
}

/* help-block */

.help-block.form-error {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 18px;
    text-align: left;
    color: #fff;
    background-color: #e30000;
}

@media only screen and (max-width: 600px) {
    .help-block.form-error {
        padding: 8px 15px;
    }
}


/***********
 * parts
 ***********/


/* msg */

.msg {
    font-size: 14px;
    margin-bottom: 38px;
    padding: 8px 15px;
    text-align: left;

}

@media only screen and (max-width: 600px) {
    .msg {
        font-size: 14px;
        margin-bottom: 38px;
        padding: 8px 15px;
        text-align: left;

    }
}

/* err */

.err-msg {
    font-size: 14px;
    margin-bottom: 38px;
    padding: 8px 15px;
    text-align: left;
    color: #e30000;
    border: #e30000 solid 1px;
}

@media only screen and (max-width: 600px) {
    .err-msg {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
        padding: 10px 10px;
    }
}


/*bread*/

.bread {
    margin-bottom: 30px;
}

.bread ul li {
    max-width: 100%;
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

.bread ul li a:after {
    display: inline-block;
    margin-left: 10px;
    content: '>';

}

.bread ul li a:hover {
    text-decoration: underline;
    opacity: 1;
}

@media only screen and (max-width: 600px) {
    .bread {
        margin: 40px 0 20px;
        padding: 8px;
        background-color: #f3f3f3;
    }

    .bread ul li {
        font-size: 14px;
        float: left;
        margin-right: 8px;
    }

    .bread ul li a:after {
        display: inline-block;
        margin-left: 8px;
        content: '>';

    }
}

/* item-list */

.item-list-itemcount {
    text-align: right;
}


/* paging */

.paging {
    position: relative;
    clear: both;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: #d0d0d0 solid 1px;
}

.paging .prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
}

.paging .prev a {
    position: relative;
    padding-left: 24px;
}

.paging .prev a:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.paging .next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
}

.paging .next a {
    position: relative;
    padding-right: 24px;
}

.paging .next a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 14px;
    height: 26px;
    margin-top: -13px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-num ul {
    font-size: 0;
}

.page-num ul li {
    font-size: 14px;
    display: inline-block;
    margin: 0 7px;
}

.page-num ul li span {
    line-height: 22px;
    display: block;
    width: 22px;
    height: 22px;
    color: #fcfcfc;
    border: #999 solid 1px;
    background-color: #999;
}

.page-num ul li a {
    line-height: 22px;
    display: block;
    width: 22px;
    height: 22px;
    border: #999 solid 1px;
}

@media only screen and (max-width: 600px) {
    .paging {
        position: relative;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 15px;
        text-align: center;
        border-top: #d0d0d0 solid 1px;
    }

    .paging .prev {
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -12px;
    }

    .paging .prev a {
        position: relative;
        display: block;
        width: 12px;
        height: 23px;
        padding-left: 0;
    }

    .paging .prev a span {
        display: none;
    }

    .paging .prev a:after {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 12px;
        height: 23px;
        margin-top: -12px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-prev_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .paging .next {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px;
    }

    .paging .next a {
        position: relative;
        display: block;
        width: 12px;
        height: 23px;
        padding-right: 0;
    }

    .paging .next a span {
        display: none;
    }

    .paging .next a:after {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 12px;
        height: 23px;
        margin-top: -12px;
        content: '';
        background-image: url(https://image.raku-uru.jp/cms/yt00001/img/icn-arrow-next_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .page-num ul {
        font-size: 0;
    }

    .page-num ul li {
        font-size: 14px;
        display: inline-block;
        margin: 0 6px;
    }

    .page-num ul li span {
        line-height: 23px;
        display: block;
        width: 23px;
        height: 23px;
        color: #fcfcfc;
        border: #999 solid 1px;
        background-color: #999;
    }

    .page-num ul li a {
        line-height: 23px;
        display: block;
        width: 23px;
        height: 23px;
        border: #999 solid 1px;
    }
}


/* sort */

.sort {
    font-size: 0;
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    border-top: #d0d0d0 solid 1px;
}

.sort-label {
    font-size: 12px;
    display: inline-block;
}

.sort ul {
    font-size: 0;
    display: inline-block;
}

.sort ul li {
    font-size: 12px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}

.sort ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.sort ul li:not(:first-child):after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    content: '';
    background-color: #000;
}

.sort ul li a {
    text-decoration: underline;
}

.sort ul li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .sort {
        font-size: 0;
        position: relative;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 13px;
        text-align: center;
        border-top: #d0d0d0 solid 1px;
    }

    .sort-label {
        display: none;
    }

    .sort ul {
        font-size: 0;
        display: inline-block;
        text-align: center;
    }

    .sort ul li {
        font-size: 12px;
        position: relative;
        display: inline-block;
        margin-left: 20px;
        padding-left: 20px;
    }

    .sort ul li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .sort ul li:not(:first-child):after {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1px;
        height: 12px;
        margin-top: -6px;
        content: '';
        background-color: #000;
    }

    .sort ul li a {
        text-decoration: underline;
    }
}




/*overlay*/

.overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}

.modal-open {
    /*
	overflow: hidden;
	*/
}

.modal-open .overlay {
    display: block;
}

@media only screen and (max-width: 600px) {
    .nav-open {
        overflow: hidden;
    }

    .nav-open .overlay {
        display: block;
    }
}


/* modal */

.modal {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -200px;
    margin-left: -320px;
    background-color: #fff;
}

.modal-open .modal {
    display: block;
}

.modal-inner {
    position: relative;
    width: 100%;
    height: auto;
}

.modal-img {
    max-width: 648px;
    max-height: 648px;
}

.modal-img img {
    display: block;
    max-width: 648px;
    max-height: 648px;
    width: auto;
    height: auto;
    border: 5px solid #61481C;
}

.modal-close {
    position: absolute;
    top: -52px;
    right: -4px;
}

.modal-close a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(https://image.raku-uru.jp/01/15097/239/btn-modal-close_1673062735603.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .modal {
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        display: none;
        width: 300px;
        margin-top: -110px;
        margin-left: -150px;
        background-color: #fff;
    }

    .modal-open .modal {
        display: block;
        /* background: #ccc; */
    }

    .modal-inner {
        position: relative;
        width: 100%;
        height: auto;
    }

    .modal-img {
        width: 100%;
    }

    .modal-img img {
        width: 100%;
        height: auto;
    }

    .modal-close {
        position: absolute;
        top: 10px;
        right: 0px;
    }

    .modal-close a {
        display: block;
        width: 48px;
        height: 48px;
        background-image: url(https://image.raku-uru.jp/01/15097/239/btn-modal-close_1673062735603.gif);
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* pagetop */

.btn-pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: all linear .2s;
    text-align: right;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    z-index: 101;
}

.btn-pagetop.is-show {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btn-pagetop a {
    position: relative;
    display: block;
    width: 53px;
    height: 53px;
    cursor: pointer;
    border-radius: 27px;
    background-color: rgba(0, 0, 0, .8);
}

.btn-pagetop a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 23px;
    height: 12px;
    margin-top: -6px;
    margin-left: -12px;
    content: '';
    background-image: url(https://image.raku-uru.jp/cms/yt00001/img/btn-pagetop.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/***********
 * module
 ***********/

.sp {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .sp {
        display: block !important;
    }
}


/***********
 * lp
 ***********/

.contents-lp .main {
    width: 100%;
}

.contents-lp .lp-img img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.contents-lp .item-order {
    width: 440px;
    margin: 0 auto;
}

.contents-lp .item-order .item-detail-cart {
    border-bottom: none;
}

@media only screen and (max-width: 600px) {
    .contents-lp .item-order {
        width: 100%;
    }
}


/***********
 * detailed-search
 ***********/
.detailed-search {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.detailed-search+.paging-area>.paging {
    border-top: none;
}

.detailed-search-head {
    font-size: 18px;
    line-height: 36px;
    padding: 0 5px;
    cursor: pointer;
}

.detailed-search-head::before {
    content: "\f150";
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
}

.detailed-search-show .detailed-search-head::before {
    content: "\f151";
    font-family: "Font Awesome 5 Free";
}

.detailed-search-content {
    display: block;
    width: calc(100% - 20px);
    max-width: 740px;
    margin: 10px 0 20px;
    margin-right: auto;
    margin-left: auto;
    display: none;
}

.detailed-search-keyword,
.detailed-search-category,
.detailed-search-price {
    margin-bottom: 10px;
}

.detailed-search input[type="text"],
.detailed-search-category label {
    border: 1px solid #d0d0d0;
}

.detailed-search-name {
    display: inline-block;
    width: 25%;
    margin-right: 5px;
}

.detailed-search-keyword input[type="text"] {
    width: calc(65% - 5px);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 5px;
}

.detailed-search-category label {
    position: relative;
    display: inline-block;
    width: calc(65% - 5px);
    overflow: hidden;
    vertical-align: middle;
    padding-left: 5px;
    height: 50px;
}

.detailed-search-category label::after {
    z-index: 3;
    position: absolute;
    right: 7px;
    top: 10px;
    font-size: 18px;
    content: "\f150";
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
}

.detailed-search-category select {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    outline: none;
    font-size: 16px;
    line-height: 50px;
    appearance: none;
    padding-right: 32px;
}

.detailed-search-price input[type="text"] {
    width: calc((65% - 65px) / 2);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 5px;
    text-align: right;
    ime-mode: disabled;
}

.detailed-search-price-unit1 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 35px;
    margin: 0 5px;
}

.detailed-search-price-unit2 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 15px;
    margin-left: 5px;
}

.detailed-search-btn {
    text-align: right;
}

.detailed-search-btn button {
    line-height: 50px;
    padding: 0 15px;
    background-color: #231815;
    color: #fcfcfc;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
}

.detailed-search+.paging,
.detailed-search+.sort {
    border-top: none;
}


/***********
 * sort-select
 ***********/
@media only screen and (max-width: 600px) {
    .sort-select {
        padding-right: 10px;
        text-align: right;
    }
}

.sort-select .sort-label {
    display: inline;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
}

.sort-select label {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d0d0d0;
}

.sort-select label::after {
    z-index: 3;
    position: absolute;
    right: 7px;
    top: 10px;
    /* content: "\f0dd"; */
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    /* color: #333; */
}

.sort-select select {
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 30px;
    appearance: none;
    padding-right: 32px;
}
