@charset "UTF-8";
/* =======================================

	style.css

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.common
	2.header
	3.main
	4.sidebar
	5.contents
	6.footer
========================================== */

/* 1.common
========================================== */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-weight: 400;
    line-height: 1;
    font-family: "丸明Yoshino StdN R", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif!important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
* {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
}
ul {
	list-style-type: none;

    font-size: 0;
}
li {
	letter-spacing: normal;
}
a {
	text-decoration: none;
}
img {
	vertical-align: middle;
	border: none;
}
strong {
    font-weight: bold;
}
/*input::-ms-clear {
	visibility:hidden;
	margin-right: -1.8em;
}*/
body {
    position: relative;
    /*-webkit-text-size-adjust: none;*/
}
input[type="text"] {
  border-radius: 0;
  border: 1px solid #d7d7d9;
  background-color: #FFF;
  box-shadow: none;
  -webkit-appearance: none;
}
.flex {
	-js-display: flex; /* ie9 */
	display: -webkit-box;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	display: flex;
}
.tb_only {
    display: none;
}
.fixed {
    position: fixed;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -js-display: flex; /* ie9 */
    display: -webkit-box;
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    padding: 0.875rem 0.75rem 1rem 1.25rem;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    header .logo {
        -webkit-flex-basis: 163px;
        flex-basis: 163px;
    }
    header .logo img {
        width: 100%;
        height: auto;
    }
    header > ul > li .menu_group .icon {
        display: none;
    }
    header > ul > li:last-child {
        margin-right: 0;
    }
    header > ul > li {
        display: inline-block;
        margin-right: 24px;
        font-size: 12px;
    }
    header > ul > li .toggle_menu {
        padding-bottom: 6px;
    }
    header > ul > li:hover .menu {
        max-height: 9999px;
        opacity: 1;
    }
    header > ul .menu {
        top: 26px;
        background-color: rgba(255,255,255,.9);
        transition: all .2s ease-in;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: auto;
        right: 0;
        text-align: center;
        position: absolute;
    }
    .menu_contents {
        padding: 16px 40px 45px;
        border: 1px solid #9c9c9c;
    }


    .menu_contents .menu_top {
        -webkit-justify-content: flex-end; /* Safari */
        justify-content: flex-end;
        margin-bottom: 1rem;
    }
    .menu_contents .menu_top > li {
        margin-right: 20px;
    }
    .menu_contents .menu_top > li:nth-child(3n) {
        margin-right: 5px;
    }
    .menu_contents .menu_top > li:last-child {
        margin-right: 0;
    }
    .menu_contents .menu_top li a,
    .menu_contents .menu_top li button {
        display: block;
        background-color: #CDCDCD;
        border: 1px solid #CDCDCD;
        color: #fff;
        padding: 6px 12px;
        line-height: 1;
        font-size: 13px;
    }



    .menu_contents .menu_top li button {
        cursor: pointer;
    }
    .menu_contents .menu_top li input {
        border: 1px solid #9C9C9C;
        padding: 0 0 0 4px;
        margin: 0;
        font-size: 12px;
        width: 16em;
        height: 100%;
    }
    .menu_contents .menu_bottom {
        text-align: left;
    }
    .menu_contents .menu_bottom .block {
        margin-right: 50px;
    }
    .menu_contents .menu_bottom .block:last-of-type {
        margin-right: 0;
    }
    .menu_contents .menu_bottom .block .menu_head {
        padding-bottom: 0.5em;
    }
    .menu_contents .menu_bottom .block ul {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        width: inherit;
        padding: 14px 0 14px 14px;
        font-size: 12px;
    }
    .menu_contents .menu_bottom .block:nth-of-type(3) ul {
        padding: 14px 60px 14px 14px;
    }
    .menu_contents .menu_bottom .block ul li {
        margin-left: 1em;
        text-indent: -1em;
        margin-bottom: 1rem;
        line-height: 1.2;
        font-size: 13px;
    }
    .menu_contents .menu_bottom .block ul li:last-child {
        margin-bottom: 0;
    }
    .menu_contents .menu_bottom .block ul li a {
        border-bottom: 1px solid #000;
    }
    .menu_contents .menu_bottom .block .menu_head {
        font-size: 13px;
    }
    .menu_close {
        display: none;
    }
}
/*.contents_wrapper*/
.contents_wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

/*page_head*/
.contents_wrapper .page_head {
    -js-display: flex; /* ie9 */
    display: -webkit-box;
    display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    margin-bottom: 5%;
}
.contents_wrapper .page_head h1 {
    font-size: 3rem;
    white-space: nowrap;
    padding-right: 20px;
}
.contents_wrapper .page_head p.desc {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    font-size: 1rem;
    line-height: 1.8;
    border-bottom: 1px solid #000;
}
.contents_wrapper .page_sub_head {
    font-size: 13px;
    color: #666;
    margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
    .contents_wrapper .page_head {
        padding: 0 10px;
    }
    .contents_wrapper .page_head h1 {
        font-size: 37px;
    }
    .contents_wrapper .page_head p.desc {
        font-size: 14px;
    }
}
@media screen and (max-width: 641px) {
    .contents_wrapper .page_head {
        padding: 0 24px;
    }
    .contents_wrapper .page_head h1 {
        font-size: 34px;
        padding-right: 12px;
    }
    .contents_wrapper .page_head p.desc {
        font-size: 13px;
    }
}
/*pagenation*/
.pagenation {
    overflow: hidden;
    clear: both;
}
.pagenation .prev {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 30px;
}
.pagenation .next {
    width: 50%;
    float: right;
    padding-left: 30px;
    text-align: left;
}
.pagenation .prev p,
.pagenation .next p {
    position: relative;
    font-size: 14px;
    display: inline-block;
    line-height: 43px;
}
.pagenation .prev p {
    padding-left: 30px;
}
.pagenation .prev p:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 43px;
    left: 0;
    background-image: url(/images/shop/prev.png);
    background-size: 100% 100%;
}
.pagenation .next p {
    padding-right: 30px;
}
.pagenation .next p:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 43px;
    right: 0;
    background-image: url(/images/shop/next.png);
    background-size: 100% 100%;
}
.pagenation .back {
    width: 100%;
    text-align: center;
    padding-top: 26px;
    clear: both;
}
.pagenation .back p {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 641px) {
    section.result .pagenation .prev,
    section.result .pagenation .next {
        padding-left: 24px;
    }
    section.result .pagenation {
        padding: 24px 0 0;
    }
}
footer {
    padding-bottom: 10%;
}
footer .inner {
    max-width: 1000px;
    margin: 0 auto;
}
footer ul.breadcrumb {
    margin-bottom: 4%;
}
footer ul.breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 12px;
}
footer ul.breadcrumb li:first-child a img {
    width: 13px;
    height: auto;
}
footer ul.breadcrumb li:after {
    content: "＞";
    padding: 0 6px;
}
footer ul.breadcrumb li:last-child:after {
    content: "";
    padding: 0;
}
footer section.account {
    margin-bottom: 6%;
}
footer section.account h2 {
    position: relative;
    font-size: 48px;
    text-align: center;
    margin-bottom: 6%;
}
footer section.account h2.border:before {
    content: "";
    display: block;
    border-top: solid 1px #000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
footer section.account h2.border span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    display:inline-block;
    margin: 0 auto;
    letter-spacing: 0.05em;
}
footer section.account ul {
    text-align: center;
}
footer section.account ul li {
    display: inline-block;
    margin-right: 24px;
}
footer section.account ul li img {
  width: 64px;
  height: auto;
}
footer section.account ul li:last-child {
    margin-right: 0;
}
footer .copy {
    text-align: center;
    margin-bottom: 1em;
    font-size: 14px;
}
footer ul.footer_menu {
    text-align: center;
}
footer ul.footer_menu li {
    display: inline-block;
    font-size: 14px;
}
footer ul.footer_menu li:after {
    content: "/";
    padding: 0 1em;
}
footer ul.footer_menu li:last-child:after {
    display: none;
}
.sp_only {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }
    .tb_only {
        display: block;
    }
    header {
        position: absolute;
        padding: 12px 0;
        -webkit-justify-content: center; /* Safari */
        justify-content: center;
    }
    header .logo {
        -webkit-flex-basis: 163px;
        flex-basis: 163px;
    }
    header .logo img {
        width: 100%;
        height: auto;
    }
    header > ul {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        -js-display: flex; /* ie9 */
        display: -webkit-box;
        display: -webkit-flex; /* Safari */
        display: -ms-flexbox;
        display: flex;
        z-index: 9999;
          -webkit-justify-content: center; /* Safari */
        justify-content:         center;
        background-color: #000;
    }
    header > ul > li {
        height: 65px;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        line-height: 46px;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        text-align: center;
        -webkit-flex-basis: 100px;
        flex-basis: 100px;
        border-right: none;
        display: flex;
        -webkit-justify-content: center; /* Safari */
        justify-content:         center;
        -webkit-align-items: center; /* Safari */
        align-items:         center;
        margin: 0 1.2em;
    }
    header > ul > li > a {
        line-height: 46px;/*#TODO: check*/
        color: #fff;
        height: 65px;
        display: flex;
        -webkit-justify-content: center; /* Safari */
        justify-content:         center;
        -webkit-align-items: center; /* Safari */
        align-items:         center;
    }
    header > ul > li .menu_group {
        text-align: center;
    }
    header > ul > li .menu_group .icon {
        display: block;
    }
    header > ul > li .menu_group .icon img {
        max-width: 22px;
        height: auto;
    }
    header > ul > li .menu_group p {
        color: #fff;
        font-size: 10px;
        margin-top: 6px;
    }
    header > ul > li > p.toggle_menu {
        color: #fff;
        line-height: 46px;
    }
    header > ul > li .menu {
        display: none;
        position: fixed;
        top: 56px;
        left: 0;
        width: 100%;
        height: calc(100% - 121px);
        z-index: 9998;
    }
    .menu_wrapper {
        display: flex;
        height: 100%;
        background-color: #fff;
        opacity: 0.95;
    }
    .menu_close {
        -webkit-flex-basis: 68px;
        flex-basis: 68px;
        text-align: right;
        background-color: #000;
        padding: 12px;
        opacity: 0.7;
    }
    .menu_close .menu_close_button {
        display: inline-block;
    }
    .menu_contents {
        -webkit-flex-basis: calc(100% - 68px);
        flex-basis: calc(100% - 68px);
        font-size: 13px;
        padding: 24px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .menu_contents .menu_top {
        margin-bottom: 1.25rem;
    }
    .menu_contents .menu_top li:nth-child(1) {
        width: 17%;
        margin-right: 1.5%;
    }
    .menu_contents .menu_top li:nth-child(2) {
        width: 29.75%;
        margin-right: 3.75%;
    }
    .menu_contents .menu_top li:nth-child(3) {
        width: 38%;
    }
    .menu_contents .menu_top li:nth-child(4) {
        width: 10%;
    }
    .menu_contents .menu_top li a,
    .menu_contents .menu_top li button {
        display: block;
        background-color: #9C9C9C;
        border: 1px solid #9C9C9C;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
    }
    .menu_contents .menu_top li button {
        cursor: pointer;
        width: 100%;
    }
    .menu_contents .menu_top li input {
        border: 1px solid #9C9C9C;
        border-radius: 0;
        padding: 0 0 0 10px;
        margin: 0;
        font-size: 14px;
        width: 100%;
        height: 42px;
        line-height: 1.1!important;
    }
    .menu_contents .menu_bottom {
        -webkit-justify-content: space-between; /* Safari */
        justify-content: space-between;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
    }
    .menu_contents .menu_bottom .block {
        -webkit-flex-basis: 48.5%;
        flex-basis: 48.5%;
        margin-bottom: 1rem;
        text-align: left;
    }
    .menu_contents .menu_bottom .block:nth-of-type(2n) {
        margin-right: 0;
    }
    .menu_contents .menu_bottom .block .menu_head {
        padding-bottom: 0.625em;
        font-size: 16px;
    }
    .menu_contents .menu_bottom .block ul {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        width: 100%;
        padding-left: 20px;
    }
    .menu_contents .menu_bottom .block ul li {
        padding: 16px 0;
        line-height: 1.2;
        font-size: 14px;
        border-bottom: 1px solid #d6d5da;
    }
    .menu_contents .menu_bottom .block ul li br {
        display: none;
    }
    .menu_contents .menu_bottom .block ul li:last-child {
        margin-bottom: 0;
    }
    .contents_wrapper {
        padding: 0 10px;
    }
    footer {
        font-size: 12px;
        padding-bottom: 150px;
    }
    footer .inner {
        padding: 0 10px;
    }
    footer section.account h2 {
        font-size: 37px;
    }
    footer section.account ul li img {
        width: 54px;
        height: auto;
    }
    footer .copy,
    footer ul.footer_menu li {
        font-size: 12px;
    }
}
@media screen and (max-width: 641px) {
    .sp_only {
        display: block;
    }
    header {
        padding: 20px 0 12px;
    }
    header > ul > li {
        font-size: 14px;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        margin: 0;
    }
    header > ul > li .menu_group .icon img {
      max-width: 20px;
    }

    .menu_contents {
        -webkit-flex-basis: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
        font-size: 14px;
        overflow-y: scroll;
    }
    .menu_close {
        -webkit-flex-basis: 40px;
        flex-basis: 40px;
    }
    .menu_contents .menu_top {
        -webkit-justify-content: space-between; /* Safari */
        justify-content: space-between;
        -webkit-flex-wrap: wrap; /* Safari */
        flex-wrap: wrap;
    }
    .menu_contents .menu_top li:nth-child(1) {
        -webkit-flex-basis: 34%;
        flex-basis: 34%;
        margin-right: 0;
    }
    .menu_contents .menu_top li:nth-child(2) {
        -webkit-flex-basis: 62.3%;
        flex-basis: 62.3%;
        margin-right: 0;
    }
    .menu_contents .menu_top li:nth-child(3) {
        -webkit-flex-basis: 79%;
        flex-basis: 79%;
        margin-right: 0;
        margin-top: 10px;
    }
    .menu_contents .menu_top li:nth-child(4) {
        -webkit-flex-basis: 21%;
        flex-basis: 21%;
        margin-right: 0;
        margin-top: 10px;
    }
    .menu_contents .menu_bottom .block {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .contents_wrapper {
        padding: 0 24px;
    }
    footer {
        padding-bottom: 100px;
    }
    footer .inner {
        padding: 0 24px;
    }
    footer section.account h2 {
        font-size: 40px;
        margin-bottom: 9.785%;
    }
    footer section.account h2.border {
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
    }
    footer section.account h2.border:before {
        border-top: none;
    }
    footer section.account h2.border span {
        font-size: 34px;
        padding: 0;
    }
    footer section.account ul li {
        margin-bottom: 20px;
    }
    footer section.account ul li img {
        width: 60px;
        height: auto;
    }
    footer .copy {
        font-size: 10px;
        margin-bottom: 2em;
    }
    footer ul.footer_menu li {
        margin-bottom: 1em;
        font-size: 14px;
    }
    footer ul.footer_menu li:after {
        content: "│";
        padding: 0 1em;
    }
    footer ul.footer_menu li:nth-child(2n):after {
        content: "";
        padding: 0;
    }
}

