/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, 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, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul {
    list-style: none;
}
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;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* リセット*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, 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, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul {
    list-style: none;
}
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:hover, a:focus {
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* common*/


/* header、footer など、ベースとなる部分のCSSを書く*/
.contents img {
    width: 100%;
    height: auto;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
}
/* 文字基準 */
body {
    font-size: 14px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "Sawarabi Mincho", serif;/*Georgia,*/
    line-height: 1.6;
}
/* 文字基準 */
/*header*/
header {
    display: block;
}
.contents {
    position: relative;
}
.contents .mar-style {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
}

/*contents*/
@media screen and (min-width: 769px) {
.contents {
    position: relative;
    width: auto;
    margin-top: 200px;
}
.contents .mar-style {
    max-width: 1000px;
    margin: 0 auto 40px;
}
}
.contents .wide-style {
    width: 100%;
    margin: 56px auto 0;
}

@media screen and (min-width: 769px) {
.contents .wide-style {
    width: 100%;
    margin: 0 auto;
}
}
/*footer*/
footer {
    width: 100%;
    padding: 40px 0 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 0.813em;
}

@media screen and (min-width: 769px) {
footer {
    width: 100%;
    height: 300px;
    padding: 80px 0 50px;
}
}
footer address {
    letter-spacing: 5px;
    font-style: normal;
}
/*nav*/
.inner {
    max-width: 1020px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
/* header */
#top-head {
    position: absolute;
    top: -100px;
    z-index: 999;
    width: 100%;
    margin: 100px auto;
    line-height: 1;
    background-color: #000;
    display: block;
}

@media screen and (min-width: 769px) {
#top-head {
    height: 200px;
    display: block;
}
}
#top-head a, #top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
    margin: 12px 15px 28px;
    height: 110px;
}

@media screen and (min-width: 769px) {
#top-head .inner {
    height: calc(100% - 40px);
}
#top-head.fixed #mobile-head {
    width: 20%;
}
#top-head.fixed .inner {
    display: flex;
    justify-content: space-between;
}
}

@media screen and (min-width: 1020px) {
#top-head .inner {
    margin: 12px auto 28px;
}
}
#top-head .logo {
    font-size: 2.250em;
    max-width: 130px;
    margin: 10px auto;
    padding-top: 60px;
}
#top-head .logo img {
    height: auto;
}
#global-nav ul {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    font-size: 0.750em;
    list-style: none;
    width: 100%;
}
#global-nav ul li {
    letter-spacing: 0.1em;
}
#global-nav ul ul {
    font-size: 12px;
}

@media screen and (min-width: 769px) {
#global-nav ul li {
    letter-spacing: 0.2em;
}
#top-head .logo {
    max-width: 220px;
}
#top-head.fixed .logo {
    max-width: 170px;
    margin-top: 10px;
}
#global-nav ul {
    font-size: 0.875em;
}
#global-nav ul li {
    letter-spacing: 0.2em;
    position: relative;
}
#global-nav ul li a {
    padding: 10px 10px 20px 10px;
}
.fixed #global-nav {
    text-align: right;
    width: 80%;
    position: relative;
}
.fixed #global-nav ul {
    left: 0;
    padding-left: 20px;
}
}
.sp_nav_01 {
    display: block;
}
.pc_nav_01 {
    display: none;
}

@media screen and (min-width: 769px) {
.sp_nav_01 {
    display: none;
}
.pc_nav_01 {
    display: block;
}
}
/*プラスマーク*/
#global-nav ul li {
    cursor: pointer;
    position: relative;
}
#global-nav ul li .plus {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 15px;
    height: 15px;
    display: block;
    z-index: 10;
    cursor: context-menu;
}
#global-nav ul li .plus::before, #global-nav ul li .plus::after {
    display: block;
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #fff;
}
#global-nav ul li .plus::after {
    transform: rotate(90deg);
    transition: .2s ease-in-out;
}
#global-nav ul li.open .plus::after {
    transform: rotate(0deg);
    transition: .2s ease-in-out;
}
#global-nav ul.mega-navi, #global-nav ul.mega-navi2 {
    display: none;
    background-color: #bca878;
}
#global-nav .mega-navi__unit span {
    color: #000;
}
#global-nav li.open ul.mega-navi, #global-nav li.open ul.mega-nav-sub {
    display: block;
}
#global-nav li.open ul.mega-nav-sub {
    background-color: #1D1D1D;
    color: #fff;
    border-top: 1px #666 solid;
}

@media screen and (min-width: 769px) {
#global-nav ul.mega-navi {
    list-style-type: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: #000;
    z-index: 50;
    text-align: left;
    height: auto;
    width: 200px;
    font-size: 14px;
    letter-spacing: 0;
    margin-left: -50%;
}
#global-nav #id03 ul.mega-navi {
    margin-left: -30%;
}
#global-nav ul.mega-navi a {
    padding: 0;
}
.fixed #global-nav #id02 ul.mega-navi {
    margin-left: -70%;
}
.fixed #global-nav #id03 ul.mega-navi {
    margin-left: -50%;
}
#global-nav ul.mega-nav-sub {
    display: block;
    position: relative;
    background-color: #000;
    padding: 5px 0;
    width: 200px;
}
#global-nav ul.mega-nav-sub li {
    letter-spacing: 0;
}
#global-nav ul.mega-nav-sub li:hover:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px; /*下線の上下位置調整*/
    display: inline-block;
    width: 50px; /*下線の幅*/
    height: 1px; /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%); /*位置調整*/
    background-color: #fff; /*下線の色*/
}
#global-nav .mega-navi__unit span {
    display: flex;
    height: 24px;
    background-color: #bca878;
    color: #000;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    width: 200px;
}
#global-nav ul.mega-nav-sub li a {
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: center;
}
}
.TopheadLoginArea {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 15px;
}
.fixed .TopheadLoginArea {
    display: none;
}
.TopheadLoginArea ul.header-tools {
    display: flex;
    list-style: none;
    align-items: center;
}
.TopheadLoginArea ul.header-tools {
    display: none;
}
.fixed .TopheadLoginArea ul.header-tools {
    display: none;
}

@media screen and (min-width: 769px) {
.TopheadLoginArea ul.header-tools {
    display: flex;
}
}
.TopheadLoginArea ul.header-tools li {
    margin-left: 10px;
}
.TopheadLoginArea ul.header-tools li img {
    height: 20px;
    width: auto;
}
.TopheadLoginArea ul.header-tools li.item1 {
    order: 1;
}
.TopheadLoginArea ul.header-tools li.item2 {
    order: 3;
}
.TopheadLoginArea input {
    border-radius: 12px;
    background-color: #000;
    border: 1px #fff solid;
    color: #fff;
    padding: 5px 10px 5px 25px;
    width: 150px;
    background-image: url("../images/icon_loupe.png");
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 5px center;
}
/* Fixed */
#top-head.fixed {
    position: absolute;
    top: 0;
    padding-top: 10px;
    margin-top: 0;
    height: 80px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

@media screen and (min-width: 769px) {
#top-head.fixed {
    position: fixed;
}
#top-head.fixed .logo {
    padding-top: 0px;
    margin-top: 0;
    font-size: 0.875em;
}
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
}
#top-head.fixed #global-nav ul ul li a {
    color: #fff;
    padding: 0;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    z-index: 101;
    right: 13px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    background: #666;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 769px) {
#top-head,  .inner {
    width: 100%;
    padding: 0;
}
#top-head {
    top: 0;
    position: absolute;
    margin-top: 0;
}
#top-head .inner {
    position: relative;
    margin: 0;
    height: auto;
}
/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head, .fixed #mobile-head {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 56px;
    background: #000;
}
#top-head.fixed .logo,  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 0px;
    color: #fff;
    font-size: 1.625em;
    padding-top: 0;
}
#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    width: 100%;
    padding: 10px 0;
    background: #333;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#global-nav ul {
    position: static;
    display: block;
    right: 0;
    bottom: 0;
    font-size: 0.875em;
    list-style: none;
}
#global-nav ul li {
    float: none;
    position: relative;
}
#global-nav ul li + li {
    border-top: 1px #666 solid;
}
#top-head #global-nav ul li a,  #top-head.fixed #global-nav ul li a {
    display: flex;
    width: 100%;
    padding: 0;
    height: 60px;
    align-items: center;
    justify-content: center;
}
#top-head #global-nav ul ul li a,  #top-head.fixed #global-nav ul ul li a {
    height: 42px;
}
#id02 span.sp_nav_01, #id03 span.sp_nav_01 {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
}
#nav-toggle {
    display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
}
}
/*parts*/
.alpha a:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
}
.fade {
    opacity: 1;
}
#page-top {
    position: absolute;
    right: 15px;
    top: -15px;
    font-size: 13px;
    background-color: #000;
    padding: 5px 20px 0px;
}

@media screen and (min-width: 1100px) {
#page-top {
    position: absolute;
    right: 20px;
    top: 20px;
}
}
#page-top a {
    color: #fff;
}
/*parts*/


#footer_tool {
    display: none;
    text-align: center;
}
#footer_tool/*.fixed*/ {
    display: flex;
    bottom: 0;
    position: fixed;
    background-color: #000;
    color: #fff;
    width: 100%;
    z-index: 2;
}
#footer_tool ul {
    max-width: 820px;
    display: flex;
    width: calc(100% - 30px);
    margin: 15px auto !important;
    justify-content: space-between;
}
#footer_tool ul.login_wrap {
    width: 80%;
    max-width: 150px;
}
#footer_tool ul a {
    color: #fff;
  width: 100%;
height: 100%;
padding-top: 3px;
}
#footer_tool ul li {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: 32px;
}
#footer_tool ul li.header-tools__unit.item2, #footer_tool ul li.header-tools__unit.item3 {
    border: none;
    width: auto;
}
#footer_tool ul.header-tools li.item2 {
    order: 2;
}
#footer_tool ul.header-tools li.item3 {
    order: 1;
}
#footer_tool ul img {
    height: 20px;
    width: auto;
    margin-left: 10px;
}
ul.sns {
    display: flex;
    width: 200px;
    align-items: center;
    margin: 40px auto 0;
    justify-content: center;
}
ul.sns li {
    padding: 0 20px;
}
ul.sns li img {
    height: auto;
    width: 26px;
}

/*コンテンツ*/
/*カラム表示 基本*/
/*カラム用*/
.col_wrap {
    flex-wrap: wrap;
    width: 100%;
}
/*SP時２カラム*/
.col2_01 {
    width: 50%;
}
.col2_01:first-child {
    width: 50%;
}
.product__section {
    padding-bottom: 120px;
}
.product__section h2 {
    padding-top: 80px;
    display: block;
    border-bottom: none;
    font-size: 22px;
    letter-spacing: 0.1em;
}
.product__explain.col2_01:first-child {
    width: 50%;
}
.product__explain.col2_01:nth-child(2) {
    margin-left: 0;
    position: relative;
}
.product__explain_title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 23px;
}
.product__order {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 30px 0 30px;
    margin-top: 30px;
}

@media screen and (min-width: 769px) {
.product__order {
    padding: 40px 0 60px;
    margin-top: 0;
    margin-bottom: 130px;
}
}
.product__order dl {
    display: flex;
}
.product__order dt {
    width: 30%;
    color: #333;
}
.product__order dd {
    width: 70%;
}
.col3_01 {
    width: 33%;
}

@media screen and (min-width: 769px) {
.col_wrap {
    display: flex;
    justify-content: space-between;
}
}
.top_tit01 {
    font-size: 22px;
    letter-spacing: 0.3em;
    margin-bottom: 60px;
    text-align: center;
    color: #404040;
}
#top_about .top_tit01 {
    color: #fff;
}
.top_tit01 span {
    font-size: 12px;
    display: block;
}
.tit05 {
    font-size: 19px;
    letter-spacing: 0.3em;
    margin-bottom: 40px;
    text-align: center;
    color: #404040;
}

@media screen and (min-width: 769px) {
.top_tit01 {
    font-size: 30px;
    letter-spacing: 0.3em;
}
.tit05 {
    font-size: 24px;
    letter-spacing: 0.3em;
}
}
#top_about{
  margin-top:-5px;
}
#top_about .wide-style .inner {
    position: absolute;
    color: #fff;
    max-width: 600px;
    padding: 0 15px;
    width: 100%;
    left: 0;
    right: 0;
    top: 100px;
}

@media screen and (min-width: 769px) {
#top_about .wide-style .inner {
    margin: auto;
    text-align: center;
}
}
#top_about .wide-style .inner p {
    line-height: 3;
    font-size: 0.875em;
}
#top_about .wide-style {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 850px;
    min-height: 600px;
    overflow: hidden;
    margin-top: 0;
}
#top_about .wide-style img {
    min-height: 600px;
    width: auto;
}
#top_about .wide-style .inner a img {
    width: auto;
    min-height: 48px;
    height: 48px;
}

@media screen and (min-width: 769px) {
#top_about .wide-style .inner p {
    font-size: 14px;
    text-shadow: 0 0 2em rgba(0,0,0,1.0),  0 0 2em rgba(0,0,0,1.0);
}
#top_about .wide-style img {
    width: 100%;
}
}
#top_gallery {
    background-color: #DEDBDD;
}
.contents #top_gallery .mar-style {
    padding-top: 95px;
    padding-bottom: 75px;
    width: calc(100% - 60px);
}
.contents.gallery #top_gallery .mar-style:last-child {
    margin-bottom: 0;
}
#top_gallery ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    text-align: left;
}
.alpha #top_gallery ul a:hover {
    opacity: 1;
}
#top_gallery li {
    position: relative;
    width: 48%;
    transition: 0.5s;
    background-size: 100%;
    line-height: 0;
    margin-bottom: 60px;
}
#top_gallery li span.top_gallery_img {
    position: relative;
    display: block;
}

@media screen and (min-width: 769px) {
#top_gallery li {
    width: 30%;
}
}
#top_gallery li:hover {
    transition: 0.5s;
}
.top_gallery_ov.button {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    opacity: 0;
    color: #fff;
    transition: 0.5s;
}
.top_gallery_ov a {
    color: #fff;
    position: relative;
    z-index: 10;
    width: 92%;
    height: 92%;
    background-color: rgba(0,0,0,0.30);
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_gallery_ov:hover {
    opacity: 1;
}
.top_gallery_ov h3 {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
}
.vewBtn {
    text-align: center;
    width: 100%;
}
.top_gallery_ov .vewBtn img {
    width: auto;
    margin: 20% auto 0;
    height: 30px;
}
.vewBtn {
    text-align: center;
    width: 100%;
}
.vewBtn img {
    display: inline-block;
    margin: 30px auto 0;
    height: 48px;
    width: auto;
}

@media screen and (min-width: 480px) {
.top_gallery_ov h3 {
    margin-top: 20%;
    font-size: 16px;
}
.top_gallery_ov .vewBtn img {
    height: 48px;
}
}

@media screen and (min-width: 769px) {
.vewBtn img {
    display: inline-block;
    margin: 60px auto 0;
}
}

@media all and (-ms-high-contrast: none) {
.top_gallery_ov:hover {
    /*IE8*/
    background-color: rgba(178,146,159,0.50);
}
}
.contents #top_news .mar-style {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
.contents #top_news .mar-style {
    padding-top: 95px;
    padding-bottom: 75px;
}
}
.contents #top_news .top_tit01 {
    color: #333;
}
#top_news dl {
    list-style: none;
    line-height: 1.5;
}

@media screen and (min-width: 769px) {
#top_news dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
}
#top_news dt {
    width: 100%;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}
#top_news dt span {
    display: block;
}
#top_news dd {
    margin-bottom: 30px;
}
#top_news dd p {
    width: 100%;
}
#top_news dd img {
    width: 80px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
    float: right;
}
.footerLogo {
    text-align: center;
    margin-top: 50px;
}
.footerLogo img {
    width: 220px;
}
footer ul {
    margin: 20px 0;
}
footer ul a {
    color: #fff;
}
footer ul a:hover {
    color: #fff;
}
footer ul li {
    margin: 10px 0;
    display: block;
    font-size: 0.75em;
}
footer .col2_01:first-child {
    width: 100%;
}
footer .col2_01 {
    width: 100%;
}
footer .inner p {
    font-size: 0.813em;
}

@media screen and (min-width: 769px) {
.footerLogo {
    margin-top: 0;
}
footer .inner p {
    font-size: 0.875em;
}
#top_news dt {
    width: 20%;
    margin-bottom: 0px;
}
#top_news dd {
    width: 80%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
#top_news dd p {
    width: calc(100% - 80px);
}
#top_news dd img {
    width: 80px;
    margin-left: 50px;
    margin-top: 0;
}
footer ul {
    display: flex;
    margin: 0;
}
footer ul a {
    color: #fff;
}
footer ul li {
    margin: 0 40px 0 0;
    font-size: 0.875em;
}
footer ul.sns li {
    margin: 0 0 0 0;
}
footer .inner {
    display: flex;
    align-items: center;
    margin-top: 60px;
    justify-content: space-between;
    width: calc(100% - 30px);
}
footer .col2_01 {
    width: 50%;
}
footer .col2_01:nth-last-of-type(1) {
    text-align: right;
}
}
.header-tools__unit {
    margin: 0px;
}
.contents__section {
    float: none;
    width: 90%;
    margin: auto;
}

@media screen and (min-width: 769px) {
.contents__section {
    float: none;
    max-width: 970px;
    width: 100%;
}
}


/*商品詳細ページ*/
.image__thumb--active {
    border: 2px solid #ddd;
}
.image__thumb:hover {
    border: 2px solid #ddd;
}
.image__thumb {
    padding: 2px;
    border: 2px solid #fff;
}
.product__explain {
    padding-top: 20px;
    font-size: 13px;
}

@media screen and (min-width: 769px) {
.product__explain {
    padding-top: 60px;
}
}
.init-list__detail-num {
    width: 50px;
    height: 38px;
    border: 2px solid #ddd;
    display: inline-block;
    text-align: center;
}
.btn__addcart, .btn__quick, .btn__soldout {
    padding: 5px 0 5px 0;
}
.btn-primary {
    background: #000;
    border: none;
    color: #fff;
    padding: 0;
    transition: 0.5s;
}
.btn-primary a {
    color: #fff;
}
.btn-primary:hover {
    opacity: 0.7;
}
.order .init-list {
    display: flex;
    align-items: center;
}
.order .init-list dt, .order .init-list dd {
    display: flex;
    align-items: center;
    position: relative;
}
.order input[type="text"] {
    background: #fff;
    border: 1px solid #666;
    border-radius: 0px;
    color: #333;
    cursor: pointer;
    height: 32px;
    opacity: 1;
    outline: none;
    padding: 2px;
    position: absolute;
    top: -5px;
    right: 10px;
    width: 32px;
    z-index: 5;
}
.order input[type="text"]:focus {
    width: 32px;
}
.order .init-list dt {
    margin-right: 0px;
}
.order .init-list button {
    width: calc(100% - 70px);
}
.order .init-list .btn__soldout {
    width: calc(100% - 70px);
}

@media screen and (max-width: 480px) {
}
.order input[type="text"] {
    right: -10px;
}
.order .init-list button {
    width: calc(100% - 20px);
    margin-left: 20px;
}
.order .init-list .btn__soldout {
    width: calc(100% - 20px);
    margin-left: 20px;
}
/*カッコが多い}*/
.order-btn-list {
    margin: 0;
    margin-left: 0px;
    padding-top: 0px;
}
.btn__addcart {
    padding: 10px;
}
.txt--lg {
    font-size: 16px;
}
.related {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #eee;
    flex-wrap: wrap;
}
.related_col {
    width: calc(50% - 15px);
}

@media screen and (min-width: 769px) {
.related_col .img_thum img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
}

@media screen and (max-width: 480px) {
.related_col {
    width: 100%;
}
.related_col + .related_col {
    margin-top: 60px;
}
}
.related_col h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
.related_col h3 {
    height: 48px;
}
}
.related_col p {
    font-size: 12px;
    margin-top: 20px;
}
.related_col .vewBtn img {
    height: auto;
    width: 66px;
    margin-top: 30px;
}

@media screen and (min-width: 769px) {
/*RadioとText*/
label.radio_text {
    cursor : pointer;
    position : relative;
    margin-right : 20px;
    overflow : hidden;
    padding-left : 0px;
    display : inline-block;
    padding-right: 30px;
}
label.radio_text:before {
    position : absolute;
    width : 15px;
    height : 15px;
    border : 1px solid #666;
    border-radius : 50%;
    right : 0px;
    top : 2px;
    content : '';
    z-index : 3;
}
label.radio_text:after {
    content : '';
    position : absolute;
    width : 11px;
    height : 11px;
    border-radius : 100%;
    right : 2px;
    top : 4px;
    background-color : #666;
    z-index : 1;
}
}
label.radio_text {
    position: relative;
}
label.radio_text input[type="radio"] {
    position : absolute;
    z-index : 2;
    width : 20px;
    height : 20px;
    right : 0px;
    top : 3px;
    bottom: 0;
    margin : 0px;
    box-shadow : 20px -1px #FFF;
}

@media screen and (min-width: 769px) {
label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position : absolute;
    z-index : 2;
    width : 20px;
    height : 20px;
    right : 20px;
    top : 1px;
    bottom: auto;
    margin : 0px;
    box-shadow : 20px -1px #FFF;
}
}
label.radio_text input[type="radio"]:checked {
    box-shadow : none;
}
label.radio_text input[type="radio"]:focus {
    opacity : 0.2;
    box-shadow : 20px -1px #FF0;
}
.option-list {
    margin-bottom: 30px;
}
/*商品詳細値段*/
.option-list__detail, .init-list__detail {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
span.option-list__price {
    display: inline-block;
    line-height: 2em;
    width: 140px;
}
.product__explain dl {
    width: 100%;
}
.product__explain dt {
    font-weight: 700;
}
.product__explain dd {
    font-size: 12px;
    margin-bottom: 10px;
}
.syohin_detail {
    margin-top: 38px;
    width: 100%;
}

@media screen and (min-width: 768px) {
.syohin_detail {
    margin-top: 38px;
}
}
.syohin_detail th, .syohin_detail td {
    padding: 10px;
    text-align: left;
    border-top: 1px solid #999;
}
.syohin_detail th {
    width: 22%;
    color: #333;
}
.syohin_detail td {
    width: 70%;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, "Sawarabi Mincho", serif;
}
.syohin_detail th:last-child, .syohin_detail td:last-child {
    padding: 20px 10px;
    text-align: left;
    border-top: 1px solid #999;
}
.product__order.col2_01:nth-child(3) {
    margin-left: 5%;
    width: 45%;
    order: 3;
}
.related.col2_01 {
    position: relative;
    right: 5%;
    bottom: 0;
    width: 45%;
    order: 3;
    display: flex;
}
.col_wrap.product_img {
    flex-wrap: nowrap;
    margin-top: 20px;
}
.col_wrap.product_img .col2_01 {
    width: 100%;
    flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
.col_wrap.product_img .col2_01 {
    width: 47.5%;
}
}
.grid_wrap {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-gap: 30px 5%;/*縦余白px 横余白pxで指定できる*/
    -ms-grid-gap: 30px 5%;/*縦余白px 横余白pxで指定できる*/
}

@media screen and (min-width: 768px) {
.grid_wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 47.5% 5% 47.5%;
    grid-template-columns: 47.5%;
    grid-template-rows: auto 1fr;
    -ms-grid-rows: auto 1fr;
    grid-gap: 30px 5%;/*縦余白px 横余白pxで指定できる*/
    -ms-grid-gap: 30px 5%;/*縦余白px 横余白pxで指定できる*/
}
.main-cont {
    grid-column: 1 / 1;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
}
.sub-cont {
    grid-column: 2 / 2;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    margin-top: -100px
}
.side-cont {
    grid-column: 2 / 2;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    margin-top: -100px
}
}
.col_wrap.image__thum__wrap {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
.col_wrap.image__thum__wrap {
    display: flex;
    flex-wrap: wrap;
}
}
.search-wrap {
    position: relative;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}
.fixed .search-wrap {
    display: none;
}
.search-btn {
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    position: absolute;
    top: 7px;
    text-align: center;
    width: 32px;
}
.search-btn i {
    color: #fff;
}
.search-wrap span {
    position: absolute;
    opacity: 0;
}
.search-wrap:hover span {
    bottom: -50%;
    left: 0;
    right: 0;
    opacity: 1;
    font-size: 12px;
    background-color: #B19641;
    color: #000;
    line-height: 1;
    padding: 2px 3px;
    display: inline-block;
}
.header-tools {
    width: auto;
}
.header-tools__unit {
    position: relative;
}
.header-tools__unit span {
    position: absolute;
    opacity: 0;
}
header .header-tools__unit:hover span {
    bottom: -100%;
    left: -30px;
    right: 0;
    opacity: 1;
    width: 80px;
    font-size: 12px;
    background-color: #B19641;
    color: #000;
    line-height: 1;
    padding: 2px 3px;
    display: inline-block;
    z-index: 10;
}
.header-tools__unit.item2:hover span {
    width: 55px;
    left: -20px;
}
.header-tools__unit.item2.log_in:hover span {
    width: 68px;
    left: -20px;
}
#searchform {
    height: 32px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 32px;
}
input[type="text"] {
    background: #ccc;
    border: none;
    border-radius: 22px;
    color: #333;
    cursor: pointer;
    height: 32px;
    opacity: 0;
    outline: none;
    padding: 2px;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    z-index: 5;
}
input[type="submit"] {
    display: none;
}
input[type="text"]:focus {
    cursor: text;
    opacity: 1;
    width: 200px;
}
/*下に出てくるカーート*/
#footer_tool #searchform {
    height: 32px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#footer_tool input[type="text"] {
    background: #ccc;
    border: none;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    height: 32px;
    opacity: 0;
    outline: none;
    padding: 2px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 5;
}
#footer_tool input[type="submit"] {
    display: none;
}
#footer_tool input[type="text"]:focus {
    cursor: text;
    opacity: 1;
}
#footer_tool .search-btn {
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    position: absolute;
    top: 7px;
    text-align: center;
    width: 32px;
    left: 15px;
}
#footer_tool .search-btn i {
    color: #fff;
    margin: 0;
}
#footer_tool .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-ul {
    margin-left: 0em !important;
}
/*下ページ共通CSS*/
.txt-c {
    text-align: center;
}
.bg_gray {
    background-color: #DEDBDD;
}
p.sec_c_p {
    font-size: 14px;
    line-height: 2;
}
p.sec_lc_p {
    font-size: 14px;
    line-height: 2;
}
p.sec_c_p br {
    display: none;
}
p.sec_lc_p br {
    display: none;
}

@media screen and (min-width: 769px) {
p.sec_c_p {
    font-size: 14px;
    text-align: center;
    line-height: 2.5;
}
p.sec_c_p br {
    display: inline-block;
}
p.sec_lc_p {
    text-align: center;
    line-height: 2.5;
}
p.sec_lc_p br {
    display: inline-block;
}
}
.tit02 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    font-size: 18px;
    margin-top: 60px;
    background-image: url("https://file003.shop-pro.jp/PA01430/344/images/common/deco01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 30px auto;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    color: #404040;
    padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
.tit02 {
    font-size: 22px;
    margin-top: 100px;
    background-size: 47px auto;
    margin-bottom: 50px;
    padding-bottom: 45px;
}
.tit02 br{
	display: none;
} 
}
.tit03 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 15px;
    margin-top: 17px;
    margin-bottom: 5px;
    font-weight: bold;
}
.tit04 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 12px;
    margin-top: 17px;
    margin-bottom: 5px;
    font-weight: bold;
}
.contents .main__section--product_list .item_list_main {
    padding-top: 40px;
}

@media screen and (min-width: 769px) {
.contents .item_list_main {
    padding-bottom: 75px;
}
.contents .main__section--product_list .item_list_main {
    padding-top: 60px;
}
}
ul.item_list_main {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.item_list_main.fl_c {
    justify-content: center;
}
.item_list_main li {
    position: relative;
    width: 48%;
    margin-bottom: 60px;
    transition: 0.5s;
    background-size: 100%;
}
.item_list_main li:nth-child(2n+1) {
    margin-right: 4%;
}
.item_list_main li p {
    font-size: 12px;
    color: #404040;
}

@media screen and (min-width: 769px) {
.item_list_main li {
    width: calc(33.333% - 15px);
}
.item_list_main li:nth-child(2n+1) {
    margin-right: 0px;
}
.item_list_main li:nth-child(3n+2) {
    margin: 0 21px;
}
}
.contents .related_list {
    padding-top: 40px;
    padding-bottom: 75px;
}
ul.related_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}
ul.related_list.product_footer_link {
    display: block;
}
.related_list li {
    position: relative;
    width: calc(50% - 7px);
    transition: 0.5s;
    background-size: 100%;
    margin-right: 14px;
    margin-bottom: 20px;
}
.related_list li:nth-child(2n) {
    margin-right: 0px;
}
.related_list li h3 {
    font-size: 13px;
    color: #666;
    font-weight: 300;
}

@media screen and (min-width: 769px) {
.related_list li:nth-child(2n) {
    margin-right: 14px;
}
.related_list li:nth-child(5n +5) {
    margin-right: 0px;
}
.related_list li {
    width: calc(20% - 15px);
}
}
.second .mar-style {
    max-width: 1020px;
}
#mar-style02 {
    max-width: 1020px;
}
.second .mar-style.wid_l {
    width: 100vw;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
.second .mar-style {
    width: 100%;
}
}
.content_wrap {
    background-color: #fff;
    margin: 0 auto 0;
    padding-top: 80px;
    z-index: 1;
    position: relative;
    max-width: 1020px;
    overflow-x: hidden;
}

@media screen and (min-width: 769px) {
.content_wrap {
    margin: 0 auto 0;
}
}
.contents .about_list_img {
    margin-top: 60px;
    padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
.contents .about_list_img {
    margin-top: 120px;
    padding-bottom: 75px;
}
}
ul.about_list_img {
    display: flex;
    list-style: none;
}
ul.about_list_img.fl_c {
    justify-content: center;
}
.about_list_img li {
    position: relative;
    transition: 0.5s;
    background-size: 100%;
}
.about_list_img li:nth-child(2n+1) {
    margin-right: 0px;
}
.about_list_img li:nth-child(3n+2) {
    margin: 0 6px;
}
.mov {
    max-width: 540px;
    margin: 30px auto 60px;
  	padding-top:10px;
}
.mov.about {
    margin: 30px auto 60px;
	padding-bottom:60px;
}
.product__explain {
    line-height: 1.8;
}
.button {
    position: relative;
    transition: all .2s;
}
.button::before, .button::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
.button::before {
    top: -1px;
    left: -1px;
}
.button::after {
    bottom: 1px;
    right: 1px;
}
.button:hover {
    color: #666;
}
.button:hover::before, .button:hover::after {
    width: 100%;
    height: 100%;
}
.button:hover::before {
    border-bottom-color: #666;
    border-left-color: #666;
    transition: height .3s, width .3s .3s;
}
.button:hover::after {
    border-top-color: #666;
    border-right-color: #666;
    transition: height .3s, width .3s .3s;
}


/*ショップリスト*/
.tit06 {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 17px;
    margin-top: 17px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: left;
}
@media screen and (min-width: 769px) {
.dl_wrap .tit06 {
    margin-left: -50px;
}
}
.dl_wrap {
    width: 100%;
    max-width: 700px;
    margin: 75px auto 75px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 75px;
    line-height: 2;
}
dl.shoplist {
    width: 100%;
}

/*dl.shoplist dt {
    margin-bottom: 40px;
}*/
dl.shoplist dt h4 {
    font-weight: 600;
    font-size: 17px;
}
dl.shoplist dd {
    margin: auto;
    display: flex;
    margin-bottom: 40px;
}
dl.shoplist dt:last-of-type, dl.shoplist dd:last-of-type {
    margin-bottom: 0px;
}
.productlist_noitem {
    text-align: center;
    margin: 60px auto;
}
@media screen and (min-width: 769px) {
dl.shoplist {
    width: 80%;
}
dl.shoplist {
    position: relative;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}
dl.shoplist dt {
  clear: left;
  float: left;
  width: 50%;
}
dl.shoplist dd {
  clear: left;
  float: left;
  width: 50%;
}
}

/*会社概要*/
.company_table th {
    padding: 0 20px 0;
}
.company_table td {
  	text-align: left;
}
@media screen and (min-width: 769px) {
.company_table {
    width: 50%;
    margin: auto;
}
.company_table th {
    width: 200px;
    padding: 0;
}
.company_table td {
    width: calc(100% - 200px);
}
}

/* 配送料　list */
.section__block {
    width: 90%;
    margin: auto;
}
.main__section--shopkeeper #contents {
    padding: 100px 0;
}
.main__section--shopkeeper .section__title-h2 {
    font-size: 22px;
    letter-spacing: 0.3em;
    margin-top: 60px;
    text-align: center;
    color: #404040;
}

@media screen and (min-width: 769px) {
.main__section--shopkeeper .section__block {
    width: 60%;
}
.main__section--shopkeeper .section__title-h2 {
    font-size: 30px;
    letter-spacing: 0.3em;
}
}
.main__section--shopkeeper .shop-info-list__title {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.main__section--shopkeeper .shop-info-list__note {
    padding-bottom: 2em;
}
.main__section--shopkeeper .shop-info-list__note img {
    max-width: 100%;
    width: inherit;
    height: auto;
    margin: 0 10px 10px 0
}
/*ニュース詳細CSS2179*/
.content_wrap .top_tit01-1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    text-align: center;
	color: #c5a05a;
    display: block;
}
.content_wrap .top_tit01-1 span {
    font-size: 12px;
    display: block;
}
@media screen and (min-width: 769px) {
.content_wrap .top_tit01-1 {
    font-size: 30px;
    letter-spacing: 0.2em;
}
.content_wrap .tit02-2 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    color: #404040;
    display: block;
}
@media screen and (min-width: 769px) {
.content_wrap .tit02-2 {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    /*display: block;*/
}
.content_wrap .tit02-2 br{
    display: inline-block;
}
.sec_c_p02{
    font-size: 15px;
    line-height: 2;
    text-align: center;
    margin-top: 40px;
	margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
p.sec_c_p02 {
    font-size: 14px;
    text-align: center;
    line-height: 2.5;
}
.sec_c_p02 span{
    max-width: 750px;
    display: inline-block;
    margin: 30px auto 30px;
  	font-size: 17px;
    line-height: 2;
    text-align: left;
}
.sec_c_p03{
    max-width: 530px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin: 20px auto 50px;
    padding-bottom: 70px;
}
@media screen and (min-width: 769px) {
.sec_c_p03 {
    font-size: 13px;
    text-align: left;
    line-height: 2;
}
.sec_c_p03 br {
    display: inline-block;
}
ul.about_list_img02 {
    max-width: 600px;
    margin: 0 auto 30px;
}
/*ニュース詳細オリジナルページここまで*/