@charset "UTF-8";

/*
Theme Name: 花屋田口WordPressテーマ
Description:花屋田口WordPressテーマ for Welcart
Author: 花屋田口
Template: welcart_basic
Version: 1.3.4
*/
/*************************************
MIXINS
*************************************/
body {
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    color: #111111;
    overflow: hidden;
    cursor: none;
}

/*body#subpage{
	padding-top: 160px;
}*/
.flex {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.table {
    display: table;
    width: 100%;
}

.table .th,
.table .td {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}

a {
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    color: #111111;
    cursor: none;
}

a img {
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

a img:hover {
    opacity: 0.75;
}

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

.wide {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#index-shop .wide {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.inner,
.wrapper {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.min {
    width: 100%;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 62.5em) {
    header {
        margin-bottom: 0;
    }

    header .inner {
        width: 100%;
        max-width: 1170px;
        padding: 0;
    }

    #main {
        width: 100%;
        margin: 0 auto;
    }

    #main.two-column #content {
        width: 100%;
        max-width: 890px;
    }

    #itempage .item-description h1,
    #itempage .item-description h2,
    #itempage .item-description h3,
    #itempage .item-description h4,
    #itempage .item-description h5,
    #itempage .item-description h6,
    #itempage .item-description p,
    #itempage .item-description ul,
    #itempage .item-description ol,
    #itempage .item-description dl,
    #itempage .item-description table {
        line-height: 1.8;
    }
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgb05em {
    margin-bottom: 0.5em;
}

.mgb1em {
    margin-bottom: 1em;
}

.mgb2em {
    margin-bottom: 2em;
}

.mgb3em {
    margin-bottom: 3em;
}

.mgb4em {
    margin-bottom: 4em;
}

.mgb5em {
    margin-bottom: 5em;
}

.mgb6em {
    margin-bottom: 6em;
}

.mgb7em {
    margin-bottom: 7em;
}

.mgb8em {
    margin-bottom: 8em;
}

.mgb10em {
    margin-bottom: 10em;
}

.fwb {
    font-weight: 700;
}

.btn {
    font-size: 14px;
    min-width: 265px;
    height: 71px;
    line-height: 71px;
    box-sizing: border-box;
    border: #fff 1px solid;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}

.btn::after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: 0;
}

.btn::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    transition: all 0.5s;
}

.btn span {
    display: block;
    position: relative;
    z-index: 2;
    padding-right: 90px;
    padding-left: 35px;
}

.btn span::after {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 32px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg) translateY(-50%);
    display: block;
    content: "";
}

.btn:hover {
    color: #111111;
    text-decoration: none;
}

.btn:hover::after {
    width: 100%;
}

.btn:hover span::after {
    border-color: #111111;
}

.btn-more {
    font-size: 14px;
    display: inline-block;
    line-height: 1.4;
    text-align: right;
    color: #000022;
    position: relative;
    box-sizing: border-box;
    padding-right: 106px;
    letter-spacing: 3px;
}

.btn-more span {
    display: inline-block;
    position: relative;
    text-align: left;
}

.btn-more span::after {
    display: block;
    width: 106px;
    height: 6px;
    border-bottom: 1px solid #000022;
    border-right: 1px solid #000022;
    transform: skew(45deg);
    content: "";
    position: absolute;
    left: 105%;
    bottom: 5px;
}

.btn-more:hover {
    text-decoration: none;
}

.btn-more:hover span::after {
    -webkit-animation: btn-slide 0.8s;
    animation: btn-slide 0.8s;
}

@keyframes btn-slide {
    0% {
        width: 0;
    }

    100% {
        width: 106px;
    }
}

@keyframes btn-slide2 {
    0% {
        width: 0;
    }

    100% {
        width: 135px;
    }
}

.btn-contact {
    display: inline-block;
    background: #111111;
    color: #fff;
    font-size: 2rem;
    padding: 0 2em;
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    position: relative;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.btn-contact::before {
    width: 100%;
    height: 58px;
    border-right: #111111 1px solid;
    border-bottom: #111111 1px solid;
    content: "";
    top: 7px;
    left: 7px;
    position: absolute;
}

.btn-contact:hover {
    background: #000022;
}

.btn-contact:hover::before {
    -webkit-animation: box-slide 0.4s;
    animation: box-slide 0.4s;
    border-color: #000022;
}

@keyframes box-slide {
    0% {
        top: 0px;
        left: 0px;
    }

    100% {
        top: 7px;
        left: 7px;
    }
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.gmap.low {
    padding-bottom: 36.25%;
}

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

.scpd {
    padding: 8em 0;
}

p {
    text-align: justify;
    text-justify: distribute;
}

table {
    width: 100%;
    background: #fff;
}

.content-left {
    float: left;
}

.content-right {
    float: right;
}

table {
    background: none;
}

/*-----------------------------------------------------------------
 Loading
----------------------------------------------------------------- */
body .l-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9000;
}

body .l-transition::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: $base-color;*/
    background: #111111 url(images/background.jpg) no-repeat center center;
    background-size: 100%;
    transform: translate(0, 0);
    -webkit-transition: all ease-in-out 0.8s;
    -ms-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
    opacity: 1;
}

body.is-loading .l-transition::after {
    /*transform: translate(0, 0);*/
    /*animation: transition-fadein 1s linear 0s 1 both;*/
    opacity: 1;
}

body.is-loaded .l-transition::after {
    /*animation: transition-fadein .8s linear 0s 1 both;*/
    opacity: 0;
}

body.is-leave .l-transition::after {
    /*animation: transition-fadeout .8s linear .5s 1 both;*/
    opacity: 1;
}

body .l-transition .transition-wrap {
    position: relative;
    z-index: 9999;
    height: 100%;
    width: 100%;
}

body .l-transition .transition-logo {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*width: 70%;*/
    width: 300px;
    /*min-width: 89.4rem;*/
    /*min-width: 30vw;
  max-width: 30vw;*/
}

body .l-transition .transition-logo img {
    width: 100%;
}

body.is-loaded .l-transition .transition-logo {
    animation: logo-fadein 1.5s linear 0s 1 both;
}

body.is-leave .l-transition .transition-logo {
    animation: logo-fadeout 1.5s linear 0.5s 1 both;
}

body .l-transition .transition-anime {
    position: relative;
    margin: 8rem auto 0 auto;
    width: 6.7rem;
    height: 6.7rem;
}

body.is-loading .l-transition .transition-anime,
body.is-leave .l-transition .transition-anime {
    opacity: 1;
    transition: opacity 0.5s linear;
}

body.is-loaded .l-transition .transition-anime {
    opacity: 0;
}

body .l-transition .transition-anime-logo {
    width: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body .l-transition .transition-anime-img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.is-loading .l-transition .transition-anime-img img {
    animation: loadingimg 0.5s linear infinite;
}

@keyframes transition-fadein {
    /*
  0% {
  	transform: skewX(0) translate(0, 0);
  }

  10% {
  	transform: skewX(-10deg) translate(10%, 0);
  }

  80% {
  	transform: skewX(-5deg) translate(80%, 0);
  }

  100% {
  	transform: skewX(0) translate(100%, 0);
  }
  */
}

@keyframes transition-fadeout {
    0% {
        transform: skewX(0) translate(-100%, 0);
    }

    10% {
        transform: skewX(-10deg) translate(-90%, 0);
    }

    80% {
        transform: skewX(-5deg) translate(-20%, 0);
    }

    100% {
        transform: skewX(0) translate(0, 0);
    }
}

@keyframes logo-fadein {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes logo-fadeout {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loadingimg {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 896px) {
    body .l-transition .transition-logo {
        width: 90%;
        min-width: inherit;
    }
}

@media screen and (max-width: 480px) {
    body .l-transition .transition-anime {
        width: 10rem;
        height: 10rem;
        margin-top: 3.8rem;
    }

    body .l-transition .transition-anime-logo {
        width: 5rem;
    }

    body .l-transition .transition-anime-logo img {
        max-width: 80vw;
    }

    body .l-transition .transition-logo {
        min-width: 70vw;
        max-width: 70vw;
    }

    body .l-transition .transition-logo img {
        width: 100%;
    }
}

.easingWrap .easingFade {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    transition: all 1.5s;
}

.easingWrap .easingFade.on {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.easingWrap .easingImg {
    position: relative;
    overflow: hidden;
}

.easingWrap .easingImg::before,
.easingWrap .easingImg::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easingWrap .easingImg::after {
    -webkit-transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
    background: #fff;
}

.easingWrap .easingImg.on::before,
.easingWrap .easingImg.on::after {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

@keyframes scrollOpen_r {
    0% {
        transform: rotate(0deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    20% {
        transform: rotate(-1deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    21% {
        transform: rotate(-1deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    100% {
        transform: rotate(-15deg) translateX(-160%);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

@keyframes scrollOpen_l {
    0% {
        transform: rotate(0deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    20% {
        transform: rotate(1deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    21% {
        transform: rotate(1deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    100% {
        transform: rotate(15deg) translateX(160%);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

/*
//------------------------------------------------
//	Moadules Setting
//------------------------------------------------
*/
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #fffa99 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #fffa99 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #fffa99 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #fffa99 50%);
    background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
    background-repeat: repeat-x;
    background-size: 200% 0.8em;
    background-position: 0 0.5em;
    transition: all 2s ease;
    font-weight: bold;
}

.marker-animation.active {
    background-position: -100% 0.5em;
}

body.opened #modal {
    z-index: 2000;
    display: block;
    opacity: 1;
    transform: scale(1);
}

body.opened #modal {
    -webkit-animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

body.closed #modal {
    -webkit-animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes modal-open {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modal-closed {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.btn-cart {
    width: 80px;
    height: 80px;
}

.btn-cart a {
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    border: #000022 1px solid;
    border-radius: 5px;
    color: #000022;
    font-size: 16px;
}

.btn-cart a .btn-name {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #000022;
    line-height: 1.2;
}

.btn-cart a .total-quant {
    position: absolute;
    bottom: 2px;
    right: 2px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #000022;
}

.btn-cart a:hover {
    color: #fff;
    background: #000022;
}

.btn-cart a:hover .btn-name {
    color: #fff;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

#masthead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 120px;
    box-sizing: border-box;
    z-index: 15;
    -webkit-animation: header 1s ease 1.5s 1 forwards;
    animation: header 1s ease 1.5s 1 forwards;
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    padding: 70px 5vw 0;
}

#masthead .masthead-inner {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#masthead .masthead-inner .btn-cart-default {
    width: 325px;
}

#masthead .flex-wrap {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#masthead .sp-nav {
    display: none;
}

.btn-cart-default {
    background: #fff;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    padding: 0.9em 1em;
    display: block;
    letter-spacing: 4px;
    margin-right: 35px;
    position: relative;
}

.btn-cart-default:hover {
    text-decoration: none;
}

.btn-cart-default span {
    font-size: 20px;
}

.btn-cart-default img {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
}

#par {
    width: 100%;
    /*height: calc(100vh - 40px);*/
    height: 100vh;
    box-sizing: border-box;
    /*padding: 40px;*/
    background: #fff;
    position: relative;
}

#par .par-inner {
    width: 100%;
    height: 100%;
}

#par .par-inner .vegas-slide-inner {
    background-attachment: fixed;
}

#par .par-inner .box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

#par .par-inner .box .ttl {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    transition: all 1.5s;
}

#par .par-inner .box .ttl.visible {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.menu-trigger {
    position: fixed;
    top: 70px;
    left: 5vw;
    width: 70px;
    height: 90px;
    z-index: 6;
    -webkit-animation: header 1s ease 0.3s 1 forwards;
    animation: header 1s ease 0.3s 1 forwards;
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.menu-trigger.top_menu {
    -webkit-animation: header 1s ease 1.5s 1 forwards;
    animation: header 1s ease 1.5s 1 forwards;
}

.menu-trigger .hamburger {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.menu-trigger span {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 32px;
    height: 2px;
    background: #fff;
    right: 0;
    margin: auto;
}

.menu-trigger span:nth-of-type(1) {
    top: 20px;
}

.menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 20px;
}

.menu-trigger::after {
    position: absolute;
    content: "MENU";
    font-size: 0.875em;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.menu-trigger.is-active span {
    width: 40px;
    background: #fff;
}

.menu-trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-225deg);
    -ms-transform: translateY(15px) rotate(-225deg);
    transform: translateY(15px) rotate(-225deg);
    top: 17px;
}

.menu-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(225deg);
    -ms-transform: translateY(-15px) rotate(225deg);
    transform: translateY(-15px) rotate(225deg);
    bottom: 17px;
}

.menu-trigger.is-active::after {
    content: "CLOSE";
}

@-webkit-keyframes header {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes header {
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#overlay .mask {
    background: #000022;
    padding: 215px 75px 150px;
    width: 450px;
    height: 100%;
    min-height: 1083px;
}

#overlay #gnavi ul {
    font-size: 1.125em;
    margin-bottom: 1em;
    letter-spacing: 7px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 50px 0;
    margin-bottom: 40px;
}

#overlay #gnavi ul li {
    margin-bottom: 1em;
    opacity: 0;
}

#overlay #gnavi ul li a {
    color: #fff;
}

#overlay #gnavi ul li a svg {
    width: 20px;
    margin-left: 8px;
}

#overlay #gnavi ul li a svg path {
    fill: #fff;
}

#overlay #gnavi ul li:last-child {
    margin-bottom: 0;
}

#overlay #gnavi ul li:nth-child(1) {
    -webkit-animation: fade_nav 0.4s ease 0.1s 1 forwards;
    animation: fade_nav 0.4s ease 0.1s 1 forwards;
}

#overlay #gnavi ul li:nth-child(2) {
    -webkit-animation: fade_nav 0.6s ease 0.2s 1 forwards;
    animation: fade_nav 0.6s ease 0.2s 1 forwards;
}

#overlay #gnavi ul li:nth-child(3) {
    -webkit-animation: fade_nav 0.8s ease 0.3s 1 forwards;
    animation: fade_nav 0.8s ease 0.3s 1 forwards;
}

#overlay #gnavi ul li:nth-child(4) {
    -webkit-animation: fade_nav 1s ease 0.4s 1 forwards;
    animation: fade_nav 1s ease 0.4s 1 forwards;
}

#overlay #gnavi ul li:nth-child(5) {
    -webkit-animation: fade_nav 1.2s ease 0.5s 1 forwards;
    animation: fade_nav 1.2s ease 0.5s 1 forwards;
}

#overlay #gnavi ul li:nth-child(6) {
    -webkit-animation: fade_nav 1.4s ease 0.6s 1 forwards;
    animation: fade_nav 1.4s ease 0.6s 1 forwards;
}

#overlay #gnavi ul li:nth-child(7) {
    -webkit-animation: fade_nav 1.6s ease 0.7s 1 forwards;
    animation: fade_nav 1.6s ease 0.7s 1 forwards;
}

#overlay #gnavi ul li:nth-child(8) {
    -webkit-animation: fade_nav 1.8s ease 0.8s 1 forwards;
    animation: fade_nav 1.8s ease 0.8s 1 forwards;
}

#overlay #gnavi ul li:nth-child(9) {
    -webkit-animation: fade_nav 2s ease 0.9s 1 forwards;
    animation: fade_nav 2s ease 0.9s 1 forwards;
}

#overlay #gnavi ul li:nth-child(10) {
    -webkit-animation: fade_nav 2.2s ease 1.0s 1 forwards;
    animation: fade_nav 2.2s ease 1.0s 1 forwards;
}

.header_ttl {
    text-align: center;
    margin-bottom: 50px;
}

.header_ttl a {
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header_ttl a img.logo {
    width: 300px;
    height: 89px;
    display: block;
}

@-webkit-keyframes fade_nav {
    100% {
        opacity: 1;
    }
}

@keyframes fade_nav {
    100% {
        opacity: 1;
    }
}

#cursor {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: none;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #3e3a39;
    border-radius: 50%;
    z-index: 999;
    -webkit-transition: width 0.1s, height 0.1s, top 0.1s, left 0.1s;
    -o-transition: width 0.1s, height 0.1s, top 0.1s, left 0.1s;
    transition: width 0.1s, height 0.1s, top 0.1s, left 0.1s;
}

#cursor.hov_ {
    top: -13px;
    left: -13px;
    width: 26px;
    height: 26px;
}

.md-news .md-news-header {
    margin-bottom: 2em;
}

.md-news .md-news-header .ttl {
    font-size: 24px;
    font-weight: 400;
    position: relative;
}

.md-news .md-news-header .ttl::after {
    width: 60px;
    height: 1px;
    content: "";
    background: #111111;
    margin-top: 20px;
    display: block;
}

.md-news .item {
    font-size: 14px;
}

.md-news .item:not(:last-child) {
    margin-bottom: 1em;
}

.md-news .item dl dt {
    width: 8em;
}

.md-news .item dl dd {
    width: calc(100% - 8em);
}

#index-news {
    color: #fff;
}

#index-news a {
    color: #fff;
}

#index-news .top-flex {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

#index-news .top-flex::after {
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    background: #fff;
}

#index-news .top-flex .left,
#index-news .top-flex .right {
    width: 45%;
}

#index-news .md-news .md-news-header .ttl::after {
    background: #fff;
}

.big-header {
    margin-bottom: 4em;
    margin-left: 10px;
    margin-right: 10px;
}

.big-header .big-ttl {
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
}

.md-styled-content {
    width: 100%;
    height: calc(100vh - 80px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    padding: 4em;
}

.md-styled-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.35);
}

.md-styled-content .box {
    position: absolute;
    left: 4em;
    bottom: 4em;
}

.md-styled-content .box p {
    color: #fff;
    line-height: 2.4;
    margin-bottom: 1.5em;
}

#index-concept .big-header .big-ttl {
    color: #fff;
}

#index-concept .md-styled-content {
    background-image: url(images/HeaderImg-04.jpg);
    border: #fff 40px solid;
}

footer {
    background: none;
}

.md-gallery .masonry-gallery-wrap .masonry-item {
    width: 25%;
    box-sizing: border-box;
    padding: 0.5em;
}

#index-gallery .big-header .big-ttl {
    color: #fff;
}

#index-shop {
    background: #fff;
    position: relative;
    padding-bottom: 16em;
}

#index-shop .shop-wrap {
    position: relative;
}

#index-shop .inner .box {
    width: 45%;
}

#index-shop .inner .box .ttl {
    font-size: 24px;
    margin-bottom: 1em;
}

#index-shop .inner .box .ttl img {
    max-width: 200px;
}

#index-shop .inner .box .tables .table .th,
#index-shop .inner .box .tables .table .td {
    padding: 0.5em 0;
}

#index-shop .inner .box .tables .table .th {
    width: 100px;
}

#index-shop .inner .box .tables .table .td a {
    display: inline-block;
    margin-right: 1.5em;
}

#index-shop .thumb {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#index-map .gmap {
    padding-bottom: 36.25%;
}

.md-half {
    background: #000022;
    background: linear-gradient(90deg, #000022 0%, #000022 50%, white 50%, white 100%);
}

.md-half .big-header {
    padding-left: 5%;
    color: #fff;
}

.md-half .flex .left,
.md-half .flex .right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 8vw;
}

.md-half .flex .right .sns .item:not(:last-child) {
    margin-bottom: 3em;
}

.md-half .flex .right .sns .item .btn-more {
    display: block;
    width: 60%;
    font-size: 20px;
}

.md-half .flex .right .sns .item .btn-more span {
    display: block;
}

.md-half .flex .right .sns .item img {
    display: inline-block;
    margin-right: 1em;
    max-width: 40px;
}

#contactform table {
    margin-bottom: 2em;
    width: 100%;
    color: #fff;
}

#contactform table tr th,
#contactform table tr td {
    vertical-align: middle;
}

#contactform table tr th {
    padding: 1em 1em 0.5em 0;
    text-align: left;
    vertical-align: top;
    width: 30%;
    font-weight: 400;
}

#contactform table tr td {
    width: 75%;
    padding: 1em 0;
}

#contactform table tr td input[type=text],
#contactform table tr td input[type=email],
#contactform table tr td input[type=tel],
#contactform table tr td textarea {
    display: block;
    border: #fff 1px solid;
    background: no-repeat;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
}

#contactform .buttons {
    margin-left: 30%;
}

#contactform .req {
    font-size: 0.75em;
    display: block;
    line-height: 1;
}

#site-footer {
    position: fixed;
    transform: translateY(-50%);
    left: 30px;
    top: 50%;
    bottom: 0;
    margin: auto;
    font-size: 0.75em;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-animation: fade_nav 1s ease 0.7s 1 forwards;
    animation: fade_nav 1s ease 0.7s 1 forwards;
    color: #999;
    width: 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

#sub-hero {
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#sub-hero .header-box {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

#sub-hero .header-box .page-ttl {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.07em;
}

#sub-hero .header-box .sub-ttl {
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-top: 1.5em;
}

.md-simple-box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.md-simple-box .inner,
.md-simple-box .wide,
.md-simple-box .min {
    position: relative;
    height: 685px;
}

.md-simple-box .box {
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 100px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.md-simple-box .box .ttl {
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
}

.md-simple-box .box .excerpt {
    margin: 0 30px 0 0;
    text-align: left;
    line-height: 2.8;
}

#sec-concept {
    background-image: url(images/bg_concept.jpg);
}

.md-designed-content .flex {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.md-designed-content .flex .thumb,
.md-designed-content .flex .txt {
    width: 50%;
    height: 600px;
    overflow: hidden;
}

.md-designed-content .flex .txt {
    position: relative;
    background: #fff;
}

.md-designed-content .flex .txt .box {
    position: absolute;
    display: block;
    padding: 0 130px;
    top: 50%;
    transform: translateY(-50%);
}

.md-designed-content .flex .txt .box .ttl {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

.md-designed-content .flex .txt .box .ttl img {
    max-width: 200px;
}

.md-designed-content .flex .txt .box .excerpt {
    line-height: 2;
    margin-top: 22px;
}

.md-designed-content .flex .txt .box .tables {
    margin-top: 40px;
}

.md-designed-content .flex .txt .box .tables .table .th,
.md-designed-content .flex .txt .box .tables .table .td {
    padding: 0.5em 0;
}

.md-designed-content .flex .txt .box .tables .table .th {
    width: 100px;
}

.md-designed-content .flex .txt .box .tables .table .td a {
    display: inline-block;
    margin-right: 1.5em;
}

.md-designed-content .flex .txt.dark {
    background: none;
}

.md-designed-content .flex .txt.dark .box {
    color: #fff;
}

.md-designed-content.reverse .flex .thumb {
    order: 2;
}

.md-designed-content.reverse .flex .txt {
    order: 1;
}

#contents.single-page {
    background: none;
    padding: 10em 0;
}

#contents.single-page .top-flex {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 4.5em;
    background: #fff;
}

#contents.single-page .top-flex #main {
    width: 75%;
    order: 2;
    margin: 0;
}

#contents.single-page .top-flex #main.full-width {
    width: 100%;
    order: 1;
}

#contents.single-page .top-flex #sidebar {
    width: calc(35% - 10vw);
    order: 1;
}

#contents.single-page .top-flex #sidebar .widget {
    margin-bottom: 6em;
}

#contents.single-page .top-flex #sidebar .widget .widget-ttl {
    font-size: 20px;
    letter-spacing: 0.07em;
    border-bottom: #111111 1px solid;
    margin-bottom: 2em;
    padding-bottom: 1em;
}

#contents.single-page .top-flex #sidebar .md-catlist ul {
    list-style: none;
}

#contents.single-page .top-flex #sidebar .md-catlist ul li {
    letter-spacing: 0.07em;
}

#contents.single-page .top-flex #sidebar .md-catlist ul li:not(:last-child) {
    margin-bottom: 1em;
}

#contents.single-page .top-flex #sidebar .md-news-list-side {
    list-style: none;
}

#contents.single-page .top-flex #sidebar .md-news-list-side li:not(:last-child) {
    margin-bottom: 1em;
}

#contents.single-page .top-flex #sidebar .md-news-list-side .ttl {
    line-height: 1.8;
}

#contents.single-page .top-flex #sidebar .md-news-list-side .meta {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.07em;
}

#contents.single-page .top-flex #sidebar .md-news-list-side .meta a {
    display: inline-block;
}

#contents.single-page .top-flex #sidebar .md-news-list-side .meta a:not(:last-child) {
    margin-right: 1em;
}

#contents.single-page .top-flex.archives-flex {
    padding: 0 !important;
}

#single-hero {
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.archive-header {
    margin-bottom: 6em;
    color: #fff;
}

.archive-header .archive-ttl {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
}

.single-header {
    position: relative;
    margin-bottom: 4em;
}

.single-header::after {
    display: block;
    width: 60px;
    height: 1px;
    background: #111111;
    margin-top: 2em;
    content: "";
}

.single-header .meta {
    margin-bottom: 1.5em;
}

.single-header .meta span {
    display: inline-block;
}

.single-header .meta span:not(:last-child) {
    margin-right: 2em;
}

.single-header .single-ttl {
    font-size: 20px;
}

.sentry * {
    line-height: 1.6;
}

.sentry h1,
.sentry h2,
.sentry h3,
.sentry h4,
.sentry h5,
.sentry h6 {
    margin: 1.5em 0;
}

.sentry p,
.sentry ul,
.sentry ol,
.sentry table,
.sentry dl,
.sentry blockquote {
    margin-bottom: 1.5em;
}

.sentry p,
.sentry ul,
.sentry ol {
    text-align: justify;
    text-justify: inter-character;
}

.sentry p.law__telnum {
    text-align: left;
}

.sentry blockquote p {
    text-align: left;
    text-justify: inherit;
    word-wrap: break-word;
}

.sentry h2 {
    font-size: 20px;
    position: relative;
    font-weight: 500;
}

.sentry h2::before {
    margin-bottom: 0.5em;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #111111, #111111);
}

.sentry h2::after {
    margin-top: 0.5em;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #111111, #111111);
}

.sentry h3 {
    font-size: 20px;
    font-weight: 500;
}

.sentry h4 {
    font-size: 18px;
    font-weight: 500;
}

.sentry p.text-right {
    text-align: right;
}

.sentry blockquote {
    padding: 4em 1em 1em 1em;
    background: #f0f0f0;
    position: relative;
}

.sentry blockquote::before {
    position: absolute;
    left: 15px;
    top: 10px;
    content: "“";
    line-height: 1;
    color: #111111;
    font-size: 6rem;
    font-weight: bold;
}

.sentry blockquote p:last-child {
    margin-bottom: 0;
}

.sentry blockquote span {
    color: #989898;
}

.sentry blockquote span a {
    color: #989898;
    text-decoration: underline;
}

.sentry a {
    text-decoration: underline;
    word-break: break-all;
}

.sentry ul {
    list-style: none;
}

.sentry ul li {
    padding-left: 1.8rem;
    position: relative;
}

.sentry ul li::before {
    position: absolute;
    content: "";
    display: block;
    top: 6px;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #111111;
    border-radius: 50%;
}

.sentry ol {
    list-style: none;
    counter-reset: item;
}

.sentry ol li {
    position: relative;
    padding-left: 2.8em;
    margin-bottom: 1em !important;
}

.sentry ol li::before {
    position: absolute;
    left: 0;
    top: 2px;
    counter-increment: item;
    content: counter(item);
    line-height: 1;
    padding: 3px 7px;
    border-radius: 3px;
    border: #111111 1px solid;
    color: #111111;
}

.sentry ul li,
.sentry ol li {
    margin-bottom: 0.5em;
}

.sentry table {
    width: 100%;
    border-collapse: collapse;
}

.sentry table th,
.sentry table td {
    padding: 0.5em 1em;
    border: #d0d0d0 1px solid;
    text-align: left;
}

.sentry table th {
    background: #f8f8f8;
}

.sentry table.responsive {
    border-bottom: #d0d0d0 1px solid;
    display: block;
    box-sizing: border-box;
}

.sentry table.responsive tbody,
.sentry table.responsive tr,
.sentry table.responsive th,
.sentry table.responsive td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}

.sentry table.responsive th,
.sentry table.responsive td {
    border-bottom: none;
}

.sentry img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    max-width: 100%;
    height: auto;
}

.sentry a:hover img {
    opacity: 0.7;
}

.sentry dl dt {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.sentry dl dd {
    padding-left: 1.5em;
}

.sentry dl dd:not(:last-child) {
    margin-bottom: 1.5em;
}

.sentry .alignleft {
    float: left;
    clear: left;
    margin: 0 1em 1.5em 0px;
}

.sentry img.aligncenter,
.sentry img.centered,
.sentry img.center {
    display: block;
    margin: 0 auto 1.5em;
    float: none;
    clear: both;
}

.sentry img.alignright {
    float: right;
    clear: right;
    margin: 0 0 1.5em 1em;
}

.md-news-archives .top-flex {
    -webkit-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -o-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

.md-news-archives .top-flex .item {
    width: 47%;
    margin-bottom: 2em;
    margin-right: 6%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.md-news-archives .top-flex .item:nth-child(2n) {
    margin-right: 0;
}

.md-news-archives .top-flex .item:nth-last-child(1),
.md-news-archives .top-flex .item:nth-last-child(2) {
    margin-bottom: 0;
}

.md-news-archives .top-flex .item .thumb {
    width: 16vw;
    height: 11vw;
    position: relative;
}

.md-news-archives .top-flex .item .thumb::before {
    color: #3e3a39;
    content: "VIEW MORE";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.md-news-archives .top-flex .item .thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #f4f4f4;
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.md-news-archives .top-flex .item .txt {
    width: calc(100% - 18vw);
}

.md-news-archives .top-flex .item .txt .date {
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    font-size: 12px;
}

.md-news-archives .top-flex .item .txt .ttl {
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.md-news-archives .top-flex .item .txt .excerpt {
    font-size: 12px;
}

.md-news-archives .top-flex .item:hover {
    text-decoration: none;
}

.md-news-archives .top-flex .item:hover .thumb::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.md-news-archives .top-flex .item:hover .thumb::after {
    opacity: 0.7;
}

.md-news-archives .top-flex .entry {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3em;
    position: relative;
}

.md-news-archives .top-flex .entry:nth-child(3n) {
    margin-right: 0;
}

.md-news-archives .top-flex .entry:nth-last-child(1),
.md-news-archives .top-flex .entry:nth-last-child(2),
.md-news-archives .top-flex .entry:nth-last-child(3) {
    margin-bottom: 0;
}

.md-news-archives .top-flex .entry .thumb {
    overflow: hidden;
}

.md-news-archives .top-flex .entry .txt {
    padding: 1.5em 0;
    border-bottom: #111111 1px solid;
}

.md-news-archives .top-flex .entry .txt dt {
    text-align: center;
    margin-bottom: 1.5em;
    font-weight: 500;
}

.md-news-archives .top-flex .entry .txt dd {
    text-align: center;
}

.md-news-archives .top-flex .entry .txt dd span {
    display: inline-block;
}

.md-news-archives .top-flex .entry .txt dd span.num {
    font-size: 24px;
}

.md-news-archives .top-flex .entry .type_border {
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    z-index: 1;
}

.md-news-archives .top-flex .entry .type_border .border {
    position: absolute;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    box-sizing: content-box;
    transition: all 0.35s ease;
}

.md-news-archives .top-flex .entry .type_border .border.line1 {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left top;
}

.md-news-archives .top-flex .entry .type_border .border.line2 {
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    transform: scaleY(0);
    transform-origin: left top;
    transition-delay: 0.3s;
}

.md-news-archives .top-flex .entry .type_border .border.line3 {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right top;
}

.md-news-archives .top-flex .entry .type_border .border.line4 {
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    transform: scaleY(0);
    transform-origin: left bottom;
    transition-delay: 0.3s;
}

.md-news-archives .top-flex .entry:hover {
    text-decoration: none;
}

.md-news-archives .top-flex .entry:hover .thumb img {
    transform: scale(1.2);
    -webkit-filter: sepia(80%) saturate(70%) brightness(70%);
    filter: sepia(80%) saturate(70%) brightness(70%);
}

.md-news-archives .top-flex .entry:hover .type_border .border.line1 {
    transform: scaleX(1);
    transform-origin: left top;
}

.md-news-archives .top-flex .entry:hover .type_border .border.line2 {
    transform: scaleY(1);
    transform-origin: left top;
}

.md-news-archives .top-flex .entry:hover .type_border .border.line3 {
    transform: scaleX(1);
    transform-origin: right top;
}

.md-news-archives .top-flex .entry:hover .type_border .border.line4 {
    transform: scaleY(1);
    transform-origin: left bottom;
}

.sns_default_top {
    padding-top: 2em;
}

.sns_default_top .flex {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.sns_default_top .flex li {
    line-height: 1;
}

#itempage #img-box {
    width: 380px;
}

.item-info .field {
    margin-bottom: 2em;
}

.item-info .zaikostatus {
    font-size: 12px;
    margin-bottom: 2.5em;
}

.item-info .field_price {
    font-size: 30px;
}

.page-template-uscescart #primary {
    width: 100%;
    max-width: 80%;
    margin: 12em auto 6em auto;
    background: #fff;
    box-sizing: border-box;
    padding: 4.5em;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 3em;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #333;
    background-color: #ccc;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: #fff 1px solid !important;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #fff;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #000022;
    font-weight: bold;
}

#itempage .item-description {
    font-size: 14px;
    margin-top: 3em;
}

.for-sp {
    display: none;
}

@media screen and (max-width: 1368px) {
    .md-designed-content .flex {
        -webkit-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        align-items: center;
    }

    .md-designed-content .flex .thumb,
    .md-designed-content .flex .txt {
        height: auto;
    }

    .md-designed-content .flex .txt .box {
        padding: 4em;
        position: inherit;
        top: inherit;
        transform: none;
    }

    .md-designed-content .flex .txt .box .ttl {
        font-size: 20px;
    }

    .md-designed-content .flex .txt .box .excerpt {
        font-size: 14px;
    }

    .md-designed-content .flex .txt .box .tables {
        margin-top: 20px;
    }

    .md-designed-content .flex .txt .box .tables .table .th,
    .md-designed-content .flex .txt .box .tables .table .td {
        padding: 5px 0;
    }

    .md-half .flex .right .sns .item .btn-more {
        width: 80%;
    }
}

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

    .inner,
    .wide {
        max-width: 90%;
    }

    #index-shop .wide {
        max-width: 90%;
    }

    .menu-trigger {
        top: 30px;
        left: 3vw;
    }

    #masthead {
        padding: 28px 0vw 0;
    }

    #contactform table {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    #contactform table tbody,
    #contactform table tr,
    #contactform table th,
    #contactform table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    #contactform table tr td {
        padding-top: 0;
    }

    #contactform .req {
        display: inline-block;
        margin-left: 0.5em;
    }

    .md-half .flex .left,
    .md-half .flex .right {
        padding: 0 6vw;
    }

    .md-half .flex .right .sns .item .btn-more {
        width: 100%;
    }

    #contents.single-page .top-flex {
        padding: 2em;
    }

    .detail-box {
        width: calc(100% - 450px);
    }
}

@media screen and (max-width: 999px) {
    header {
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 812px) {
    .scpd {
        padding: 4em 0;
    }

    #index-news .top-flex {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #index-news .top-flex::after {
        display: none;
    }

    #index-news .top-flex .left,
    #index-news .top-flex .right {
        width: 100%;
    }

    #index-news .top-flex .left {
        margin-bottom: 3.5em;
    }

    #site-footer {
        left: 10px;
    }

    .big-header .big-ttl {
        font-size: 60px;
    }

    #index-concept .wide {
        position: relative;
    }

    #index-concept .md-styled-content {
        border: #fff 20px solid;
        position: relative;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-align-items: flex-end;
        -moz-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
    }

    #index-concept .md-styled-content .box {
        position: inherit;
        left: inherit;
        bottom: inherit;
    }

    #index-shop {
        padding-bottom: 0;
    }

    #index-shop .inner {
        margin-bottom: 3.5em;
    }

    #index-shop .inner .box {
        width: 100%;
    }

    #index-shop .thumb {
        position: inherit;
        width: 100%;
        right: inherit;
        top: inherit;
        transform: none;
    }

    .md-half {
        background: none;
    }

    .md-half .flex {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .md-half .flex .left,
    .md-half .flex .right {
        box-sizing: border-box;
        width: 100%;
        padding: 4em;
    }

    .md-half .flex .left {
        background: #000022;
        padding-top: 0;
    }

    .md-half .flex .right {
        background: #fff;
    }

    #index-contact {
        background: #000022;
        padding-bottom: 0;
    }

    #site-footer {
        left: inherit;
        position: inherit;
        top: inherit;
        transform: none;
        bottom: inherit;
        width: 100%;
        box-sizing: border-box;
        writing-mode: inherit;
    }

    #sub-hero {
        height: 50vh;
    }

    .md-designed-content .flex {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .md-designed-content .flex .thumb,
    .md-designed-content .flex .txt {
        width: 100%;
        box-sizing: border-box;
    }

    .md-designed-content .flex .thumb {
        order: 2;
    }

    .md-designed-content .flex .txt {
        order: 1;
    }

    /*#contents{
  	&.single-page {
  		.top-flex{
  			@include vendor-prefix(flex-flow, row wrap);
  			.item{
  				width: 100%;
  				margin-right: 0 !important;
  			}
  		}
  	}
  }*/
    .md-news-archives .top-flex .item {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .md-news-archives .top-flex .item .thumb,
    .md-news-archives .top-flex .item .txt {
        width: 100%;
        height: auto;
    }

    .md-news-archives .top-flex .item .thumb {
        margin-bottom: 1em;
    }

    .md-news-archives .top-flex .item .txt .ttl {
        font-size: 14px;
    }

    #contents.single-page {
        padding: 4em 0;
    }

    .archive-header {
        margin-bottom: 3em;
    }

    #single-hero {
        height: 30vh;
        background-attachment: unset;
    }

    #contents.single-page .top-flex {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
        /*
    #main{
    	order: 1;
    	margin-bottom: 2.5em;
    }
    #sidebar{
    	order: 2;
    }
    */
    }

    #contents.single-page .top-flex #main,
    #contents.single-page .top-flex #sidebar {
        width: 100%;
    }

    #contents.single-page .top-flex #sidebar {
        margin-bottom: 2.5em;
    }

    .md-news-archives .top-flex .entry {
        width: 47.5%;
    }

    .md-news-archives .top-flex .entry:nth-child(3n) {
        margin-right: 5%;
    }

    .md-news-archives .top-flex .entry:nth-child(2n) {
        margin-right: 0;
    }

    #single-hero {
        background-attachment: unset;
    }

    #itempage #img-box {
        width: 40%;
    }

    #itempage .detail-box {
        width: 55%;
    }

    .page-template-uscescart #primary {
        max-width: 90%;
        padding: 2em;
    }

    #par .par-inner .vegas-slide-inner {
        background-attachment: unset;
    }
}

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

    body {
        padding-bottom: 45px;
    }

    #masthead {
        top: inherit;
        bottom: 0;
        height: auto;
        padding: 0;
    }

    #masthead .masthead-inner {
        display: none;
    }

    #masthead .sp-nav {
        display: block;
        width: 100%;
    }

    #masthead .sp-nav .flex {
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        align-items: center;
    }

    #masthead .sp-nav .flex .item {
        width: 50%;
        height: 45px;
        line-height: 45px;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
    }

    #masthead .sp-nav .flex .item span {
        letter-spacing: 0.07em;
    }

    #masthead .sp-nav .flex .item:nth-child(1) {
        background: #f0f0f0;
    }

    #masthead .sp-nav .flex .item:nth-child(2) {
        background: #fff;
    }

    #masthead .sp-nav .flex .item img {
        vertical-align: middle;
        display: inline-block;
        width: 15px;
        margin-right: 8px;
        margin-top: -3px;
    }

    .menu-trigger {
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
        left: auto;
        right: 5vw;
        top: 5vw;
        width: 40px;
        height: 55px;
    }

    .menu-trigger:after {
        font-size: 0.7em;
        letter-spacing: inherit;
        bottom: -3px;
    }

    .menu-trigger .hamburger {
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
    }

    .menu-trigger span {
        width: 20px;
        height: 1px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 10px;
    }

    .menu-trigger.is-active span {
        width: 25px;
    }

    .menu-trigger.is-active span:nth-of-type(1) {
        top: 3.5px;
    }

    .menu-trigger.is-active span:nth-of-type(3) {
        bottom: 3.5px;
    }

    #overlay .mask {
        width: 100%;
        padding: 15vw 10vw 50px;
        min-height: 760px;
    }

    .header_ttl {
        margin-bottom: 10vw;
    }

    .header_ttl a img.logo {
        width: 200px;
        height: auto;
    }

    .md-news .item dl {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .md-news .item dl dt,
    .md-news .item dl dd {
        width: 100%;
    }

    #index-concept {
        padding-top: 0;
        padding-bottom: 0;
    }

    #index-concept .md-styled-content {
        padding: 1.5em;
    }

    #index-concept .md-styled-content .box p {
        line-height: 1.8;
        font-size: 12px;
    }

    #index-concept .md-styled-content .box .btn {
        min-width: 100%;
        height: 45px;
        line-height: 45px;
    }

    .big-header {
        margin-bottom: 2em;
    }

    .big-header .big-ttl {
        font-size: 42px;
    }

    .md-gallery .masonry-gallery-wrap .masonry-item {
        width: 33.333333%;
        padding: 5px;
    }

    #index-shop .inner .box .ttl {
        text-align: center;
    }

    #index-shop .inner .box .ttl img {
        width: 150px;
    }

    #index-shop .inner .box .tables {
        font-size: 14px;
    }

    .md-half .flex .left {
        padding: 0 5% 4em 5%;
    }

    .md-half .flex .right {
        padding: 4em 5%;
    }

    .md-half .flex .right .sns .item .btn-more {
        font-size: 14px;
    }

    .md-half .flex .right .sns .item img {
        max-width: 20px;
    }

    .btn-more span::after {
        left: 95%;
    }

    .md-simple-box .box .ttl {
        font-size: 20px;
    }

    .md-simple-box .box .excerpt {
        line-height: 1.6;
        font-size: 14px;
    }

    .md-designed-content .flex .txt .box {
        padding: 2em;
    }

    .md-designed-content .flex .txt .box .ttl {
        font-size: 18px;
    }

    .md-designed-content .flex .txt .box .excerpt {
        font-size: 14px;
    }

    #sub-hero .header-box .page-ttl {
        font-size: 24px;
    }

    .md-news-archives .top-flex .item {
        width: 100%;
        margin-right: 0 !important;
    }

    .archive-header .archive-ttl {
        font-size: 24px;
    }

    .single-header .meta {
        font-size: 12px;
    }

    .single-header .single-ttl {
        font-size: 16px;
    }

    .sentry {
        font-size: 14px;
    }

    .sentry h2,
    .sentry h3,
    .sentry h4,
    .sentry h5 {
        font-size: 16px;
    }

    #contents.single-page .top-flex #sidebar .widget {
        margin-bottom: 3em;
    }

    #contents.single-page .top-flex #sidebar .md-news-list-side .ttl {
        font-size: 14px;
    }

    .md-news-archives .top-flex .entry {
        width: 100%;
        margin-right: 0 !important;
    }

    #itempage #img-box,
    #itempage .detail-box {
        width: 100%;
        float: none;
    }

    .page-template-uscescart #primary {
        max-width: 100%;
        margin: 6em auto;
        padding: 2em 0;
    }

    #wc_cart #cart .upbutton {
        font-size: 12px;
    }

    #cart {
        overflow: auto;
    }

    #cart_table {
        width: 480px;
    }

    /*
  .cart-page {
  	.send{
  		input[type="button"],
  		input[type="submit"],
  		input[type="reset"]{
  			box-sizing: border-box;
  			width: 100%;
  		}
  	}
  }
  */
    #confirm_table {
        display: block;
        border-bottom: #efefef 1px solid;
    }

    #confirm_table tbody,
    #confirm_table tr,
    #confirm_table th,
    #confirm_table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    #confirm_table th,
    #confirm_table td {
        border-bottom: none;
    }

    #confirm_table tr.ttl td {
        background: #FFE2BF;
    }

    .post-li article .flex {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .post-li article .flex .itemimg {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .post-li article .flex .post-body {
        width: 100%;
    }

    #masthead {
        -webkit-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }

    #par .par-inner .box {
        transform: translateY(-65%);
    }
}

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

/* 10/26 追記 */
.mb5 {
    margin-bottom: 5px;
}

.sentry h3 {
    margin-bottom: 5px;
}

#overlay .mask {
    padding: 14% 75px 150px;
}

#overlay #gnavi ul {
    padding: 30px 0;
}

#overlay #gnavi ul li {
    margin-bottom: 0.8em;
}

#overlay #gnavi ul li a svg {
    vertical-align: bottom;
}

.menu-trigger {
    top: 30px;
    left: 30px;
}

#single-hero {
    background-position: right -28vh;
    background-attachment: initial;
}

.header_ttl {
    margin-bottom: 30px;
}

.md-news-archives .top-flex .entry .txt {
    height: 160px;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-response-output,
.link-white {
    color: #FFF;
}

.soldout {
    color: #ce0000;
    margin-left: 7px;
}

#cursor {
    width: 20px;
    height: 20px;
    background: rgb(168 190 255 / 70%);
    border: none;
}

.md-catlist {
    font-size: 90%;
}

.widget-ttl a:hover {
    text-decoration: none;
    opacity: 0.3;
}

.cat-item {
    text-decoration: underline;
}

.cat-item a:hover {
    opacity: 0.3;
}

@media screen and (max-width: 812px) {
    #single-hero {
        background-position: center center;
        background-attachment: unset;
    }
}

#main #content.member-page {
    color: #FFF;
    max-width: 1024px;
    width: 100%;
    margin: 180px auto 90px auto;
}

@media screen and (max-width: 812px) {
    #main #content.member-page {
        margin: 30vw auto 15vw auto;
    }
}

.customer_form th {
    color: #333;
}

.customer_form td {
    color: #FFF;
}

#cursor {
    z-index: 99999999;
}

#memberinfo th {
    color: #333;
}

#memberinfo h3 {
    color: #FFF;
}

select {
    color: #333;
}

#memberinfo .customer_form td {
    color: #333;
}

.new-entry h2 {
    color: #333;
}

#wc_login .loginbox {
    width: 100%;
}

.member_page_title {
    text-align: center;
}

#wc_newcompletion p {
    text-align: center;
}

@media screen and (max-width: 46.24em) {
    .customer_form th {
        color: #333;
    }

    #memberinfo th {
        color: #333;
        background-color: #eee;
    }
}

@media screen and (min-width:480px) and (max-width:870px) {
    #masthead .header-btn-adjust {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    .mb10 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    #masthead .header-btn-adjust {
        flex-direction: initial;
        justify-content: initial;
    }

    .mb10 {
        margin-bottom: 0;
    }
}


/* 2022/2/15 追記 */

canvas {
    display: none !important;
}

#index-news {
    color: #111;
}

.md-news .md-news-header .ttl::after {
    background: #111;
}

#index-news a {
    color: #111;
}

#index-news .top-flex::after {
    background: #111;
}

#index-concept .big-header .big-ttl {
    color: #111;
}

#index-concept .md-styled-content {
    border: none !important;
}

/* TOP商品 */
#top-product {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3em;
    padding-top: 8em;
}

.product-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-item {
    position: relative;
    width: 32%;
    overflow: hidden;
}

.product-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 100%;
    background: -moz-linear-gradient(top, rgba(24, 17, 16, 0) 0%, rgba(24, 17, 16, 0) 25%, rgba(24, 17, 16, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(24, 17, 16, 0) 0%, rgba(24, 17, 16, 0) 25%, rgba(24, 17, 16, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(24, 17, 16, 0) 0%, rgba(24, 17, 16, 0) 25%, rgba(24, 17, 16, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}

.product-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: 0.7s all;
}

/*
.product-item:hover .product-img img {
    transform: scale(1.05, 1.05);
    transition: 0.7s all;
}
*/

.product-item:hover {
    opacity: 0.9;
}

.product-txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
}

.product-txt span {
    color: #FFF !important;
}

.product-item .product-txt .more-btn {
    position: relative;
    display: inline-block;
    font-size: 90%;
    margin-top: 40px;
    float: right;
}

.product-item .product-txt .more-btn::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #FFF;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.product-item:hover .product-txt .more-btn::after {
    transform: scale(1, 1);
}

.product-btn {
    border: #111 1px solid;
    color: #111;
    border-radius: 5px;
}

.product-btn span::after {
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
}

.product-btn::after {
    background-color: #000033;
    border-radius: 5px;
}

.product-btn:hover {
    border: #FFF 1px solid;
    border-radius: 5px;
    color: #FFF;
}

.product-btn:hover span::after {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.none {
    display: none;
}

.header-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
    background-color: #000022;
}

#home .header-wrapper {
    background-color: transparent !important;
}

#home .add-head {
    background-color: #000022 !important;
    transition: all 0.5s 0s ease;
}

.header-logo {
    width: 15%;
}

#home .header-logo img {
    display: none;
}

#home .add-show img {
    display: block;
}

.header-list {
    width: 80%;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-list a {
    color: #FFF;
    margin-left: 10px;
    margin-right: 10px;
}

.icon-box {
    display: inline-block;
    width: 60px;
    text-align: center;
}

.icon-box a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.icon-box span {
    font-size: 12px;
}

.icon-box img {
    width: 26px;
    height: auto;
}

#home #masthead {
    padding: 0;
    height: 100px;
    -webkit-animation: header 1s ease 1.5s 1 forwards;
    animation: header 1s ease 1.5s 1 forwards;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

#masthead {
    padding: 0;
    height: 100px;
    -webkit-animation: header 0.5s ease 0.5s 1 forwards;
    animation: header 0.5s ease 0.5s 1 forwards;
}

.pc-head {
    display: flex;
}

.sp-head {
    display: none;
}

@media screen and (max-width: 890px) {
    .pc-head {
        display: none;
    }

    .sp-head {
        display: block;
    }

    .menu-trigger.top_menu {
        animation: header 0s ease 0s 1 forwards;
    }

    .menu-trigger {
        font-size: 0.75em;
        left: auto;
        top: 10px;
        right: 0;
        width: 70px;
        height: 90px;
    }

    .menu-trigger::after {
        font-size: 0.75em;
        left: -20px;
        right: 0;
        bottom: 25px;
    }

    .menu-trigger .hamburger {
        width: 50px;
        height: 50px;
        border: 1px solid #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 15px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 15px;
    }

    .menu-trigger span {
        width: 22px;
    }

    .menu-trigger.is-active span {
        width: 30px;
    }

    .menu-trigger.is-active span:nth-of-type(1) {
        top: 9px;
    }

    .menu-trigger.is-active span:nth-of-type(3) {
        bottom: 8px;
    }

    #overlay .mask {
        padding: 90px 20px 150px;
    }

    #overlay #gnavi ul li a {
        letter-spacing: 0.1em;
    }

    #overlay #gnavi ul li {
        text-align: center;
    }

    .sp-icon-box {
        text-align: center;
        border-bottom: 1px solid #FFF;
        padding-bottom: 35px;
    }

    .sp-icon-box span {
        color: #FFF;
    }

    .sns-box {
        padding-top: 39px;
    }

    .sns-box a {
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 85%;
        flex-direction: column-reverse;
    }

    .sp-icon-box .icon-insta {
        width: 28px;
    }

    #home #masthead {
        height: 80px;
    }

    .md-news .md-news-header {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 480px) {
    #masthead {
        bottom: auto;
        top: 0;
        height: 80px;
    }

    .header-logo {
        width: 40%;
    }

    #par .par-inner .box {
        top: 45%;
    }

    body .l-transition::after {
        background-size: cover !important;
    }

    #top-product {
        padding-top: 5em;
        padding-bottom: 1em;
    }
}

.add-slider {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.product-item img {
    padding-left: 10px;
    padding-right: 10px;
}

.page-arrow {
    position: relative;
}

/*
.swiper-button-next {
    color: #000022!important;
    width: 110px!important;
    height: 100%!important;
    top: 22px!important;
    background-color: #FFF;
    right: -30px!important;
}

.swiper-button-prev {
    color: #000022!important;
    width: 110px!important;
    height: 100%!important;
    top: 22px!important;
    background-color: #FFF;
    left: -30px!important;
}
*/

.swiper-button-next {
    color: #FFF !important;
    right: 15px !important;
}

.swiper-button-prev {
    color: #FFF !important;
    left: 15px !important;
}

.swiper-wrapper {
    margin-left: 82px !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.swiper-pagination-bullet-active {
    background-color: #000022 !important;
}

@media screen and (max-width: 768px) {
    .swiper-wrapper {
        margin-left: 0 !important;
    }
}

#toTop {
    right: 40px;
    bottom: 4%;
}

#overlay {
    z-index: 11;
}

.menu-trigger {
    z-index: 20;
}

.scpd {
    padding: 5em 0;
}

.md-half .flex .right .sns .item .btn-more span {
    display: flex;
    align-items: center;
}

.archive-header .archive-ttl {
    color: #111;
}

#contents.single-page {
    padding: 6em 0;
}

#single-hero {
    height: 30vh;
    margin-top: 100px;
}

#sub-hero {
    height: 30vh;
    margin-top: 100px;
}

@media screen and (max-width: 480px) {
    #single-hero {
        margin-top: 80px;
    }

    #sub-hero {
        height: 30vh;
        margin-top: 80px;
    }
}

.md-designed-content .flex .txt .box .ttl {
    color: #111;
}

.md-designed-content .flex .txt .box .excerpt {
    color: #111;
}

.md-designed-content .flex .txt .box .tables {
    color: #111;
}

.md-designed-content .flex .txt .box .tables .table .td a {
    color: #111 !important;
}

#contents.single-page .top-flex {
    padding-top: 0;
}

.md-news-archives .top-flex .item .thumb {
    background-color: #f4f4f4;
}

#main {
    margin-top: 70px;
}

.member_page_title {
    color: #111;
}

#wc_login .loginbox label {
    color: #111;
}

li {
    color: #111;
}

.customer_form tr.inp1 td {
    color: #111;
}

.customer_form p.password_policy {
    color: #111;
}

#wc_newcompletion p {
    color: #111;
}

#memberinfo td {
    color: #111;
}

#memberinfo h3 {
    color: #111;
}

.currency_code {
    color: #111;
}

#wc_lostmemberpassword .loginbox label {
    color: #111;
}

.loginbox {
    color: #111;
}

.foot-link {
    margin-top: 50px;
}

.foot-link p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.foot-link p a {
    font-size: 90%;
    color: #555;
}

.header-wrapper .pc-head a {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.9));
}

.entry .thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media screen and (max-width: 480px) {
    .entry .thumb img {
        height: auto;
    }
}

#lampchat-wrapper {
    right: auto;
    left: 0;
}

#lampchat-lancher {
    right: auto;
    max-width: 70px !important;
    bottom: 30px !important;
    left: 40px;
}

#lampchat-iframe-wrapper {
    bottom: 10px !important;
    left: 10px !important;
}

#lampchat-notification.show {
    left: 10px !important;
}

@media screen and (max-width: 480px) {
    #lampchat-lancher {
        bottom: 10px !important;
        left: 10px;
    }

    #lampchat-iframe-wrapper {
        left: 0 !important;
    }
    
}