@charset "UTF-8";

/*----------------
base
-----------------*/

html,
body,
div,
span,
object,
iframe,
input,
search,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #1a1a1a;
    letter-spacing: 0.02em;
    font-size: 1.6rem;
    line-height: 1.625;
    word-break: break-all;
}

a {
    vertical-align: baseline;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #1a1a1a;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

a:hover,
.btn_more span:hover {
    opacity: 0.55;
}

.btn03 a:hover,
.wrap_recommend .btn a:hover,
.wrap_product .btn a:hover,
.wrap_link li a:hover,
.pageLower_kodawari .kdwr_main .wrap_pager a:hover,
.index_pageLink > li a:hover {
    opacity: 0.45;
}

.wrap_mainvisual a:hover {
    opacity: 1;
}

.pageLower table a:hover,
.pageLower .txt_base a:hover,
.txt_topics a:hover,
.breadcrumb li a:hover {
    text-decoration: none;
    opacity: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.wrap_fig img {
    max-width: 100%;
}

.cf::after {
    content: "";
    clear: both;
    display: block;
}

.btn a::after,
.ttl06::before,
.ttl_topics::before,
.ttl04_sdw::after,
.ttl04::after,
.pageHeader_nav .nav_sub a::before,
.slider_nav li.slick-current::after,
.pageHome .lead_recommend::before,
.ttl07::before,
.timer::before,
.sidebar_index .ttl_index .line::before,
.sidebar_index .ttl_index .line::after,
.index_pageLink > li .ttl_current::after,
.index_pageLink > li > a::after,
.index_pageLink .ul_grandchild a span::before,
.kdwr_main .wrap_pager a::before,
.ttl_pager span::after,
.ttl_pager span::before,
.sidebar_index .btn_index::before,
.sidebar_index .btn_index::after,
.pageLower_recommend .box_recommend::before,
.pageLower_recommend .lead_recommend::before,
.pageHome .box_recommend::before,
.shadow::after,
.shadow::before {
    display: block;
    content: "";
    position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.ttl01 {
    margin-bottom: 20px;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    text-align: center;
    line-height: 1.2;
    font-size: 2.7rem;
}

.wrap_txt p,
.txt_base p {
    margin-bottom: 20px;
    font-size: 1.65rem;
    line-height: 1.75;
}

.txt_sml p {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.625;
}

.strong {
    font-weight: bold;
}

.clr_01 {
    font-weight: bold;
    color: #d10011;
}

.clr_02 {
    font-weight: bold;
    color: #75704b;
}

.wrap_txt p:last-child,
.txt_base p:last-child,
.txt_sml p:last-child {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
}

/*----　min-width:1280px-　-----*/
/* header start */

.pageHeader {
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.pageHeader.pageNav {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pageHeader_top {
    position: relative;
    width: 100%;
}

.pageHeader_top .inner {
    position: relative;
    width: 1260px;
    height: 74px;
    padding: 11px 0;
    margin: 0 auto;
    vertical-align: middle;
}

.pageHeader .site_name {
    position: relative;
    float: left;
}

.pageHeader .site_description {
    position: absolute;
    left: 58px;
    top: 14px;
    width: 390px;
    line-height: 1.1;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
}

.pageHeader .site_name img {
    margin-right: 18px;
    vertical-align: middle;
}

/* shipping overseas start */

.pageHeader_subnav {
    float: right;
    display: table;
    height: 54px;
}

.icon_subnav {
    display: table-cell;
    vertical-align: middle;
}

.icon_subnav img {
    width: 35px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.pageHeader_subnav a {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.45rem;
    text-decoration: underline;
}

.pageHeader_subnav a:hover {
    text-decoration: none;
    opacity: 1;
}

/* shipping overseas end */

.wrap_glonav {
    position: relative;
    background: #242424;
    height: 52px;
    z-index: 100;
}

.glonav {
    max-width: 1260px;
    min-width: 750px;
    margin: 0 auto;
    letter-spacing: 0.04em;
}

.glonav .nav_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.glonav ul.nav_main > li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.glonav ul.nav_main > li > a {
    display: block;
    height: 52px;
    line-height: 54px;
}

.glonav ul.nav_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
}

ul.nav_main > li:hover > ul.nav_sub {
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #474747;
}

ul.nav_main > li > ul.nav_sub > li {
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.nav_main > li:hover > ul.nav_sub li {
    overflow: visible;
    height: 50px;
    border-bottom: 1px solid #474747;
}

ul.nav_main > li:hover > ul.nav_sub li:last-child {
    border-bottom: none;
}

.glonav ul.nav_sub li {
    text-align: left;
    background: #242424;
}

.glonav ul.nav_sub li a {
    display: block;
    height: 50px;
    line-height: 50px;
}

.glonav a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #f2f2f2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glonav .current > a,
.glonav a:hover {
    color: #99925c;
    opacity: 1;
}

.glonav ul.nav_sub li a {
    display: block;
    padding: 0 10px;
    font-size: 1.5rem;
}

.pageHeader.pageNav .site_description {
    color: #999;
}

@media screen and (max-width: 860px) {
    .wrap_glonav {
        height: 44px;
    }

    .glonav ul.nav_main > li > a {
        height: 44px;
        line-height: 46px;
        font-size: 1.45rem;
    }

    ul.nav_main > li:hover > ul.nav_sub li,
    .glonav ul.nav_sub li a,
    ul.nav_main > li:hover > li > a {
        height: 44px;
        line-height: 44px;
        font-size: 1.35rem;
    }
}

/* header end */

.btn_menu {
    display: none;
}

/* menu start */

.btn_menu {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    width: 100px;
    height: 34px;
    line-height: 30px;
    border: 2px solid #8c8b85;
    cursor: pointer;
    font-size: 0;
}

.btn_menu .txt {
    display: inline-block;
    width: 68px;
    height: 30px;
    text-align: center;
}

.btn_menu .txt span {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.35rem;
    letter-spacing: 0;
    color: #8c8b85;
}

.btn_menu .mark span {
    display: block;
    position: absolute;
    height: 2px;
    width: 18px;
    background: #8c8b85;
    right: 10px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btn_menu .mark span:nth-child(1) {
    top: 8px;
}

.btn_menu .mark span:nth-child(2) {
    top: 14px;
}

.btn_menu .mark span:nth-child(3) {
    top: 20px;
}

.btn_menu.open .mark span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_menu.open .mark span:nth-child(2) {
    opacity: 0;
}

.btn_menu.open .mark span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

html,
body {
    height: 100%;
}

.pageHeader.closed {
    display: none;
}

.wrap_pageHeader_nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0px 0 30px;
    top: 0;
    left: 0;
    background: #000;
    overflow-y: auto;
    z-index: 200;
}

.ttl06 {
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 1.65rem;
}

.ttl06::before {
    top: 6px;
    left: 0;
    background: #8c8b85;
}

.pageHeader_nav {
    display: none;
    max-width: 840px;
    margin: 20px auto 0;
    text-align: left;
}

.pageHeader_nav .ttl06 {
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #8c8b85;
    border-bottom: none;
}

.pageHeader_nav .ttl06::before {
    width: 8px;
    height: 8px;
    top: 4px;
}

.list-glonav {
    margin-bottom: 20px;
    border-top: 1px solid #404040;
}

.list-glonav > li {
    border-bottom: 1px solid #404040;
}

.pageHeader_nav .li_particular span,
.pageHeader_nav .li_particular > a {
    border-bottom: 1px dotted #404040;
}

.pageHeader_nav .li_particular span,
.pageHeader_nav .list a {
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #e5e5e5;
}

.pageHeader_nav .nav_sub li {
    border-bottom: 1px dotted #404040;
}

.pageHeader_nav .nav_sub li:last-child {
    border-bottom: none;
}

.pageHeader_nav .nav_sub a {
    position: relative;
    padding: 15px 10px 15px 2em;
}

.pageHeader_nav .nav_sub a::before {
    top: 50%;
    left: 10px;
    width: 10px;
    height: 1px;
    background: #404040;
}

.list-frame li {
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #404040;
}

.pageHeader_nav .list-frame a {
    padding: 15px 10px;
}

.list-frame li:last-child {
    margin-bottom: 0;
}

.nav_sub .list-frame .registration {
    border: none;
}

.list-frame .registration a {
    color: #fff;
    background: #736e45;
}

.pageHeader.pageNav .btn_menu {
    border: 2px solid #999;
}

.pageNav .btn_menu .txt span {
    color: #999;
}

.pageNav .btn_menu .mark span {
    background: #999;
}

/* menu end */
/*　slider デフォルト打消 */

.wrap_mainvisual .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/* slider start */

.mv02 {
    display: none;
}

.wrap_mainvisual {
    width: 100%;
    background: #000;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.slider img {
    width: 100%;
    height: auto;
}

.slider_item {
    /* ↓slick.cssで指定 */

    position: relative;
    max-width: 1260px;
    margin: 0 auto;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slick-next,
.slick-prev,
.slider_dots button {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.slider_item .slick-arrow {
    position: absolute;
    width: 14px;
    height: 30px;
}

.slider_item .slick-next {
    top: 50%;
    margin-top: -7px;
    right: -65px;
    z-index: 100;
    background: url(../images/arrow_slider01.svg) no-repeat;
}

.slider_item .slick-prev {
    top: 50%;
    margin-top: -7px;
    left: -65px;
    z-index: 100;
    background: url(../images/arrow_slider02.svg) no-repeat;
}

.slider_nav .slick-next,
.slider_nav .slick-prev {
    bottom: 0;
    width: 30px;
    height: 100%;
}

.slider_nav .slick-next {
    right: -40px;
    z-index: 100;
    background: url(../images/arrow_slider01.svg) no-repeat center center;
    background-size: 11px 24px;
    background-color: #242424;
}

.slider_nav .slick-prev {
    left: -40px;
    z-index: 100;
    background: url(../images/arrow_slider02.svg) no-repeat center center;
    background-size: 11px 24px;
    background-color: #242424;
}

.slider_dots {
    position: relative;
    z-index: 0;
    height: 11px;
    padding-bottom: 31px;
    text-align: center;
}

.slider_dots li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 18px;
    border-radius: 5.5px;
    background: #ccc;
}

.slider_dots li:last-child {
    margin-right: 0;
}

.slider_dots li.slick-active {
    background: #807a4c;
}

.wrap_slider_nav {
    padding: 20px 10px;
    width: 100%;
    border-top: 1px solid #2e2e2e;
}

.slider_nav {
    max-width: 672px;
    margin: 0 auto;
}

.slider_nav li {
    max-width: 210px;
    margin: 0 7px;
    border: 1px solid #2e2e2e;
    cursor: pointer;
}

.slider_nav li.slick-current {
    position: relative;
    z-index: 0;
}

.slider_nav li.slick-current::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border: 4px solid #736d45 !important;
}

/* slider end */
/* common start */

.wrap_ttl01 {
    padding: 33px 10px 38px;
}

.bg_gdn {
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(50%, #fff), to(#f2f2f2));
    background: -webkit-linear-gradient(left, #f2f2f2 0%, #fff 50%, #f2f2f2 100%);
    background: -o-linear-gradient(left, #f2f2f2 0%, #fff 50%, #f2f2f2 100%);
    background: linear-gradient(to right, #f2f2f2 0%, #fff 50%, #f2f2f2 100%);
}

.wrap_ttl01 .txt_base {
    text-align: center;
    max-width: 1260px;
    margin: 0 auto;
}

.btn {
    text-align: center;
}

.btn a {
    position: relative;
    display: block;
    color: #fff;
}

.btn01 {
    width: 100%;
}

.btn01 a {
    width: 180px;
    height: 44px;
    line-height: 46px;
    font-size: 1.5rem;
    background: #736e45;
}

.btn a::after {
    top: 50%;
    width: 8px;
    height: 12px;
    background: url(../images/arrow_btn01.svg) no-repeat;
}

.btn01 a::after {
    right: 15px;
    margin-top: -6px;
}

.container01 .btn01,
.container01 .btn01 a {
    width: 100%;
    max-width: 360px;
    height: 44px;
    line-height: 46px;
    margin: 0 auto;
    font-size: 1.6rem;
}

.btn02 a::after {
    right: 20px;
    margin-top: -6px;
    background: url(../images/arrow_btn02.svg) no-repeat;
}

.container01 .btn03 a {
    position: relative;
    //width: 180px;
    width: 300px;
    /* 追加 */

    //max-width: 300px;　/* 追加 */
    height: 36px;
    line-height: 38px;
    font-size: 1.45rem;
    color: #1a1a1a;
    background: #f2f2f2;
}

.container01 .btn03 a:nth-child(n + 2) {
    margin-top: 10px;
}

.btn03 a::after {
    right: 20px;
    margin-top: -6px;
    background: url(../images/arrow_btn02.svg) no-repeat;
}

.btn_toTop a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    background: #1a1a1a;
}

/* common end */
/* feature start */

.wrap_feature {
    width: 100%;
    height: 390px;
    padding: 40px 0;
}

.wrap_feature.c01 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url(../images/top_feature07_01.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature07_01.jpg);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature07_01.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature07_01.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.wrap_feature.c02 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url(../images/top_feature08_01.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature08_01.jpg);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature08_01.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature08_01.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.wrap_feature.c03 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url(../images/top_feature09_01.jpg);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature09_01.jpg);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature09_01.jpg);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature09_01.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

.box_feature {
    width: 1260px;
    height: 310px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.wrap_feature .wrap_fig {
    width: 630px;
    float: left;
}

.wrap_feature .wrap_fig .fig02,
.wrap_feature .wrap_fig .fig03 {
    display: none;
}

.wrap_feature .wrap_fig img {
    width: 100%;
    height: auto;
}

.wrap_feature .box_r {
    width: 630px;
    float: left;
    padding: 40px 40px 0;
}

.wrap_feature.c02 .box_r {
    float: left;
}

.wrap_feature.c02 .wrap_fig {
    float: right;
}

.feature_subttl {
    margin-bottom: 35px;
}

.wrap_feature .txt_base {
    margin-bottom: 35px;
}

/* feature end */
/* recommend start */

.container01 {
    width: 100%;
    padding: 60px 10px;
    background: #fff;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.scn_recommend .container01 {
    padding-top: 60px;
}

.pageHome .wrap_recommend {
    width: 1260px;
    margin: 0 auto 50px;
}

.pageHome .box_recommend {
    position: relative;
    float: left;
    width: 400px;
    margin-right: 30px;
    margin-bottom: 45px;
    border: 1px solid #e5e5e5;
}

.pageHome .box_recommend:nth-child(4),
.pageHome .box_recommend:nth-child(5),
.pageHome .box_recommend:nth-child(6) {
    margin-bottom: 0;
}

.pageHome .box_recommend:nth-child(3n) {
    margin-right: 0;
}

.pageHome .box_recommend::before {
    top: -8px;
    left: 10px;
    width: 28px;
    height: 23px;
    background: url(../images/top_recommend07.svg) no-repeat;
}

.pageHome .lead_recommend {
    position: relative;
    display: table;
    height: 166px;
    padding: 10px 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.pageHome .box_recommend .inner {
    padding: 35px 20px 25px;
}

.pageHome .lead_recommend p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.55;
    font-weight: bold;
    font-size: 1.75rem;
}

.pageHome .lead_recommend::before {
    bottom: -15px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 20px;
    background: url(../images/top_recommend08.svg) no-repeat;
}

.pageHome .fig_recommend {
    text-align: center;
    margin-bottom: 25px;
}

.pageHome .fig_recommend img {
    max-width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
}

.dl_recommend dt {
    display: inline-block;
    font-size: 1.45rem;
    line-height: 22px;
    padding: 0 6px;
    margin-bottom: 10px;
    background: #adadad;
    color: #fff;
}

.dl_recommend dd {
    font-size: 1.65rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

.dl_recommend dd:last-child {
    margin-bottom: 0;
}

.pageHome .wrap_recommend .btn a {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 40px;
    font-size: 1.45rem;
    color: #1a1a1a;
    background: #f2f2f2;
}

/* recommend end */
/* product start */

.pageHome .container_col4 {
    margin-bottom: 50px;
}

.scn_product .container_col4 .box_col4 {
    margin-bottom: 0;
}

.fig_product {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.fig_product img {
    max-width: 100%;
    height: auto;
}

.box_product .inner {
    min-height: 165px;
    padding: 20px 10px;
}

.note_product {
    display: inline-block;
    margin: 10px 0 15px;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
    background: #d10011;
}

/* product end */
/* company start */

.scn_company .bg_gdn {
    padding: 55px 10px;
}

.banner_company {
    max-width: 980px;
    margin: 0 auto;
}

.banner_company img {
    width: 100%;
    height: auto;
}

.banner_company .fig02 {
    display: none;
}

.banner_company .cf {
    display: table;
    max-width: 980px;
    width: 100%;
    background: #000;
    height: 44px;
    padding: 5px 5px 5px 20px;
}

.banner_company .txt_base {
    display: table-cell;
    vertical-align: middle;
    color: #e5e5e5;
}

.banner_company .btn01 {
    width: 180px;
    float: right;
}

.banner_company .btn01 a {
    border: 1px solid #4d4d4d;
    background: none;
    color: #e5e5e5;
}

/* company end */
/* info start */

.scn_info_top.container01,
.scn_info.container01 {
    padding: 40px 10px;
    background: #1a1a1a;
    border-bottom: none;
    border-top: none;
}
.scn_info.container01 {
    padding:  55px 10px;
}
.wrap_mail {
    max-width: 980px;
    margin: 0 auto 50px;
    padding: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.fig_mail {
    position: relative;
    float: left;
    max-width: 300px;
}

.fig_mail img {
    max-width: 100%;
}

.fig_mail .badge {
    position: absolute;
    top: -16px;
    right: -18px;
}

.wrap_mail .box_r {
    padding-left: 330px;
}

.ttl_mail {
    padding: 5px 0 15px;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    color: #736e45;
    border-bottom: 1px solid #e5e5e5;
}

.wrap_mail .txt_base,
.wrap_mail .wrap_txt {
    margin-bottom: 15px;
}

.wrap_mail .btn01 {
    margin: 0;
}

.wrap_mail .btn01 a {
    float: none;
}

.wrap_link {
    max-width: 980px;
    margin: 0 auto;
    border: 1px solid #474747;
}

.wrap_link li {
    display: table;
    float: left;
    width: 33.33333%;
    border-right: 1px solid #474747;
}

.wrap_link li:last-child {
    border-right: none;
}

.wrap_link li a {
    display: table;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}

.icon_link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 40%;
}

.txt_link {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding-left: 20px;
    line-height: 1.4;
    font-size: 1.65rem;
    color: #e5e5e5;
    background: url(../images/arrow_btn01.svg) no-repeat left center;
}

.txt_link .smaller {
    font-size: 1.2rem;
}

/* info end */
/* topics start */

.wrap_topics {
    max-width: 1260px;
    margin: 0 auto;

}

.ttl_topics {
    position: relative;
    padding: 0 0 15px 20px;
    font-weight: bold;
    font-size: 1.65rem;
    line-height: 1;
    color: #e5e5e5;
}

.ttl_topics::before {
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #474747;
}

.wrap_topics ul {
    padding: 15px 10px;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
}

.wrap_topics li {
    padding: 16px 0;
    //border-bottom: 1px dotted #474747;
}

.wrap_topics li:first-child {
    padding-top: 0;
    padding-bottom: 0;
}
.wrap_topics li:last-child {
    padding-bottom: 0;
    //border-bottom: none;
}

.wrap_topics .date {
    display: block;
    margin-bottom: 5px;
    font-size: 1.4rem;
    color: #e5e5e5;
    opacity: 0.65;
}

.txt_topics {
    display: block;
}

.txt_topics,
.txt_topics a {
    font-size: 1.65rem;
    line-height: 1.4;
    color: #e5e5e5;
}

.txt_topics a {
    text-decoration: underline;
}

/* topics end */
/* footer start */

.pageFooter {
    padding: 55px 20px 70px;
    background: #000;
}

.wrap_footer {
    max-width: 1260px;
    margin: 0 auto;
}

.copyright02 {
    display: none;
}

.info_footer {
    width: 360px;
    float: left;
}

.info_footer .company_name {
    padding-bottom: 15px;
    margin-bottom: 19px;
    color: #e5e5e5;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.3;
    border-bottom: 1px solid #2e2e2e;
}

/* banner start */
.wrap_banner {
    margin-bottom: 60px;
}

.wrap_footer .banner_cart {
    margin-top: 25px;
}

.banner_cart.cashless {
    max-width: 440px;
}

.banner_cart.credit_card {
    max-width: 290px;
}

/* banner end */
.txt_footer li,
.txt_footer li a {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #a6a6a6;
}

.txt_footer li:last-child {
    margin-bottom: 0;
}

.info_footer .txt_footer li {
    margin-bottom: 9px;
}

.nav_footer {
    float: right;
    width: 620px;
}

.nav_footer .txt_footer {
    width: 200px;
    float: left;
    margin-right: 10px;
}

.nav_footer .txt_footer .row2 {
    float: left;
    width: 100%;
    padding-right: 10px;
}

.nav_footer .txt_footer .row3 {
    width: 410px;
    padding-left: 210px;
}

.nav_footer .txt_footer:last-child {
    margin-right: 0;
}

.nav_footer .txt_footer li {
    margin-bottom: 15px;
}

.nav_footer .txt_footer li:last-child {
    margin-bottom: 0;
}

/* footer end */
/*----　max-width: 1410px　-----*/

@media screen and (max-width: 1410px) {
    .slider_item {
        padding: 0 44px;
    }

    .slider_item .slick-next {
        right: 0px;
    }

    .slider_item .slick-prev {
        left: 0px;
    }
}

/*----　max-width: 1280px　-----*/

@media screen and (max-width: 1280px) {
    .pageHeader_top .inner {
        width: auto;
        height: 54px;
        padding: 10px 10px 10px 0;
        margin: 0 10px;
    }

    .pageHeader .site_name {
        display: table;
    }

    .pageHeader .site_description {
        display: table-cell;
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        vertical-align: middle;
        font-size: 1.2rem;
    }

    .pageHeader .site_name img {
        width: auto;
        max-width: 27px;
        height: 34px;
        margin-right: 10px;
    }

    /* shipping overseas start */
    .pageHeader_subnav {
        height: 34px;
    }

    .pageHeader_subnav a {
        font-size: 1.3rem;
    }

    /* shipping overseas  end */
    
    .slider_item .slick-next {
        right: 14px;
    }

    .slider_item .slick-prev {
        left: 14px;
    }

    /* feature start */

    .wrap_feature {
        width: 100%;
        height: auto;
        padding: 40px 10px;
    }

    .wrap_feature.c01 {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url(../images/top_feature07_02.jpg);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature07_02.jpg);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature07_02.jpg);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature07_02.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, center center;
        background-size: cover, cover;
    }

    .wrap_feature.c02 {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url(../images/top_feature08_02.jpg);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature08_02.jpg);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature08_02.jpg);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature08_02.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, center center;
        background-size: cover, cover;
    }

    .wrap_feature.c03 {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url(../images/top_feature09_02.jpg);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature09_02.jpg);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature09_02.jpg);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url(../images/top_feature09_02.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, center center;
        background-size: cover, cover;
    }

    .box_feature {
        width: 100%;
        max-width: 980px;
        height: auto;
        margin: 0 auto;
    }

    .wrap_feature .wrap_fig {
        max-width: 980px;
        width: 100%;
        float: none;
    }

    .wrap_feature .wrap_fig .fig01 {
        display: none;
    }

    .wrap_feature .wrap_fig .fig02 {
        display: block;
    }

    .wrap_feature .box_r {
        width: 100%;
        float: none;
        padding: 20px 10px;
    }

    .wrap_feature.c02 .box_r,
    .wrap_feature.c02 .wrap_fig {
        float: none;
    }

    .feature_subttl {
        margin-bottom: 15px;
    }

    .feature_subttl img {
        max-width: 100%;
        height: auto;
    }

    .wrap_feature .txt_base {
        margin-bottom: 15px;
    }

    .btn01 a {
        float: right;
    }

    /* feature end */
    /* recommend start */

    .container01 {
        width: 100%;
        padding: 55px 10px;
        background: #fff;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }

    .scn_recommend .container01 {
        padding-top: 60px;
    }

    .pageHome .wrap_recommend {
        width: 980px;
    }

    .pageHome .box_recommend {
        width: 475px;
    }

    .pageHome .box_recommend:nth-child(4n) {
        margin-bottom: 45px;
    }

    .pageHome .box_recommend:nth-child(5n),
    .pageHome .box_recommend:nth-child(6n) {
        margin-bottom: 0;
    }

    .pageHome .box_recommend:nth-child(2n) {
        margin-right: 0;
    }

    .pageHome .box_recommend:nth-child(3) {
        margin-right: 30px;
    }

    /* recommend end */
    /* product start */

    .pageHome .container_col4 {
        margin-bottom: 40px;
    }
}

/*----　max-width: 1100px　-----*/

@media screen and (max-width: 1100px) {
    /* footer start */

    .nav_footer {
        width: 420px;
    }

    .nav_footer .txt_footer .row2 {
        width: 200px;
        padding-right: 0;
    }

    .nav_footer .txt_footer .row3 {
        width: 200px;
        padding-left: 0;
    }

    /* footer end */
}

/*----　max-width: 1000px　-----*/

@media screen and (max-width: 1000px) {
    .wrap_feature {
        padding: 30px 10px;
    }

    /* recommend start */

    .container01 {
        padding: 40px 10px;
        background: #fff;
    }

    .scn_recommend .container01 {
        padding-top: 45px;
    }

    .pageHome .wrap_recommend {
        width: 100%;
        margin-bottom: 30px;
    }

    .pageHome .box_recommend {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 30px;
    }

    .pageHome .box_recommend:nth-child(4) {
        margin-bottom: 30px;
    }

    .pageHome .box_recommend:nth-child(3) {
        margin-right: 3%;
    }

    /* recommend end */

    .pageHome .scn_product .container_col4 {
        margin-bottom: 30px;
    }

    .scn_product .container_col4 .box_col4.col4-3n {
        margin-bottom: 0;
    }

    .scn_product .container_col4 .cf_col2.cf,
    .scn_product .container_col4 .cf_col4.cf,
    .scn_product .container_col4 .cf_col6.cf,
    .scn_product .container_col4 .cf_col8.cf,
    .scn_product .container_col4 .cf_col10.cf,
    .scn_product .container_col4 .cf_col12.cf {
        margin-bottom: 30px;
    }

    .pageHome .container01 .btn03 a {
        width: 100%;
        //max-width: 100%;  /* 追加 */
    }

    /* product end */
    /* company start */

    .scn_company .bg_gdn {
        padding: 40px 10px;
    }

    .banner_company .cf {
        height: auto;
        padding: 10px;
    }

    .banner_company .txt_base {
        display: block;
        margin-bottom: 10px;
        vertical-align: baseline;
    }

    /* company end */
    /* info start */

    .wrap_mail {
        padding: 20px 10px;
        margin-bottom: 30px;
    }

    .wrap_link {
        border: none;
    }

    .wrap_link li {
        width: 50%;
        border: 1px solid #474747;
    }

    .wrap_link li:nth-child(2) {
        border-left: none;
    }

    .wrap_link li:last-child {
        border-right: 1px solid #474747;
        border-top: none;
    }

    .wrap_link li a {
        padding: 5px 0;
    }

    /* info end */
}

/*----　max-width: 860px　-----*/

@media screen and (max-width: 860px) {
    .wrap_slider_nav {
        display: none;
    }

    .pageHeader .wrap_ttl06 {
        padding: 0 10px;
    }

    .list-frame {
        padding: 0 10px;
    }

    .nav_footer .txt_footer .row2 {
        padding-right: 10px;
    }

    /* footer start */

    .pageFooter {
        padding: 40px 10px 15px;
    }

    .info_footer {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    .copyright01 {
        display: none;
    }

    .copyright02 {
        display: block;
        font-size: 1.5rem;
        line-height: 1.3;
        color: #a6a6a6;
    }

    .nav_footer {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .nav_footer .txt_footer {
        width: 200px;
        float: left;
        margin-right: 10px;
    }

    .nav_footer .txt_footer .row2 {
        float: left;
        width: 100%;
    }

    .nav_footer .txt_footer .row3 {
        width: 410px;
        padding-left: 210px;
    }
}

/*----　max-width: 750px　-----*/

@media screen and (max-width: 750px) {

    .wrap_txt p,
    .txt_base p {
        margin-bottom: 15px;
        font-size: 1.45rem;
        line-height: 1.675;
    }

    .wrap_ttl01 .txt_base p {
        font-size: 1.4rem;
        line-height: 1.55;
    }

    .wrap_ttl01,
    .scn_company .bg_gdn {
        padding: 20px 10px;
    }

    .ttl01 {
        margin-bottom: 15px;
        font-size: 2rem;
    }

    .ttl06 {
        padding-left: 15px;
        margin-bottom: 10px;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .ttl06::before {
        top: 5px;
        width: 8px;
        height: 8px;
    }
    
    /* shipping overseas start */
    
    .pageHeader_subnav {
        display: none;
    }

    /* shipping overseas end */
    
    .mv01 {
        display: none;
    }

    .mv02 {
        display: block;
    }

    .slider_item {
        padding: 0 24px;
    }

    .slider_item .slick-next {
        right: 10px;
    }

    .slider_item .slick-prev {
        left: 10px;
    }

    .slider_dots {
        padding: 5px 0 24px;
    }

    .slider_dots li {
        width: 7px;
        height: 7px;
        border-radius: 3.5px;
        margin-right: 10px;
    }

    .wrap_feature {
        padding: 20px 10px;
    }

    .wrap_feature .wrap_fig .fig02 {
        display: none;
    }

    .wrap_feature .wrap_fig .fig03 {
        display: block;
    }

    .feature_subttl {
        max-width: 400px;
    }

    .wrap_feature .btn01 a {
        float: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        font-size: 1.4rem;
    }

    .container01 .btn01,
    .container01 .btn01 a {
        max-width: 480px;
        font-size: 1.4rem;
    }

    .container01 .btn03 a {
        width: 100%;
        height: 40px;
        line-height: 42px;
    }

    .btn_toTop a {
        right: 5px;
        bottom: 5px;
    }

    .btn_toTop.scroll_bottom a {
        bottom: 50px;
    }

    /* recommend start */

    .pageHome .container01 {
        padding: 30px 10px;
        
    }

    .scn_info_top.container01 {
        padding: 30px 10px;
    }

    .pageHome .wrap_recommend {
        margin-bottom: 20px;
    }

    .pageHome .box_recommend {
        float: none;
        width: 100%;
        max-width: 475px;
        margin: 0 auto 25px;
    }

    .pageHome .box_recommend:nth-child(2n),
    .pageHome .box_recommend:nth-child(3),
    .pageHome .box_recommend:nth-child(4),
    .pageHome .box_recommend:nth-child(5),
    .pageHome .box_recommend:nth-child(6) {
        margin: 0 auto 25px;
    }

    .pageHome .box_recommend:nth-child(6) {
        margin-bottom: 0;
    }

    .pageHome .box_recommend::before {
        top: -8px;
        left: 10px;
        width: 28px;
        height: 23px;
        background: url(../images/top_recommend07.svg) no-repeat;
    }

    .pageHome .lead_recommend {
        display: block;
        height: auto;
        padding: 25px 20px 20px;
    }

    .pageHome .lead_recommend p {
        display: block;
        line-height: 1.55;
        font-size: 1.65rem;
    }

    .pageHome .lead_recommend::before {
        bottom: -12px;
        margin-left: -18px;
        width: 26px;
        height: 16px;
        background-size: 26px auto;
    }

    .pageHome .box_recommend .inner {
        padding: 25px 10px 20px;
    }

    .pageHome .fig_recommend {
        text-align: center;
        margin-bottom: 15px;
    }

    .dl_recommend dt {
        font-size: 1.4rem;
        line-height: 20px;
    }

    .dl_recommend dd {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    /* recommend end */
    /* product end */

    .pageHome .scn_product .container_col4 {
        margin-bottom: 0;
    }

    .scn_product .container_col4 .box_col4,
    .scn_product .container_col4 .box_col4.col4-3n {
        margin-bottom: 20px;
    }

    /* product end */

    .banner_company .fig01 {
        display: none;
    }

    .banner_company .fig02 {
        display: block;
    }

    /* info start */

    .wrap_mail {
        margin-bottom: 20px;
    }

    .fig_mail {
        position: relative;
        float: none;
        margin: 0 auto 15px;
    }

    .wrap_mail .box_r {
        padding-left: 0;
    }

    .ttl_mail {
        text-align: center;
        font-size: 1.6rem;
    }

    .wrap_mail .txt_base,
    .wrap_mail .wrap_txt {
        text-align: center;
    }

    .wrap_mail .btn01 {
        margin: 0 auto;
    }

    .wrap_link {
        border: none;
    }

    .wrap_link li {
        width: 100%;
        border: 1px solid #474747;
    }

    .wrap_link li:nth-child(2) {
        border-left: 1px solid #474747;
        border-top: none;
    }

    .wrap_link li:last-child {
        border-right: 1px solid #474747;
        border-top: none;
    }

    .icon_link {
        width: 30%;
    }

    .icon_link img {
        width: 56px;
        height: auto;
    }

    .txt_link {
        width: 70%;
        font-size: 1.4rem;
    }

    .txt_link br {
        display: none;
    }

    /* info end */
    /* topics start */

    .ttl_topics {
        padding-left: 16px;
        padding-bottom: 10px;
        font-size: 1.4rem;
    }

    .ttl_topics::before {
        top: 2px;
        width: 8px;
        height: 8px;
    }

    .wrap_topics li {
        padding: 10px 0;
    }

    .wrap_topics li:first-child {
        padding-top: 0;
    }

    .wrap_topics .date {
        font-size: 1.3rem;
    }

    .txt_topics,
    .txt_topics a {
        font-size: 1.4rem;
    }

    /* topics end */
    /* footer start */

    .pageFooter {
        padding: 30px 10px 15px;
    }

    .info_footer {
        margin-bottom: 30px;
    }

    .info_footer .company_name {
        padding-bottom: 10px;
        margin-bottom: 14px;
        font-size: 1.6rem;
    }

    .txt_footer li,
    .txt_footer li a {
        font-size: 1.3rem;
    }

    .copyright02 {
        font-size: 1.2rem;
    }

    .txt_footer li:last-child {
        margin-bottom: 0;
    }

    .info_footer .txt_footer li {
        margin-bottom: 9px;
    }

    .nav_footer {
        margin-bottom: 80px;
    }

    .nav_footer .txt_footer {
        float: left;
        width: 50%;
        padding-right: 10px;
        margin-right: 0;
    }

    .nav_footer .txt_footer .row2 {
        width: 100%;
        padding-right: 10px;
    }

    .nav_footer .txt_footer .row3 {
        width: 100%;
        padding-left: 0;
        padding-right: 10px;
    }

    .nav_footer .txt_footer li {
        margin-bottom: 15px;
    }
}

/*----　max-width: 480px　-----*/

@media screen and (max-width: 480px) {
    .txt_link br {
        display: block;
    }
}

/*---------------------------------
  下層ページ 共通
----------------------------------*/

.pageLower .wrap_mainvisual {
    display: table;
    padding: 20px 10px;
    height: 180px;
    text-align: center;
}

.pageLower .pagettl {
    display: table-cell;
    vertical-align: middle;
}

.bg_pagettl {
    padding: 7px 12px;
    background: rgba(0, 0, 0, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.pageLower .pagettl_main,
.pageLower .pagettl_sub {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    text-align: center;
    vertical-align: middle;
    font-size: 3.7rem;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.04em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #736e45;
    /* fallback color if gradients are not supported */

    background-image: -webkit-linear-gradient(top, #9c9560, #403c20);
    /* For Chrome and Safari */
    /* For old Fx (3.6 to 15) */
    /* For pre-releases of IE 10*/

    background-image: -o-linear-gradient(top, #9c9560, #403c20);
    /* For old Opera (11.1 to 12.0) */

    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c9560), to(#403c20));
    background-image: linear-gradient(to bottom, #9c9560, #403c20);
    /* Standard syntax; must be last */
}

.pageLower .pagettl_sub {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 2rem;
}

.no-backgroundcliptext .pageLower .bg_pagettl {
    background: none;
}

.no-backgroundcliptext .pagettl_sub,
.no-backgroundcliptext .pagettl_main {
    background-image: none;
    background-color: #000;
    color: #736e45;
}

.pageLower .container01.container_main {
    padding: 65px 10px 80px;
}

.pageLower table a,
.pageLower .txt_base a {
    color: #006ea6;
    text-decoration: underline;
}

.pageLower .wrap_ttl01 {
    padding: 30px 10px;
}

.wrap_lge {
    max-width: 1260px;
    margin: 0 auto;
}

.wrap_mdl {
    max-width: 980px;
    margin: 0 auto;
}

.scnttl_main {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.7rem;
    line-height: 1.4;
}

.scnttl_sub {
    margin-bottom: 30px;
    padding: 5px 10px 5px 15px;
    line-height: 1.3;
    font-size: 1.9rem;
    border-left: 5px solid #8c8b85;
}

.ttl07 {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    font-size: 1.65rem;
    font-weight: bold;
    line-height: 1.4;
}

.ttl07::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #1a1a1a;
}

.mb01 {
    margin-bottom: 30px;
}

.frame01 {
    padding: 30px;
    margin: 40px 0;
    border: 1px solid #e5e5e5;
}

.frame_bgc01 {
    padding: 30px 10px;
    margin-bottom: 40px;
    background: #f5f5f5;
}

.frame_bgc02 {
    padding: 30px 20px;
    margin-bottom: 40px;
    background: #1a1a1a;
}

.container01 .tbl01 ul,
.container01 .frame01 ul {
    padding-left: 15px;
    list-style: disc;
}

.container01 .tbl01 li,
.container01 .frame01 li {
    font-size: 1.65rem;
    line-height: 1.4;
    margin-bottom: 10px;
}

.container01 .tbl01 li:last-child,
.container01 .frame01 li:last-child {
    margin-bottom: 0;
}

.breadcrumb li {
    display: inline-block;
    font-size: 1.45rem;
    line-height: 1.4;
}

.wrap_breadcrumb {
    padding: 15px 10px;
}

.breadcrumb li a {
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .btn_menu {
        display: block;
    }

    .wrap_glonav {
        display: none;
    }

    .pageLower .wrap_mainvisual {
        height: auto;
        min-height: 120px;
    }

    .pageLower .pagettl_main {
        font-size: 2.3rem;
    }

    .pageLower .pagettl_sub {
        font-size: 1.65rem;
    }

    .pageLower .wrap_ttl01 {
        padding: 15px 10px;
    }

    .wrap_ttl01 br {
        display: none;
    }

    .pageLower .container01.container_main {
        padding: 30px 10px 40px;
    }

    .btn03 a {
        width: 100%;
        height: 44px;
        line-height: 46px;
    }

    .ttl07 {
        margin-bottom: 12px;
        font-size: 1.5rem;
    }

    .ttl07::before {
        margin-top: -4px;
        width: 8px;
        height: 8px;
    }

    .mb01 {
        margin-bottom: 20px;
    }

    .frame01 {
        padding: 20px;
        margin: 20px 0;
    }

    .container01 .tbl01 li,
    .container01 .frame01 li {
        font-size: 1.45rem;
        margin-bottom: 5px;
    }

    .breadcrumb li {
        font-size: 1.4rem;
    }

    .wrap_breadcrumb {
        padding: 10px;
    }

    .txt_sml p {
        font-size: 1.35rem;
    }
}

/*---------------------------------
  下層ページ 商品一覧
----------------------------------*/

.pageLower_product .wrap_mainvisual {
    background: url(../images/products/products_header01.png), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right;
    background-size: contain;
}

.pageLower_kodawari01 .wrap_mainvisual {
    background: url(../images/kodawari/kodawari01_header01.png), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right;
    background-size: contain;
}

.pageLower_kodawari02 .wrap_mainvisual {
    background: url(../images/kodawari/kodawari02_header01.png), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right;
    background-size: contain;
}

.pageLower_kodawari03 .wrap_mainvisual {
    background: url(../images/kodawari/kodawari03_header01.png), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right;
    background-size: contain;
}

.pageLower_recommend .wrap_mainvisual {
    background: url(../images/suisen/suisen_header01.png), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right;
    background-size: contain;
}

.pageLower_contact .wrap_mainvisual {
    background: url(../images/otoiawase/otoiawase_header01.png), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right;
    background-size: contain;
}

.pageLower_mailmagazine .wrap_mainvisual {
    background: url(../images/mailmagazine/mailmagazine_header01.png), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right;
    background-size: contain;
}

.pageLower_about .wrap_mainvisual {
    background: url(../images/company/company_header01.png), #000;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, right;
    background-size: contain;
}

.wrap_limited {
    margin-bottom: 70px;
    border: 2px solid #736e45;
}

.wrap_limited .fig_product {
    border: none;
}

.box_limited {
    padding: 0 8px 10px 8px;
}

.wrap_ttl04 {
    position: relative;
}

.bg_ttl04 {
    background-image: url(../images/ttl04_bg01.png), url(../images/ttl04_bg02.png), -webkit-gradient(linear, left top, right top, from(rgb(115, 108, 52)), color-stop(50%, rgb(143, 136, 93)), to(rgb(115, 108, 52)));
    background-image: url(../images/ttl04_bg01.png), url(../images/ttl04_bg02.png), -webkit-linear-gradient(left, rgb(115, 108, 52) 0%, rgb(143, 136, 93) 50%, rgb(115, 108, 52) 100%);
    background-image: url(../images/ttl04_bg01.png), url(../images/ttl04_bg02.png), -o-linear-gradient(left, rgb(115, 108, 52) 0%, rgb(143, 136, 93) 50%, rgb(115, 108, 52) 100%);
    background-image: url(../images/ttl04_bg01.png), url(../images/ttl04_bg02.png), linear-gradient(to right, rgb(115, 108, 52) 0%, rgb(143, 136, 93) 50%, rgb(115, 108, 52) 100%);
    background-position: left top, right bottom, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.ttl04 {
    position: relative;
    margin-bottom: 48px;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    text-align: center;
    line-height: 1.2;
    color: #fff;
}

.ttl04::after {
    bottom: -14px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 0 20px;
    border-color: #8f885d transparent transparent transparent;
}

.subttl_article {
    display: block;
    padding: 10px 10px 8px;
    font-weight: bold;
    font-size: 1.5rem;
    border-bottom: 1px solid #a7a280;
}

.mainttl_article {
    padding: 12px 10px 10px;
    display: block;
    font-weight: bold;
    font-size: 2.7rem;
    letter-spacing: 0.04em;
}

.ttl04_sdw {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #d3d3d3;
}

.ttl04_sdw::after {
    bottom: -14px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 20px 0 20px;
    border-color: #d3d3d3 transparent transparent transparent;
}

.yyc-sec {
    display: none;
}

.fig_product {
    float: left;
    max-width: 300px;
    height: auto;
    border: 1px solid #e5e5e5;
}

.box_limited .fig_product {
    max-width: 380px;
}

.fig_product .inner {
    display: block;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2f2f2 98%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(98%, #f2f2f2));
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2f2f2 98%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f2f2f2 98%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border: 1px solid #fff;
}

.fig_product .inner a {
    display: block;
}

.box_limited .info_product {
    padding-left: 410px;
    margin-bottom: 10px;
}

.ttl_product {
    font-size: 2.3rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.4;
}

.box_limited .ttl_product {
    color: #736e45;
}

.box_limited .btn03 a {
    color: #fff;
    background: #7b7750;
}

.box_limited .btn03 a::after {
    background: url(../images/arrow_btn01.svg) no-repeat;
}

.wrap_speaker .ttl_product {
    font-size: 1.9rem;
    padding: 6px 0 10px;
    margin-bottom: 20px;
}

.info_product .txt_base {
    margin-bottom: 25px;
}

.subinfo_product {
    margin-bottom: 20px;
}

.subinfo_product ul {
    font-size: 0;
}

.subinfo_product li {
    display: inline-block;
    margin: 5px 8px 5px 0;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 3px 8px;
    //background: #f0f0f0;
    border: 1px solid #e5e5e5;
}

.subinfo_product li:last-child {
    margin-right: 0;
}

.subinfo_product .review_num {
    //color: #666;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.timer::before {
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #d10011;
}

.timer {
    position: relative;
    padding-left: 15px;
    font-size: 1.5rem;
    line-height: 1;
    color: #d10011;
}

.yycountdown-box {
    display: inline;
}

.container_speaker {
    margin-bottom: 70px;
}

.wrap_speaker {
    margin-bottom: 60px;
}

.wrap_speaker:last-child {
    margin-bottom: 0;
}

.wrap_speaker .box_col2 {
    max-width: 620px;
    float: left;
    margin: 0 20px 0 0;
}

.wrap_speaker .box_col2:nth-child(even) {
    margin-right: 0;
}

.wrap_speaker .info_product {
    padding-left: 320px;
}

.container_col4 {
    width: 1260px;
    margin: 0 auto 80px;
}

.container_col4 .box_col4 {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.container_col4 .col4-4n,
.container_col4 .col4-8n,
.container_col4 .col4-12n {
    margin-right: 0;
}

.container_col4 .cf_col2.cf,
.container_col4 .cf_col3.cf,
.container_col4 .cf_col6.cf,
.container_col4 .cf_col7.cf,
.container_col4 .cf_col9.cf,
.container_col4 .cf_col10.cf,
.container_col4 .cf_col11.cf {
    display: none;
}

.container_col4 .cf_col4.cf,
.container_col4 .cf_col8.cf {
    margin-bottom: 40px;
}

.container_col4 .fig_product {
    float: none;
    margin-bottom: 20px;
}

.container_col4 .ttl_product {
    font-size: 1.65rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.container_col4 .txt_base p {
    font-size: 1.5rem;
}

.banner_azn a {
    display: block;
}

.banner_azn img {
    width: 100%;
    height: auto;
}

.banner_azn_pc {
    max-width: 980px;
    margin: 120px auto 70px;
}

.banner_azn_sp {
    display: none;
}

.pageLower_product .frame01 {
    padding: 40px;
    margin: 0 auto;
}

/*----　max-width: 1280px　-----*/

@media screen and (max-width: 1280px) {
    .container_speaker {
        max-width: 980px;
    }

    .wrap_speaker .box_col2 {
        margin-bottom: 50px;
    }

    .wrap_speaker .box_col2 {
        max-width: 100%;
        margin-right: 0;
        float: none;
    }

    .container_col4 {
        width: 980px;
    }

    .container_col4 .box_col4 {
        margin-right: 40px;
    }

    .container_col4 .col4-3n,
    .container_col4 .col4-6n,
    .container_col4 .col4-9n,
    .container_col4 .col4-12n {
        margin-right: 0;
    }

    .container_col4 .col4-4n,
    .container_col4 .col4-8n {
        margin-right: 40px;
    }

    .container_col4 .cf_col3.cf,
    .container_col4 .cf_col6.cf,
    .container_col4 .cf_col9.cf {
        display: block;
        margin-bottom: 40px;
    }

    .container_col4 .cf_col4.cf,
    .container_col4 .cf_col8.cf {
        display: none;
    }
}

/*----　max-width: 1000px　-----*/

@media screen and (max-width: 1000px) {
    .box_limited .fig_product {
        max-width: 300px;
    }

    .box_limited .info_product {
        padding-left: 320px;
    }

    .wrap_speaker {
        margin-bottom: 0;
    }

    .wrap_speaker .box_col2 {
        margin-bottom: 40px;
    }

    .container_col4 {
        width: 100%;
    }

    .container_col4 .box_col4 {
        width: 48.5%;
        margin-right: 3%;
    }

    .container_col4 .col4-2n,
    .container_col4 .col4-4n,
    .container_col4 .col4-6n,
    .container_col4 .col4-8n,
    .container_col4 .col4-10n,
    .container_col4 .col4-12n {
        margin-right: 0;
    }

    .container_col4 .cf_col2.cf,
    .container_col4 .cf_col4.cf,
    .container_col4 .cf_col6.cf,
    .container_col4 .cf_col8.cf,
    .container_col4 .cf_col10.cf,
    .container_col4 .cf_col12.cf {
        display: block;
        margin-bottom: 40px;
    }

    .container_col4 .cf_col3.cf,
    .container_col4 .cf_col9.cf,
    .container_col4 .cf_col12.cf {
        display: none;
    }

    .container_col4 .fig_product {
        max-width: 100%;
    }

    .banner_azn_pc {
        margin: 80px auto 50px;
    }
}

/*----　max-width: 750px　-----*/

@media screen and (max-width: 750px) {
    .wrap_limited {
        max-width: 480px;
        margin: 0 auto 30px;
    }

    .bg_ttl04 {
        background-size: 100px auto, 100px auto, auto;
    }

    .ttl04 {
        margin-bottom: 30px;
    }

    .mainttl_article {
        padding: 12px 10px;
        font-size: 2.1rem;
    }

    .scnttl_main {
        font-size: 1.9rem;
        margin-bottom: 20px;
    }

    .scnttl_main br {
        display: none;
    }

    .box_limited .fig_product {
        max-width: 480px;
        float: none;
        margin-bottom: 20px;
    }

    .box_limited .info_product {
        padding-left: 0;
        margin-bottom: 0;
    }

    .box_limited .ttl_product,
    .wrap_speaker .ttl_product {
        font-size: 1.65rem;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .info_product .txt_base {
        margin-bottom: 10px;
    }

    .subinfo_product {
        margin-bottom: 10px;
    }

    .subinfo_product li,
    .note_product,
    .timer {
        font-size: 1.4rem;
    }

    .timer {
        margin-bottom: 15px;
    }

    .container_speaker {
        max-width: 480px;
        margin: 0 auto 40px;
    }

    .wrap_speaker .box_col2 {
        margin-bottom: 20px;
    }

    .container_col4 .fig_product,
    .wrap_speaker .fig_product {
        max-width: 480px;
        float: none;
        margin-bottom: 15px;
    }

    .wrap_speaker .info_product {
        padding-left: 0;
    }

    .container_col4 {
        max-width: 480px;
        margin-bottom: 40px;
    }

    .container_col4 .box_col4 {
        max-width: 480px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .container_col4 .cf_col2.cf,
    .container_col4 .cf_col4.cf,
    .container_col4 .cf_col6.cf,
    .container_col4 .cf_col8.cf,
    .container_col4 .cf_col10.cf,
    .container_col4 .cf_col12.cf {
        display: none;
    }

    .pageLower_product .frame01 {
        padding: 20px;
    }

    .container_col4 .txt_base p {
        font-size: 1.45rem;
    }

    .banner_azn_pc {
        display: none;
    }

    .banner_azn_sp {
        display: block;
        max-width: 480px;
        margin: 40px auto;
    }
}

/*---------------------------------
  下層ページ 音工房Zのこだわり
----------------------------------*/

.sidebar {
    width: 250px;
    position: absolute;
}

.sidebar_profile_z .wrap_fig {
    margin-bottom: 20px;
}

.sidebar_profile_z .ttl_profile {
    font-weight: bold;
    font-size: 1.45rem;
    line-height: 1.4;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar_profile_z .txt_sml {
    margin-bottom: 20px;
}

.sidebar_profile_z .txt_sml p {
    font-size: 1.45rem;
}

.sidebar_index .ttl_index {
    position: relative;
    margin-bottom: 1px;
    text-align: center;
    padding: 9px 10px;
    background: #1a1a1a;
}

.sidebar_index .ttl_index .line {
    position: relative;
    font-size: 1.45rem;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.sidebar_index .ttl_index .line::before,
.sidebar_index .ttl_index .line::after {
    width: 12px;
    top: 50%;
    height: 1px;
    background: #fff;
}

.sidebar_index .ttl_index .line::before {
    left: -22px;
}

.sidebar_index .ttl_index .line::after {
    right: -22px;
}

.btn_index {
    display: none;
}

.index_pageLink > li .ttl_current,
.index_pageLink > li > a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.index_pageLink > li .ttl_current,
.index_pageLink > li a,
.index_pageLink .pageLink_suisen li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
}

.index_pageLink > li {
    margin-bottom: 1px;
}

.sidebar .index_pageLink > li .ttl_current,
.sidebar .index_pageLink > li > a {
    position: relative;
    display: block;
    padding: 13px 12px;
    font-weight: bold;
    color: #fff;
    background: #75704b;
    text-decoration: none;
}

.index_pageLink > li .ttl_current::after,
.index_pageLink > li > a::after {
    top: 50%;
    right: 12px;
    margin-top: -5px;
    width: 6px;
    height: 10px;
    background: url(../images/arrow_btn01s.svg) no-repeat;
}

.index_pageLink > li .ttl_current::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.index_pageLink .ul_child {
    background: #f7f7f7;
}

.index_pageLink .ul_child > li {
    border-bottom: 1px solid #e4e3dd;
}

.index_pageLink .ul_child > li:last-child {
    border-bottom: none;
}

.index_pageLink .ul_child a {
    padding: 14px 12px;
    color: #75704b;
}

.index_pageLink .ul_grandchild {
    border-top: 1px solid #e4e3dd;
}

.index_pageLink .ul_grandchild > li {
    border-bottom: 1px solid #e4e3dd;
}

.index_pageLink .ul_grandchild > li:last-child {
    border-bottom: none;
}

.index_pageLink .ul_grandchild a {
    color: #75704b;
}

.index_pageLink .ul_grandchild a span {
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

.index_pageLink .ul_grandchild a span::before {
    top: 0.5em;
    left: 0px;
    width: 9px;
    height: 1px;
    background: #75704b;
}

.index_pageLink .pageLink_suisen li a {
    margin-left: 20px;
    text-indent: -20px;
}

.col2_main {
    padding-left: 340px;
}

.kdwr_main .scnttl_main {
    padding: 10px 10px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.kdwr_main .scnttl_main:nth-child(n + 2) {
    margin-top: 60px;
}

.kdwr_main .scnttl_main span {
    display: block;
    margin-bottom: 10px;
    font-size: 2.1rem;
    font-weight: bold;
}

.kdwr_main .txt_base {
    margin-bottom: 40px;
}

.box_about .wrap_fig,
.kdwr_main .wrap_fig {
    width: 100%;
    margin-bottom: 40px;
}

.box_about .wrap_fig:last-child {
    margin-bottom: 0;
}

.kdwr_main .wrap_fig .fig {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.box_about .wrap_fig .fig {
    float: left;
    width: 460px;
    margin-right: 60px;
}

.box_about .fig_caption,
.kdwr_main .fig_caption {
    padding-top: 15px;
    display: block;
    color: #737373;
    font-size: 1.4rem;
    line-height: 1.4;
}

.box_about .wrap_fig .fig:nth-child(2n),
.kdwr_main .wrap_fig .fig:nth-child(2n) {
    margin-right: 0;
}

.kdwr_main .wrap_pager {
    margin-top: 60px;
}

.kdwr_main .wrap_pager .box_pager {
    border: 1px solid #75704b;
    background: #f7f7f7;
    border-top: none;
}

.kdwr_main .wrap_pager .box_pager_r {
    float: right;
    width: 48%;
}

.kdwr_main .wrap_pager .box_pager_l {
    float: left;
    width: 48%;
}

.kdwr_main .wrap_pager .ttl_pager {
    width: 100%;
    padding: 9px 10px;
    background: #75704b;
    text-align: center;
}

.kdwr_main .wrap_pager .ttl_pager span {
    position: relative;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
}

.kdwr_main a.pager {
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 11px 28px;
    color: #75704b;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
}

.kdwr_main .box_pager_lr a.pager {
    width: 50%;
    float: left;
}

.kdwr_main .box_pager_lr a.pager_l {
    border-right: 1px solid #75704b;
}

.kdwr_main .wrap_pager a::before {
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 12px;
    background: url(../images/arrow_btn03.svg) no-repeat;
}

.kdwr_main a.pager_r::before {
    right: 12px;
}

.kdwr_main a.pager_l::before {
    left: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ttl_pager span::after,
.ttl_pager span::before {
    width: 12px;
    top: 50%;
    height: 1px;
    background: #fff;
}

.ttl_pager span::after {
    right: -22px;
}

.ttl_pager span::before {
    left: -22px;
}

.pageLower_kodawari01 .frame_bgc01 {
    text-align: center;
}

.pageLower_kodawari01 .frame_bgc01 p {
    line-height: 1.4;
    font-weight: bold;
    font-size: 2rem;
    color: #75704b;
}

.pageLower_kodawari01 .frame_bgc02 .fig_nagaoka {
    max-width: 180px;
    float: left;
}

.pageLower_kodawari01 .frame_bgc02 .fig_nagaoka img {
    width: 100%;
}

.pageLower_kodawari01 .profile_nagaoka {
    padding-left: 210px;
}

.pageLower_kodawari01 .profile_nagaoka .ttl_profile,
.pageLower_kodawari01 .profile_nagaoka p {
    font-size: 1.65rem;
    line-height: 1.75;
    color: #f2f2f2;
}

.pageLower_kodawari01 .profile_nagaoka .ttl_profile {
    border-bottom: 1px solid #474747;
}

.pageLower_kodawari01 .ttl_profile {
    font-weight: bold;
}

.pageLower_kodawari01 .ttl_profile {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pageLower_kodawari01 .profile_nagaoka p {
    max-width: 420px;
    margin-right: 20px;
    float: left;
}

.pageLower_kodawari01 .fig_books img {
    max-width: 230px;
    width: 100%;
    height: auto;
}

/*----　max-width: 1280px　-----*/

@media screen and (max-width: 1280px) {
    .pageLower_kodawari01 .profile_nagaoka p {
        min-width: 100%;
        margin: 0 0 20px 0;
    }
}

/*----　max-width: 1100px　-----*/

@media screen and (max-width: 1100px) {
    .col2_main {
        padding-left: 280px;
    }

    .sidebar {
        width: 230px;
    }
}

/*----　max-width: 950px　-----*/

@media screen and (max-width: 950px) {
    .col2_main {
        padding-left: 0;
    }

    .sidebar {
        max-width: 750px;
        position: relative;
        width: 100%;
        margin: 0 auto 40px;
    }

    .sidebar_profile_z {
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid #e5e5e5;
    }

    .sidebar_profile_z .wrap_fig {
        max-width: 180px;
        float: left;
        margin-bottom: 0;
    }

    .box_profile_z {
        padding-left: 200px;
    }

    .sidebar_profile_z .txt_sml {
        margin-bottom: 0;
    }

    .index_pageLink {
        display: none;
    }

    .sidebar_index .ttl_index {
        margin-bottom: 1px;
    }

    .sidebar_index .btn_index {
        position: relative;
        display: block;
        width: 100%;
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        text-align: center;
        cursor: pointer;
        font-size: 1.4rem;
        color: #1a1a1a;
        border-top: none;
        background: #f5f5f5;
        border-bottom: 1px solid #e4e3dd;
    }

    .sidebar_index .btn_index::before,
    .sidebar_index .btn_index::after {
        top: 50%;
        background: #8c8b85;
    }

    .sidebar_index .btn_index::before {
        right: 20px;
        margin-top: -10px;
        width: 2px;
        height: 20px;
    }

    .sidebar_index .btn_index::after {
        right: 11px;
        margin-top: -2px;
        width: 20px;
        height: 2px;
    }

    .sidebar_index .btn_close::before {
        display: none;
    }

    .index_pageLink .ul_child {
        border-bottom: 1px solid #e4e3dd;
    }
}

/*----　max-width: 750px　-----*/

@media screen and (max-width: 750px) {
    .pageLower_kodawari01 .wrap_mainvisual {
        background: url(../images/kodawari/kodawari01_header01s.png), #000;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, right;
        background-size: contain;
    }

    .pageLower_kodawari02 .wrap_mainvisual {
        background: url(../images/kodawari/kodawari02_header01s.png), #000;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, right;
        background-size: contain;
    }

    .pageLower_kodawari03 .wrap_mainvisual {
        background: url(../images/kodawari/kodawari03_header01s.png), #000;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, right;
        background-size: contain;
    }

    .pageLower_recommend .wrap_mainvisual {
        background: url(../images/suisen/suisen_header01s.png), #000;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, right;
        background-size: contain;
    }

    .pageLower_contact .wrap_mainvisual {
        background: url(../images/otoiawase/otoiawase_header01s.png), #000;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, right;
        background-size: contain;
    }

    .pageLower_mailmagazine .wrap_mainvisual {
        background: url(../images/mailmagazine/mailmagazine_header01s.png), #000;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, right;
        background-size: contain;
    }

    .pageLower_about .wrap_mainvisual {
        background: url(../images/company/company_header01s.png), #000;
        background-repeat: no-repeat, no-repeat;
        background-position: right center, right;
        background-size: contain;
    }

    .pageLower_kodawari01 .ttl_profile,
    .sidebar_profile_z .txt_sml p {
        font-size: 1.4rem;
    }

    .frame_bgc01,
    .frame_bgc02 {
        margin-bottom: 20px;
    }

    .frame_bgc01 {
        padding: 15px 10px;
    }

    .pageLower_kodawari01 .frame_bgc01 p {
        font-size: 1.65rem;
    }

    .kdwr_main .scnttl_main {
        padding: 5px 10px 10px;
        margin-bottom: 20px;
    }

    .scnttl_sub {
        padding: 3px 8px 3px 10px;
        margin-bottom: 15px;
        font-size: 1.6rem;
    }

    .kdwr_main .txt_base {
        margin-bottom: 20px;
    }

    .kdwr_main .scnttl_main:nth-child(n + 2) {
        margin-top: 40px;
    }

    .kdwr_main .scnttl_main span {
        margin-bottom: 3px;
        font-size: 1.6rem;
    }

    .kdwr_main .wrap_fig {
        margin-bottom: 20px;
    }

    .kdwr_main .fig_caption {
        padding-top: 10px;
        font-size: 1.25rem;
    }

    .kdwr_main .wrap_pager {
        margin-top: 40px;
    }

    .pageLower_kodawari01 .profile_nagaoka .ttl_profile,
    .pageLower_kodawari01 .profile_nagaoka p {
        font-size: 1.45rem;
        line-height: 1.675;
    }

    .pageLower_kodawari01 .profile_nagaoka {
        padding-left: 200px;
    }

    .kdwr_main .box_pager_lr a.pager {
        width: 100%;
        float: none;
    }

    .kdwr_main .box_pager_lr a.pager_l {
        border-right: none;
        border-bottom: 1px solid #75704b;
    }

    .kdwr_main .wrap_pager .box_pager_r,
    .kdwr_main .wrap_pager .box_pager_l {
        float: none;
        width: 100%;
    }
}

/*----　max-width: 480px　-----*/

@media screen and (max-width: 480px) {
    .kdwr_main .wrap_fig .fig {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .kdwr_main .wrap_fig .fig:last-child {
        margin-bottom: 0;
    }

    .kdwr_main .wrap_fig .fig img {
        width: 100%;
    }

    .sidebar_profile_z {
        padding: 10px;
    }

    .box_profile_z {
        padding-left: 115px;
    }

    .sidebar_profile_z .wrap_fig {
        max-width: 100px;
    }

    .pageLower_kodawari01 .ttl_profile {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .frame_bgc02 {
        padding: 20px 10px;
    }

    .pageLower_kodawari01 .frame_bgc02 .fig_nagaoka {
        float: none;
        margin: 0 auto 15px;
    }

    .pageLower_kodawari01 .fig_books {
        max-width: 230px;
        margin: 0 auto;
    }

    .pageLower_kodawari01 .profile_nagaoka {
        padding-left: 0;
    }
}

/*---------------------------------
  下層ページ 推薦の声／メディア掲載歴
----------------------------------*/

.pageLower_recommend .box_recommend {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    border: 1px solid #e5e5e5;
}

.pageLower_recommend .box_recommend:last-child {
    margin-bottom: 0;
}

.pageLower_recommend .box_recommend::before {
    top: -8px;
    left: 10px;
    width: 28px;
    height: 23px;
    background: url(../images/top_recommend07.svg) no-repeat;
}

.pageLower_recommend .lead_recommend {
    position: relative;
    padding: 45px 20px 40px;
    border-bottom: 1px solid #e5e5e5;
}

.pageLower_recommend .lead_recommend::before {
    bottom: -15px;
    left: 50%;
    margin-left: -16px;
    width: 32px;
    height: 20px;
    background: url(../images/top_recommend08.svg) no-repeat;
}

.pageLower_recommend .box_recommend .inner {
    padding: 30px 40px 50px;
}

.pageLower_recommend .scnttl_main {
    margin-bottom: 0;
    line-height: 1.55;
    font-weight: bold;
    font-size: 2.3rem;
}

.pageLower_recommend .lead_recommend .label,
.box_mlmz .wrap_desc .label {
    display: block;
    width: 120px;
    height: 22px;
    padding-left: 8px;
    margin: 0 auto 25px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    background: #1a1a1a;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.pageLower_recommend .lead_recommend .label span,
.wrap_desc .label span {
    display: block;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}

.pageLower_recommend .profile_recommend {
    margin-bottom: 40px;
    text-align: right;
}

.pageLower_recommend .profile_recommend div:first-child {
    margin-bottom: 15px;
}

.pageHome .profile_recommend .label,
.pageLower_recommend .profile_recommend .label {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    background: #adadad;
}

.pageHome .profile_recommend .label {
    margin-bottom: 5px;
}

.pageHome .profile_recommend div:nth-child(2) {
    margin-bottom: 10px;
}

.profile_recommend .name_recommend {
    display: inline-block;
    margin-left: 6px;
}

.pageHome .profile_recommend .name_recommend {
    margin-left: 0;
}

.profile_recommend .label {
    font-size: 1.45rem;
}

.profile_recommend .name_recommend {
    font-size: 1.65rem;
}

.header_recommend {
    margin-bottom: 40px;
}

.header_recommend .wrap_fig {
    float: left;
}

.header_recommend .wrap_fig img {
    border: 1px solid #e5e5e5;
}

.header_recommend .txt_base {
    padding-left: 330px;
}

.header_recommend ul {
    list-style: disc;
    padding-left: 20px;
}

.header_recommend ul li {
    font-size: 1.65rem;
    line-height: 1.4;
    margin-bottom: 7px;
}

.header_recommend ul li:last-child {
    margin-bottom: 0;
}

/* メディア掲載歴 */
.pageLower_media .box_recommend .inner {
    padding-top: 40px;
}

.pageLower_media .shadow {
    position: relative;
    z-index: 0;
    margin-bottom: 60px;
}

.pageLower_media .shadow:last-child {
    margin-bottom: 0;
}

.pageLower_media .shadow::after,
.pageLower_media .shadow::before {
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
}

.pageLower_media .shadow::before {
    z-index: -100;
    bottom: -10px;
    right: -10px;
}

.pageLower_media .shadow::after {
    z-index: -10;
    bottom: -5px;
    right: -5px;
}

.pageLower_recommend.pageLower_media .box_recommend {
    margin-bottom: 0;
    background: #fff;

}

.pageLower_recommend.pageLower_media .box_recommend::before {
    display: none;
}

.pageLower_media .header_recommend .wrap_fig {
    float: none;
    width: 230px;
    max-width: 100%;
    margin: 0 auto 30px;
}

.pageLower_media .header_recommend .txt_base {
    padding-left: 0px;
}

.pageLower_media .txt_lightbox {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 40px;
    border-radius: 20px;
    background: #e5e5e5;

}

.pageLower_media .txt_lightbox img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.pageLower_media .fig_lightbox li {
    width: 18%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 15px;
}

.pageLower_media .fig_lightbox li a {
    display: block;
}

.pageLower_media .fig_lightbox li:nth-child(5n) {
    margin-right: 0;
}

.pageLower_media .lum-gallery-button {
    display: none;
}

.pageLower_media .lum-lightbox {
    background: rgba(0, 0, 0, .75);
    z-index: 200;
}

.pageLower_media .lum-close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 50%;
    background: rgba(0, 0, 0, .75);
    cursor: pointer;
    transform: scale(1);
    transition: box-shadow .25s ease-in, transform .2s ease-in;
}

.pageLower_media .lum-close-button:hover {
    box-shadow: 0 0 0 0.125em hsl(0deg 0% 100% / 90%);
    transform: scale(1.1);
}

.pageLower_media .lum-close-button:after,
.pageLower_media .lum-close-button:before {
    width: 3px;
    height: 26px;
    top: auto;
    left: auto;
    border-radius: 1.5px;

}

.pageLower_media .nav-pagination {
    text-align: center;
}

.pageLower_media .nav-links {
    font-size: 0;
}

.pageLower_media .nav-links span,
.pageLower_media .nav-links a {
    display: inline-block;
    margin: 5px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 1.45rem;
    border: 1px solid #1a1a1a;
}

.pageLower_media .nav-links a.prev,
.pageLower_media .nav-links a.next {
    width: auto;
    padding: 0 18px;
}

.pageLower_media .nav-links a:hover,
.pageLower_media .nav-links .current {
    background: #1a1a1a;
    color: #fff;
    opacity: 1;
}

/*----　max-width: 1280px　-----*/

@media screen and (max-width: 1280px) {
    .pageLower_recommend .scnttl_main br {
        display: none;
    }

    .pageLower_media .shadow::before {
        bottom: -6px;
        right: -6px;
    }

    .pageLower_media .shadow::after {
        bottom: -3px;
        right: -3px;
    }
}

/*----　max-width: 750px　-----*/

@media screen and (max-width: 750px) {
    .pageLower_recommend .box_recommend {
        margin-bottom: 25px;
    }

    .pageLower_recommend .lead_recommend {
        position: relative;
        padding: 25px 10px 20px;
    }

    .pageLower_recommend .lead_recommend .label {
        margin-bottom: 15px;
    }

    .pageLower_recommend .scnttl_main {
        font-size: 1.9rem;
    }

    .pageLower_recommend .profile_recommend {
        margin-bottom: 20px;
    }

    .pageLower_recommend .lead_recommend .label,
    .wrap_mlmz .wrap_desc .label {
        height: 20px;
        line-height: 22px;
        font-size: 1.25rem;
    }

    .pageLower_recommend .lead_recommend .label {
        width: 110px;
    }

    .profile_recommend .label,
    .profile_recommend .name_recommend {
        font-size: 1.35rem;
    }

    .pageLower_recommend .profile_recommend div:first-child {
        margin-bottom: 10px;
    }

    .pageLower_recommend .box_recommend .inner {
        padding: 25px 10px 25px;
    }

    .pageLower_recommend .header_recommend {
        margin-bottom: 20px;
    }

    .header_recommend .wrap_fig {
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }

    .header_recommend .txt_base {
        padding-left: 0;
    }

    .header_recommend ul li {
        font-size: 1.45rem;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .pageLower_media .box_recommend .inner {
        padding-top: 30px;
    }

    .pageLower_media .shadow {
        margin-bottom: 30px;
    }

    .pageLower_media .header_recommend .wrap_fig {
        width: 160px;
    }

    .pageLower_media .txt_lightbox {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }

    .pageLower_media .fig_lightbox li {
        width: 32%;
        text-align: center;
        margin-right: 2%;
    }

    .pageLower_media .fig_lightbox li:nth-child(5n) {
        margin-right: 2%;
    }

    .pageLower_media .fig_lightbox li:nth-child(3n) {
        margin-right: 0%;
    }

}

/*----　max-width: 460px　-----*/
@media screen and (max-width: 460px) {
    .pageLower_media .lum-lightbox-inner img {
        max-width: 160vw;
        max-height: 85vh;
    }
}

/*---------------------------------
  下層ページ お問合わせ
----------------------------------*/

.pageLower_contact .container01.container_main,
.pageLower_about .container01.container_main,
.pageLower_law .container01.container_main {
    padding: 80px 10px 100px;
}

.pageLower_contact .wrap_ctt {
    margin-bottom: 60px;
}

.pageLower_contact .wrap_ctt:last-child {
    margin-bottom: 0;
}

.pageLower_contact .box_ctt {
    max-width: 470px;
    width: 100%;
    float: left;
    margin-right: 40px;
}

.pageLower_contact .box_ctt:nth-child(2n) {
    margin-right: 0;
}

.wrap_ctt .txt_base {
    margin-bottom: 30px;
}

.wrap_ctt .btn03 a {
    width: 100%;
    height: 42px;
    margin-bottom: 30px;
    line-height: 44px;
}

.wrap_ctt .btn03:last-child a {
    margin-bottom: 0;
}

/*----　max-width: 1000px　-----*/

@media screen and (max-width: 1000px) {

    .pageLower_contact .container01.container_main,
    .pageLower_about .container01.container_main,
    .pageLower_law .container01.container_main {
        padding: 60px 10px 80px;
    }

    .pageLower_contact .box_ctt {
        max-width: 100%;
        width: 48.5%;
        margin-right: 3%;
    }
}

/*----　max-width: 750px　-----*/

@media screen and (max-width: 750px) {

    .pageLower_contact .container01.container_main,
    .pageLower_about .container01.container_main,
    .pageLower_law .container01.container_main {
        padding: 40px 10px 40px;
    }

    .pageLower_contact .box_ctt {
        max-width: 480px;
        width: 100%;
        float: none;
        margin: 0 auto 40px;
    }

    .pageLower_contact .box_ctt:nth-child(2n) {
        margin-right: auto;
    }

    .pageLower_contact .wrap_ctt {
        margin-bottom: 0;
    }

    .wrap_ctt .txt_base,
    .wrap_ctt .btn03 a {
        margin-bottom: 20px;
    }
}

/*---------------------------------
  下層ページ 公式メールマガジン
----------------------------------*/

.wrap_mdl.wrap_mlmz {
    padding: 60px 40px;
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(50%, #fff), to(#f2f2f2));
    background: -webkit-linear-gradient(left, #f2f2f2 0%, #fff 50%, #f2f2f2 100%);
    background: -o-linear-gradient(left, #f2f2f2 0%, #fff 50%, #f2f2f2 100%);
    background: linear-gradient(to right, #f2f2f2 0%, #fff 50%, #f2f2f2 100%);
    border: 1px solid #f7f7f7;
}

.wrap_mlmz .scnttl_main {
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.wrap_mlmz .box_mlmz {
    margin-bottom: 40px;
    border-bottom: 1px dotted #b2b2b2;
}

.wrap_mlmz .box_mlmz.lc {
    margin-bottom: 60px;
}

.box_mlmz .wrap_fig {
    float: left;
    width: 170px;
    height: 170px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #f2f2f2;
}

.box_mlmz .wrap_desc {
    margin-bottom: 30px;
    padding-left: 200px;
}

.box_mlmz .wrap_desc .label {
    width: 134px;
    margin: 0 0 18px;
    color: #fff;
    background: #75704b;
}

.box_mlmz .wrap_desc .ttl_mlmz {
    margin-bottom: 20px;
    line-height: 1.4;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    font-weight: bold;
    font-size: 2.1rem;
    color: #75704b;
}

.box_mlmz .wrap_desc .txt_base p {
    line-height: 1.6;
}

.wrap_mlmz .btn01 {
    margin-bottom: 60px;
}

/*----　max-width: 750px　-----*/

@media screen and (max-width: 750px) {
    .wrap_mdl.wrap_mlmz {
        padding: 30px 10px;
    }

    .wrap_mlmz .scnttl_main {
        padding-bottom: 15px;
    }

    .box_mlmz .wrap_fig {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }

    .box_mlmz .wrap_desc {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .wrap_mlmz .box_mlmz {
        margin-bottom: 20px;
    }

    .box_mlmz .wrap_desc .label {
        width: 120px;
        margin-left: 110px;
        margin-bottom: 15px;
    }

    .box_mlmz .wrap_desc .ttl_mlmz {
        margin-left: 110px;
        font-size: 1.65rem;
    }

    .box_mlmz .txt_base {
        clear: both;
    }

    .wrap_mlmz .btn01 {
        margin-bottom: 40px;
    }

    .wrap_mlmz .box_mlmz.lc {
        margin-bottom: 30px;
    }
}

/*---------------------------------
  下層ページ 会社紹介
----------------------------------*/

.box_about {
    margin-bottom: 60px;
}

.box_about:last-child {
    margin-bottom: 0;
}

.box_about .scnttl_main {
    margin-bottom: 30px;
}

.tbl01 {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.tbl01 th,
.tbl01 td {
    font-size: 1.65rem;
    line-height: 1.6;
    padding: 13px 10px 13px 20px;
}

.tbl01 th {
    width: 240px;
    text-align: center;
    background: #f7f7f7;
}

.tbl01 tr {
    border-bottom: 1px solid #e5e5e5;
}

.company_info .tbl01 {
    margin-bottom: 40px;
}

.gmap {
    position: relative;
    padding-bottom: 26%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----　max-width: 1000px　-----*/

@media screen and (max-width: 1000px) {
    .box_about .wrap_fig .fig {
        width: 48%;
        margin-right: 4%;
    }
}

@media screen and (max-width: 750px) {
    .box_about {
        margin-bottom: 30px;
    }

    .box_about .scnttl_main {
        margin-bottom: 20px;
    }

    .tbl01 th,
    .tbl01 td {
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 11px 10px 11px 10px;
    }

    .tbl01 th {
        width: 20%;
        padding: 10px;
    }

    .box_about .wrap_fig {
        margin-bottom: 20px;
    }

    .box_about .fig_caption {
        padding-top: 10px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 480px) {
    .tbl01 th {
        width: 100%;
    }

    .tbl01 th,
    .tbl01 td {
        display: block;
    }

    .box_about .wrap_fig {
        margin-bottom: 0;
    }

    .box_about .wrap_fig .fig {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .box_about .wrap_fig:last-child .fig:last-child {
        margin-bottom: 0;
    }
}

.leftflow {
    float: left;
    margin-right: 20px;
}