﻿@charset "UTF-8";

/*
------【最終更新：2023-06-15】------ 

2018/10/17    商品ページサイズ表を幅可変対応

2019/-5/-9    サプリメントページのstyle指定をCSS化
2019/-8/-8    サプリメントページの指定を追加・修正

2020/-3/-6    一時的なお知らせ用の指定を追加
2020/-4/10    一時的なお知らせ用の指定を修正

2021/-1/20    一時的なお知らせ欄の見出し用指定を追加
2021/-9/-9    一時的なお知らせ表示に淡色版を追加

2022/-6/23    関連マット商品用の指定を追加。また、clearfixの指定を追加。

2023/06/15    全店舗で共通する指定をkd-style.cssに統合

*/




/*kd-r-top.cssより*/
/* ------------ reset ------------ */
body {margin:0;padding:0;border:0;line-height:1;word-wrap: break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul {/*list-style:none;*/margin:0;padding:0;}
li {margin:0;padding:0;}
blockquote, q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
a {margin:0;padding:0;vertical-align:baseline;background:transparent;}
/*a:link {color:#3B91D6}
a:visited {color:#3B91D6}
a:hover {color:#3B91D6}
a:active {color:#3B91D6}*/
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
input, select {vertical-align:middle;}
form {margin:0;}
hr {margin:0 auto;}
.titlebar+aside .listmenu li,.footer ul li,.formlist ul li{margin: 0;background:transparent;}

/* tag setting */
body {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    background:white;
}
input,textarea {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    padding:2px;font-size:12px;
}

img{ max-width: 100% }




/* ------------ 汎用 ------------ */
/*a {
    transition-duration: 0.3s;
}
a:hover {
    opacity: 0.7;
}
楽天で不具合が起きるためYahooのみへの記述に変更*/

* {
    /*color: #000; 作業用*/
    /*box-sizing: border-box;*/
}

body, header {
    width: 100%;
    margin: 0 auto;
}

body {/*font-size: x-small; color: #FFF;*/
    /*font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/}
    /*kd-top.cssへ移動*/


.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

div {
    box-sizing: border-box;
}


a {
    text-decoration: none;
    margin: 0;
    transition-property: opacity;
    transition-duration: 0.25s;
}


p {
    margin: 0;
}

ul {
    padding: 0;
}

menu {
    margin: 0;
    padding: 0;
}
dl, dd, dt {
    margin: 0;
}




/* ------------ ヘッダー ------------ */
#kd-header2 {
    position: absolute;
    width: 100%;
    max-width: 1470px;
    top: 0;
    right: 0;
    left: 0;
    height: 140px;
    /*background-image: url("../img/header_background_01.png");*/
    background-color: #EAE5D9;
    background-size: cover;
    background-position: center center;
    /*
    background-image: url("../img/header_background_03.jpg");
    background-position: center 40%;
    */
}

.header-wrap {
    padding: 0 30px;
    height: 100%;
}

/*ヘッダー上部ボタン*/
.header-top {
    height: 60px;
}

.header-top-catch {
    display: none;
    float: left;
    height: 12px;
    background-color: #F4EFE3;
    margin: 10px 0 0 0px;
    padding: 1px 10px;
    font-size: 10px;
    border-radius: 6px;
}

.header-top-nav {
    /*position: fixed;*/
    /*right: 10px;*/
    z-index: 100;
    display: block;
    float: right;
    width: 80px;
    height: 40px;
    /*background-color: #ffffff;*/
}
.header-top-nav-inner {
    position:absolute;
    width: 375px;
}
.header-top-nav-inner2 {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 100px;
    background-color: #EAE5D9;
    border-radius: 5px;
    z-index: 100;
}
.header-top-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-top-nav-btn {
    float: left;
    width: calc(100% / 2);
    height: 40px;
    font-size: 11px;
    padding: 0;
    text-align: center;
    margin: 0;
    /*border-right: 1px solid #5A5752;*/
}
.header-top-nav-btn:first-of-type {
    /*border-left: 1px solid #5A5752;*/
}
.header-top-nav-btn-pc {
    display: none;
}

.header-top-nav-btn a, .header-top-nav-btn a:visited, .header-top-nav-btn a:hover, .header-top-nav-btn a:active {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000000;
    padding: 6px 0;
}
.header-top-nav-btn img {
    width: 30px;
}
.header-top-nav-btn p {
    display: none;
}
.header-top-nav-btn-img-wrap {
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: center;
}
.header-top-nav-btn-img-mailmaga {
    padding-top: 4px;
}
.header-top-nav-btn-cart-smp {
    display: none;
}

/*ロゴ*/
.header-logo {
    /*position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(55% - 22.5px);*/
    max-width: 320px;
    width: calc(100% - 20px - 20px);
    height: 45px;
    margin: auto;
}
.header-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header-logo-img2 {
    display: none;
    filter: drop-shadow(0 0 5px #000);
}

/*
.header-logo-img { display: none; }
.header-logo-img2 { display: inline; }
*/

/*ヘッダー下部*/
.header-nav {
    display: block;
    position: absolute;
    width: calc(100% - 60px);
    height: 40px;
    bottom: 0;
    background-color: #F4EFE3;
    display: none;
}

/*検索*/
.header-nav-search-wrap {
    display: none;
    width: 40%;
    height: 100%;
    padding: 7px 0 0 15px;
}
.header-searchform-input {
    width: 180px;
}
.header-searchform-button {
    width: 60px;
}

/*メニュー*/
.header-nav-menu-wrap {
    height: 100%;
    float: none;
    width: 100%;
}
.header-nav-menu-wrap a {
    font-size: 10px;
    padding: 14px 0; 
}
.header-nav-menu {
    
}
.header-nav-menu-btn {
    display: block;
    height: 40px;
    width: calc(100% / 4);
    float: left;
    color: #000;
    border-right: 1px solid #5A5752;
}
.header-nav-menu-btn:first-of-type {
    border-left: 1px solid #5A5752;
}
.header-nav-menu-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    
}
.header-nav-menu-lv2 {
    display: none;
    position: absolute;
    z-index: 101;
    width: calc(60% / 4);
}
.header-nav-menu-lv2 .header-nav-menu-btn {
    background-color: #F9F4E8;
    width: calc(100% - 1px);
    border: none;
    margin: 0;
}



/* ------------ 大型スライドバナー ------------ */
.slide-banner-area {
    position: relative;
    margin-top: 160px;
    background-color: #F4EFE3;
}


/*.contents-area {
    margin: 30px 40px 0 40px;
    clear: both;
}*/



/* ------------ サイドメニュー ------------ */

#kd-sidebar {
    /*position: relative;
    z-index: 110;*/
}
#kd-sidemenu {
    
}

.sidebar-menu-icon-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    text-align: center;
    z-index: 111;
    /*background-color: aqua;*/
}
.sidebar-menu-icon-wrap:active {
    opacity: 0.7;
}
.sidebar-menu-icon1, .sidebar-menu-icon-close {
    position: fixed;
    top: 23px;
    left: 12px;
    width: 21px;
    height: auto;
    z-index: 112;
}
.sidebar-menu-icon2 {
    position: fixed;
    top: 3px;
    left: 5px;
    width: auto;
    height: 45px;
    z-index: 111;
}
.sidebar-menu-icon-close {
    display: none;
    top: 21px;
    left: 12px;
    width: 21px;
}


.sidebar-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -230px;
    max-width: 230px;
    height: 100vh;
    background-color: #ffffff;
    overflow: scroll;
    z-index: 103;
}

.sidebar-menu-list:first-of-type {
    border-top: 1px solid #5A5752;
}
.sidebar-menu-list li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #5A5752;
    list-style: none;
    background-color: #ffffff;
    transition-duration: 0.3s;
}
.sidebar-menu-list li:hover {
    background-color: #F4EFE3;
}
.sidebar-menu-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 3px 0;
}
.sidebar-menu-list-text {
    display: inline-block;
    font-size: 14px;
    height: 1em;
    /*float: left;*/
    padding: 10px 0;
}
.sidebar-menu-list-img-wrap {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin-left: 10px;
    float: left;
}
.sidebar-menu-list li img {
    height: 30px;
    max-width: 30px;
}
.sidebar-menu-list li a.sidebar-menu-newitem, .sidebar-menu-list li a.sidebar-menu-sale {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    background-color: #F4EFE3;
}

.sidebar-menu-list-sp {
    display: block;
}
.sidebar-menu-list-sp li a {
    padding-left: 10px;
}

.sidebar-menu-banner-area {
    background-color: #FFFFFF;
    text-align: center;
}
.sidebar-banner-list {
    padding-top: 10px;
}
.sidebar-banner-list li {
    padding-top: 5px;
}
.sidebar-banner-list img{
    width: 100%;
}

.sidebar-menu-lv1 {
    cursor: pointer;
}
.sidebar-menu-lv1 a {
    background-color: #F9F4E8;
}
.sidebar-menu-lv2 {
    display: none;
    /*display: block;*/
    background-color: #ffffff;
    border-bottom: 1px solid #5A5752;
    padding-left: 30px;
}
.sidebar-menu-lv2 li:last-of-type {
    border-bottom: none;
}
.sidebar-menu-lv2 li a {
    line-height: 0;
}

.sidebar-menu-lv3 {
    display: block;
    background-color: #ffffff;
    border-bottom: 1px solid #5A5752;
    padding-left: 30px;
}

.sidebar-module-search {
    padding: 10px;
}
.sidebar-module-search .header-searchform-input {
    width: 140px;
}

#sidebar-outside {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}



/* ------------ メインエリアコンテンツ ------------ */

#main-contents {
    padding-bottom: 20px;
    width: 100%;
}




/* --- 汎用 --- */
/*見出し*/
.kd-head1 {
    clear: both;
    background-color: #F9F4E8;
    /* background-image: image(img/head-logo.png); */
    border-bottom: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #333333;
    text-align: left;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px 8px 20px;
    margin: 30px 3px 5px 3px;
}

.kd-head1:first-of-type {
    margin-top: 5px;
}



/* --- カテゴリメニュー部 --- */
.contents-section {
    padding: 0 0 15px 0;
}

.top-catarea {
    display: none;
}









/* ------------ フッター ------------　*/
/* Eストア・楽天はHTML直書き */
#kd-footer2 {
    padding: 20px 0 0 0;
}
#kd-footer2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.footer-info {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 10px;
    background-color: #FCF8F0;
}
.footer-info-box {
    float: left;
    padding: 1px;
    width: 100%;
}
.footer-content {
    display: none;
}
.footer-info-head {
    width: calc(100% - 2px);
    background: #E5DED0;
    font-size: 12pt;
    color:#000000;
    padding: 5px;
    font-weight: bold;
    margin: 0 auto 5px auto;
}
.footer-info-head span {
    display: inline-block;
    margin-left: 3px;
    font-size: 80%;
}
.footer-list {
    list-style-type: disc;
    padding-left: 20px;
}
.footer-list li {
    list-style-type: disc;
}

.footer-content {
    font-size: 10pt;
    padding: 5px;
    line-height: 1.25em;
}
.footer-content p {
    margin: 0 auto 1em 0;
}
.footer-note {
    color: #696969;
    display: inline-block;
    margin-top: 1em;
}
.kd-highlight { /*footer-emphasis*/
    color: #e69900;
    font-weight: bold;
}
.footer-policy {
    font-size: 9pt;
}
.footer-profile dt {
    float: left;
    margin-right: 16px;
}


/*フッターナビ*/
.footer-nav {
    width: 100%;
    background-color: #F4EFE3;
}
.footer-nav a, .footer-nav a:visited, .footer-nav a:hover, .footer-nav a:active {
    color: #000000;
}
.footer-nav-inner {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.footer-nav-box {
    width: 100%;
    padding: 20px 20px 0 20px;
}
.footer-nav-box:last-of-type {
    margin-right: 0;
}

.footer-nav-head {
    font-size: 16px;
    margin: 0 0 10px 0;
    text-align: center;
}
.footer-nav-list {
    font-size: 14px;
}
.footer-nav-list li {
    line-height: 1.5em;
    list-style-type: disc;
}
.footer-nav-list-smphidden {
    display: none;
}

.footer-profile {
    width: 100%;
}
.footer-profile-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px 0 0 0 ;
    overflow: hidden;
    border: 3px solid #ffffff;
    margin: 0 auto;
}
.footer-nav-list-sns li {
    float: left;
    list-style: none;
    margin-right: 5px;
}
.footer-nav-list-sns li:last-of-type {
    margin-right: none;
}



/*フッター最下*/
.footer-bottom {
    width: 100%;
    background-color: #F4EFE3;
    text-align: center;
    color: #000000;
    padding: 15px 0 0 0;
}
.footer-bottom a {
    line-height: 100%;
    text-decoration: none;
    font-size: 13px;
    color: #000000;
    margin: auto;
}
.footer-bottom-info {
    padding-top: 3px;
}
.footer-bottom-copyarea {
    padding: 5px 0 15px;
}
.footer-bottom-copyright {
    font-size: 10px;
    color: #000000;
    opacity: 0.75;
}



/* ======================== 商品ページ ======================== */




/* ------ 商品説明 ------ */
#kd-item-description {
    width: 800px;
    margin-left: 15px;
    font-size: 12px;
    text-align: center;
    background-color: #FFFFFF;
}




/* ------ チェックポイント ------ */
/* kd-冠付き(楽天・Yahooのみ)はborder-image化済み */
#kd-checkpoint-bottom {
    width: 100%;
    max-width: 800px;
    border-style: solid;
    border-width: 2px;
    border-color: #EAE5D9;
    /*border-image-source: url('https://www.rakuten.ne.jp/gold/kamakuradogshop/checkpoint-border.gif');*/
    border-image-width: 28px;
    border-image-repeat: round;
    border-image-slice: 28;
    padding: 0 10px 22px 10px;
    margin: 15px 0px 25px 0px;
}
.checkpoint { /*Eストア用*/
    border-style: solid;
    /*border-image-source: url('https://www.rakuten.ne.jp/gold/kamakuradogshop/checkpoint-border.gif');*/
    border-image-width: 28px;
    border-image-repeat: round;
    border-image-slice: 28;
}
.kd-checkpoint-with-banner #kd-checkpoint-bottom { /*右側にチェックポイントサイドバナー(checkpoint-side-banner)がある場合に使用*/
    width: 520px;
    float: left;
    margin-right:10px;
}
#kd-checkpoint-top {
    padding-top: 22px;
}
#kd-checkpoint-side {
    min-height: 90px;
    height: auto !important;
    overflow: hidden;
    padding: 0px;
}
#kd-checkpoint-icon {
    vertical-align: middle;
    float: left;
    margin-left: 10px;
}
#kd-checkpoint-text {
    /*width: calc(100% - 130px);*/
    padding-left: 30px;
    color: #333333;
    text-align: left;
    float: left;
    vertical-align: middle;
    line-height: 150%;
}
.checkpoint-side-banner img {    /*チェックポイント脇のバナーエリア　
            【重要】必ず#kd-item-description付きのdivタグにclass「kd-checkpoint-with-banner」を追加して使用*/
    width: 240px;
    height: 260px;
    /*transition-duration: 0.5s;*/
}



/* ------ サイズ表 ------ */
#sizeTable {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

#sizeTable tr {
    border: 1px solid #b3afa6;
}
#sizeTable td, #sizeTable th {
    background-color: #ffffff;
    text-align: center;
    padding: 3px 0;
    width: 25%;
}

#sizeTable th, 
td#column-size, td#column-neck, td#column-length, td#column-weight {
    background-color: #b3afa6;
    color: #ffffff;
    font-weight: bold;
}
td#column-size p, td#column-neck p, td#column-length p, td#column-weight p {
    color: #ffffff;
}

#sizeTable th#column-neck, #sizeTable td#column-neck {
    color: #ffffff;
}
#sizeTable th#column-length, #sizeTable td#column-length {
    color: #ffffff;
}
#sizeTable th#column-weight, #sizeTable td#column-weight {
    color: #ffffff;
}
#sizeTable td.sizeName {
    color: #33322f;
}

#size-notes {
    margin-top: 14px;
    text-align: left;
    color: #696969;
    font-size: 10px;
}
img#itemspecimg {
    display: none;
    /*width: 240px;
    height: 260px;*/
}



/* ------------ 商品ページ(サプリメント) ------------ 
楽天・YahooはHTML直書き中*/
/* ↓見出し↓ */
.kd-support-head {
    width:100%;
    max-width:698px;
    margin:2.5em 0 0.3em 0;
    padding: 0.25em 0;
    text-align:center;
    background-color:#542B0B;
    color:#ffffff;
    font-size:16px;
}

/* ↓体重別・給与量の目安↓ */
.kd-support-amount {
    width:100%;
    max-width:698px;
    border:solid 1px #542B0B;
    margin-bottom:1.5em;
    background-color:#ffffff;
    color:#554134;
    font-size:80%;
}
.kd-support-amount tr {
    text-align:center;
}
.kd-support-amount tr:first-child {
    background-color:#F0EADD;
}
.kd-support-amount th, .kd-support-amount td {
    width:25%;
    padding:0.45em 0;
}
.kd-support-amount-repeat {
    margin:auto 0 0 0;
}

/* ↓カートボタン下説明表↓ */
.kd-support-info {
    border:solid 1px #542B0B;
    width:100%;
    max-width:480px;
    background-color:#ffffff;
    color:#463328;
    font-size:80%;
    float:right;
}
.kd-support-info th {
    background-color:#F0EADD;
    padding:0.5em 1em;
    text-align:center;
    width:7.1em;
    vertical-align:middle;
}
.kd-support-info td {
    padding:0.75em 1em;
    line-height:1.85em;
}

/* ↓強調部分↓ */
.kd-support-info span {
    color:#ff0000;
    font-weight:bold;
}

/* ↓給与量目安下の説明文↓ */
.kd-support-p {
    display:inline-block;
    width:100%;
    max-width:698px;
    color:#542B0B;
    font-size:85%;
    margin:0.75em auto 1.5em auto;
    padding:0;
    text-align:center;
}





/* ------------ その他 ------------ */
/* 一時的なお知らせ表示 */

.kd-notification, .kd-notification-blue, .kd-notification-pale {
    width: 80%;
    max-width: 500px;
    min-width: 320px;
    font-size: 14px;
    text-align: left;
    border: 3px solid #ff0000;
    border-radius: 7px;
    padding: 24px 36px;
    margin: 16px auto;
}
.kd-notification h4 {
    background-color: #ffcccc;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 0 1em 0;
}

/* 一時的なお知らせ表示(青) */
.kd-notification-blue {
    border: solid 2px #0000ff;
}
.kd-notification-blue h4 {
    background-color: #ccccff;
}
/* 一時的なお知らせ表示(淡色) */
.kd-notification-pale {
    border: 1px solid #999999;
}
/* お知らせ表示 最重要部分 */
.kd-notification-accent {
    font-weight: bold;
}

/* 商品説明 画像分割・リンク */
.kd-item-img-link {
    width: 700px;
}
.kd-item-img-link img {
    float: left;
}
.kd-item-img-link::after {
    content: "";
    display: block;
    clear: both;
}



/* 関連マット商品バナー */
.related-item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.related-item-inner {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.related-banner-link {
    display: inline-block;
    width: auto;
    margin: 5px 5px;
    float: left;
}
.related-banner-link:hover {
    opacity: 0.7;
}
.related-banner {
    display: inline-block;
    width: 100%;
    max-width: 305px;
}






/* ------------ レスポンシブ ------------ */



/* ---------------------------------------- */

/* 画面幅が319px以上の場合に適用 */
/*@media screen and (min-width: 321px) {*/
    /*recommend.cssでは319px*/
    
    
    
    

    
    
    
    
    /* ------ 大型スライドバナー部 ------ */
    
    
    /* ------ 一般 ------ */
    
    
    
    
    /* ------ フッター ------ */
/*}*/

@media screen and (min-width: 361px) {
    /*recommend.cssでは359px*/

    #kd-header2 {
        height: 170px;
    }
    .header-top-nav {
        width: 100px;
    }
    .header-top-nav-btn img {
        width: 30px;
    }
    
    .header-nav-menu-wrap a {
        font-size: 12px;
    }
    
    .slide-banner-area {
        margin-top: 190px;
    }
    
}

@media screen and (min-width: 413px) {
    
    
    .footer-nav-head {
        text-align: left;
    }
    
}


@media screen and (min-width: 520px) {
    
    .header-logo {
        text-align: center;
        /*top: 100px;*/
    }
    .header-logo-img {
        height: 55px;
    }
    
    .header-top-nav {
        width: 325px;
        height: 65px;
    }
    .header-top-nav-inner2 {
        width: 325px;
        right: auto;
    }
    .header-top-nav-btn {
        width: calc(100% / 5);
        height: 65px;
    }
    .header-top-nav-btn p {
        display: inline-block;
    }
    .header-top-nav-btn-pc {
        display: block;
    }
    .header-top-nav-btn img {
        width: 30px;
    }
    .header-top-nav-btn-img-wrap {
        height: 32px;
    }
    
    
    /* 固定ヘッダー部高さ変更
    #header_frame {
        height: 107px;
    }
    #header nav#top_navmenu, nav#top_navmenu {
        margin-top: calc(107px + 10px);
    }  */
    
    /* 見出しフォント調整 */
    .kd-head1 {
        border-radius: 5px;
        line-height: 18px;
        font-size: 18px;
        font-weight: bold;
        padding-left: 30px;
    }
}
    

/* 画面幅が567px以上の場合に適用 (スマホ横持ちorタブレット想定) */
/* ↓↓↓ ここから6列表示 ↓↓↓ */
@media screen and (min-width: 567px) {
    
       
    /* カテゴリメニュー 4列化 */
    .top-catarea {
        padding: 10px 60px;
        margin: 30px 0;
    }
    .top-cat-banner {
        width: calc(25% - 4px);
        margin: 0 2px;
    } 
    
    /* バナー欄 2列化 */
    .top-bannerarea {
        padding: 20px 20px;
    }
    .top-bannerarea a {
        width: calc(50% - 10px);
    }
    
    
    
    
    
    /*フッターナビ*/
    .footer-nav-box {
        float: left;
        width: calc(33% - 20px);
        padding: 20px 20px 0 20px;
        margin-right: 30px;
    }
    .footer-nav-box:last-of-type {
        margin-right: 0;
    }

    .footer-profile-icon {
        margin: 0;
    }
    .footer-nav-list-sns li {
        margin-right: 10px;
    }
    .footer-nav-list-sns li:last-of-type {
        margin-right: none;
    }
    
    
    
    
    
}


@media screen and (min-width: 769px) {   
/* ↓↓↓ ここからサイドメニュー固定表示 ↓↓↓ */
    
    
    
    
    /* ------ ヘッダー ------ */
    #kd-header2 {
        height: 200px;
    }
    
    .header-top-catch {
        display: block;
    }
    
    
    .header-top-nav {
        float: right;
    }
    .header-top-nav-btn {
    }
    
    .header-logo {
        width: 400px;
        max-width: 400px;
        height: 60px;
        /*top: 40px;*/
    }
    
    .header-nav {
        display: block;
    }
    .header-nav-search-wrap {
        display: block;
        float: left;
    }
    .header-nav-menu-wrap {
        float: right;
        width: 60%;
    }
    .header-nav-menu-wrap a {
        font-size: 14px;
        padding: 11px 0;
    }
    

    
    
    
    /* ------ 大型スライドバナー部 ------ */
    .slide-banner-area {
        margin-top: 220px;
        text-align: center;
    }
    
    
    /*サイドメニュー*/
    .sidebar-menu {
        display: block;
        position: absolute;
        top: auto;
        left: auto;
        width: 180px;
        height: auto;
        overflow: hidden;
        transition-property: all;
        transition-duration: 0.3s;
    }
    .sidebar-menu-list li a {
        padding: 7px 0;
    }
    .sidebar-menu-list-text {
        font-size: 16px;
        padding: 10px 0;
    }
    .sidebar-menu-icon-wrap {
        display: none;
    }
    
    .sidebar-menu-list-sp {
        display: none;
    }
    
    .sidebar-module-search {
        display: none;
    }
    .sidebar-menu-lv2 {
        display: block;
    }
    
    /*メインエリア(100%火)*/
    #main-contents {
        width: calc(100% - 180px - 20px);
        float: right;
    }
    
    
    
    
    /* ------ フッター ------ */
    .footer-info {
        width: 100%;
        padding: 10px 40px;
    }
    
    .footer-content {
        display: block;
    }
    .footer-info-head {
        margin: 0 auto;
    }
    
    .footer-info-box {
        width: 50%;
        height: 144px;
    }
    
    .footer-nav-list-smphidden {
        display: list-item;
    }
    
}


@media screen and (min-width: 925px) {
    
    .header-top-nav {
        width: 375px;
    }
    .header-top-nav-inner2 {
        width: 375px;
    }
    
    .header-nav-menu-wrap a {
        font-size: 18px;
        padding: 11px 0;
    }
    
    .header-searchform-input {
        width: 265px;
    }
    
    
    /*フッターナビ*/
    .footer-nav-box {
        padding: 20px 50px 0 50px;
    }
}


@media screen and (min-width: 1124px) {
    
    
    
    .header-searchform-input {
        width: 300px;
    }
    
    
    
    .sidebar-menu {
        width: 240px;
    }
    #main-contents {
        width: calc(100% - 240px - 20px);
        float: right;
    }
    
    
    .footer-info-box {
        width: 33%;
    }
    
}