/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 3.9.1.1642817468
Updated: 2022-01-22 11:11:08

*/

@font-face {
    font-family: "YuGothicB";
    src: url("./assets/fonts/yugothib.ttf") format("truetype");
}

@font-face {
    font-family: "YuGothicC";
    src: url("./assets/fonts/yugothic.ttf") format("truetype");
}

@font-face {
    font-family: "centuryGothic";
    src: url("./assets/fonts/CenturyGothic.ttf") format("truetype");
}


/*リセットCSS
----------------------------------------------------------------*/


/* 要素 フォントサイズ・マージン・パディングをリセット */


/* 行の高=フォントサイズ */


/* 新規追加要素をブロック要素化 */


/* ulのマーカー非表示 */


/* 引用符の非表示 */


/* blockquote要素、q要素の前後にコンテンツ非表示 */


/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */


/* ins要素 デフォルトセット 色を変える場合はここで変更 */


/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */


/* テキスト 打ち消し線 */


/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */


/*　隣接するセルのボーダーを重ねて表示　*/


/* 水平罫線デフォルトリセット */


/* 縦方向の揃え 中央揃え */


/* 画像を縦に並べた時に余白0 */


/*box-sizingを全ブラウザに対応*/


/*【共通】パーツ
----------------------------------------------------------------*/


/* リンク */


/* 表示切り替え */


/* 配置 */


/*基本設定
----------------------------------------------------------------*/


/*  配置  */


/* ------------------------ */


/* header */

@-webkit-keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(0);
    }
}

@-webkit-keyframes btnClick {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0.35;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes btnClick {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0.35;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}


/* ---------- NEWS --------------- */

@-webkit-keyframes headerSlideDown {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes headerSlideDown {
    0% {
        transform: translate3d(0, -100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    line-height: 1;
    overflow-x: hidden;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

object {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

h1 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

h2 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

h3 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

h4 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

h5 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    quotes: none;
}

blockquote:before {
    content: "";
    content: none;
}

blockquote:after {
    content: "";
    content: none;
}

pre {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

abbr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

address {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

cite {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

code {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

del {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    text-decoration: line-through;
}

dfn {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

em {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
}

ins {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

kbd {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

q {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    quotes: none;
}

q:before {
    content: "";
    content: none;
}

q:after {
    content: "";
    content: none;
}

samp {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

small {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

sub {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

sup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

b {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

dl {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

dt {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

dd {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

ol {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

table {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

tbody {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

tfoot {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

article {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

aside {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

canvas {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

details {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

footer {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

footer .category-footer {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 50px auto;
    width: 95%;
}

@media only screen and (max-width: 768px) {
    footer .category-footer {
        display: none;
    }
}

footer .category-footer dt {
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #333;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1430px) {
    footer .category-footer dt {
        font-size: 1.4vw;
    }
}

footer .category-footer dd {
    margin-top: 10px;
    font-family: "YuGothicC";
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

@media only screen and (max-width: 1430px) {
    footer .category-footer dd {
        font-size: 1vw;
    }
}

footer .category-footer dd a {
    display: inline-block;
    position: relative;
    padding: 0 0 3px;
}

footer .category-footer dd a::after {
    content: "";
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #666;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

footer .category-footer dd a:hover:after {
    width: 100%;
    left: 0;
}

footer .category-footer dl .multi {
    margin-top: 30px;
}

header {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
    background: white;
    position: relative;
}

hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

menu {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    display: block;
}

summary {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

time {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

mark {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

audio {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-family: "YuGothicC";
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    transition: opacity 0.6s ease;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a * {
    transition: opacity 0.6s ease;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input {
    vertical-align: middle;
}

select {
    vertical-align: middle;
}

* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:before {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

br {
    line-height: inherit;
}

#wrapper .sp-display {
    display: none;
}

#wrapper .tb-display {
    display: none;
}

#wrapper .f_left {
    float: left;
    text-align: center;
    line-height: 2;
}

#wrapper .f_right {
    float: right;
    text-align: center;
    line-height: 2;
}

#wrapper .leftOn {
    text-align: left;
}

#wrapper .rightOn {
    text-align: right;
}

#wrapper .centerOn {
    text-align: center;
}

.flex-nml {
    display: flex;
    flex-wrap: wrap;
}

.flex-btw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.row-reverse {
    flex-direction: row-reverse;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

.bg-back {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.bg-back.is-back-active {
    display: block;
    z-index: 10;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 50px;
}

@media only screen and (max-width: 1040px) {
    .header {
        padding: 8px 50px;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        padding: 8px 50px;
    }
}

@media only screen and (max-width: 500px) {
    .header {
        padding: 8px 20px;
    }
}

.header.scroll {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: white;
    -webkit-animation: headerSlideDown 0.5s ease;
    animation: headerSlideDown 0.5s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header .left-side {
    display: flex;
}

@media only screen and (max-width: 1040px) {
    .header .left-side .hd-search {
        display: none;
    }
}

.header .left-side .hd-search p {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #666666;
}

.header .left-side .hd-search p img {
    width: 27px;
    margin-right: 5px;
}

.header .left-side .hd-search .hd-search-form {
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.header .left-side .hd-search .hd-search-form input {
    outline: none;
    border: none;
    border-bottom: 1px solid #333;
    font-size: 14px;
    font-family: "YuGothicC";
    padding: 5px 15px 5px 5px;
    width: 250px;
    box-shadow: none;
    background: transparent;
}

.header .left-side .hd-search .hd-search-form input::-moz-placeholder {
    color: #666666;
    font-size: 14px;
    font-family: "YuGothicC";
}

.header .left-side .hd-search .hd-search-form input:-ms-input-placeholder {
    color: #666666;
    font-size: 14px;
    font-family: "YuGothicC";
}

.header .left-side .hd-search .hd-search-form input::placeholder {
    color: #666666;
    font-size: 14px;
    font-family: "YuGothicC";
}

.header .left-side .hd-search .hd-search-form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding: 0;
    outline: none;
}

.header .left-side .hd-logo {
    width: 270px;
    margin-right: 50px;
}

@media only screen and (max-width: 768px) {
    .header .left-side .hd-logo {
        margin-right: 0;
    }
}

.header .menu nav.primary-navigation {
    margin: 0 auto;
    display: flex;
    text-align: center;
    font-size: 16px;
    align-items: center;
}

@media only screen and (max-width: 1430px) {
    .header .menu nav.primary-navigation .pc-nav {
        display: none;
    }
}

.header .menu nav.primary-navigation ul li {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-family: "YuGothicC";
    font-weight: 500;
}

.header .menu nav.primary-navigation ul li p {
    font-size: 12px;
    margin-top: 3px;
}

.header .menu nav.primary-navigation ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    left: 0;
    display: none;
    background: white;
}

.header .menu nav.primary-navigation ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    min-width: 250px;
    text-align: left;
    padding-top: 20px;
    box-shadow: 0px 3px 5px -1px #ccc;
}

.header .menu nav.primary-navigation ul li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-style: none;
}

.header .menu nav.primary-navigation ul li ul li a:hover {
    padding-left: 10px;
    border-left: 2px solid #3ca0e7;
    transition: all 0.3s ease;
}

.header .menu nav.primary-navigation ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block;
    min-width: 250px;
    text-align: left;
    padding-top: 20px;
    box-shadow: 0px 3px 5px -1px #ccc;
    z-index: 999;
}

.header .menu nav.primary-navigation ul .hamburger {
    display: flex;
    align-items: flex-end;
}

.header .menu nav.primary-navigation ul .hamburger a {
    margin-right: 30px;
}

.header .menu nav.primary-navigation ul .hamburger a img {
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .header .menu nav.primary-navigation ul .hamburger a {
        display: none;
    }
}

.header .menu nav.primary-navigation li a {
    color: #333;
    outline: none;
}

.header .menu nav.primary-navigation li a:hover {
    color: #3ca0e7;
}

.header .menu nav.primary-navigation li:hover {
    cursor: pointer;
}

.header .menu a:hover {
    color: #3CA0E7;
}

.header .menu ul li ul li a {
    transition: all 0.5s ease;
}

.header .menu .menu-btn {
    background: transparent;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    z-index: 0;
    padding: 0;
    padding: 0;
    position: relative;
    height: 40px;
}

.header .menu .menu-btn:active {
    outline: none;
}

.header .menu .menu-btn:focus {
    outline: none;
}

.header .menu .menu-btn .menu-text {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 11px;
    white-space: nowrap;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.header .menu .menu-btn .menu-text_active {
    visibility: hidden;
}

.header .menu .menu-btn .menu-text_active::after {
    content: "close";
    position: absolute;
    visibility: visible;
    display: block;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 14px;
}

.header .menu .menu-btn.is--active {
    left: auto;
    right: -15px;
    top: -12px;
}

.header .menu .menu-btn__icon {
    position: relative;
    width: 35px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.header .menu .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.header .menu .icon--menu span {
    display: block;
    width: 35px;
    height: 3px;
    background: #666;
    transition: all 0.18s;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
    transition-delay: 0.05s;
}

.header .menu .icon--menu span:not(last-child) {
    margin-bottom: 7px;
}

.header .menu .icon--close {
    transform: scale(0);
    transform-origin: center center;
    transition: all 0.18s;
    transition-delay: 0.08s;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
    opacity: 0;
}

.header .menu .icon--close span {
    position: relative;
    display: block;
    width: 35px;
    height: 3px;
    background: #666;
}

.header .menu .icon--close span:nth-of-type(1) {
    top: 11px;
    transform: rotate(45deg);
}

.header .menu .icon--close span:nth-of-type(2) {
    top: 8px;
    transform: rotate(-45deg);
}

.header .menu .is--active .icon--menu span {
    width: 0;
}

.header .menu .is--active .icon--close {
    transform: scale(1);
    opacity: 1;
}

.header .menu .is--clicked:after {
    -webkit-animation: btnClick 0.35s;
    animation: btnClick 0.35s;
    -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
    animation-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
}

.header .menu .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.overlay-sp {
    max-width: 384px;
    width: 100%;
    background-color: white;
    position: fixed;
    height: 100%;
    z-index: 100;
    right: 0;
    top: 0;
    overflow-y: auto;
    z-index: -1;
    transition: 0.5s;
    transform: translateX(100%);
}

.overlay-sp.is--nav-active {
    transform: translateX(0);
    z-index: 100;
}

.overlay-sp.is--nav-active+.header.scroll {
    display: none;
}

.overlay-sp .main-overlay {
    font-size: 16px;
    font-family: "YuGothicC";
    font-weight: 500;
    background-color: white;
}

.overlay-sp .main-overlay .close-menu {
    width: 40px;
    display: block;
    padding: 35px 20px 15px;
    margin-left: auto;
    margin-right: 50px;
    cursor: pointer;
}

.overlay-sp .main-overlay .close-menu span {
    transition: transform 1s ease;
}

.overlay-sp .main-overlay .close-menu span.scroll {
    width: 40px;
    height: 3px;
    display: block;
    background: black;
}

.overlay-sp .main-overlay .close-menu span.scroll:nth-child(1) {
    transform: rotate(45deg) translate(2px, 2px);
}

.overlay-sp .main-overlay .close-menu span.scroll:nth-child(2) {
    transform: rotate(-45deg);
}

.overlay-sp .main-overlay .menu-sp ul li {
    border-top: 1px solid #EBEBEB;
}

.overlay-sp .main-overlay .menu-sp ul li img {
    width: 26px;
    margin-right: 20px;
}

.overlay-sp .main-overlay .menu-sp ul .single-item {
    font-size: 16px;
    font-family: "YuGothicC";
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 17px;
    cursor: pointer;
    transition: 0.5s;
}

.overlay-sp .main-overlay .menu-sp ul .single-item:hover {
    background-color: #8F897F;
    color: white;
}

.overlay-sp .main-overlay .menu-sp ul .single-item:hover img {
    filter: brightness(0) invert(1);
}

.overlay-sp .main-overlay .menu-sp ul .single-item span {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.overlay-sp .main-overlay .menu-sp ul .single-item::after {
    content: '\f105';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
}

.star-rating::before,
.star-rating span::before {
    font: normal normal normal 14px/1 FontAwesome;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #FAC917;
}

.overlay-sp .main-overlay .menu-sp ul .single-item.black:hover img {
    filter: brightness(0) invert(1);
}

.overlay-sp .main-overlay .menu-sp ul .sp-home {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.overlay-sp .main-overlay .menu-sp ul .sp-home .home {
    background-color: #005935;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.overlay-sp .main-overlay .menu-sp ul .sp-home .home img {
    width: 26px;
}

.overlay-sp .main-overlay .menu-sp ul .sp-home a {
    width: 40%;
}

.overlay-sp .main-overlay .menu-sp ul .sp-home a:last-child {
    width: 60%;
}

.overlay-sp .main-overlay .menu-sp ul .sp-home .about-company {
    background-color: #D2B14C;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.overlay-sp .main-overlay .menu-sp ul .search-title {
    background-color: #666;
    color: white;
}

.overlay-sp .main-overlay .menu-sp ul .search-title p {
    font-size: 18px;
    padding: 5% 10%;
    margin: 20px 0;
}

.overlay-sp .main-overlay .menu-sp ul .search {
    width: 100%;
    padding: 11px 17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #F5F5F5;
}

.overlay-sp .main-overlay .menu-sp ul .search .category-title {
    display: flex;
    align-items: center;
    color: #333;
    display: flex;
    align-items: center;
    color: #005935;
}

.overlay-sp .main-overlay .menu-sp ul .search .category-title span {
    display: flex;
    align-items: center;
    color: #333;
    border: none;
}

.overlay-sp .main-overlay .menu-sp ul .search .search-div {
    position: relative;
}

.overlay-sp .main-overlay .menu-sp ul .search .search-div form {
    display: flex;
    margin-top: 15px;
}

.overlay-sp .main-overlay .menu-sp ul .search .search-div input {
    font-size: 20px;
    width: 100%;
    padding: 5px 5px 5px 50px;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
}

.overlay-sp .main-overlay .menu-sp ul .search .search-div input::-moz-placeholder {
    font-size: 14px;
    font-family: "YuGothicC";
}

.overlay-sp .main-overlay .menu-sp ul .search .search-div input:-ms-input-placeholder {
    font-size: 14px;
    font-family: "YuGothicC";
}

.overlay-sp .main-overlay .menu-sp ul .search .search-div input::placeholder {
    font-size: 14px;
    font-family: "YuGothicC";
}

.overlay-sp .main-overlay .menu-sp ul .search .search-div button {
    color: #666;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
}

.overlay-sp .main-overlay .menu-sp ul .search .search-div button i {
    font-size: 26px;
}

.overlay-sp .main-overlay .menu-sp ul .search.category {
    margin: 0;
    background-color: #F4F2EE;
    padding: 0;
    width: 100%;
}

.overlay-sp .main-overlay .menu-sp ul .search.category .category-title {
    justify-content: space-between;
    cursor: pointer;
    padding: 11px 17px;
}

.overlay-sp .main-overlay .menu-sp ul .search-title.green {
    background-color: #005935;
    color: white;
    margin-bottom: 1px;
}

.overlay-sp .main-overlay .menu-sp ul .search-title.green img {
    filter: brightness(0) invert(1);
}

.overlay-sp .main-overlay .menu-sp ul .search-title.green a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5% 10%;
}

.overlay-sp .main-overlay .menu-sp ul .search-title.green a span {
    display: flex;
    align-items: center;
}

.overlay-sp .main-overlay .menu-sp ul .search-title.green a::after {
    content: "";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
}

.overlay-sp .main-overlay .menu-sp ul .search-title.green.white {
    background-color: white;
    color: #666;
    border-bottom: 1px solid #D9D9D9;
}

.overlay-sp .main-overlay .menu-sp ul .search-title.green.last a::after {
    display: none;
}

.overlay-sp .main-overlay .menu-sp ul .search-title.green.last #last {
    margin: 0;
}

.overlay-sp .main-overlay .menu-sp .search-category {
    width: 100%;
    cursor: pointer;
    background-color: white;
}

.overlay-sp .main-overlay .menu-sp .search-category a {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding: 11px 17px 11px 35px;
    align-items: center;
}

.overlay-sp .main-overlay .menu-sp .search-category a img {
    width: 17px;
}

.overlay-sp .main-overlay .menu-sp .search-category a span {
    display: flex;
    align-items: center;
}

.overlay-sp .main-overlay .menu-sp .search-category a::after {
    content: "";
    font: normal normal normal 14px/1 Fontawesome;
    font-size: 30px;
}

.overlay-sp .pickup {
    margin: 20px;
}

.overlay-sp .pickup h2 {
    font-family: "YuGothicB";
    font-weight: bold;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 10px;
    color: #005935;
}

.overlay-sp .pickup p {
    font-family: "YuGothicC";
    background-color: white;
    color: #666;
    padding: 3%;
    font-size: 22px;
}

.overlay-sp .copy {
    font-family: "YuGothicC";
    background-color: white;
    color: #666;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.main-goods .main-slider .product-description {
    font-family: "YuGothicC";
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.category-title .plus {
    cursor: pointer;
    height: 21px;
    position: relative;
    width: 21px;
    padding: 16px;
}

.category-title .plus:before {
    background: #333;
    content: "";
    height: 3px;
    left: 6px;
    position: absolute;
    top: 13px;
    width: 21px;
    transition: transform 500ms ease;
}

.category-title .plus:after {
    background: #333;
    content: "";
    height: 3px;
    left: 6px;
    position: absolute;
    top: 13px;
    width: 21px;
    transition: transform 500ms ease;
    transform-origin: center;
}

.category-title .plus.cscollapsed:after {
    transform: rotate(90deg);
}

.category-title .plus.cscollapsed:before {
    transform: rotate(180deg);
}

.news-section {
    margin: 45px 0;
}

.news-section .news {
    max-width: 1590px;
    margin-left: auto;
    width: 98%;
}

.news-section .news .title-part {
    max-width: 1280px;
    width: 98%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.news-section .news .title-part i {
    margin-right: 10px;
}

.news-section .news .title-part p {
    font-size: 40px;
    font-family: "YuGothicB";
    font-weight: 700;
    color: #333;
}

.news-section .news .news-content {
    margin: 4% 0;
    margin-left: 20px;
}

.news-section .news .news-content .news-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.news-section .news .news-content .news-one .date {
    font-weight: bold;
    margin-right: 50px;
    color: #333;
    font-family: 'YuGothicB';
}

.news-section .news #news {
    color: #333;
}

.news-section .news #news::before {
    content: '\f178';
    font: normal normal normal 14px/1 Fontawesome;
    font-size: 20px;
    margin-left: 15px;
}

.latest-section {
    background: url(./assets/img/latest.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.latest-goods {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    width: 95%;
}

.latest-goods h2 {
    font-family: "YuGothicB";
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    text-align: center;
}

.latest-goods h2 span {
    font-size: 16px;
}

.latest-goods .product-list {
    margin-top: 56px;
}

.latest-goods .product-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin-left: auto;
    margin-right: auto;
    grid-gap: 60px;
}

.product-list ul figure:first-child img {
    width: 100%;
}

.product-list ul li figure figcaption .product-catchcopy {
    padding: 10px;
	line-height: 25px;
}

@media only screen and (max-width: 1430px) {
    .latest-goods .product-list ul {
        grid-gap: 3.5vw;
    }
}

@media only screen and (max-width: 768px) {
    .latest-goods .product-list ul {
        grid-template-columns: 1fr 1fr;
    }
}

.star-rating::before,
.star-rating span::before {
    font: normal normal normal 24px/1 FontAwesome;
}

.star-rating {
    width: 22%;
    display: inline-block;
}

@media only screen and (max-width: 500px) {
    .latest-goods .product-list ul {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
    .star-rating {
        width: 110px;
    }
}

.latest-goods .product-list ul li {
    max-width: 275px;
    margin: 0 auto;
}

.latest-goods .product-list ul li figure {
    background-color: white;
    text-align: center;
    position: relative;
}

.latest-goods .product-list ul li figure figcaption .product-title {
    font-size: 14px;
    font-family: "YuGothicC";
    padding: 5px;
    line-height: 1.4;
}

.latest-goods .product-list ul li figure figcaption .product-cart {
    position: relative;
    background-color: #E9E9E9;
}

.latest-goods .product-list ul li figure figcaption .product-cart .product-cost {
    font-size: 20px;
    font-family: "YuGothicB";
    font-weight: 700;
    padding: 15px 0;
}

.latest-goods .product-list ul li figure figcaption .product-cart .product-cost span {
    font-size: 14px;
}

.latest-goods .product-list ul li figure figcaption .product-cart .cart {
    background: #575555;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

.latest-goods .product-list ul li figure figcaption .product-cart img {
    display: block;
    padding: 8px 3px 0;
}

.latest-goods .product-list ul li figure .news-mark {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #EF857D;
    color: white;
    font-size: 14px;
    font-family: "YuGothicC";
    padding: 5px;
}

.latest-goods .viewmore {
    font-size: 19px;
    display: flex;
    padding: 15px 15px 15px 45px;
    border: 1px solid #333;
    border-radius: 20px;
    font-family: "YuGothicC";
    width: 200px;
    margin-left: auto;
    margin-top: 100px;
}

.latest-goods .viewmore::after {
    content: "";
    font: normal normal normal 14px/1 Fontawesome;
    font-size: 20px;
    margin-left: 15px;
}

.recommend-products {
    max-width: 1280px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

.recommend-products h2 {
    font-family: "YuGothicB";
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    text-align: center;
}

.recommend-products h2 span {
    font-size: 16px;
}

.recommend-products .product-list {
    margin-top: 56px;
}

.recommend-products .product-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 60px;
}

@media only screen and (max-width: 1430px) {
    .recommend-products .product-list ul {
        grid-gap: 3.5vw;
    }
}

@media only screen and (max-width: 768px) {
    .recommend-products .product-list ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .recommend-products .product-list ul {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
}

.ukomiCollage-left,
.ukomiCollage-right {
    width: 1280px !important;
}

.woocommerce-result-count {
    padding: 0.57em 0;
}

.recommend-products .product-list ul li {
    max-width: 275px;
    margin: 0 auto;
}

.recommend-products .product-list ul li figure {
    background-color: white;
    text-align: center;
    position: relative;
}

.recommend-products .product-list ul li figure figcaption .product-title {
    font-size: 14px;
    font-family: "YuGothicC";
}

.recommend-products .product-list ul li figure figcaption .product-cart {
    position: relative;
    background-color: #E9E9E9;
}

.recommend-products .product-list ul li figure figcaption .product-cart .product-cost {
    font-size: 20px;
    font-family: "YuGothicB";
    font-weight: 700;
    padding: 15px 0;
}

.recommend-products .product-list ul li figure figcaption .product-cart .product-cost span {
    font-size: 14px;
}

.recommend-products .product-list ul li figure figcaption .product-cart .cart {
    background: #575555;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

.recommend-products .product-list ul li figure figcaption .product-cart img {
    display: block;
    padding: 8px 3px 0;
}

.recommend-products .product-list ul li figure .news-mark {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #EF857D;
    color: white;
    font-size: 14px;
    font-family: "YuGothicC";
    padding: 5px;
}

.recommend-products .viewmore {
    font-size: 19px;
    display: flex;
    padding: 15px 15px 15px 45px;
    border: 1px solid #333;
    border-radius: 20px;
    font-family: "YuGothicC";
    width: 200px;
    margin-left: auto;
    margin-top: 100px;
}

.recommend-products .viewmore::after {
    content: "";
    font: normal normal normal 14px/1 Fontawesome;
    font-size: 20px;
    margin-left: 15px;
}

.recommend-section {
    background: url(./assets/img/recommend.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    margin-top: -3px;
}

.category-section {
    margin: 50px;
}

.category-section h2 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 40px;
    line-height: 14px;
    text-align: left;
    color: #000;
    margin-top: 94px;
    margin-bottom: 55px;
}

@media only screen and (max-width: 500px) {
    .category-section {
        margin: 20px;
    }
}

.category-section .slick-center {
    transform: scale(1.1);
}

.site-section {
    margin: 50px;
}

.site-section h2 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 40px;
    line-height: 14px;
    text-align: left;
    color: #000;
    margin-top: 94px;
    margin-bottom: 55px;
}

.instagram-section h2 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 40px;
    line-height: 14px;
    text-align: left;
    color: #000;
    margin-top: 94px;
    margin-bottom: 55px;
}

.instagram-section .instagram-slide {
    margin-top: 40px;
    padding-bottom: 80px;
    max-width: 1590px;
    margin-left: auto;
}

.instagram-section .instagram-slide .slick-list {
    padding-left: 0 !important;
}

.instagram-section .slick-dots {
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding-top: 65px;
    list-style-type: none;
}

.instagram-section .slick-dots li {
    margin: 0 0.7rem;
}

@media only screen and (max-width: 500px) {
    .instagram-section .slick-dots li {
        margin: 0 15px;
    }
}

.instagram-section .slick-dots button {
    display: block;
    width: 30px;
    height: 2px;
    padding: 0;
    border: none;
    background-color: orange;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.5s;
}

.instagram-section .slick-dots li.slick-active button {
    background-color: red;
    width: 50px;
}

.recent-section h2 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 40px;
    line-height: 14px;
    text-align: left;
    color: #000;
    margin-top: 94px;
    margin-bottom: 55px;
    width: 95%;
}

.recent-section ul {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
    width: 95%;
}

ul.products::before,
ul.products::after {
    display: none;
}

.products.columns-1 a {
    display: none;
}


/* .products.columns-1 li a {
    display: block
} */

@media only screen and (max-width: 768px) {
    .recent-section ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .recent-section ul {
        grid-template-columns: 1fr;
    }
}

.recent-section ul li {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
}

.recent-section ul li img {
    width: 100%;
}

.recent-section ul li figcaption {
    margin-top: 15px;
}

.recent-section ul li figcaption .product-name {
    font-family: "YuGothicB";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}

.recent-section ul li figcaption .product-catchcopy {
    font-family: "YuGothicC";
    font-weight: 500;
    font-size: 14px;
    padding: 18px 0;
    line-height: 1.3;
}

.recent-section ul li figcaption .product-cost {
    font-size: 14px;
    font-family: "YuGothicC";
    color: #B70000;
    font-weight: bold;
}

.recent-section ul li figcaption .product-cost span {
    font-family: "YuGothicB";
    font-size: 22px;
    font-weight: bold;
}

.recent-section ul li figcaption .product-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.recent-section ul li figcaption .product-review .pro-star {
    width: 55%;
}

.recent-section ul li figcaption .product-review .review-count {
    font-size: 14px;
    font-family: "YuGothicC";
}

.recent-section ul li figure {
    position: relative;
}

.recent-section ul li figure .brand1 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    border-radius: 8px;
    background: #e16060;
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

.tab-control {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.tab-control .slide {
    position: relative;
    padding: 10px 50px;
}

.tab-control .category-slide {
    text-align: center;
}

.tab-control label {
    cursor: pointer;
    color: black;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    padding: 5px 0;
}

.tab-control label::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 2px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #8F0000;
    transition: width 0.5s ease 0s, left 0.5s ease 0s;
    width: 0;
}

.tab-control label.active_label {
    display: inline-block;
    color: #8F0000;
}

.tab-control label.active_label::after {
    width: 100%;
    left: 0;
}

.tab-control input {
    display: none;
}

.tab-control .slick-prev.slick-arrow {
    position: absolute;
    outline: none;
    border: none;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: 5px;
}

.tab-control .slick-prev.slick-arrow::after {
    content: "\f104";
    font: normal normal normal 14px/1 Fontawesome;
    font-size: 30px;
    display: block;
}

.tab-control .slick-next.slick-arrow {
    position: absolute;
    outline: none;
    border: none;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 5px;
}

.tab-control .slick-next.slick-arrow::after {
    content: "\f105";
    font: normal normal normal 14px/1 Fontawesome;
    font-size: 30px;
    display: block;
}

.tab-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.tab-content section {
    display: none;
}

.tab-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
}

@media only screen and (max-width: 768px) {
    .tab-content ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .tab-content ul {
        grid-template-columns: 1fr;
    }
    .tab-content ul li {
        max-width: 275px;
        margin: auto;
    }
}

.tab-content ul img {
    width: 100%;
}

.tab-content ul figcaption {
    margin-top: 15px;
}

.tab-content ul figcaption .product-name {
    font-family: "YuGothicB";
    font-weight: 700;
    font-size: 18px;
}

.tab-content ul figcaption .product-catchcopy {
    font-family: "YuGothicC";
    font-weight: 500;
    font-size: 14px;
    padding: 18px 0;
    line-height: 1.3;
}

.tab-content ul figcaption .product-cost {
    font-size: 14px;
    font-family: "YuGothicB";
    color: #B70000;
    font-weight: bold;
}

.tab-content ul figcaption .product-cost span {
    font-family: "YuGothicB";
    font-size: 22px;
    font-weight: bold;
}

.tab-content ul figcaption .product-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.tab-content ul figcaption .product-review .pro-star {
    width: 55%;
}

.tab-content ul figcaption .product-review .review-count {
    font-size: 14px;
    font-family: "YuGothicC";
}

.tab-content ul figure {
    position: relative;
}

.tab-content ul figure .brand1 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    border-radius: 8px;
    background: #e16060;
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

.site-tab-control {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.site-tab-control .site-slide-tag {
    position: relative;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .site-tab-control .site-slide-tag {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.site-tab-control .site-slide {
    text-align: center;
}

.site-tab-control label {
    cursor: pointer;
    color: black;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    padding: 5px 0;
    transition: 0.5s ease-out;
    padding: 10px 30px;
    white-space: nowrap;
    position: relative;
}

@media only screen and (max-width: 500px) {
    .site-tab-control label {
        padding: 10px 25px;
    }
}

.site-tab-control label::after {
    content: "";
    background: linear-gradient(to left, #fff 50%, #333 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
    transform: skew(-20deg);
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.site-tab-control label.active_label {
    color: white;
}

.site-tab-control label.active_label::after {
    background-position: left;
    width: 100%;
    left: 0;
}

.site-tab-control input {
    display: none;
}

.site-tab-control .slick-prev.slick-arrow {
    position: absolute;
    outline: none;
    border: none;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.site-tab-control .slick-next.slick-arrow {
    position: absolute;
    outline: none;
    border: none;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.site-tab-content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.site-tab-content section {
    display: none;
}

.site-tab-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
}

@media only screen and (max-width: 768px) {
    .site-tab-content ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .site-tab-content ul {
        grid-template-columns: 1fr;
    }
    .site-tab-content ul li {
        max-width: 275px;
        margin: auto;
    }
}

.site-tab-content ul img {
    width: 100%;
}

.site-tab-content ul figcaption {
    margin-top: 15px;
}

.site-tab-content ul figcaption .product-name {
    font-family: "YuGothicB";
    font-weight: 700;
    font-weight: 18px;
}

.site-tab-content ul figcaption .product-catchcopy {
    font-family: "YuGothicC";
    font-weight: 500;
    font-size: 14px;
    padding: 18px 0;
    line-height: 1.3;
}

.site-tab-content ul figcaption .product-cost {
    font-size: 14px;
    font-family: "YuGothicB";
    color: #B70000;
    font-weight: bold;
}

.site-tab-content ul figcaption .product-cost span {
    font-family: "YuGothicB";
    font-size: 22px;
    font-weight: bold;
}

.site-tab-content ul figcaption .product-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.site-tab-content ul figcaption .product-review .pro-star {
    width: 55%;
}

.site-tab-content ul figcaption .product-review .review-count {
    font-size: 14px;
    font-family: "YuGothicC";
}

.site-tab-content ul figure {
    position: relative;
}

.site-tab-content ul figure .brand1 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    border-radius: 8px;
    background: #e16060;
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

.all-section ul {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px 70px;
    width: 95%;
    grid-template-rows: auto;
}

@media only screen and (max-width: 1430px) {
    .all-section ul {
        grid-gap: 2vw 2.5vw;
    }
}

@media only screen and (max-width: 1040px) {
    .all-section ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .all-section ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 500px) {
    .all-section ul {
        grid-gap: 30px;
        grid-template-columns: 1fr;
    }
}

.all-section ul li {
    background: #d9af65;
    border-radius: 40px;
    position: relative;
    height: 55px;
    max-width: 267px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.all-section ul a p {
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.all-section ul a p span {
    font-family: "YuGothicC";
    line-height: 20px;
}

.all-section ul a p::after {
    content: "";
    font: normal normal normal 14px/1 Fontawesome;
    font-size: 25px;
    margin-left: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.line-order {
    background-color: #F5F7F8;
    padding: 40px;
    margin-top: 100px;
}

@media only screen and (max-width: 500px) {
    .line-order {
        padding: 15px;
    }
}

.line-order .sns {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.line-order .sns h2 {
    font-family: "YuGothicC";
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    background-color: #606FF5;
    padding: 22px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media only screen and (max-width: 768px) {
    .line-order .sns h2 {
        font-size: 25px;
    }
}

.line-content {
    background: white;
}

.line-content .line-qr-image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.line-content .line-qr-image img {
    margin: auto;
}

.line-content .sns-button {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 500px) {
    .line-content .sns-button {
        flex-direction: column;
    }
}

.line-content .sns-button img {
    margin: 0px 15px 40px;
}

@media only screen and (max-width: 500px) {
    .line-content .sns-button img {
        margin: 15px auto;
        width: 35vw;
    }
}

.bottom-footer {
    background-color: #F5F5F5;
    padding-top: 1px;
}

.bottom-footer .footer {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    margin-top: 100px;
    width: 95%;
    justify-content: space-between;
}

@media only screen and (max-width: 1040px) {
    .bottom-footer .footer {
        flex-direction: column;
    }
    .bottom-footer .footer .menu-side ul:first-child {
        margin-top: 50px;
        margin-left: 9%;
    }
    .bottom-footer .footer .menu-side ul:last-child {
        margin-left: 9%;
    }
}

.bottom-footer .footer .ft-logo {
    max-width: 400px;
}

.bottom-footer .footer .company-info {
    margin: 30px 0;
    line-height: 1.8;
}

.bottom-footer .footer .company-info p {
    font-family: "YuGothicC";
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #333;
}

@media only screen and (max-width: 500px) {
    .bottom-footer .footer .company-info p {
        font-size: 14px;
        margin: 10px 0;
    }
}

.bottom-footer .footer .company-info p span {
    font-weight: 700;
    width: 80px;
    margin-right: 20px;
    display: inline-block;
}

.bottom-footer .footer .follow h3 {
    font-family: "YuGothicB";
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #333;
    margin-top: 20px;
}

.bottom-footer .footer .follow .sns-link {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.bottom-footer .footer .follow .sns-link img {
    margin-right: 30px;
    width: 50px;
}

@media only screen and (max-width: 768px) {
    .bottom-footer .footer .menu-side {
        margin-left: 20px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .bottom-footer .footer .menu-side {
        display: none;
    }
    .banner-section img {
        height: 500px;
        object-fit: cover;
    }
}

.bottom-footer .footer .menu-side ul:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .bottom-footer .footer .menu-side ul:first-child {
        grid-gap: 5vw 2vw;
    }
}

.bottom-footer .footer .menu-side ul li a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
}

.bottom-footer .footer .menu-side ul li a::before {
    content: "";
    font: normal normal normal 14px/1 Fontawesome;
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bottom-footer .footer .menu-side ul li a::after {
    content: "";
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #666;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.bottom-footer .footer .menu-side ul li a:hover:after {
    width: 100%;
    left: 0;
}

.copy {
    font-family: "YuGothicC";
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #666;
    padding: 100px 0 20px;
}

@media only screen and (max-width: 500px) {
    .copy {
        padding: 55px 0 20px;
        width: 90%;
        margin: auto;
    }
}

#top {
    background-color: #AF8E66;
    color: white;
    padding: 15px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 100%;
    font-size: 20px;
}

.banner-section.scroll {
    margin-top: 106px;
}

@media screen and (max-width: 1279px) {
    #wrapper .tb-display {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #wrapper .sp-display {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .recent-section h2,
    .instagram-section h2,
    .site-section h2,
    .category-section h2,
    .recommend-products h2,
    .latest-goods h2 {
        width: 100%;
        font-size: 8vw;
        text-align: center;
    }
}

a:hover,
a:active,
a:focus {
    outline: none !important;
}

.right-sidebar .content-area {
    width: 90%;
    float: left;
    margin-right: 4.347826087%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    float: none;
    margin-top: 100px;
}


/*# sourceMappingURL=style.css.map */