@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
abbr,
article,
aside,
command,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
meter,
nav,
output,
progress,
section,
summary,
time {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th,
figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal
}

fieldset,
iframe {
    border: none
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,
a:hover {
    border: none;
    outline: none
}

img {
    border: none;
    border-width: 0px;
    vertical-align: top
}

video {
    display: block
}

html {
    background-color: #474747
}

body {
    margin: 0;
    padding: 0;
    background: #fff url(/_assets/img/body.png) repeat-x;
    text-align: center;
    font-size: 13px;
    line-height: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    body {
        background-image: url(/_assets/img/body@2x.png);
        background-size: 100% 100px
    }
}

#GradLayer {
    padding-bottom: 0;
    background: url(/_assets/image/Design/GradLayer_BG.png) repeat-x bottom left
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #GradLayer {
        background-image: url(/_assets/image/Design/GradLayer_BG@2x.png);
        background-size: 100% 100px
    }
}

#Wrapper {
    margin: 0 auto
}

#Container {
    clear: both;
    width: 980px;
    overflow: hidden;
    margin: 16px auto;
    background: url(/_assets/image/Design/Container_BG.png) repeat-x;
    text-align: left
}

#ContainerLayer {
    background-repeat: no-repeat
}

#Container .Contents {
    padding: 0 50px 80px 50px;
    background-repeat: no-repeat
}

#Nav {
    height: 80px;
    padding: 0 20px 0 50px
}

#Nav #PageTitle {
    float: left;
    width: 112px;
    height: 80px;
    background-repeat: no-repeat
}

#Nav #PageTitle a {
    display: block;
    width: 112px;
    height: 80px
}

#Nav #PageTitle span {
    display: none
}

#Nav ul {
    margin: 0;
    padding: 42px 0 0 0;
    list-style: none
}

#Nav ul li {
    display: inline;
    padding-right: 40px
}

#Nav ul li a {
    text-decoration: none;
    color: #000
}

#Nav ul li a:hover {
    text-decoration: underline;
    color: #666
}

#Nav ul li.Current a,
#Nav ul li.Current a:hover {
    text-decoration: none;
    color: #4ba53a
}

#Container img.Right {
    float: right;
    margin: 0 0 10px 30px
}

#Container img.Left {
    float: left;
    margin: 0 30px 10px 0
}

#Container .Caption {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    border-radius: 5px
}

#Container .Caption.Right {
    float: right;
    margin: 0 0 10px 30px
}

#Container .Caption.Left {
    float: left;
    margin: 0 30px 10px 0
}

#Container .Caption .CaptionLayout {
    padding: 20px 20px 16px 20px
}

#Container .Caption .CaptionLayout p {
    font-size: 11px;
    line-height: 17px;
    margin: 10px 0 0 0
}

#Container hr.Hr81_CCC {
    clear: both;
    text-align: left;
    height: 81px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr81_CCC.png) repeat-x
}

#Container hr.Hr31_666 {
    clear: both;
    text-align: left;
    height: 31px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr31_666.png) repeat-x
}

#Container hr.Hr31_CCC {
    clear: both;
    text-align: left;
    height: 31px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr31_CCC.png) repeat-x
}

#Container hr.Hr21_666 {
    clear: both;
    text-align: left;
    height: 21px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr21_666.png) repeat-x
}

#Container hr.Hr21_333 {
    clear: both;
    text-align: left;
    height: 21px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr21_333.png) repeat-x
}

#Container hr.Hr16_333 {
    clear: both;
    text-align: left;
    height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr16_333.png) repeat-x
}

#Container hr.Hr16_666 {
    clear: both;
    text-align: left;
    height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr16_666.png) repeat-x
}

#Container hr.Hyde0 {
    clear: both;
    text-align: left;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#Footer {
    padding: 20px 0 0 0;
    background: #474747 url(/_assets/image/Design/Footer_BG.png) repeat-x
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #Footer {
        background-image: url(/_assets/image/Design/Footer_BG@2x.png);
        background-size: 100% 420px
    }
}

#Footer .Layout {
    width: 980px;
    margin: 0 auto;
    text-align: left
}

#Footer #NewsFeed {
    float: left;
    width: 320px;
    margin-right: 50px;
    background: #474747 url(/_assets/image/Design/Footer_NewsFeed_BG.png) no-repeat 30px 30px;
    border-radius: 3px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #Footer #NewsFeed {
        background-image: url(/_assets/image/Design/Footer_NewsFeed_BG@2x.png);
        background-size: 62px 20px
    }
}

#Footer #NewsFeed .NewsFeedLayout {
    padding: 70px 30px 25px 30px
}

#Footer #NewsFeed ul {
    list-style: none
}

#Footer #NewsFeed ul li {
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #666;
    font-size: 12px;
    line-height: 19px
}

#Footer #NewsFeed ul li a {
    display: block;
    color: #fff;
    text-decoration: none
}

#Footer #NewsFeed ul li a:hover {
    color: #4ba53a;
    text-decoration: underline
}

#Footer #SiteMaps {
    float: left;
    width: 610px;
    padding-top: 110px;
    background-position: 0 28px;
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #Footer #SiteMaps {
        background-size: 590px 66px
    }
}

#Footer #SiteMaps ul {
    float: left;
    width: 190px;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none
}

#Footer #SiteMaps ul li.SitemapTitle {
    font-weight: bold;
    color: #fff
}

#Footer #SiteMaps ul li a {
    color: #999;
    text-decoration: none
}

#Footer #SiteMaps ul li a:hover {
    color: #fff;
    text-decoration: underline
}

#Footer .Copyright {
    position: relative;
    clear: both;
    padding-top: 30px;
    text-align: right
}

#Footer .Copyright img {
    padding-bottom: 20px
}

#Footer .Copyright #Language_Flag {
    overflow: hidden;
    width: 120px;
    height: 22px;
    padding-right: 40px;
    margin: 0 auto 30px 820px;
    background: url(/_assets/image/language/Language_Flag.png) no-repeat right 2px;
    cursor: pointer
}

#Footer .Copyright #Language_Flag p {
    font-size: 11px;
    line-height: 11px;
    color: #999
}

#Footer .Copyright p.CompanyLogo {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(/_assets/image/Design/BALMUDA_Footer.png) no-repeat top right;
    font-size: 11px;
    line-height: 24px;
    color: #999
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #Footer .Copyright p.CompanyLogo {
        background-image: url(/_assets/image/Design/BALMUDA_Footer@2x.png);
        background-size: 155px 17px
    }
}

.arthref {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.arthref .overlay {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    pointer-events: none;
    display: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.arthref .opaque {
    background: rgba(0, 0, 0, .4) !important
}

.arthref .overlay.active {
    opacity: 1;
    pointer-events: all
}

.arthref .icon-container {
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center
}

.arthref .icon-container:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.arthref .icon-container .centered {
    display: inline-block;
    padding: 1em;
    vertical-align: middle;
    text-align: left;
    width: 90%;
    max-width: 725px
}

.arthref .icon-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    pointer-events: none
}

.arthref .icon-container ul.active {
    opacity: 1;
    pointer-events: auto
}

.arthref .icon-container ul li {
    display: inline-block;
    width: 100px;
    height: 110px;
    margin: 10px
}

.arthref .icon-container ul li a {
    background-color: #617385;
    border-radius: 10px;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 0 10px 10px
}

.arthref .icon-container ul li span {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .9);
    color: #e5e5e5;
    font-style: normal !important
}

.arthref .icon-container ul li a.aLang_JP span {
    background-position: 0px 0px
}

.arthref .icon-container ul li a.aLang_EN span {
    background-position: 0px 0px
}

.arthref .icon-container ul li a.aLang_KR span {
    background-position: -180px 0px
}

.arthref .icon-container ul li a.aLang_DE span {
    background-position: -270px 0px
}

.arthref .icon-container ul li a.aLang_CN span {
    background-position: -360px 0px
}

.arthref .icon-container ul li a {
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px
}

.arthref .icon-container ul li a span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(/_assets/image/language/Language_Flag_Selector.png) no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .arthref .icon-container ul li a span {
        background: url(/_assets/image/language/Language_Flag_Selector@2x.png) no-repeat;
        background-size: 450px 80px
    }
}

.arthref .icon-container ul li a {
    background-image: -webkit-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -moz-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -o-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -ms-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%)
}

.arthref .launchpad .icon-container ul {
    -webkit-transform-origin: center 20%;
    -webkit-transform: scale(0.8);
    -moz-transform-origin: center 20%;
    -moz-transform: scale(0.8);
    -o-transform-origin: center 20%;
    -o-transform: scale(0.8);
    -ms-transform-origin: center 20%;
    -ms-transform: scale(0.8);
    transform-origin: center 20%;
    transform: scale(0.8)
}

.arthref .launchpad.active .icon-container ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blurred {
    -webkit-transition: -webkit-filter 300ms ease-in-out;
    -moz-transition: -moz-filter 300ms ease-in-out;
    -o-transition: -o-filter 300ms ease-in-out;
    -ms-transition: -ms-filter 300ms ease-in-out;
    transition: filter 300ms ease-in-out;
    -webkit-filter: blur(15px)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(/_assets/image/fancybox/fancybox.png)
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1101
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0) url(/_assets/image/fancybox/fancybox.png) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: rgba(0, 0, 0, 0) url(/_assets/image/fancybox/blank.gif);
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0px
}

#fancybox-right {
    right: 0px
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -30px
}

#fancybox-right-ico {
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -60px
}

#fancybox-left-ico {
    left: 20px
}

#fancybox-right-ico {
    right: 20px;
    left: auto
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(/_assets/image/fancybox/fancybox-x.png)
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -162px
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(/_assets/image/fancybox/fancybox-y.png);
    background-position: -20px 0px
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -182px
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(/_assets/image/fancybox/fancybox-x.png);
    background-position: 0px -20px
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -142px
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(/_assets/image/fancybox/fancybox-y.png)
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -122px
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background-image: url(/_assets/image/fancybox/fancy_title_over.png);
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(/_assets/image/fancybox/fancybox.png) -40px -90px no-repeat
}

#fancybox-title-float-main {
    color: #fff;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url(/_assets/image/fancybox/fancybox-x.png) 0px -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(/_assets/image/fancybox/fancybox.png) -55px -90px no-repeat
}

.fancybox-ie .fancybox-bg {
    background: rgba(0, 0, 0, 0) !important
}

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_n.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_ne.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_e.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_se.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_s.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_sw.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_w.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_nw.png", sizingMethod="scale")
}

.banner--mail_subscr {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    background: #1aa0e5;
    font-size: 13px;
    line-height: 13px;
    padding: 1.7em 0
}

.banner--mail_subscr p {
    color: #fff;
    text-align: center
}

.banner--mail_subscr .icon__email {
    font-size: 26px;
    margin-top: 2px;
    margin-right: 10px;
    vertical-align: middle
}

.btn--mail_subscr {
    display: inline-block;
    float: none;
    width: auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 2em;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 13px;
    font-weight: normal
}

.btn--mail_subscr:hover {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #fff
}

.btn--mail_subscr .icon__bold__right {
    position: absolute;
    right: 5px
}

.modal--desktop .modal__buy_products {
    display: none;
    z-index: 9998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 980px;
    min-width: 860px;
    width: 100%;
    height: 620px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.modal--desktop .modal__buy_products .modal--active {
    display: block;
    z-index: 9999;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.modal--desktop .modal__buy_products .modal--close--animation {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.modal--desktop .modal__buy_products .modal__content {
    padding: 40px 5% 0;
    -webkit-overflow-scrolling: touch;
    height: 580px;
    width: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0
}

.modal--desktop .modal__buy_products .modal__page {
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.modal--desktop .modal__buy_products .page1 {
    display: block
}

.modal--desktop .modal__buy_products .modal__close {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    color: #999;
    background: none;
    cursor: pointer;
    z-index: 9999
}

.modal--desktop .modal__buy_products .modal__close:hover {
    color: #666;
    background: none
}

.modal--desktop .modal__buy_products .modal__close>svg {
    width: 100%;
    height: auto;
    fill: #fff
}

.modal--desktop .modal__buy_products .modal__back {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    font-size: 16px
}

.modal--desktop .modal__buy_products .modal__back:hover {
    color: #009cdd
}

.modal--desktop .modal__buy_products .modal__title {
    font-size: 32px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 20px
}

.modal--desktop .modal__buy_products .soldout__message {
    max-width: 600px;
    margin: 8px auto -16px;
    margin: .5rem auto -1rem;
    padding: 16px;
    padding: 1rem;
    border-radius: 3px;
    font-size: .8rem;
    line-height: 1.1rem;
    background: #039be5;
    color: #fff;
    text-align: center
}

.modal--desktop .modal__buy_products .soldout__message a {
    color: #fff;
    text-decoration: none
}

.modal--desktop .modal__buy_products .soldout__message a:hover {
    text-decoration: underline
}

.modal--desktop .modal__buy_products .modal__lineup {
    max-width: 900px;
    min-width: 570px;
    width: 100%;
    height: 100%;
    max-height: 440px;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.modal--desktop .modal__buy_products .column {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.modal--desktop .modal__buy_products .column__image {
    width: 100%;
    max-width: 460px
}

.modal--desktop .modal__buy_products .column__image>img {
    width: 100%;
    height: auto
}

.modal--desktop .modal__buy_products .column__form {
    width: 100%;
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 1px solid #ccc;
    text-align: left
}

.modal--desktop .modal__buy_products .fieldset {
    padding: 1rem 0
}

.modal--desktop .modal__buy_products .item {
    max-width: 300px;
    min-width: 170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin-right: 20px;
    padding: 10px;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s
}

.modal--desktop .modal__buy_products .item--soldout .btn--ghost {
    border-color: #ccc;
    color: #ccc
}

.modal--desktop .modal__buy_products .item--has-stock {
    cursor: pointer
}

.modal--desktop .modal__buy_products .item--has-stock:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.modal--desktop .modal__buy_products .item--has-stock:hover .btn--ghost {
    background: #4ba53a;
    color: #fff
}

.modal--desktop .modal__buy_products .item:last-child {
    margin-right: 0
}

.modal--desktop .modal__buy_products .item input[type=radio] {
    display: none
}

.modal--desktop .modal__buy_products .item__image {
    display: flex;
    align-items: baseline;
    position: relative;
    text-align: center;
    max-height: 260px;
    max-width: 260px;
    height: 100%;
    width: 100%
}

.modal--desktop .modal__buy_products .item__image img {
    width: 100%;
    height: auto
}

.modal--desktop .modal__buy_products .item__image--square {
    margin: -20px auto 0
}

.modal--desktop .modal__buy_products .item__image--wide {
    margin: -40px auto 0
}

.modal--desktop .modal__buy_products .item__image--long {
    margin: -20px auto 0
}

.modal--desktop .modal__buy_products .item__name {
    position: relative;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    text-align: center
}

.modal--desktop .modal__buy_products .item__product-code {
    font-size: 13px;
    color: #999
}

.modal--desktop .modal__buy_products .item__description {
    text-align: center;
    color: #666;
    line-height: 1.3rem;
    font-size: 13px
}

.modal--desktop .modal__buy_products .item__purchase {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px
}

.modal--desktop .modal__buy_products .item__shipping {
    font-size: 16px;
    color: #666;
    text-align: center
}

.modal--desktop .modal__buy_products .item__buy {
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}

.modal--desktop .modal__buy_products .item__price {
    font-size: 14px;
    color: #666;
    text-align: center
}

.modal--desktop .modal__buy_products .item__price:before {
    content: "¥";
    font-size: 14px
}

.modal--desktop .modal__buy_products .item__price--exctax:after {
    content: "(税別)";
    font-size: 14px
}

.modal--desktop .modal__buy_products .item__price--inctax:after {
    content: "(税込)";
    font-size: 14px
}

.modal--desktop .modal__buy_products .option__product_name {
    font-size: 1.2rem;
    line-height: 1.2rem
}

.modal--desktop .modal__buy_products .option__product_code {
    color: #999
}

.modal--desktop .modal__buy_products .option__subheading {
    font-size: 14px;
    font-weight: bold;
    margin: 1rem 0 0
}

.modal--desktop .modal__buy_products .option__spec {
    font-size: 14px;
    line-height: 1.4rem;
    margin: 1rem 0
}

.modal--desktop .modal__buy_products .option__price:before {
    content: "¥";
    font-size: 14px
}

.modal--desktop .modal__buy_products .option__price--exctax:after {
    content: "(税別)";
    font-size: 14px
}

.modal--desktop .modal__buy_products .option__price--inctax:after {
    content: "(税込)";
    font-size: 14px
}

.modal--desktop .modal__buy_products .option__shipping {
    font-size: 16px
}

.modal--desktop .modal__buy_products .option__description {
    font-size: 14px;
    line-height: 1.4rem;
    margin: 1rem 0
}

.modal--desktop .modal__buy_products .option__description p {
    margin-bottom: 1rem
}

.modal--desktop .modal__buy_products .option__description p>em {
    font-weight: bold
}

.modal--desktop .modal__buy_products .input,
.modal--desktop .modal__buy_products button,
.modal--desktop .modal__buy_products textarea,
.modal--desktop .modal__buy_products select {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal--desktop .modal__buy_products .btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    border-style: none;
    border-radius: 2px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.modal--desktop .modal__buy_products .btn--large {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 55px;
    font-size: 1rem;
    line-height: 55px;
    background-color: #4ba53a;
    color: #fff
}

.modal--desktop .modal__buy_products .btn--ghost {
    display: inline-block;
    border: 1px solid #4ba53a;
    color: #4ba53a;
    background: none;
    padding: .2rem 3rem
}

.modal--desktop .modal__buy_products .btn--large[disabled] {
    background-color: #999;
    cursor: default
}

.modal--sp .modal {
    display: none;
    z-index: 9997;
    position: fixed;
    overflow-y: hidden !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.modal--sp .modal.modal--active {
    display: block;
    z-index: 9997;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.modal--sp .modal .modal--close--animation {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.modal--sp .modal .modal__content {
    padding: 0 5% 0;
    width: 90%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.modal--sp .modal .modal__page {
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.modal--sp .modal .page1 {
    display: block
}

.modal--sp .modal .modal__close {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 80px;
    line-height: 80px;
    width: 130px;
    height: 130px;
    padding: 20px 20px 0 0;
    border-radius: 0;
    color: #999;
    background: none;
    cursor: pointer;
    z-index: 9999;
    text-align: right
}

.modal--sp .modal .modal__close:hover {
    background: none
}

.modal--sp .modal .modal__back {
    box-sizing: border-box;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 120;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    font-size: 32px
}

.modal--sp .modal .modal__title {
    position: relative;
    font-size: 40px;
    line-height: 40px;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center
}

.modal--sp .modal .modal__lineup {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.modal--sp .modal .column {
    margin: 40px 0 300px
}

.modal--sp .modal .column .price {
    display: block;
    font-size: 48px;
    line-height: 30px;
    text-align: center
}

.modal--sp .modal .column .price:before {
    content: "¥";
    font-size: 24px
}

.modal--sp .modal .column .price--exctax:after {
    content: "(税別)";
    font-size: 24px
}

.modal--sp .modal .column .price--inctax:after {
    content: "(税込)";
    font-size: 24px
}

.modal--sp .modal .column .sku_information {
    display: block;
    font-size: 28px;
    color: #999;
    text-align: center
}

.modal--sp .modal .column .label--fixed {
    font-size: 24px
}

.modal--sp .modal .column__image {
    text-align: center
}

.modal--sp .modal .column__image>img {
    width: 80%;
    height: auto
}

.modal--sp .modal .column__image--square {
    margin: -40px 0
}

.modal--sp .modal .column__image--wide {
    margin: -200px 0
}

.modal--sp .modal .column__image--long {
    margin: 20px 0
}

.modal--sp .modal .column__form {
    width: 100%
}

.modal--sp .modal .fieldset {
    padding: 1rem 0
}

.modal--sp .modal .item {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
    margin-right: 20px;
    padding: 10px;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s
}

.modal--sp .modal .item--soldout .btn--ghost {
    border-color: #ccc;
    color: #ccc
}

.modal--sp .modal .item:last-child {
    margin-right: 0
}

.modal--sp .modal .item input[type=radio] {
    display: none
}

.modal--sp .modal .item__image {
    position: relative;
    text-align: center
}

.modal--sp .modal .item__image img {
    width: 80%;
    height: auto
}

.modal--sp .modal .item__image--square {
    margin: -20px 0
}

.modal--sp .modal .item__image--wide {
    margin: -40px 0
}

.modal--sp .modal .item__image--long {
    margin: 15px 0
}

.modal--sp .modal .item .limited {
    display: table;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 10px;
    right: 10px;
    background: #009cdd;
    border-radius: 50%;
    color: #fff
}

.modal--sp .modal .item .limited:before {
    content: "オンライン\aストア限定";
    display: table-cell;
    padding: 10px;
    line-height: 15px;
    font-size: 10px;
    vertical-align: middle
}

.modal--sp .modal .item__name {
    position: relative;
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 40px;
    color: #666;
    text-align: center
}

.modal--sp .modal .item__product-code {
    font-size: 28px;
    color: #999
}

.modal--sp .modal .item__description {
    text-align: center;
    color: #666;
    line-height: 18px;
    font-size: 13px
}

.modal--sp .modal .item__purchase {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px
}

.modal--sp .modal .item__shipping {
    font-size: 28px;
    color: #666;
    text-align: center
}

.modal--sp .modal .item__buy {
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}

.modal--sp .modal .item__price {
    font-size: 36px;
    color: #666;
    text-align: center
}

.modal--sp .modal .item__price:before {
    content: "¥";
    font-size: 24px
}

.modal--sp .modal .item__price--exctax:after {
    content: "(税別)";
    font-size: 24px
}

.modal--sp .modal .item__price--inctax:after {
    content: "(税込)";
    font-size: 24px
}

.modal--sp .modal .option__product_name {
    font-size: 32px;
    line-height: 48px
}

.modal--sp .modal .option__product_code {
    font-size: 21px;
    line-height: 32px;
    color: #999
}

.modal--sp .modal .option__subheading {
    font-size: 24px;
    font-weight: bold;
    margin: 1rem 0 0
}

.modal--sp .modal .option__spec {
    font-size: 24px;
    line-height: 40px;
    margin: 1rem 0
}

.modal--sp .modal .option__price:before {
    content: "¥";
    font-size: 24px
}

.modal--sp .modal .option__price--exctax:after {
    content: "(税別)";
    font-size: 24px
}

.modal--sp .modal .option__price--inctax:after {
    content: "(税込)";
    font-size: 24px
}

.modal--sp .modal .option__shipping {
    font-size: 32px
}

.modal--sp .modal .option__description {
    font-size: 24px;
    line-height: 40px;
    margin: 1rem 0
}

.modal--sp .modal .option__description p {
    margin-bottom: 1rem
}

.modal--sp .modal .option__description p>em {
    font-weight: bold
}

.modal--sp .modal .input,
.modal--sp .modal button,
.modal--sp .modal textarea,
.modal--sp .modal select {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal--sp .modal .btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    border-style: none;
    border-radius: 2px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.modal--sp .modal .btn--large {
    display: block;
    width: 100%;
    height: 85px;
    font-size: 1.8rem;
    line-height: 85px;
    background-color: #4ba53a;
    color: #fff
}

.modal--sp .modal .btn--ghost {
    display: inline-block;
    border: 1px solid #4ba53a;
    color: #4ba53a;
    font-size: 28px;
    background: none;
    width: 100%
}

.modal--sp .modal .btn--large[disabled] {
    background-color: #999;
    cursor: default
}

.modal--sp .modal .radio>input[type=radio]+label {
    height: 32px;
    font-size: 28px
}

.modal--sp .modal .dropdown {
    margin-top: 90px;
    height: 90px
}

.modal--sp .modal .dropdown__value {
    padding: 0 24px
}

.modal--sp .modal .dropdown__item--value {
    font-size: 28px;
    line-height: 70px
}

.modal--sp .modal .dropdown__item--subtext {
    font-size: 20px;
    line-height: 20px
}

.modal--sp .modal .dropdown__contents ul .dropdown__item {
    height: 90px
}

#Container .section--purchase {
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    background: #fff
}

#Container .section--purchase .item {
    max-width: 880px;
    min-width: 750px;
    margin: 0 auto;
    padding: 20px 0;
    display: table
}

#Container .section--purchase .item__img {
    display: table-cell;
    vertical-align: middle
}

#Container .section--purchase .item__img img {
    width: 130px;
    margin-right: 20px
}

#Container .section--purchase .item__detail {
    display: table-cell;
    vertical-align: middle;
    min-width: 250px;
    text-align: left;
    line-height: 21px;
    padding: 0 20px 0 0;
    margin: 0
}

#Container .section--purchase .item__name {
    font-size: 22px;
    color: #333
}

#Container .section--purchase .item__variation {
    font-size: 13px;
    color: #999
}

#Container .section--purchase .item__price {
    font-size: 22px;
    color: #666
}

#Container .section--purchase .item__price:before {
    content: "¥";
    font-size: 16px;
    margin-right: 5px
}

#Container .section--purchase .item__price--exctax:after {
    content: "（税別）";
    font-size: 16px
}

#Container .section--purchase .item__price--base:after {
    content: "（本体価格）";
    font-size: 16px
}

#Container .section--purchase .item__benefit {
    font-size: 14px;
    color: #999
}

#Container .section--purchase .item__buy {
    display: table-cell;
    max-width: 320px;
    vertical-align: middle;
    text-align: center
}

#Container .section--purchase .item__buy .btn {
    width: 220px;
    display: inline-block
}

#Container .section--purchase .item__buy .btn.disabled {
    background-color: #999
}

#Container .section--purchase .btn {
    display: block;
    background-color: #4ba53a;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center
}

#Container .section--purchase .btn--large {
    max-width: 320px;
    width: 100%;
    height: 40px;
    line-height: 40px
}

#Container .section--cta {
    margin: 0;
    padding: 0 0 30px;
    background: #fff
}

#Container .section--cta .cta {
    width: 980px;
    padding: 40px 0 0 0;
    margin: 0 auto;
    background-color: #fff;
    border-top: 1px solid #eee;
    text-align: center;
    list-style-type: none
}

#Container .section--cta .cta__item {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    width: 250px;
    margin-right: 30px;
    text-align: left;
    line-height: 26px;
    vertical-align: top
}

#Container .section--cta .cta__item:last-child {
    margin-right: 0
}

#Container .section--cta .cta__item:before {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    color: #4ba53a
}

#Container .section--cta .cta__item--call:before {
    content: ""
}

#Container .section--cta .cta__item--dealer:before {
    content: ""
}

#Container .section--cta .cta__item--support:before {
    content: ""
}

#Container .section--cta .cta__item>a {
    text-decoration: none
}

#Container .section--cta .cta__title {
    font-size: 20px;
    color: #666
}

#Container .section--cta .cta a:hover .cta__title {
    color: #4ba53a
}

#Container .section--cta .cta__description {
    font-size: 16px;
    color: #999
}

.bigsign {
    font-size: 128px;
    font-size: 8rem
}

.bigsign.false {
    color: #ddd
}

.bigsign.true {
    color: #4ba53a
}

.property {
    width: 100%;
    overflow: hidden
}

.property>label {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 14px 14px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.property>label:last-child {
    border-bottom: 1px solid #ddd
}

.property>label>span {
    display: inline-block;
    box-sizing: initial;
    float: right;
    vertical-align: middle;
    position: relative;
    text-align: right;
    max-width: 100%;
    word-break: break-all
}

.price {
    display: block;
    font-weight: normal
}

.price:before {
    font-size: .8em;
    line-height: 1em;
    content: "¥ "
}

.price:after {
    font-size: .6em;
    line-height: 1em
}

.price.price--excl_tax:after {
    content: "（税込）"
}

.price.price--incl_tax:after {
    content: "（税込）"
}

.price.__de:before {
    content: "€ "
}

.price.__de.price--excl_tax:after {
    content: "（Enthält. MwSt.）"
}

.price.__de.price--incl_tax:after {
    content: "（einschl. MwSt.）"
}

.grid {
    width: 100%
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

.grid>.col {
    float: left;
    box-sizing: border-box
}

.grid>.col.s12 {
    width: 100%
}

.grid>.col.s11 {
    width: 91.6666666667%
}

.grid>.col.s10 {
    width: 83.3333333333%
}

.grid>.col.s9 {
    width: 75%
}

.grid>.col.s8 {
    width: 66.6666666667%
}

.grid>.col.s7 {
    width: 58.3333333333%
}

.grid>.col.s6 {
    width: 50%
}

.grid>.col.s5 {
    width: 41.6666666667%
}

.grid>.col.s4 {
    width: 33.3333333333%
}

.grid>.col.s3 {
    width: 25%
}

.grid>.col.s2 {
    width: 16.6666666667%
}

.grid>.col.s1 {
    width: 8.3333333333%
}

.grid>.col:first-child {
    margin-left: 0
}

.grid.grid--spaces>.col {
    margin-left: 1%
}

.grid.grid--spaces>.col.s12 {
    width: 100%
}

.grid.grid--spaces>.col.s11 {
    width: 91.5833333333%
}

.grid.grid--spaces>.col.s10 {
    width: 83.1666666667%
}

.grid.grid--spaces>.col.s9 {
    width: 74.75%
}

.grid.grid--spaces>.col.s8 {
    width: 66.3333333333%
}

.grid.grid--spaces>.col.s7 {
    width: 57.9166666667%
}

.grid.grid--spaces>.col.s6 {
    width: 49.5%
}

.grid.grid--spaces>.col.s5 {
    width: 41.0833333333%
}

.grid.grid--spaces>.col.s4 {
    width: 32.6666666667%
}

.grid.grid--spaces>.col.s3 {
    width: 24.25%
}

.grid.grid--spaces>.col.s2 {
    width: 15.8333333333%
}

.grid.grid--spaces>.col.s1 {
    width: 7.4166666667%
}

.grid.grid--spaces>.col:first-child {
    margin-left: 0
}

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center
}

.pagination>li {
    box-sizing: border-box;
    display: inline;
    color: #000;
    float: left;
    margin-right: .5rem;
    padding: .5rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #fff
}

.pagination>li.next {
    padding-left: 2rem
}

.pagination>li.prev {
    padding-right: 2rem
}

.pagination>li:last-child {
    margin-right: 0
}

.pagination>li>a {
    text-decoration: none;
    color: #666
}

.pagination>li:hover {
    border-bottom: 1px solid #4ba53a
}

.pagination>li:hover>a {
    color: #4ba53a
}

.pagination>li.active {
    border-bottom: 1px solid #4ba53a;
    background-color: #4ba53a;
    color: #fff;
    cursor: default
}

input,
button,
textarea,
select {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    outline: none;
    appearance: none
}

.fieldset {
    margin-bottom: 1rem
}

.input {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
    text-align: left
}

.input.--narrow {
    margin-bottom: 1rem
}

.input>input[type=email],
.input input[type=number],
.input input[type=password],
.input input[type=search],
.input input[type=tel],
.input input[type=text],
.input input[type=url] {
    display: block;
    width: 100%;
    height: 2.7rem;
    margin-top: .9rem;
    border-bottom: 1px solid #999;
    font-size: 1.2rem;
    line-height: 2.7rem
}

.input>input[type=email]::-webkit-input-placeholder,
.input input[type=number]::-webkit-input-placeholder,
.input input[type=password]::-webkit-input-placeholder,
.input input[type=search]::-webkit-input-placeholder,
.input input[type=tel]::-webkit-input-placeholder,
.input input[type=text]::-webkit-input-placeholder,
.input input[type=url]::-webkit-input-placeholder {
    color: #ccc
}

.input>input[type=email]:-moz-placeholder,
.input input[type=number]:-moz-placeholder,
.input input[type=password]:-moz-placeholder,
.input input[type=search]:-moz-placeholder,
.input input[type=tel]:-moz-placeholder,
.input input[type=text]:-moz-placeholder,
.input input[type=url]:-moz-placeholder {
    color: #ccc
}

.input>input[type=email]::-moz-placeholder,
.input input[type=number]::-moz-placeholder,
.input input[type=password]::-moz-placeholder,
.input input[type=search]::-moz-placeholder,
.input input[type=tel]::-moz-placeholder,
.input input[type=text]::-moz-placeholder,
.input input[type=url]::-moz-placeholder {
    color: #ccc
}

.input>input[type=email]:-webkit-autofill,
.input input[type=number]:-webkit-autofill,
.input input[type=password]:-webkit-autofill,
.input input[type=search]:-webkit-autofill,
.input input[type=tel]:-webkit-autofill,
.input input[type=text]:-webkit-autofill,
.input input[type=url]:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #4ba53a
}

.input>input[type=email]~label,
.input input[type=number]~label,
.input input[type=password]~label,
.input input[type=search]~label,
.input input[type=tel]~label,
.input input[type=text]~label,
.input input[type=url]~label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .8rem;
    line-height: .8rem;
    color: #000;
    pointer-events: none
}

.input>input[type=email]:focus~label,
.input input[type=number]:focus~label,
.input input[type=password]:focus~label,
.input input[type=search]:focus~label,
.input input[type=tel]:focus~label,
.input input[type=text]:focus~label,
.input input[type=url]:focus~label {
    color: #4ba53a
}

.input>input[type=email]:focus,
.input input[type=number]:focus,
.input input[type=password]:focus,
.input input[type=search]:focus,
.input input[type=tel]:focus,
.input input[type=text]:focus,
.input input[type=url]:focus {
    border-bottom-color: #4ba53a;
    color: #4ba53a
}

.input>input[type=email].invalid,
.input input[type=number].invalid,
.input input[type=password].invalid,
.input input[type=search].invalid,
.input input[type=tel].invalid,
.input input[type=text].invalid,
.input input[type=url].invalid {
    color: #fb4b60;
    border-bottom-color: #fb4b60
}

.input>input[type=email].invalid:-webkit-autofill,
.input input[type=number].invalid:-webkit-autofill,
.input input[type=password].invalid:-webkit-autofill,
.input input[type=search].invalid:-webkit-autofill,
.input input[type=tel].invalid:-webkit-autofill,
.input input[type=text].invalid:-webkit-autofill,
.input input[type=url].invalid:-webkit-autofill {
    -webkit-text-fill-color: #fb4b60
}

.input>input[type=email].invalid~label,
.input input[type=number].invalid~label,
.input input[type=password].invalid~label,
.input input[type=search].invalid~label,
.input input[type=tel].invalid~label,
.input input[type=text].invalid~label,
.input input[type=url].invalid~label {
    color: #fb4b60
}

.select:after {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: .7rem;
    margin-top: -0.4rem;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    color: #4ba53a
}

.select>select {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    height: 2.7rem;
    margin-top: .9rem;
    padding: 0 1rem;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
    font: inherit;
    outline: 0
}

.select>select~label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .8rem;
    line-height: .8rem;
    color: #000;
    pointer-events: none
}

.select>select:focus~label {
    color: #4ba53a
}

.select>select:focus {
    border-color: #4ba53a;
    color: #4ba53a
}

.select>select:focus~label {
    color: #4ba53a
}

.select>select.invalid {
    color: #fb4b60;
    border-color: #fb4b60
}

.select>select.invalid~label {
    color: #fb4b60
}

.select select::-ms-expand {
    display: none
}

.select select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #4ba53a
}

.radio_set>span {
    color: #666
}

.radio_set_horizontal {
    display: flex
}

.radio_set_horizontal .radio:not(:first-child) {
    margin-left: 2rem
}

@media(max-width: 320px) {
    .radio_set span {
        display: none
    }

    .radio_set_horizontal .radio:nth-child(2) {
        margin-left: 0
    }
}

@media(max-width: 640px) {
    .radio_set_horizontal .radio:not(:first-child) {
        margin-left: 1rem
    }
}

.radio>input[type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden
}

.radio>input[type=radio]+label {
    display: inline-block;
    position: relative;
    height: 1.5rem;
    padding-left: 2rem;
    line-height: 1.3rem;
    cursor: pointer
}

.radio>input[type=radio]+label:after,
.radio>input[type=radio]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    margin: 0;
    transition: .28s ease;
    content: "";
    z-index: 0
}

.radio>input[type=radio]:not(:checked)+label:before {
    border-radius: 50%;
    border: 2px solid #5a5a5a
}

.radio>input[type=radio]:not(:checked)+label:after {
    border-radius: 50%;
    border: 2px solid #5a5a5a;
    transform: scale(0);
    z-index: -1
}

.radio>input[type=radio]:checked+label:before {
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0)
}

.radio>input[type=radio]:checked+label:after {
    border-radius: 50%;
    border: 2px solid #4ba53a;
    background-color: #4ba53a;
    transform: scale(1.02);
    z-index: 0
}

.radio>input[type=radio].invalid+label:before {
    border: 2px solid #fb4b60
}

.checkbox {
    margin-bottom: .5rem
}

.checkbox input[type=checkbox] {
    position: absolute;
    left: -9999px
}

.checkbox input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.checkbox input[type=checkbox]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    transition: .2s;
    content: "";
    z-index: 0
}

.checkbox input[type=checkbox]+label:after {
    border-radius: 2px
}

.checkbox input[type=checkbox]+label:after,
.checkbox input[type=checkbox]+label:before {
    position: absolute;
    left: 0;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    content: "";
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.checkbox input[type=checkbox]:checked+label:before {
    top: 2px;
    left: 0;
    width: 5px;
    height: 12px;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotateZ(36deg);
    transform-origin: 100% 100%
}

.checkbox input[type=checkbox]:checked+label:after {
    top: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid #4ba53a;
    background-color: #4ba53a;
    z-index: 0
}

.checkbox input[type=checkbox]:not(:checked)+label:before {
    top: 12px;
    left: 6px;
    width: 0;
    height: 0;
    border: 3px solid rgba(0, 0, 0, 0);
    transform: rotateZ(36deg);
    transform-origin: 100% 100%
}

.checkbox input[type=checkbox]:not(:checked)+label:after {
    top: 3px;
    width: 18px;
    height: 18px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #5a5a5a;
    z-index: 0
}

input[type=checkbox]:disabled+label {
    cursor: default
}

input[type=checkbox]:disabled:not(:checked)+label {
    color: #bdbdbd
}

input[type=checkbox]:disabled:not(:checked)+label:before {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0)
}

input[type=checkbox]:disabled:not(:checked)+label:after {
    border-color: #bdbdbd;
    background-color: rgba(0, 0, 0, 0)
}

input[type=checkbox]:disabled:checked+label {
    color: #bdbdbd
}

input[type=checkbox]:disabled:checked+label:before {
    background-color: rgba(0, 0, 0, 0);
    top: 2px;
    left: 0;
    width: 5px;
    height: 12px;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #bdbdbd;
    border-bottom: 3px solid #bdbdbd;
    transform: rotateZ(36deg);
    transform-origin: 100% 100%
}

input[type=checkbox]:disabled:checked+label:after {
    border-color: #bdbdbd;
    background-color: rgba(0, 0, 0, 0)
}

.toggle_set {
    width: 100%;
    overflow: hidden
}

.toggle_set input[type=checkbox] {
    position: absolute;
    left: -9999px
}

.toggle_set label {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media(max-width: 640px) {
    .toggle_set label {
        padding: 15px 4% 15px 0
    }
}

@media(min-width: 641px) {
    .toggle_set label {
        padding: 15px 4% 17px 0
    }
}

.toggle_set label:last-child {
    border-bottom: 1px solid #efefef
}

.toggle_set label>i {
    display: inline-block;
    box-sizing: initial;
    float: right;
    padding: 2px;
    border-radius: 12px;
    vertical-align: middle;
    transition: .25s .09s;
    position: relative;
    background: #d8d9db
}

@media(max-width: 640px) {
    .toggle_set label>i {
        margin-top: 2px;
        width: 52px;
        height: 26px;
        border-radius: 15px
    }
}

@media(min-width: 641px) {
    .toggle_set label>i {
        margin-top: 4px;
        width: 40px;
        height: 20px;
        border-radius: 12px
    }
}

.toggle_set label>i:after {
    content: " ";
    display: block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 2px;
    transition: .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media(max-width: 640px) {
    .toggle_set label>i:after {
        width: 26px;
        height: 26px
    }
}

@media(min-width: 641px) {
    .toggle_set label>i:after {
        width: 20px;
        height: 20px
    }
}

.toggle_set label>input:checked+i {
    background: #4ba53a
}

@media(max-width: 640px) {
    .toggle_set label>input:checked+i:after {
        transform: translateX(26px)
    }
}

@media(min-width: 641px) {
    .toggle_set label>input:checked+i:after {
        transform: translateX(20px)
    }
}

.toggle_set label :hover {
    cursor: pointer
}

.dropdown__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 1
}

.dropdown--open .dropdown__overlay {
    display: block
}

.dropdown {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5rem;
    margin-top: 2rem;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    text-align: left;
    cursor: pointer
}

.dropdown .dropdown__value {
    padding: 0 1rem
}

.dropdown .dropdown__item--value {
    line-height: 2.6rem
}

.dropdown .dropdown__item--subtext {
    position: absolute;
    bottom: .6rem;
    display: block;
    font-size: .8rem;
    line-height: .8rem;
    color: #999
}

.dropdown:after {
    position: absolute;
    display: block;
    top: .9rem;
    right: 1rem;
    height: 1rem;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    color: #4ba53a
}

.dropdown>select {
    display: none
}

.dropdown>select~label {
    position: absolute;
    left: 0;
    top: -1.5rem;
    color: #999;
    font-size: .8rem;
    pointer-events: none
}

.dropdown>.dropdown__contents {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3.5rem;
    overflow: hidden !important;
    opacity: 0;
    background: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10
}

.dropdown>.dropdown__contents>ul {
    display: none;
    list-style: none
}

.dropdown>.dropdown__contents>ul>:not(:first-child) {
    border-top: 1px solid #ccc
}

.dropdown>.dropdown__contents>ul>.dropdown__item {
    position: relative;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    overflow: hidden;
    transition: .1s ease-out
}

.dropdown>.dropdown__contents>ul>.dropdown__item :before {
    position: absolute;
    content: "";
    display: block;
    top: -1.3rem;
    left: -3.8rem;
    width: 2rem;
    height: 2rem;
    background-color: #4ba53a;
    transform: rotateZ(45deg)
}

@media(min-width: 641px) {
    .dropdown>.dropdown__contents>ul>.dropdown__item :before {
        position: absolute;
        content: "";
        display: block;
        top: -1.3rem;
        left: -3.8rem;
        width: 2rem;
        height: 2rem;
        background-color: #4ba53a;
        transform: rotateZ(45deg)
    }

    .dropdown>.dropdown__contents>ul>.dropdown__item:hover {
        padding-left: 2rem;
        color: #4ba53a
    }

    .dropdown>.dropdown__contents>ul>.dropdown__item:hover :befor {
        position: absolute;
        left: 0;
        width: 1rem;
        height: 1rem;
        font-family: "icon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 1rem;
        color: #4ba53a
    }
}

.dropdown.open {
    border-color: #fff
}

.dropdown.open>.dropdown__contents {
    opacity: 1
}

.dropdown.open>.dropdown__contents>ul {
    display: block
}

.drop__label.drop__label--qty {
    padding-right: .5rem;
    font-size: .9rem;
    color: #999;
    line-height: 30px;
    vertical-align: top
}

.drop {
    position: relative;
    width: 120px;
    height: 3rem;
    line-height: 3rem;
    background: #4ba53a;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.drop span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.drop li {
    display: block;
    color: #666
}

@media(min-width: 641px) {
    .drop li:hover {
        background-color: #4ba53a;
        border-color: #4ba53a;
        color: #fff
    }
}

.drop.drop--paragraph {
    display: inline-block;
    width: 100%;
    height: 4rem;
    padding: .6rem 3rem .5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999;
    text-align: left;
    font-size: .9rem;
    line-height: 1.5;
    color: #666
}

.drop.drop--paragraph:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.7rem;
    font-family: icon;
    font-size: 1rem;
    content: "";
    color: #4ba53a
}

.drop.drop--paragraph span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.drop.drop--paragraph span>em {
    display: block
}

.drop.drop--paragraph li {
    display: flex;
    align-items: center;
    height: 5rem;
    border-bottom: 1px solid #ddd;
    line-height: 1.5
}

.drop.drop--paragraph li>em {
    display: block;
    padding: 0 1rem
}

.drop.drop--paragraph>label {
    display: inline-block;
    color: #999
}

.drop.drop--qty {
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999;
    border-radius: 2px;
    font-size: .9rem;
    line-height: 28px;
    color: #666
}

.drop.drop--qty li {
    height: 52px;
    line-height: 50px
}

.drop.drop--qty>label {
    display: inline-block;
    color: #999
}

.drop>select {
    display: none
}

.drop>.drop__content {
    display: none;
    position: absolute;
    z-index: -999;
    left: -10px;
    overflow: scroll;
    background: #fff;
    transform: scaleY(0);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-overflow-scrolling: touch
}

.drop.open>.drop__content {
    animation: Drop-in .5s cubic-bezier(0.19, 1, 0.22, 1) both;
    z-index: 999;
    display: block
}

.drop.close>.drop__content {
    animation: Drop-out .3s cubic-bezier(0.215, 0.61, 0.355, 1) both
}

.drop_overlay {
    display: none
}

.drop-on .drop_overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 120%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 900
}

@media(max-width: 640px) {
    .drop-on .drop_overlay {
        cursor: pointer
    }
}

@keyframes Drop-in {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes Drop-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }

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

.navigation .__wrap .__item.__item--lantern:before {
    content: ""
}

.navigation .__wrap .__item.__item--lantern .__name:before {
    content: ""
}

@media only screen and (min-width: 641px) {
    .navigation .__wrap .__item.__item--lantern .__name:before {
        font-size: .65rem
    }
}

@media only screen and (max-width: 640px) {
    .navigation .__wrap .__item.__item--lantern .__name:before {
        font-size: .68rem;
        line-height: 1.8
    }
}

.navigation .__wrap .__item.__item--lantern .__name:after {
    content: "ポータブルLEDランタン"
}

.navigation .__wrap .__item.__item--greenfan-c2:before {
    content: ""
}

.navigation .__wrap .__item.__item--greenfan-c2 .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--greenfan-c2 .__name:after {
    content: "ポータブルサーキュレーター"
}

.navigation .__wrap .__item.__item--pure:before {
    content: ""
}

.navigation .__wrap .__item.__item--pure .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--pure .__name:after {
    content: "空気清浄機"
}

.navigation .__wrap .__item.__item--light:before {
    content: "󩇳"
}

.navigation .__wrap .__item.__item--light .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--light .__name:after {
    content: "太陽光LEDデスクライト"
}

.navigation .__wrap .__item.__item--toaster:before {
    content: ""
}

.navigation .__wrap .__item.__item--toaster .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--toaster .__name:after {
    content: "スチームトースター"
}

.navigation .__wrap .__item.__item--pot:before {
    content: ""
}

.navigation .__wrap .__item.__item--pot .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--pot .__name:after {
    content: "電気ケトル"
}

.navigation .__wrap .__item.__item--brew .newicon {
    display: none
}

.navigation .__wrap .__item.__item--brew:before {
    padding-left: .8rem;
    content: ""
}

@media only screen and (max-width: 640px) {
    .navigation .__wrap .__item.__item--brew .newicon {
        display: inline;
        vertical-align: middle;
        margin: 0 0 4px 8px
    }
}

.navigation .__wrap .__item.__item--brew .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--brew .__name:after {
    content: "オープンドリップ式コーヒーメーカー";
    letter-spacing: -0.05em
}

.navigation .__wrap .__item.__item--range:before {
    content: ""
}

.navigation .__wrap .__item.__item--range .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--range .__name:after {
    content: "オーブンレンジ"
}

.navigation .__wrap .__item.__item--gohan:before {
    content: ""
}

.navigation .__wrap .__item.__item--gohan .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--gohan .__name:after {
    content: "炊飯器"
}

.navigation .__wrap .__item.__item--curry:before {
    content: ""
}

.navigation .__wrap .__item.__item--curry .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--curry .__name:after {
    content: "カレーソース"
}

.navigation .__wrap .__item.__item--recipe:before {
    content: ""
}

.navigation .__wrap .__item.__item--recipe .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--recipe .__name:after {
    content: "バルミューダのレシピ集"
}

.navigation .__wrap .__item.__item--greenfan:before {
    content: ""
}

.navigation .__wrap .__item.__item--greenfan .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--greenfan .__name:after {
    content: "扇風機"
}

.navigation .__wrap .__item.__item--cirq:before {
    content: ""
}

.navigation .__wrap .__item.__item--cirq .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--cirq .__name:after {
    content: "サーキュレーター"
}

.navigation .__wrap .__item.__item--airengine:before {
    content: ""
}

.navigation .__wrap .__item.__item--airengine .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--airengine .__name:after {
    content: "空気清浄機"
}

.navigation .__wrap .__item.__item--rain:before {
    content: ""
}

.navigation .__wrap .__item.__item--rain .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--rain .__name:after {
    content: "加湿器"
}

.navigation .__wrap .__item.__item--uniauto:before {
    content: ""
}

.navigation .__wrap .__item.__item--uniauto .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--uniauto .__name:after {
    content: "スマートフォンアプリ"
}

.navigation .__wrap .__item.__item--airline:before {
    content: ""
}

.navigation .__wrap .__item.__item--airline .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--airline .__name:after {
    content: "LEDデスクライト"
}

.navigation .__wrap .__item.__item--parts .__name:after {
    content: "フィルター、バッテリー等"
}

.navigation .__wrap .__item.__item--speaker:before {
    content: ""
}

.navigation .__wrap .__item.__item--speaker .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--speaker .__name:after {
    content: "ワイヤレススピーカー"
}

.navigation .__wrap .__item.__item--cleaner:before {
    content: "";
    font-size: 3.25rem;
    margin-top: -0.2rem
}

.navigation .__wrap .__item.__item--cleaner .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--cleaner .__name:after {
    content: "ホバー式クリーナー"
}

.navigation .__wrap .__item.__item--cleaner-lite:before {
    content: "";
    font-size: 3rem;
    margin-top: .2rem;
    margin-left: 1.2rem
}

@media only screen and (min-width: 641px) {
    .navigation .__wrap .__item.__item--cleaner-lite .__name {
        padding-top: 1.1rem
    }

    .navigation .__wrap .__item.__item--cleaner-lite:after {
        content: "New";
        display: block;
        position: absolute;
        background-color: #ccc;
        border-radius: 8px;
        font-size: .4375rem;
        line-height: .59375rem;
        text-align: center;
        color: #333;
        top: 0;
        left: 3.3rem;
        width: 2rem;
        padding: 2px
    }
}

.navigation .__wrap .__item.__item--cleaner-lite .__name:before {
    content: "";
    font-size: .7rem
}

.navigation .__wrap .__item.__item--cleaner-lite .__name:after {
    content: "ホバー式クリーナー"
}

.navigation .__wrap .__item.__item--cleaner-lite .__txt {
    padding-left: 9px
}

.navigation .__wrap .__item.__item--cleaner-lite .newicon {
    display: none
}

@media only screen and (max-width: 640px) {
    .navigation .__wrap .__item.__item--cleaner-lite .__name:before {
        font-size: .68rem
    }

    .navigation .__wrap .__item.__item--cleaner-lite .newicon {
        display: inline;
        vertical-align: middle;
        margin: 0 0 0 8px
    }
}

.navigation .__wrap .__item.__item--phone {
    padding-left: 2.5rem
}

.navigation .__wrap .__item.__item--phone:before {
    content: "";
    font-size: 2.4rem
}

.navigation .__wrap .__item.__item--phone .__name {
    padding: 0
}

.navigation .__wrap .__item.__item--phone .__name:before {
    content: "";
    font-size: .7rem
}

.navigation .__wrap .__item.__item--phone .__name:after {
    content: "4.9インチ 5Gスマートフォン"
}

.navigation .__wrap.__wrap--cart .__item.__item--cart:before {
    content: ""
}

.navigation .__wrap.__wrap--cart .__item.__item--mypage:before {
    content: ""
}

.navigation .__wrap.__wrap--cart .__item.__item--history:before {
    content: ""
}

.tech_nav a::before {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #bbb
}

.header_wrap {
    width: 100%;
    height: 100px;
    background: #202020;
    position: relative
}

.header_wrap {
    position: fixed;
    z-index: 888;
    top: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .3s, height .2s linear;
    z-index: 900
}

.header_wrap:has(.header--sleep) {
    transform: translate3d(0, -238px, 0)
}

.main {
    padding-top: 100px
}

.products .pagemap--desktop.__header {
    top: 100px !important;
    position: absolute !important
}

.products .main:has(.pagemap--desktop) {
    padding-top: 190px !important
}

@media screen and (min-width: 641px)and (max-width: 810px) {
    .main {
        padding-top: 76px
    }

    .products .pagemap--desktop.__header {
        top: 75px !important;
        position: absolute !important
    }

    .products .main:has(.pagemap--desktop) {
        padding-top: 175px !important
    }
}

.header {
    width: 151px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 53px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brand {
    position: relative
}

.brand>.brand__balmuda {
    margin: 0;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: pointer;
    width: 151px;
    height: 21px;
    border: none;
    outline: none
}

.brand>.brand__balmuda>img {
    vertical-align: top
}

.brand>.brand__icon {
    display: none
}

.navigation {
    width: calc(100% - 265px);
    height: 100px;
    margin: 0 0 0 265px;
    position: relative;
    z-index: 890;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navigation .navigation__content {
    height: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 52px;
    list-style: none;
    transform: none !important
}

.navigation .navigation__content .navigation__item {
    margin: 0 48px 0 0;
    position: static;
    float: left
}

.navigation .navigation__content .navigation__item.navigation__item--cart {
    position: relative
}

.navigation .navigation__content .navigation__item>.__item {
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #ccc;
    text-decoration: none;
    cursor: pointer
}

.navigation .navigation__content .navigation__item>.__item:before {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .9rem
}

.navigation .navigation__content .navigation__item>.__item em {
    display: none
}

.navigation .navigation__content .navigation__item>.__item.home:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.products:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.recipe:before {
    content: "";
    font-size: 1rem
}

.navigation .navigation__content .navigation__item>.__item.stores:before {
    content: "";
    font-size: .75rem
}

.navigation .navigation__content .navigation__item>.__item.about:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.support em {
    display: inline;
    font-size: 14px;
    font-weight: bold
}

.navigation .navigation__content .navigation__item>.__item.__de.products:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.__de.about:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.__de.support:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.__de.support em {
    display: none
}

.navigation .navigation__content .navigation__item>.__item.__de.verkaufsstellen:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item:hover {
    color: #fff
}

.navigation .navigation__content .navigation__item>.__item:hover:after {
    content: "";
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 3rem;
    height: 0;
    margin-left: -1.5rem;
    border-top: 3px solid #fff
}

.navigation .navigation__content .navigation__item .cart {
    font-size: 16px;
    line-height: 100px
}

.navigation .navigation__content .navigation__item .cart .badge {
    color: #ccc;
    font-size: rem(14);
    position: absolute;
    top: -10px;
    right: -12px
}

.navigation .__wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9995;
    animation-fill-mode: none;
    animation-duration: .2s;
    animation-name: fadeIn;
    text-align: left
}

.navigation .__wrap .__dropdown {
    z-index: 9997;
    display: block;
    position: absolute;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.navigation .__wrap .__title {
    display: block;
    box-sizing: border-box
}

.navigation .__wrap .__title>em {
    display: none
}

.navigation .__wrap .__title:before {
    position: relative;
    padding-left: .3rem;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.175rem;
    color: #fff
}

.navigation .__wrap .__title.__kitchen:before {
    content: ""
}

.navigation .__wrap .__title.__recipe:before {
    content: ""
}

.navigation .__wrap .__title.__air:before {
    content: ""
}

.navigation .__wrap .__title.__lighting:before {
    content: ""
}

.navigation .__wrap .__title.__design:before {
    content: ""
}

.navigation .__wrap .__title.__parts:before {
    content: "消耗品・専用パーツ";
    font-size: 1.15625rem;
    font-weight: bold
}

.navigation .__wrap .__title.__audio:before {
    content: ""
}

.navigation .__wrap .__title.__cleaner:before {
    content: ""
}

.navigation .__wrap .__title.__cleaner-lite:before {
    content: ""
}

.navigation .__wrap .__title.__phone:before {
    content: "";
    font-size: 1.1rem
}

.navigation .__wrap .__item {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #ccc;
    text-decoration: none;
    cursor: pointer
}

.navigation .__wrap .__item--airline {
    margin-bottom: 57px
}

.navigation .__wrap .__item--speaker {
    margin-bottom: 5px
}

.navigation .__wrap .__item--cleaner {
    margin-bottom: 10px
}

.navigation .__wrap .__item--cleaner-lite {
    margin-bottom: 10px
}

.navigation .__wrap .__item--recipe {
    margin-bottom: 39px
}

.navigation .__wrap .__item--parts {
    margin-bottom: 0
}

.navigation .__wrap .__item--phone {
    margin-bottom: 2px
}

.navigation .__wrap .__item .__name {
    display: inline-block;
    padding-top: .5rem;
    line-height: 1.2
}

.navigation .__wrap .__item .__name em {
    display: none
}

.navigation .__wrap .__item .__name:before {
    position: relative;
    left: .15rem;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75rem
}

.navigation .__wrap .__item .__name:after {
    display: block;
    font-size: .7125rem
}

.navigation .__wrap .__item:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.75rem;
    line-height: 1
}

@media(max-width: 1090px) {
    .navigation .__wrap .__item--airline {
        margin-bottom: 20px
    }

    .navigation .__wrap .__item--cleaner {
        margin-bottom: 30px
    }
}

.navigation .__wrap.__wrap--products {
    left: 0;
    width: 270px;
    height: 206px
}

.navigation .__wrap.__wrap--products .__dropdown {
    height: 100%;
    background: #3a3a3a;
    padding: 25px 0
}

.navigation .__wrap.__wrap--products .__dropdown .__view {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 980px;
    margin: 0 auto
}

.navigation .__wrap.__wrap--products .__dropdown .__group--right {
    width: 515px;
    order: 3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

.navigation .__wrap.__wrap--products .__dropdown .__group--wrap {
    order: 4;
    display: flex;
    flex-direction: column
}

.navigation .__wrap.__wrap--products .__dropdown .__group--others {
    width: 270px
}

.navigation .__wrap.__wrap--products .__dropdown .__group--tech {
    width: 490px;
    order: 5;
    border: 1px solid #9d9d9d;
    position: relative
}

.navigation .__wrap.__wrap--products .__dropdown .__group--tech::after {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 2.18rem;
    color: #fff;
    position: absolute;
    top: 31px;
    right: 68px
}

.navigation .__wrap.__wrap--products .__dropdown .__group {
    page-break-inside: avoid;
    break-inside: avoid
}

.navigation .__wrap.__wrap--products .__dropdown .__group:nth-child(2) {
    margin-top: 13px
}

.navigation .__wrap.__wrap--products .__dropdown .__group:nth-child(3) {
    margin-top: 16px
}

.navigation .__wrap.__wrap--products .__dropdown a {
    color: #bebdbd;
    text-decoration: none
}

.navigation .__wrap.__wrap--products .__dropdown a:hover span {
    color: #fff
}

@media(min-width: 1091px) {
    .navigation .__wrap.__wrap--products .__dropdown .__group.__noPC {
        display: none
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group.__onlyTab:not(.__onlyPC) {
        display: none
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group.__onlyTabSmall {
        display: none
    }
}

@media(max-width: 1090px) {
    .navigation .__wrap.__wrap--products .__dropdown .__view {
        justify-content: flex-start
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group--right {
        flex-wrap: wrap
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group--wrap {
        display: block
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group {
        margin-right: 3%
    }
}

@media(max-width: 810px) {
    .navigation .__wrap.__wrap--products .__dropdown .__item {
        margin-bottom: 20px
    }

    .navigation .__wrap.__wrap--products .__dropdown .__item.__item--airline {
        margin-bottom: 98px
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group--wrap {
        width: 288px
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group {
        width: 288px;
        margin-right: 0
    }

    .navigation .__wrap.__wrap--products .__dropdown .accordion__trigger.__group--recipe {
        padding-top: 52px
    }
}

.navigation .__wrap.__wrap--products .__item .__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 59px;
    line-height: 1.8;
    color: #ccc
}

.navigation .__wrap.__wrap--products .__item .label {
    color: #ccc
}

.navigation .__wrap.__wrap--products .__item .label--primary {
    font-size: rem(15.4);
    margin-bottom: 2.5px
}

.navigation .__wrap.__wrap--products .__item .label--secondary {
    font-size: rem(14.4)
}

.navigation .__wrap.__wrap--products .__item .text {
    font-size: rem(12);
    color: #afadad
}

.navigation .__wrap.__wrap--cart {
    left: 390px;
    width: 270px
}

.navigation .__wrap.__wrap--cart .__dropdown {
    padding: 15px 0;
    background: #3a3a3a
}

.navigation .__wrap.__wrap--cart .__dropdown a {
    color: #ccc;
    text-decoration: none
}

.navigation .__wrap.__wrap--cart .__dropdown a:hover {
    color: #4ba53a
}

.navigation .__wrap.__wrap--cart .__item {
    line-height: 76px;
    padding-left: 6rem
}

.navigation .__wrap.__wrap--cart .__item.__item--cart:before {
    content: ""
}

.navigation .__wrap.__wrap--cart .__item.__item--mypage:before {
    content: ""
}

.navigation .__wrap.__wrap--cart .__item:before {
    top: 1.7rem;
    left: 3rem;
    font-size: 1.6rem
}

.navigation .dropdown__trigger.__active>.__wrap {
    display: block
}

.tech_nav {
    height: 96px;
    position: absolute;
    top: 0;
    right: 36px;
    line-height: 96px;
    z-index: 999
}

.tech_nav a {
    display: block;
    text-decoration: none
}

.tech_nav a::before {
    font-size: 1.9rem;
    line-height: 100px
}

.tech_nav a em {
    display: none
}

.tech_nav a:hover::before {
    color: #fff
}

#sp_pagemap {
    display: none !important
}

body.Home .navigation .home,
body.Products .navigation .products,
body.Stores .navigation .stores,
body.About .navigation .about,
body.Support .navigation .support,
body.id .navigation .id,
body.store .navigation .cart {
    color: #fff
}

@media screen and (min-width: 961px)and (max-width: 1089px) {
    .tech_nav {
        right: 20px
    }

    .tech_nav a::before {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 811px)and (max-width: 960px) {
    .navigation {
        width: calc(100% - 210px);
        margin: 0 0 0 210px;
        height: 100px
    }

    .navigation .navigation__content {
        height: 100px
    }

    .navigation .navigation__content .navigation__item {
        margin: 0 35px 0 0
    }

    .navigation .navigation__content .navigation__item.navigation__item--cart {
        position: relative
    }

    .navigation .navigation__content .navigation__item>.__item:before {
        font-size: .85rem
    }

    .navigation .navigation__content .navigation__item>.__item.stores:before {
        font-size: .75rem
    }

    .navigation .navigation__content .navigation__item>.__item.support em {
        font-size: .94rem
    }

    .navigation .navigation__content .navigation__item>.__item.tech {
        display: none
    }

    .navigation .navigation__content .navigation__item>.__item:hover {
        color: #fff
    }

    .navigation .navigation__content .navigation__item>.__item:hover:after {
        content: "";
        position: absolute;
        bottom: 28px;
        left: 50%;
        width: 3rem;
        height: 0;
        margin-left: -1.5rem;
        border-top: 3px solid #fff
    }

    .navigation .navigation__content .navigation__item .cart {
        font-size: 15.5px;
        line-height: 100px
    }

    .navigation .navigation__content .__wrap--cart {
        right: -120px
    }

    .header_wrap {
        height: 100px
    }

    .header_wrap .header {
        width: 128px;
        height: 17.8px;
        top: 26px;
        left: 43px
    }

    .header_wrap .brand {
        position: relative
    }

    .header_wrap .brand>.brand__balmuda {
        margin: 0;
        position: absolute;
        top: 14px;
        left: 0;
        cursor: pointer;
        width: 128px;
        height: 17.8px;
        border: none;
        outline: none
    }

    .header_wrap .brand>.brand__balmuda>img {
        vertical-align: top
    }

    .header_wrap .brand>.brand__icon {
        display: none
    }

    .tech_nav {
        right: 20px
    }

    .tech_nav a::before {
        line-height: 100px;
        font-size: 1.7rem
    }

    .tech_nav a:hover::before {
        color: #fff
    }

    .navigation .__wrap.__wrap--products .__dropdown .accordion__trigger.__group--tech {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 641px)and (max-width: 810px) {
    .navigation {
        width: calc(100% - 174px);
        margin: 0 0 0 174px;
        height: 76px
    }

    .navigation .navigation__content {
        height: 76px
    }

    .navigation .navigation__content .navigation__item {
        margin: 0 22px 0 0
    }

    .navigation .navigation__content .navigation__item.navigation__item--cart {
        position: relative
    }

    .navigation .navigation__content .navigation__item>.__item {
        padding: 0;
        height: 76px;
        line-height: 76px
    }

    .navigation .navigation__content .navigation__item>.__item:before {
        font-size: .7rem
    }

    .navigation .navigation__content .navigation__item>.__item.recipe:before {
        font-size: .8rem
    }

    .navigation .navigation__content .navigation__item>.__item.stores:before {
        font-size: .6rem
    }

    .navigation .navigation__content .navigation__item>.__item.support em {
        font-size: .75rem
    }

    .navigation .navigation__content .navigation__item>.__item.tech {
        display: none
    }

    .navigation .navigation__content .navigation__item>.__item:hover {
        color: #fff
    }

    .navigation .navigation__content .navigation__item>.__item:hover:after {
        content: "";
        position: absolute;
        bottom: 21px;
        left: 50%;
        width: 3rem;
        height: 0;
        margin-left: -1.5rem;
        border-top: 3px solid #fff
    }

    .navigation .navigation__content .navigation__item .cart {
        font-size: 13px;
        line-height: 76px
    }

    .navigation .navigation__content .__wrap--cart {
        right: -120px
    }

    .navigation .__wrap.__wrap--products .__dropdown .__view {
        justify-content: center
    }

    .header {
        width: 110px;
        height: 21px;
        top: 25px;
        left: 30px
    }

    .header_wrap {
        height: 76px
    }

    .header_wrap .brand {
        position: relative
    }

    .header_wrap .brand>.brand__balmuda {
        margin: 0;
        position: absolute;
        top: 5px;
        left: 0;
        cursor: pointer;
        width: 110px;
        height: 15px;
        border: none;
        outline: none
    }

    .header_wrap .brand>.brand__balmuda>img {
        vertical-align: top
    }

    .header_wrap .brand>.brand__icon {
        display: none
    }

    .header_wrap .tech_nav {
        height: 70px;
        line-height: 70px;
        right: 20px
    }

    .header_wrap .tech_nav a::before {
        line-height: 74px !important;
        font-size: 1.3rem
    }

    .header_wrap .tech_nav a:hover::before {
        color: #fff
    }
}

@media screen and (min-width: 811px)and (max-width: 904px) {
    .navigation .__wrap.__wrap--products .__dropdown .__group--tech {
        width: 402px;
        padding: 5px 0 0 36px !important
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group--tech::after {
        right: 38px !important
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input,
abbr,
article,
aside,
command,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
meter,
nav,
output,
progress,
section,
summary,
time {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th,
figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal
}

fieldset,
iframe {
    border: none
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,
a:hover {
    border: none;
    outline: none
}

img {
    border: none;
    border-width: 0px;
    vertical-align: top
}

video {
    display: block
}

html {
    background-color: #474747
}

body {
    margin: 0;
    padding: 0;
    background: #fff url(/_assets/img/body.png) repeat-x;
    text-align: center;
    font-size: 13px;
    line-height: 24px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    body {
        background-image: url(/_assets/img/body@2x.png);
        background-size: 100% 100px
    }
}

#GradLayer {
    padding-bottom: 0;
    background: url(/_assets/image/Design/GradLayer_BG.png) repeat-x bottom left
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #GradLayer {
        background-image: url(/_assets/image/Design/GradLayer_BG@2x.png);
        background-size: 100% 100px;
        padding-top: 100px
    }

    .subscribe {
        display: none
    }
}

#Wrapper {
    margin: 0 auto
}

#Container {
    clear: both;
    width: 980px;
    overflow: hidden;
    margin: 16px auto;
    background: url(/_assets/image/Design/Container_BG.png) repeat-x;
    text-align: left
}

#ContainerLayer {
    background-repeat: no-repeat
}

#Container .Contents {
    padding: 0 50px 80px 50px;
    background-repeat: no-repeat
}

#Nav {
    height: 80px;
    padding: 0 20px 0 50px
}

#Nav #PageTitle {
    float: left;
    width: 112px;
    height: 80px;
    background-repeat: no-repeat
}

#Nav #PageTitle a {
    display: block;
    width: 112px;
    height: 80px
}

#Nav #PageTitle span {
    display: none
}

#Nav ul {
    margin: 0;
    padding: 42px 0 0 0;
    list-style: none
}

#Nav ul li {
    display: inline;
    padding-right: 40px
}

#Nav ul li a {
    text-decoration: none;
    color: #000
}

#Nav ul li a:hover {
    text-decoration: underline;
    color: #666
}

#Nav ul li.Current a,
#Nav ul li.Current a:hover {
    text-decoration: none;
    color: #4ba53a
}

#Container img.Right {
    float: right;
    margin: 0 0 10px 30px
}

#Container img.Left {
    float: left;
    margin: 0 30px 10px 0
}

#Container .Caption {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    border-radius: 5px
}

#Container .Caption.Right {
    float: right;
    margin: 0 0 10px 30px
}

#Container .Caption.Left {
    float: left;
    margin: 0 30px 10px 0
}

#Container .Caption .CaptionLayout {
    padding: 20px 20px 16px 20px
}

#Container .Caption .CaptionLayout p {
    font-size: 11px;
    line-height: 17px;
    margin: 10px 0 0 0
}

#Container hr.Hr81_CCC {
    clear: both;
    text-align: left;
    height: 81px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr81_CCC.png) repeat-x
}

#Container hr.Hr31_666 {
    clear: both;
    text-align: left;
    height: 31px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr31_666.png) repeat-x
}

#Container hr.Hr31_CCC {
    clear: both;
    text-align: left;
    height: 31px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr31_CCC.png) repeat-x
}

#Container hr.Hr21_666 {
    clear: both;
    text-align: left;
    height: 21px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr21_666.png) repeat-x
}

#Container hr.Hr21_333 {
    clear: both;
    text-align: left;
    height: 21px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr21_333.png) repeat-x
}

#Container hr.Hr16_333 {
    clear: both;
    text-align: left;
    height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr16_333.png) repeat-x
}

#Container hr.Hr16_666 {
    clear: both;
    text-align: left;
    height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/_assets/image/Design/Hr16_666.png) repeat-x
}

#Container hr.Hyde0 {
    clear: both;
    text-align: left;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

#Footer {
    padding: 20px 0 0 0;
    background: #474747 url(/_assets/image/Design/Footer_BG.png) repeat-x
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #Footer {
        background-image: url(/_assets/image/Design/Footer_BG@2x.png);
        background-size: 100% 420px
    }
}

#Footer .Layout {
    width: 980px;
    margin: 0 auto;
    text-align: left
}

#Footer #NewsFeed {
    float: left;
    width: 320px;
    margin-right: 50px;
    background: #474747 url(/_assets/image/Design/Footer_NewsFeed_BG.png) no-repeat 30px 30px;
    border-radius: 3px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #Footer #NewsFeed {
        background-image: url(/_assets/image/Design/Footer_NewsFeed_BG@2x.png);
        background-size: 62px 20px
    }
}

#Footer #NewsFeed .NewsFeedLayout {
    padding: 70px 30px 25px 30px
}

#Footer #NewsFeed ul {
    list-style: none
}

#Footer #NewsFeed ul li {
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #666;
    font-size: 12px;
    line-height: 19px
}

#Footer #NewsFeed ul li a {
    display: block;
    color: #fff;
    text-decoration: none
}

#Footer #NewsFeed ul li a:hover {
    color: #4ba53a;
    text-decoration: underline
}

#Footer #SiteMaps {
    float: left;
    width: 610px;
    padding-top: 110px;
    background-position: 0 28px;
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #Footer #SiteMaps {
        background-size: 590px 66px
    }
}

#Footer #SiteMaps ul {
    float: left;
    width: 190px;
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none
}

#Footer #SiteMaps ul li.SitemapTitle {
    font-weight: bold;
    color: #fff
}

#Footer #SiteMaps ul li a {
    color: #999;
    text-decoration: none
}

#Footer #SiteMaps ul li a:hover {
    color: #fff;
    text-decoration: underline
}

#Footer .Copyright {
    position: relative;
    clear: both;
    padding-top: 30px;
    text-align: right
}

#Footer .Copyright img {
    padding-bottom: 20px
}

#Footer .Copyright #Language_Flag {
    overflow: hidden;
    width: 120px;
    height: 22px;
    padding-right: 40px;
    margin: 0 auto 30px 820px;
    background: url(/_assets/image/language/Language_Flag.png) no-repeat right 2px;
    cursor: pointer
}

#Footer .Copyright #Language_Flag p {
    font-size: 11px;
    line-height: 11px;
    color: #999
}

#Footer .Copyright p.CompanyLogo {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(/_assets/image/Design/BALMUDA_Footer.png) no-repeat top right;
    font-size: 11px;
    line-height: 24px;
    color: #999
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    #Footer .Copyright p.CompanyLogo {
        background-image: url(/_assets/image/Design/BALMUDA_Footer@2x.png);
        background-size: 155px 17px
    }
}

.arthref {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.arthref .overlay {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    pointer-events: none;
    display: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.arthref .opaque {
    background: rgba(0, 0, 0, .4) !important
}

.arthref .overlay.active {
    opacity: 1;
    pointer-events: all
}

.arthref .icon-container {
    z-index: 101;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center
}

.arthref .icon-container:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.arthref .icon-container .centered {
    display: inline-block;
    padding: 1em;
    vertical-align: middle;
    text-align: left;
    width: 90%;
    max-width: 725px
}

.arthref .icon-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    pointer-events: none
}

.arthref .icon-container ul.active {
    opacity: 1;
    pointer-events: auto
}

.arthref .icon-container ul li {
    display: inline-block;
    width: 100px;
    height: 110px;
    margin: 10px
}

.arthref .icon-container ul li a {
    background-color: #617385;
    border-radius: 10px;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 0 10px 10px
}

.arthref .icon-container ul li span {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .9);
    color: #e5e5e5;
    font-style: normal !important
}

.arthref .icon-container ul li a.aLang_JP span {
    background-position: 0px 0px
}

.arthref .icon-container ul li a.aLang_EN span {
    background-position: 0px 0px
}

.arthref .icon-container ul li a.aLang_KR span {
    background-position: -180px 0px
}

.arthref .icon-container ul li a.aLang_DE span {
    background-position: -270px 0px
}

.arthref .icon-container ul li a.aLang_CN span {
    background-position: -360px 0px
}

.arthref .icon-container ul li a {
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px
}

.arthref .icon-container ul li a span {
    display: block;
    width: 80px;
    height: 80px;
    background: url(/_assets/image/language/Language_Flag_Selector.png) no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .arthref .icon-container ul li a span {
        background: url(/_assets/image/language/Language_Flag_Selector@2x.png) no-repeat;
        background-size: 450px 80px
    }
}

.arthref .icon-container ul li a {
    background-image: -webkit-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -moz-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -o-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -ms-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%)
}

.arthref .launchpad .icon-container ul {
    -webkit-transform-origin: center 20%;
    -webkit-transform: scale(0.8);
    -moz-transform-origin: center 20%;
    -moz-transform: scale(0.8);
    -o-transform-origin: center 20%;
    -o-transform: scale(0.8);
    -ms-transform-origin: center 20%;
    -ms-transform: scale(0.8);
    transform-origin: center 20%;
    transform: scale(0.8)
}

.arthref .launchpad.active .icon-container ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blurred {
    -webkit-transition: -webkit-filter 300ms ease-in-out;
    -moz-transition: -moz-filter 300ms ease-in-out;
    -o-transition: -o-filter 300ms ease-in-out;
    -ms-transition: -ms-filter 300ms ease-in-out;
    transition: filter 300ms ease-in-out;
    -webkit-filter: blur(15px)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(/_assets/image/fancybox/fancybox.png)
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1101
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0) url(/_assets/image/fancybox/fancybox.png) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: rgba(0, 0, 0, 0) url(/_assets/image/fancybox/blank.gif);
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0px
}

#fancybox-right {
    right: 0px
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -30px
}

#fancybox-right-ico {
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -60px
}

#fancybox-left-ico {
    left: 20px
}

#fancybox-right-ico {
    right: 20px;
    left: auto
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(/_assets/image/fancybox/fancybox-x.png)
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -162px
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(/_assets/image/fancybox/fancybox-y.png);
    background-position: -20px 0px
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -182px
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(/_assets/image/fancybox/fancybox-x.png);
    background-position: 0px -20px
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -142px
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(/_assets/image/fancybox/fancybox-y.png)
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(/_assets/image/fancybox/fancybox.png);
    background-position: -40px -122px
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background-image: url(/_assets/image/fancybox/fancy_title_over.png);
    display: block
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(/_assets/image/fancybox/fancybox.png) -40px -90px no-repeat
}

#fancybox-title-float-main {
    color: #fff;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url(/_assets/image/fancybox/fancybox-x.png) 0px -40px
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(/_assets/image/fancybox/fancybox.png) -55px -90px no-repeat
}

.fancybox-ie .fancybox-bg {
    background: rgba(0, 0, 0, 0) !important
}

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_n.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_ne.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_e.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_se.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_s.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_sw.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_w.png", sizingMethod="scale")
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_assets/image/fancybox/fancy_shadow_nw.png", sizingMethod="scale")
}

.banner--mail_subscr {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    background: #1aa0e5;
    font-size: 13px;
    line-height: 13px;
    padding: 1.7em 0
}

.banner--mail_subscr p {
    color: #fff;
    text-align: center
}

.banner--mail_subscr .icon__email {
    font-size: 26px;
    margin-top: 2px;
    margin-right: 10px;
    vertical-align: middle
}

.btn--mail_subscr {
    display: inline-block;
    float: none;
    width: auto;
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 2em;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 13px;
    font-weight: normal
}

.btn--mail_subscr:hover {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #fff
}

.btn--mail_subscr .icon__bold__right {
    position: absolute;
    right: 5px
}

.modal--desktop .modal__buy_products {
    display: none;
    z-index: 9998;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 980px;
    min-width: 860px;
    width: 100%;
    height: 620px;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.modal--desktop .modal__buy_products .modal--active {
    display: block;
    z-index: 9999;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.modal--desktop .modal__buy_products .modal--close--animation {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.modal--desktop .modal__buy_products .modal__content {
    padding: 40px 5% 0;
    -webkit-overflow-scrolling: touch;
    height: 580px;
    width: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0
}

.modal--desktop .modal__buy_products .modal__page {
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.modal--desktop .modal__buy_products .page1 {
    display: block
}

.modal--desktop .modal__buy_products .modal__close {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    color: #999;
    background: none;
    cursor: pointer;
    z-index: 9999
}

.modal--desktop .modal__buy_products .modal__close:hover {
    color: #666;
    background: none
}

.modal--desktop .modal__buy_products .modal__close>svg {
    width: 100%;
    height: auto;
    fill: #fff
}

.modal--desktop .modal__buy_products .modal__back {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    font-size: 16px
}

.modal--desktop .modal__buy_products .modal__back:hover {
    color: #009cdd
}

.modal--desktop .modal__buy_products .modal__title {
    font-size: 32px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 20px
}

.modal--desktop .modal__buy_products .soldout__message {
    max-width: 600px;
    margin: 8px auto -16px;
    margin: .5rem auto -1rem;
    padding: 16px;
    padding: 1rem;
    border-radius: 3px;
    font-size: .8rem;
    line-height: 1.1rem;
    background: #039be5;
    color: #fff;
    text-align: center
}

.modal--desktop .modal__buy_products .soldout__message a {
    color: #fff;
    text-decoration: none
}

.modal--desktop .modal__buy_products .soldout__message a:hover {
    text-decoration: underline
}

.modal--desktop .modal__buy_products .modal__lineup {
    max-width: 900px;
    min-width: 570px;
    width: 100%;
    height: 100%;
    max-height: 440px;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.modal--desktop .modal__buy_products .column {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.modal--desktop .modal__buy_products .column__image {
    width: 100%;
    max-width: 460px
}

.modal--desktop .modal__buy_products .column__image>img {
    width: 100%;
    height: auto
}

.modal--desktop .modal__buy_products .column__form {
    width: 100%;
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 1px solid #ccc;
    text-align: left
}

.modal--desktop .modal__buy_products .fieldset {
    padding: 1rem 0
}

.modal--desktop .modal__buy_products .item {
    max-width: 300px;
    min-width: 170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin-right: 20px;
    padding: 10px;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s
}

.modal--desktop .modal__buy_products .item--soldout .btn--ghost {
    border-color: #ccc;
    color: #ccc
}

.modal--desktop .modal__buy_products .item--has-stock {
    cursor: pointer
}

.modal--desktop .modal__buy_products .item--has-stock:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.modal--desktop .modal__buy_products .item--has-stock:hover .btn--ghost {
    background: #4ba53a;
    color: #fff
}

.modal--desktop .modal__buy_products .item:last-child {
    margin-right: 0
}

.modal--desktop .modal__buy_products .item input[type=radio] {
    display: none
}

.modal--desktop .modal__buy_products .item__image {
    display: flex;
    align-items: baseline;
    position: relative;
    text-align: center;
    max-height: 260px;
    max-width: 260px;
    height: 100%;
    width: 100%
}

.modal--desktop .modal__buy_products .item__image img {
    width: 100%;
    height: auto
}

.modal--desktop .modal__buy_products .item__image--square {
    margin: -20px auto 0
}

.modal--desktop .modal__buy_products .item__image--wide {
    margin: -40px auto 0
}

.modal--desktop .modal__buy_products .item__image--long {
    margin: -20px auto 0
}

.modal--desktop .modal__buy_products .item__name {
    position: relative;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    text-align: center
}

.modal--desktop .modal__buy_products .item__product-code {
    font-size: 13px;
    color: #999
}

.modal--desktop .modal__buy_products .item__description {
    text-align: center;
    color: #666;
    line-height: 1.3rem;
    font-size: 13px
}

.modal--desktop .modal__buy_products .item__purchase {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px
}

.modal--desktop .modal__buy_products .item__shipping {
    font-size: 16px;
    color: #666;
    text-align: center
}

.modal--desktop .modal__buy_products .item__buy {
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}

.modal--desktop .modal__buy_products .item__price {
    font-size: 14px;
    color: #666;
    text-align: center
}

.modal--desktop .modal__buy_products .item__price:before {
    content: "¥";
    font-size: 14px
}

.modal--desktop .modal__buy_products .item__price--exctax:after {
    content: "(税別)";
    font-size: 14px
}

.modal--desktop .modal__buy_products .item__price--inctax:after {
    content: "(税込)";
    font-size: 14px
}

.modal--desktop .modal__buy_products .option__product_name {
    font-size: 1.2rem;
    line-height: 1.2rem
}

.modal--desktop .modal__buy_products .option__product_code {
    color: #999
}

.modal--desktop .modal__buy_products .option__subheading {
    font-size: 14px;
    font-weight: bold;
    margin: 1rem 0 0
}

.modal--desktop .modal__buy_products .option__spec {
    font-size: 14px;
    line-height: 1.4rem;
    margin: 1rem 0
}

.modal--desktop .modal__buy_products .option__price:before {
    content: "¥";
    font-size: 14px
}

.modal--desktop .modal__buy_products .option__price--exctax:after {
    content: "(税別)";
    font-size: 14px
}

.modal--desktop .modal__buy_products .option__price--inctax:after {
    content: "(税込)";
    font-size: 14px
}

.modal--desktop .modal__buy_products .option__shipping {
    font-size: 16px
}

.modal--desktop .modal__buy_products .option__description {
    font-size: 14px;
    line-height: 1.4rem;
    margin: 1rem 0
}

.modal--desktop .modal__buy_products .option__description p {
    margin-bottom: 1rem
}

.modal--desktop .modal__buy_products .option__description p>em {
    font-weight: bold
}

.modal--desktop .modal__buy_products .input,
.modal--desktop .modal__buy_products button,
.modal--desktop .modal__buy_products textarea,
.modal--desktop .modal__buy_products select {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal--desktop .modal__buy_products .btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    border-style: none;
    border-radius: 2px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.modal--desktop .modal__buy_products .btn--large {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 55px;
    font-size: 1rem;
    line-height: 55px;
    background-color: #4ba53a;
    color: #fff
}

.modal--desktop .modal__buy_products .btn--ghost {
    display: inline-block;
    border: 1px solid #4ba53a;
    color: #4ba53a;
    background: none;
    padding: .2rem 3rem
}

.modal--desktop .modal__buy_products .btn--large[disabled] {
    background-color: #999;
    cursor: default
}

.modal--sp .modal {
    display: none;
    z-index: 9997;
    position: fixed;
    overflow-y: hidden !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.modal--sp .modal.modal--active {
    display: block;
    z-index: 9997;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.modal--sp .modal .modal--close--animation {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.modal--sp .modal .modal__content {
    padding: 0 5% 0;
    width: 90%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative
}

.modal--sp .modal .modal__page {
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.modal--sp .modal .page1 {
    display: block
}

.modal--sp .modal .modal__close {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 80px;
    line-height: 80px;
    width: 130px;
    height: 130px;
    padding: 20px 20px 0 0;
    border-radius: 0;
    color: #999;
    background: none;
    cursor: pointer;
    z-index: 9999;
    text-align: right
}

.modal--sp .modal .modal__close:hover {
    background: none
}

.modal--sp .modal .modal__back {
    box-sizing: border-box;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 120;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    font-size: 32px
}

.modal--sp .modal .modal__title {
    position: relative;
    font-size: 40px;
    line-height: 40px;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center
}

.modal--sp .modal .modal__lineup {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.modal--sp .modal .column {
    margin: 40px 0 300px
}

.modal--sp .modal .column .price {
    display: block;
    font-size: 48px;
    line-height: 30px;
    text-align: center
}

.modal--sp .modal .column .price:before {
    content: "¥";
    font-size: 24px
}

.modal--sp .modal .column .price--exctax:after {
    content: "(税別)";
    font-size: 24px
}

.modal--sp .modal .column .price--inctax:after {
    content: "(税込)";
    font-size: 24px
}

.modal--sp .modal .column .sku_information {
    display: block;
    font-size: 28px;
    color: #999;
    text-align: center
}

.modal--sp .modal .column .label--fixed {
    font-size: 24px
}

.modal--sp .modal .column__image {
    text-align: center
}

.modal--sp .modal .column__image>img {
    width: 80%;
    height: auto
}

.modal--sp .modal .column__image--square {
    margin: -40px 0
}

.modal--sp .modal .column__image--wide {
    margin: -200px 0
}

.modal--sp .modal .column__image--long {
    margin: 20px 0
}

.modal--sp .modal .column__form {
    width: 100%
}

.modal--sp .modal .fieldset {
    padding: 1rem 0
}

.modal--sp .modal .item {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
    margin-right: 20px;
    padding: 10px;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s
}

.modal--sp .modal .item--soldout .btn--ghost {
    border-color: #ccc;
    color: #ccc
}

.modal--sp .modal .item:last-child {
    margin-right: 0
}

.modal--sp .modal .item input[type=radio] {
    display: none
}

.modal--sp .modal .item__image {
    position: relative;
    text-align: center
}

.modal--sp .modal .item__image img {
    width: 80%;
    height: auto
}

.modal--sp .modal .item__image--square {
    margin: -20px 0
}

.modal--sp .modal .item__image--wide {
    margin: -40px 0
}

.modal--sp .modal .item__image--long {
    margin: 15px 0
}

.modal--sp .modal .item .limited {
    display: table;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 10px;
    right: 10px;
    background: #009cdd;
    border-radius: 50%;
    color: #fff
}

.modal--sp .modal .item .limited:before {
    content: "オンライン\aストア限定";
    display: table-cell;
    padding: 10px;
    line-height: 15px;
    font-size: 10px;
    vertical-align: middle
}

.modal--sp .modal .item__name {
    position: relative;
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 40px;
    color: #666;
    text-align: center
}

.modal--sp .modal .item__product-code {
    font-size: 28px;
    color: #999
}

.modal--sp .modal .item__description {
    text-align: center;
    color: #666;
    line-height: 18px;
    font-size: 13px
}

.modal--sp .modal .item__purchase {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px
}

.modal--sp .modal .item__shipping {
    font-size: 28px;
    color: #666;
    text-align: center
}

.modal--sp .modal .item__buy {
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}

.modal--sp .modal .item__price {
    font-size: 36px;
    color: #666;
    text-align: center
}

.modal--sp .modal .item__price:before {
    content: "¥";
    font-size: 24px
}

.modal--sp .modal .item__price--exctax:after {
    content: "(税別)";
    font-size: 24px
}

.modal--sp .modal .item__price--inctax:after {
    content: "(税込)";
    font-size: 24px
}

.modal--sp .modal .option__product_name {
    font-size: 32px;
    line-height: 48px
}

.modal--sp .modal .option__product_code {
    font-size: 21px;
    line-height: 32px;
    color: #999
}

.modal--sp .modal .option__subheading {
    font-size: 24px;
    font-weight: bold;
    margin: 1rem 0 0
}

.modal--sp .modal .option__spec {
    font-size: 24px;
    line-height: 40px;
    margin: 1rem 0
}

.modal--sp .modal .option__price:before {
    content: "¥";
    font-size: 24px
}

.modal--sp .modal .option__price--exctax:after {
    content: "(税別)";
    font-size: 24px
}

.modal--sp .modal .option__price--inctax:after {
    content: "(税込)";
    font-size: 24px
}

.modal--sp .modal .option__shipping {
    font-size: 32px
}

.modal--sp .modal .option__description {
    font-size: 24px;
    line-height: 40px;
    margin: 1rem 0
}

.modal--sp .modal .option__description p {
    margin-bottom: 1rem
}

.modal--sp .modal .option__description p>em {
    font-weight: bold
}

.modal--sp .modal .input,
.modal--sp .modal button,
.modal--sp .modal textarea,
.modal--sp .modal select {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal--sp .modal .btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    border-style: none;
    border-radius: 2px;
    outline: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.modal--sp .modal .btn--large {
    display: block;
    width: 100%;
    height: 85px;
    font-size: 1.8rem;
    line-height: 85px;
    background-color: #4ba53a;
    color: #fff
}

.modal--sp .modal .btn--ghost {
    display: inline-block;
    border: 1px solid #4ba53a;
    color: #4ba53a;
    font-size: 28px;
    background: none;
    width: 100%
}

.modal--sp .modal .btn--large[disabled] {
    background-color: #999;
    cursor: default
}

.modal--sp .modal .radio>input[type=radio]+label {
    height: 32px;
    font-size: 28px
}

.modal--sp .modal .dropdown {
    margin-top: 90px;
    height: 90px
}

.modal--sp .modal .dropdown__value {
    padding: 0 24px
}

.modal--sp .modal .dropdown__item--value {
    font-size: 28px;
    line-height: 70px
}

.modal--sp .modal .dropdown__item--subtext {
    font-size: 20px;
    line-height: 20px
}

.modal--sp .modal .dropdown__contents ul .dropdown__item {
    height: 90px
}

#Container .section--purchase {
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    background: #fff
}

#Container .section--purchase .item {
    max-width: 880px;
    min-width: 750px;
    margin: 0 auto;
    padding: 20px 0;
    display: table
}

#Container .section--purchase .item__img {
    display: table-cell;
    vertical-align: middle
}

#Container .section--purchase .item__img img {
    width: 130px;
    margin-right: 20px
}

#Container .section--purchase .item__detail {
    display: table-cell;
    vertical-align: middle;
    min-width: 250px;
    text-align: left;
    line-height: 21px;
    padding: 0 20px 0 0;
    margin: 0
}

#Container .section--purchase .item__name {
    font-size: 22px;
    color: #333
}

#Container .section--purchase .item__variation {
    font-size: 13px;
    color: #999
}

#Container .section--purchase .item__price {
    font-size: 22px;
    color: #666
}

#Container .section--purchase .item__price:before {
    content: "¥";
    font-size: 16px;
    margin-right: 5px
}

#Container .section--purchase .item__price--exctax:after {
    content: "（税別）";
    font-size: 16px
}

#Container .section--purchase .item__price--base:after {
    content: "（本体価格）";
    font-size: 16px
}

#Container .section--purchase .item__benefit {
    font-size: 14px;
    color: #999
}

#Container .section--purchase .item__buy {
    display: table-cell;
    max-width: 320px;
    vertical-align: middle;
    text-align: center
}

#Container .section--purchase .item__buy .btn {
    width: 220px;
    display: inline-block
}

#Container .section--purchase .item__buy .btn.disabled {
    background-color: #999
}

#Container .section--purchase .btn {
    display: block;
    background-color: #4ba53a;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center
}

#Container .section--purchase .btn--large {
    max-width: 320px;
    width: 100%;
    height: 40px;
    line-height: 40px
}

#Container .section--cta {
    margin: 0;
    padding: 0 0 30px;
    background: #fff
}

#Container .section--cta .cta {
    width: 980px;
    padding: 40px 0 0 0;
    margin: 0 auto;
    background-color: #fff;
    border-top: 1px solid #eee;
    text-align: center;
    list-style-type: none
}

#Container .section--cta .cta__item {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    width: 250px;
    margin-right: 30px;
    text-align: left;
    line-height: 26px;
    vertical-align: top
}

#Container .section--cta .cta__item:last-child {
    margin-right: 0
}

#Container .section--cta .cta__item:before {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    color: #4ba53a
}

#Container .section--cta .cta__item--call:before {
    content: ""
}

#Container .section--cta .cta__item--dealer:before {
    content: ""
}

#Container .section--cta .cta__item--support:before {
    content: ""
}

#Container .section--cta .cta__item>a {
    text-decoration: none
}

#Container .section--cta .cta__title {
    font-size: 20px;
    color: #666
}

#Container .section--cta .cta a:hover .cta__title {
    color: #4ba53a
}

#Container .section--cta .cta__description {
    font-size: 16px;
    color: #999
}

.bigsign {
    font-size: 128px;
    font-size: 8rem
}

.bigsign.false {
    color: #ddd
}

.bigsign.true {
    color: #4ba53a
}

.property {
    width: 100%;
    overflow: hidden
}

.property>label {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 14px 14px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.property>label:last-child {
    border-bottom: 1px solid #ddd
}

.property>label>span {
    display: inline-block;
    box-sizing: initial;
    float: right;
    vertical-align: middle;
    position: relative;
    text-align: right;
    max-width: 100%;
    word-break: break-all
}

.price {
    display: block;
    font-weight: normal
}

.price:before {
    font-size: .8em;
    line-height: 1em;
    content: "¥ "
}

.price:after {
    font-size: .6em;
    line-height: 1em
}

.price.price--excl_tax:after {
    content: "（税込）"
}

.price.price--incl_tax:after {
    content: "（税込）"
}

.price.__de:before {
    content: "€ "
}

.price.__de.price--excl_tax:after {
    content: "（Enthält. MwSt.）"
}

.price.__de.price--incl_tax:after {
    content: "（einschl. MwSt.）"
}

.grid {
    width: 100%
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

.grid>.col {
    float: left;
    box-sizing: border-box
}

.grid>.col.s12 {
    width: 100%
}

.grid>.col.s11 {
    width: 91.6666666667%
}

.grid>.col.s10 {
    width: 83.3333333333%
}

.grid>.col.s9 {
    width: 75%
}

.grid>.col.s8 {
    width: 66.6666666667%
}

.grid>.col.s7 {
    width: 58.3333333333%
}

.grid>.col.s6 {
    width: 50%
}

.grid>.col.s5 {
    width: 41.6666666667%
}

.grid>.col.s4 {
    width: 33.3333333333%
}

.grid>.col.s3 {
    width: 25%
}

.grid>.col.s2 {
    width: 16.6666666667%
}

.grid>.col.s1 {
    width: 8.3333333333%
}

.grid>.col:first-child {
    margin-left: 0
}

.grid.grid--spaces>.col {
    margin-left: 1%
}

.grid.grid--spaces>.col.s12 {
    width: 100%
}

.grid.grid--spaces>.col.s11 {
    width: 91.5833333333%
}

.grid.grid--spaces>.col.s10 {
    width: 83.1666666667%
}

.grid.grid--spaces>.col.s9 {
    width: 74.75%
}

.grid.grid--spaces>.col.s8 {
    width: 66.3333333333%
}

.grid.grid--spaces>.col.s7 {
    width: 57.9166666667%
}

.grid.grid--spaces>.col.s6 {
    width: 49.5%
}

.grid.grid--spaces>.col.s5 {
    width: 41.0833333333%
}

.grid.grid--spaces>.col.s4 {
    width: 32.6666666667%
}

.grid.grid--spaces>.col.s3 {
    width: 24.25%
}

.grid.grid--spaces>.col.s2 {
    width: 15.8333333333%
}

.grid.grid--spaces>.col.s1 {
    width: 7.4166666667%
}

.grid.grid--spaces>.col:first-child {
    margin-left: 0
}

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center
}

.pagination>li {
    box-sizing: border-box;
    display: inline;
    color: #000;
    float: left;
    margin-right: .5rem;
    padding: .5rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #fff
}

.pagination>li.next {
    padding-left: 2rem
}

.pagination>li.prev {
    padding-right: 2rem
}

.pagination>li:last-child {
    margin-right: 0
}

.pagination>li>a {
    text-decoration: none;
    color: #666
}

.pagination>li:hover {
    border-bottom: 1px solid #4ba53a
}

.pagination>li:hover>a {
    color: #4ba53a
}

.pagination>li.active {
    border-bottom: 1px solid #4ba53a;
    background-color: #4ba53a;
    color: #fff;
    cursor: default
}

input,
button,
textarea,
select {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    outline: none;
    appearance: none
}

.fieldset {
    margin-bottom: 1rem
}

.input {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
    text-align: left
}

.input.--narrow {
    margin-bottom: 1rem
}

.input>input[type=email],
.input input[type=number],
.input input[type=password],
.input input[type=search],
.input input[type=tel],
.input input[type=text],
.input input[type=url] {
    display: block;
    width: 100%;
    height: 2.7rem;
    margin-top: .9rem;
    border-bottom: 1px solid #999;
    font-size: 1.2rem;
    line-height: 2.7rem
}

.input>input[type=email]::-webkit-input-placeholder,
.input input[type=number]::-webkit-input-placeholder,
.input input[type=password]::-webkit-input-placeholder,
.input input[type=search]::-webkit-input-placeholder,
.input input[type=tel]::-webkit-input-placeholder,
.input input[type=text]::-webkit-input-placeholder,
.input input[type=url]::-webkit-input-placeholder {
    color: #ccc
}

.input>input[type=email]:-moz-placeholder,
.input input[type=number]:-moz-placeholder,
.input input[type=password]:-moz-placeholder,
.input input[type=search]:-moz-placeholder,
.input input[type=tel]:-moz-placeholder,
.input input[type=text]:-moz-placeholder,
.input input[type=url]:-moz-placeholder {
    color: #ccc
}

.input>input[type=email]::-moz-placeholder,
.input input[type=number]::-moz-placeholder,
.input input[type=password]::-moz-placeholder,
.input input[type=search]::-moz-placeholder,
.input input[type=tel]::-moz-placeholder,
.input input[type=text]::-moz-placeholder,
.input input[type=url]::-moz-placeholder {
    color: #ccc
}

.input>input[type=email]:-webkit-autofill,
.input input[type=number]:-webkit-autofill,
.input input[type=password]:-webkit-autofill,
.input input[type=search]:-webkit-autofill,
.input input[type=tel]:-webkit-autofill,
.input input[type=text]:-webkit-autofill,
.input input[type=url]:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #4ba53a
}

.input>input[type=email]~label,
.input input[type=number]~label,
.input input[type=password]~label,
.input input[type=search]~label,
.input input[type=tel]~label,
.input input[type=text]~label,
.input input[type=url]~label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .8rem;
    line-height: .8rem;
    color: #000;
    pointer-events: none
}

.input>input[type=email]:focus~label,
.input input[type=number]:focus~label,
.input input[type=password]:focus~label,
.input input[type=search]:focus~label,
.input input[type=tel]:focus~label,
.input input[type=text]:focus~label,
.input input[type=url]:focus~label {
    color: #4ba53a
}

.input>input[type=email]:focus,
.input input[type=number]:focus,
.input input[type=password]:focus,
.input input[type=search]:focus,
.input input[type=tel]:focus,
.input input[type=text]:focus,
.input input[type=url]:focus {
    border-bottom-color: #4ba53a;
    color: #4ba53a
}

.input>input[type=email].invalid,
.input input[type=number].invalid,
.input input[type=password].invalid,
.input input[type=search].invalid,
.input input[type=tel].invalid,
.input input[type=text].invalid,
.input input[type=url].invalid {
    color: #fb4b60;
    border-bottom-color: #fb4b60
}

.input>input[type=email].invalid:-webkit-autofill,
.input input[type=number].invalid:-webkit-autofill,
.input input[type=password].invalid:-webkit-autofill,
.input input[type=search].invalid:-webkit-autofill,
.input input[type=tel].invalid:-webkit-autofill,
.input input[type=text].invalid:-webkit-autofill,
.input input[type=url].invalid:-webkit-autofill {
    -webkit-text-fill-color: #fb4b60
}

.input>input[type=email].invalid~label,
.input input[type=number].invalid~label,
.input input[type=password].invalid~label,
.input input[type=search].invalid~label,
.input input[type=tel].invalid~label,
.input input[type=text].invalid~label,
.input input[type=url].invalid~label {
    color: #fb4b60
}

.select:after {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: .7rem;
    margin-top: -0.4rem;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    color: #4ba53a
}

.select>select {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    height: 2.7rem;
    margin-top: .9rem;
    padding: 0 1rem;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
    font: inherit;
    outline: 0
}

.select>select~label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .8rem;
    line-height: .8rem;
    color: #000;
    pointer-events: none
}

.select>select:focus~label {
    color: #4ba53a
}

.select>select:focus {
    border-color: #4ba53a;
    color: #4ba53a
}

.select>select:focus~label {
    color: #4ba53a
}

.select>select.invalid {
    color: #fb4b60;
    border-color: #fb4b60
}

.select>select.invalid~label {
    color: #fb4b60
}

.select select::-ms-expand {
    display: none
}

.select select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #4ba53a
}

.radio_set>span {
    color: #666
}

.radio_set_horizontal {
    display: flex
}

.radio_set_horizontal .radio:not(:first-child) {
    margin-left: 2rem
}

@media(max-width: 320px) {
    .radio_set span {
        display: none
    }

    .radio_set_horizontal .radio:nth-child(2) {
        margin-left: 0
    }
}

@media(max-width: 640px) {
    .radio_set_horizontal .radio:not(:first-child) {
        margin-left: 1rem
    }
}

.radio>input[type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden
}

.radio>input[type=radio]+label {
    display: inline-block;
    position: relative;
    height: 1.5rem;
    padding-left: 2rem;
    line-height: 1.3rem;
    cursor: pointer
}

.radio>input[type=radio]+label:after,
.radio>input[type=radio]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    margin: 0;
    transition: .28s ease;
    content: "";
    z-index: 0
}

.radio>input[type=radio]:not(:checked)+label:before {
    border-radius: 50%;
    border: 2px solid #5a5a5a
}

.radio>input[type=radio]:not(:checked)+label:after {
    border-radius: 50%;
    border: 2px solid #5a5a5a;
    transform: scale(0);
    z-index: -1
}

.radio>input[type=radio]:checked+label:before {
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0)
}

.radio>input[type=radio]:checked+label:after {
    border-radius: 50%;
    border: 2px solid #4ba53a;
    background-color: #4ba53a;
    transform: scale(1.02);
    z-index: 0
}

.radio>input[type=radio].invalid+label:before {
    border: 2px solid #fb4b60
}

.checkbox {
    margin-bottom: .5rem
}

.checkbox input[type=checkbox] {
    position: absolute;
    left: -9999px
}

.checkbox input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.checkbox input[type=checkbox]+label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    transition: .2s;
    content: "";
    z-index: 0
}

.checkbox input[type=checkbox]+label:after {
    border-radius: 2px
}

.checkbox input[type=checkbox]+label:after,
.checkbox input[type=checkbox]+label:before {
    position: absolute;
    left: 0;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    content: "";
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.checkbox input[type=checkbox]:checked+label:before {
    top: 2px;
    left: 0;
    width: 5px;
    height: 12px;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotateZ(36deg);
    transform-origin: 100% 100%
}

.checkbox input[type=checkbox]:checked+label:after {
    top: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid #4ba53a;
    background-color: #4ba53a;
    z-index: 0
}

.checkbox input[type=checkbox]:not(:checked)+label:before {
    top: 12px;
    left: 6px;
    width: 0;
    height: 0;
    border: 3px solid rgba(0, 0, 0, 0);
    transform: rotateZ(36deg);
    transform-origin: 100% 100%
}

.checkbox input[type=checkbox]:not(:checked)+label:after {
    top: 3px;
    width: 18px;
    height: 18px;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #5a5a5a;
    z-index: 0
}

input[type=checkbox]:disabled+label {
    cursor: default
}

input[type=checkbox]:disabled:not(:checked)+label {
    color: #bdbdbd
}

input[type=checkbox]:disabled:not(:checked)+label:before {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0)
}

input[type=checkbox]:disabled:not(:checked)+label:after {
    border-color: #bdbdbd;
    background-color: rgba(0, 0, 0, 0)
}

input[type=checkbox]:disabled:checked+label {
    color: #bdbdbd
}

input[type=checkbox]:disabled:checked+label:before {
    background-color: rgba(0, 0, 0, 0);
    top: 2px;
    left: 0;
    width: 5px;
    height: 12px;
    border-top: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid rgba(0, 0, 0, 0);
    border-right: 3px solid #bdbdbd;
    border-bottom: 3px solid #bdbdbd;
    transform: rotateZ(36deg);
    transform-origin: 100% 100%
}

input[type=checkbox]:disabled:checked+label:after {
    border-color: #bdbdbd;
    background-color: rgba(0, 0, 0, 0)
}

.toggle_set {
    width: 100%;
    overflow: hidden
}

.toggle_set input[type=checkbox] {
    position: absolute;
    left: -9999px
}

.toggle_set label {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media(max-width: 640px) {
    .toggle_set label {
        padding: 15px 4% 15px 0
    }
}

@media(min-width: 641px) {
    .toggle_set label {
        padding: 15px 4% 17px 0
    }
}

.toggle_set label:last-child {
    border-bottom: 1px solid #efefef
}

.toggle_set label>i {
    display: inline-block;
    box-sizing: initial;
    float: right;
    padding: 2px;
    border-radius: 12px;
    vertical-align: middle;
    transition: .25s .09s;
    position: relative;
    background: #d8d9db
}

@media(max-width: 640px) {
    .toggle_set label>i {
        margin-top: 2px;
        width: 52px;
        height: 26px;
        border-radius: 15px
    }
}

@media(min-width: 641px) {
    .toggle_set label>i {
        margin-top: 4px;
        width: 40px;
        height: 20px;
        border-radius: 12px
    }
}

.toggle_set label>i:after {
    content: " ";
    display: block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 2px;
    transition: .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

@media(max-width: 640px) {
    .toggle_set label>i:after {
        width: 26px;
        height: 26px
    }
}

@media(min-width: 641px) {
    .toggle_set label>i:after {
        width: 20px;
        height: 20px
    }
}

.toggle_set label>input:checked+i {
    background: #4ba53a
}

@media(max-width: 640px) {
    .toggle_set label>input:checked+i:after {
        transform: translateX(26px)
    }
}

@media(min-width: 641px) {
    .toggle_set label>input:checked+i:after {
        transform: translateX(20px)
    }
}

.toggle_set label :hover {
    cursor: pointer
}

.dropdown__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 1
}

.dropdown--open .dropdown__overlay {
    display: block
}

.dropdown {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5rem;
    margin-top: 2rem;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    text-align: left;
    cursor: pointer
}

.dropdown .dropdown__value {
    padding: 0 1rem
}

.dropdown .dropdown__item--value {
    line-height: 2.6rem
}

.dropdown .dropdown__item--subtext {
    position: absolute;
    bottom: .6rem;
    display: block;
    font-size: .8rem;
    line-height: .8rem;
    color: #999
}

.dropdown:after {
    position: absolute;
    display: block;
    top: .9rem;
    right: 1rem;
    height: 1rem;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1rem;
    color: #4ba53a
}

.dropdown>select {
    display: none
}

.dropdown>select~label {
    position: absolute;
    left: 0;
    top: -1.5rem;
    color: #999;
    font-size: .8rem;
    pointer-events: none
}

.dropdown>.dropdown__contents {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3.5rem;
    overflow: hidden !important;
    opacity: 0;
    background: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    transition: all .2s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10
}

.dropdown>.dropdown__contents>ul {
    display: none;
    list-style: none
}

.dropdown>.dropdown__contents>ul>:not(:first-child) {
    border-top: 1px solid #ccc
}

.dropdown>.dropdown__contents>ul>.dropdown__item {
    position: relative;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    overflow: hidden;
    transition: .1s ease-out
}

.dropdown>.dropdown__contents>ul>.dropdown__item :before {
    position: absolute;
    content: "";
    display: block;
    top: -1.3rem;
    left: -3.8rem;
    width: 2rem;
    height: 2rem;
    background-color: #4ba53a;
    transform: rotateZ(45deg)
}

@media(min-width: 641px) {
    .dropdown>.dropdown__contents>ul>.dropdown__item :before {
        position: absolute;
        content: "";
        display: block;
        top: -1.3rem;
        left: -3.8rem;
        width: 2rem;
        height: 2rem;
        background-color: #4ba53a;
        transform: rotateZ(45deg)
    }

    .dropdown>.dropdown__contents>ul>.dropdown__item:hover {
        padding-left: 2rem;
        color: #4ba53a
    }

    .dropdown>.dropdown__contents>ul>.dropdown__item:hover :befor {
        position: absolute;
        left: 0;
        width: 1rem;
        height: 1rem;
        font-family: "icon";
        speak: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 1rem;
        color: #4ba53a
    }
}

.dropdown.open {
    border-color: #fff
}

.dropdown.open>.dropdown__contents {
    opacity: 1
}

.dropdown.open>.dropdown__contents>ul {
    display: block
}

.drop__label.drop__label--qty {
    padding-right: .5rem;
    font-size: .9rem;
    color: #999;
    line-height: 30px;
    vertical-align: top
}

.drop {
    position: relative;
    width: 120px;
    height: 3rem;
    line-height: 3rem;
    background: #4ba53a;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.drop span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.drop li {
    display: block;
    color: #666
}

@media(min-width: 641px) {
    .drop li:hover {
        background-color: #4ba53a;
        border-color: #4ba53a;
        color: #fff
    }
}

.drop.drop--paragraph {
    display: inline-block;
    width: 100%;
    height: 4rem;
    padding: .6rem 3rem .5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999;
    text-align: left;
    font-size: .9rem;
    line-height: 1.5;
    color: #666
}

.drop.drop--paragraph:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.7rem;
    font-family: icon;
    font-size: 1rem;
    content: "";
    color: #4ba53a
}

.drop.drop--paragraph span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.drop.drop--paragraph span>em {
    display: block
}

.drop.drop--paragraph li {
    display: flex;
    align-items: center;
    height: 5rem;
    border-bottom: 1px solid #ddd;
    line-height: 1.5
}

.drop.drop--paragraph li>em {
    display: block;
    padding: 0 1rem
}

.drop.drop--paragraph>label {
    display: inline-block;
    color: #999
}

.drop.drop--qty {
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999;
    border-radius: 2px;
    font-size: .9rem;
    line-height: 28px;
    color: #666
}

.drop.drop--qty li {
    height: 52px;
    line-height: 50px
}

.drop.drop--qty>label {
    display: inline-block;
    color: #999
}

.drop>select {
    display: none
}

.drop>.drop__content {
    display: none;
    position: absolute;
    z-index: -999;
    left: -10px;
    overflow: scroll;
    background: #fff;
    transform: scaleY(0);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-overflow-scrolling: touch
}

.drop.open>.drop__content {
    animation: Drop-in .5s cubic-bezier(0.19, 1, 0.22, 1) both;
    z-index: 999;
    display: block
}

.drop.close>.drop__content {
    animation: Drop-out .3s cubic-bezier(0.215, 0.61, 0.355, 1) both
}

.drop_overlay {
    display: none
}

.drop-on .drop_overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 120%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 900
}

@media(max-width: 640px) {
    .drop-on .drop_overlay {
        cursor: pointer
    }
}

@keyframes Drop-in {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes Drop-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }

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

.navigation .__wrap .__item.__item--lantern:before {
    content: ""
}

.navigation .__wrap .__item.__item--lantern .__name:before {
    content: ""
}

@media only screen and (min-width: 641px) {
    .navigation .__wrap .__item.__item--lantern .__name:before {
        font-size: .65rem
    }
}

@media only screen and (max-width: 640px) {
    .navigation .__wrap .__item.__item--lantern .__name:before {
        font-size: .68rem;
        line-height: 1.8
    }
}

.navigation .__wrap .__item.__item--lantern .__name:after {
    content: "ポータブルLEDランタン"
}

.navigation .__wrap .__item.__item--greenfan-c2:before {
    content: ""
}

.navigation .__wrap .__item.__item--greenfan-c2 .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--greenfan-c2 .__name:after {
    content: "ポータブルサーキュレーター"
}

.navigation .__wrap .__item.__item--pure:before {
    content: ""
}

.navigation .__wrap .__item.__item--pure .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--pure .__name:after {
    content: "空気清浄機"
}

.navigation .__wrap .__item.__item--light:before {
    content: "󩇳"
}

.navigation .__wrap .__item.__item--light .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--light .__name:after {
    content: "太陽光LEDデスクライト"
}

.navigation .__wrap .__item.__item--toaster:before {
    content: ""
}

.navigation .__wrap .__item.__item--toaster .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--toaster .__name:after {
    content: "スチームトースター"
}

.navigation .__wrap .__item.__item--pot:before {
    content: ""
}

.navigation .__wrap .__item.__item--pot .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--pot .__name:after {
    content: "電気ケトル"
}

.navigation .__wrap .__item.__item--brew .newicon {
    display: none
}

.navigation .__wrap .__item.__item--brew:before {
    padding-left: .8rem;
    content: ""
}

@media only screen and (max-width: 640px) {
    .navigation .__wrap .__item.__item--brew .newicon {
        display: inline;
        vertical-align: middle;
        margin: 0 0 4px 8px
    }
}

.navigation .__wrap .__item.__item--brew .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--brew .__name:after {
    content: "オープンドリップ式コーヒーメーカー";
    letter-spacing: -0.05em
}

.navigation .__wrap .__item.__item--range:before {
    content: ""
}

.navigation .__wrap .__item.__item--range .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--range .__name:after {
    content: "オーブンレンジ"
}

.navigation .__wrap .__item.__item--gohan:before {
    content: ""
}

.navigation .__wrap .__item.__item--gohan .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--gohan .__name:after {
    content: "炊飯器"
}

.navigation .__wrap .__item.__item--curry:before {
    content: ""
}

.navigation .__wrap .__item.__item--curry .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--curry .__name:after {
    content: "カレーソース"
}

.navigation .__wrap .__item.__item--recipe:before {
    content: ""
}

.navigation .__wrap .__item.__item--recipe .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--recipe .__name:after {
    content: "バルミューダのレシピ集"
}

.navigation .__wrap .__item.__item--greenfan:before {
    content: ""
}

.navigation .__wrap .__item.__item--greenfan .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--greenfan .__name:after {
    content: "扇風機"
}

.navigation .__wrap .__item.__item--cirq:before {
    content: ""
}

.navigation .__wrap .__item.__item--cirq .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--cirq .__name:after {
    content: "サーキュレーター"
}

.navigation .__wrap .__item.__item--airengine:before {
    content: ""
}

.navigation .__wrap .__item.__item--airengine .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--airengine .__name:after {
    content: "空気清浄機"
}

.navigation .__wrap .__item.__item--rain:before {
    content: ""
}

.navigation .__wrap .__item.__item--rain .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--rain .__name:after {
    content: "加湿器"
}

.navigation .__wrap .__item.__item--uniauto:before {
    content: ""
}

.navigation .__wrap .__item.__item--uniauto .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--uniauto .__name:after {
    content: "スマートフォンアプリ"
}

.navigation .__wrap .__item.__item--airline:before {
    content: ""
}

.navigation .__wrap .__item.__item--airline .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--airline .__name:after {
    content: "LEDデスクライト"
}

.navigation .__wrap .__item.__item--parts .__name:after {
    content: "フィルター、バッテリー等"
}

.navigation .__wrap .__item.__item--speaker:before {
    content: ""
}

.navigation .__wrap .__item.__item--speaker .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--speaker .__name:after {
    content: "ワイヤレススピーカー"
}

.navigation .__wrap .__item.__item--cleaner:before {
    content: "";
    font-size: 3.25rem;
    margin-top: -0.2rem
}

.navigation .__wrap .__item.__item--cleaner .__name:before {
    content: ""
}

.navigation .__wrap .__item.__item--cleaner .__name:after {
    content: "ホバー式クリーナー"
}

.navigation .__wrap .__item.__item--cleaner-lite:before {
    content: "";
    font-size: 3rem;
    margin-top: .2rem;
    margin-left: 1.2rem
}

@media only screen and (min-width: 641px) {
    .navigation .__wrap .__item.__item--cleaner-lite .__name {
        padding-top: 1.1rem
    }

    .navigation .__wrap .__item.__item--cleaner-lite:after {
        content: "New";
        display: block;
        position: absolute;
        background-color: #ccc;
        border-radius: 8px;
        font-size: .4375rem;
        line-height: .59375rem;
        text-align: center;
        color: #333;
        top: 0;
        left: 3.3rem;
        width: 2rem;
        padding: 2px
    }
}

.navigation .__wrap .__item.__item--cleaner-lite .__name:before {
    content: "";
    font-size: .7rem
}

.navigation .__wrap .__item.__item--cleaner-lite .__name:after {
    content: "ホバー式クリーナー"
}

.navigation .__wrap .__item.__item--cleaner-lite .__txt {
    padding-left: 9px
}

.navigation .__wrap .__item.__item--cleaner-lite .newicon {
    display: none
}

@media only screen and (max-width: 640px) {
    .navigation .__wrap .__item.__item--cleaner-lite .__name:before {
        font-size: .68rem
    }

    .navigation .__wrap .__item.__item--cleaner-lite .newicon {
        display: inline;
        vertical-align: middle;
        margin: 0 0 0 8px
    }
}

.navigation .__wrap .__item.__item--phone {
    padding-left: 2.5rem
}

.navigation .__wrap .__item.__item--phone:before {
    content: "";
    font-size: 2.4rem
}

.navigation .__wrap .__item.__item--phone .__name {
    padding: 0
}

.navigation .__wrap .__item.__item--phone .__name:before {
    content: "";
    font-size: .7rem
}

.navigation .__wrap .__item.__item--phone .__name:after {
    content: "4.9インチ 5Gスマートフォン"
}

.navigation .__wrap.__wrap--cart .__item.__item--cart:before {
    content: ""
}

.navigation .__wrap.__wrap--cart .__item.__item--mypage:before {
    content: ""
}

.navigation .__wrap.__wrap--cart .__item.__item--history:before {
    content: ""
}

.tech_nav a::before {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #bbb
}

.header_wrap {
    width: 100%;
    height: 100px;
    background: #202020;
    position: relative
}

.header_wrap {
    position: fixed;
    z-index: 888;
    top: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .3s, height .2s linear;
    z-index: 900
}

.header_wrap:has(.header--sleep) {
    transform: translate3d(0, -238px, 0)
}

.main {
    padding-top: 100px
}

.products .pagemap--desktop.__header {
    top: 100px !important;
    position: absolute !important
}

.products .main:has(.pagemap--desktop) {
    padding-top: 190px !important
}

@media screen and (min-width: 641px)and (max-width: 810px) {
    .main {
        padding-top: 76px
    }

    .products .pagemap--desktop.__header {
        top: 75px !important;
        position: absolute !important
    }

    .products .main:has(.pagemap--desktop) {
        padding-top: 175px !important
    }
}

.header {
    width: 151px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 53px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.brand {
    position: relative
}

.brand>.brand__balmuda {
    margin: 0;
    position: absolute;
    top: 14px;
    left: 0;
    cursor: pointer;
    width: 151px;
    height: 21px;
    border: none;
    outline: none
}

.brand>.brand__balmuda>img {
    vertical-align: top
}

.brand>.brand__icon {
    display: none
}

.navigation {
    width: calc(100% - 265px);
    height: 100px;
    margin: 0 0 0 265px;
    position: relative;
    z-index: 890;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.navigation .navigation__content {
    height: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 52px;
    list-style: none;
    transform: none !important
}

.navigation .navigation__content .navigation__item {
    margin: 0 48px 0 0;
    position: static;
    float: left
}

.navigation .navigation__content .navigation__item.navigation__item--cart {
    position: relative
}

.navigation .navigation__content .navigation__item>.__item {
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #ccc;
    text-decoration: none;
    cursor: pointer
}

.navigation .navigation__content .navigation__item>.__item:before {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .9rem
}

.navigation .navigation__content .navigation__item>.__item em {
    display: none
}

.navigation .navigation__content .navigation__item>.__item.home:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.products:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.recipe:before {
    content: "";
    font-size: 1rem
}

.navigation .navigation__content .navigation__item>.__item.stores:before {
    content: "";
    font-size: .75rem
}

.navigation .navigation__content .navigation__item>.__item.about:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.support em {
    display: inline;
    font-size: 14px;
    font-weight: bold
}

.navigation .navigation__content .navigation__item>.__item.__de.products:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.__de.about:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.__de.support:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item.__de.support em {
    display: none
}

.navigation .navigation__content .navigation__item>.__item.__de.verkaufsstellen:before {
    content: ""
}

.navigation .navigation__content .navigation__item>.__item:hover {
    color: #fff
}

.navigation .navigation__content .navigation__item>.__item:hover:after {
    content: "";
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 3rem;
    height: 0;
    margin-left: -1.5rem;
    border-top: 3px solid #fff
}

.navigation .navigation__content .navigation__item .cart {
    font-size: 16px;
    line-height: 100px
}

.navigation .__wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9995;
    animation-fill-mode: none;
    animation-duration: .2s;
    animation-name: fadeIn;
    text-align: left
}

.navigation .__wrap .__dropdown {
    z-index: 9997;
    display: block;
    position: absolute;
    width: 100%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.navigation .__wrap .__title {
    display: block;
    box-sizing: border-box
}

.navigation .__wrap .__title>em {
    display: none
}

.navigation .__wrap .__title:before {
    position: relative;
    padding-left: .3rem;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.175rem;
    color: #fff
}

.navigation .__wrap .__title.__kitchen:before {
    content: ""
}

.navigation .__wrap .__title.__recipe:before {
    content: ""
}

.navigation .__wrap .__title.__air:before {
    content: ""
}

.navigation .__wrap .__title.__lighting:before {
    content: ""
}

.navigation .__wrap .__title.__design:before {
    content: ""
}

.navigation .__wrap .__title.__parts:before {
    content: "消耗品・専用パーツ";
    font-size: 1.15625rem;
    font-weight: bold
}

.navigation .__wrap .__title.__audio:before {
    content: ""
}

.navigation .__wrap .__title.__cleaner:before {
    content: ""
}

.navigation .__wrap .__title.__cleaner-lite:before {
    content: ""
}

.navigation .__wrap .__title.__phone:before {
    content: "";
    font-size: 1.1rem
}

.navigation .__wrap .__item {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #ccc;
    text-decoration: none;
    cursor: pointer
}

.navigation .__wrap .__item--airline {
    margin-bottom: 57px
}

.navigation .__wrap .__item--speaker {
    margin-bottom: 5px
}

.navigation .__wrap .__item--cleaner {
    margin-bottom: 10px
}

.navigation .__wrap .__item--cleaner-lite {
    margin-bottom: 10px
}

.navigation .__wrap .__item--recipe {
    margin-bottom: 39px
}

.navigation .__wrap .__item--parts {
    margin-bottom: 0
}

.navigation .__wrap .__item--phone {
    margin-bottom: 2px
}

.navigation .__wrap .__item .__name {
    display: inline-block;
    padding-top: .5rem;
    line-height: 1.2
}

.navigation .__wrap .__item .__name em {
    display: none
}

.navigation .__wrap .__item .__name:before {
    position: relative;
    left: .15rem;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75rem
}

.navigation .__wrap .__item .__name:after {
    display: block;
    font-size: .7125rem
}

.navigation .__wrap .__item:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.75rem;
    line-height: 1
}

@media(max-width: 1090px) {
    .navigation .__wrap .__item--airline {
        margin-bottom: 20px
    }

    .navigation .__wrap .__item--cleaner {
        margin-bottom: 30px
    }
}

.navigation .__wrap.__wrap--products {
    left: 0;
    width: 270px;
    height: 206px
}

.navigation .__wrap.__wrap--products .__dropdown {
    height: 100%;
    background: #3a3a3a;
    padding: 25px 0
}

.navigation .__wrap.__wrap--products .__dropdown .__view {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 980px;
    margin: 0 auto
}

.navigation .__wrap.__wrap--products .__dropdown .__group--right {
    width: 515px;
    order: 3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

.navigation .__wrap.__wrap--products .__dropdown .__group--wrap {
    order: 4;
    display: flex;
    flex-direction: column
}

.navigation .__wrap.__wrap--products .__dropdown .__group--others {
    width: 270px
}

.navigation .__wrap.__wrap--products .__dropdown .__group--tech {
    width: 490px;
    order: 5;
    border: 1px solid #9d9d9d;
    position: relative
}

.navigation .__wrap.__wrap--products .__dropdown .__group--tech::after {
    font-family: "icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 2.18rem;
    color: #fff;
    position: absolute;
    top: 31px;
    right: 68px
}

.navigation .__wrap.__wrap--products .__dropdown .__group {
    page-break-inside: avoid;
    break-inside: avoid
}

.navigation .__wrap.__wrap--products .__dropdown .__group:nth-child(2) {
    margin-top: 13px
}

.navigation .__wrap.__wrap--products .__dropdown .__group:nth-child(3) {
    margin-top: 16px
}

.navigation .__wrap.__wrap--products .__dropdown a {
    color: #bebdbd;
    text-decoration: none
}

.navigation .__wrap.__wrap--products .__dropdown a:hover span {
    color: #fff
}

@media(min-width: 1091px) {
    .navigation .__wrap.__wrap--products .__dropdown .__group.__noPC {
        display: none
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group.__onlyTab:not(.__onlyPC) {
        display: none
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group.__onlyTabSmall {
        display: none
    }
}

@media(max-width: 1090px) {
    .navigation .__wrap.__wrap--products .__dropdown .__view {
        justify-content: flex-start
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group--right {
        flex-wrap: wrap
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group--wrap {
        display: block
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group {
        margin-right: 3%
    }
}

@media(max-width: 810px) {
    .navigation .__wrap.__wrap--products .__dropdown .__item {
        margin-bottom: 20px
    }

    .navigation .__wrap.__wrap--products .__dropdown .__item.__item--airline {
        margin-bottom: 98px
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group--wrap {
        width: 288px
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group {
        width: 288px;
        margin-right: 0
    }

    .navigation .__wrap.__wrap--products .__dropdown .accordion__trigger.__group--recipe {
        padding-top: 52px
    }
}

.navigation .__wrap.__wrap--products .__item .__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 59px;
    line-height: 1.8;
    color: #ccc
}

.navigation .__wrap.__wrap--products .__item .label {
    color: #ccc
}

.navigation .__wrap.__wrap--products .__item .label--primary {
    font-size: rem(15.4);
    margin-bottom: 2.5px
}

.navigation .__wrap.__wrap--products .__item .label--secondary {
    font-size: rem(14.4)
}

.navigation .__wrap.__wrap--products .__item .text {
    font-size: rem(12);
    color: #afadad
}

.navigation .__wrap.__wrap--cart {
    left: 390px;
    width: 270px
}

.navigation .__wrap.__wrap--cart .__dropdown {
    padding: 15px 0;
    background: #3a3a3a
}

.navigation .__wrap.__wrap--cart .__dropdown a {
    color: #ccc;
    text-decoration: none
}

.navigation .__wrap.__wrap--cart .__dropdown a:hover {
    color: #4ba53a
}

.navigation .__wrap.__wrap--cart .__item {
    line-height: 76px;
    padding-left: 6rem
}

.navigation .__wrap.__wrap--cart .__item.__item--cart:before {
    content: ""
}

.navigation .__wrap.__wrap--cart .__item.__item--mypage:before {
    content: ""
}

.navigation .__wrap.__wrap--cart .__item:before {
    top: 1.7rem;
    left: 3rem;
    font-size: 1.6rem
}

.navigation .dropdown__trigger.__active>.__wrap {
    display: block
}

.tech_nav {
    height: 96px;
    position: absolute;
    top: 0;
    right: 36px;
    line-height: 96px;
    z-index: 999
}

.tech_nav a {
    display: block;
    text-decoration: none
}

.tech_nav a::before {
    font-size: 1.9rem;
    line-height: 100px
}

.tech_nav a em {
    display: none
}

.tech_nav a:hover::before {
    color: #fff
}

#sp_pagemap {
    display: none !important
}

body.Home .navigation .home,
body.Products .navigation .products,
body.Stores .navigation .stores,
body.About .navigation .about,
body.Support .navigation .support,
body.id .navigation .id,
body.store .navigation .cart {
    color: #fff
}

@media screen and (min-width: 961px)and (max-width: 1089px) {
    .tech_nav {
        right: 20px
    }

    .tech_nav a::before {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 811px)and (max-width: 960px) {
    .navigation {
        width: calc(100% - 210px);
        margin: 0 0 0 210px;
        height: 100px
    }

    .navigation .navigation__content {
        height: 100px
    }

    .navigation .navigation__content .navigation__item {
        margin: 0 35px 0 0
    }

    .navigation .navigation__content .navigation__item.navigation__item--cart {
        position: relative
    }

    .navigation .navigation__content .navigation__item>.__item:before {
        font-size: .85rem
    }

    .navigation .navigation__content .navigation__item>.__item.stores:before {
        font-size: .75rem
    }

    .navigation .navigation__content .navigation__item>.__item.support em {
        font-size: .94rem
    }

    .navigation .navigation__content .navigation__item>.__item.tech {
        display: none
    }

    .navigation .navigation__content .navigation__item>.__item:hover {
        color: #fff
    }

    .navigation .navigation__content .navigation__item>.__item:hover:after {
        content: "";
        position: absolute;
        bottom: 28px;
        left: 50%;
        width: 3rem;
        height: 0;
        margin-left: -1.5rem;
        border-top: 3px solid #fff
    }

    .navigation .navigation__content .navigation__item .cart {
        font-size: 15.5px;
        line-height: 100px
    }

    .navigation .navigation__content .__wrap--cart {
        right: -120px
    }

    .header_wrap {
        height: 100px
    }

    .header_wrap .header {
        width: 128px;
        height: 17.8px;
        top: 26px;
        left: 43px
    }

    .header_wrap .brand {
        position: relative
    }

    .header_wrap .brand>.brand__balmuda {
        margin: 0;
        position: absolute;
        top: 14px;
        left: 0;
        cursor: pointer;
        width: 128px;
        height: 17.8px;
        border: none;
        outline: none
    }

    .header_wrap .brand>.brand__balmuda>img {
        vertical-align: top
    }

    .header_wrap .brand>.brand__icon {
        display: none
    }

    .tech_nav {
        right: 20px
    }

    .tech_nav a::before {
        line-height: 100px;
        font-size: 1.7rem
    }

    .tech_nav a:hover::before {
        color: #fff
    }

    .navigation .__wrap.__wrap--products .__dropdown .accordion__trigger.__group--tech {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 641px)and (max-width: 810px) {
    .navigation {
        width: calc(100% - 174px);
        margin: 0 0 0 174px;
        height: 76px
    }

    .navigation .navigation__content {
        height: 76px
    }

    .navigation .navigation__content .navigation__item {
        margin: 0 22px 0 0
    }

    .navigation .navigation__content .navigation__item.navigation__item--cart {
        position: relative
    }

    .navigation .navigation__content .navigation__item>.__item {
        padding: 0;
        height: 76px;
        line-height: 76px
    }

    .navigation .navigation__content .navigation__item>.__item:before {
        font-size: .7rem
    }

    .navigation .navigation__content .navigation__item>.__item.recipe:before {
        font-size: .8rem
    }

    .navigation .navigation__content .navigation__item>.__item.stores:before {
        font-size: .6rem
    }

    .navigation .navigation__content .navigation__item>.__item.support em {
        font-size: .75rem
    }

    .navigation .navigation__content .navigation__item>.__item.tech {
        display: none
    }

    .navigation .navigation__content .navigation__item>.__item:hover {
        color: #fff
    }

    .navigation .navigation__content .navigation__item>.__item:hover:after {
        content: "";
        position: absolute;
        bottom: 21px;
        left: 50%;
        width: 3rem;
        height: 0;
        margin-left: -1.5rem;
        border-top: 3px solid #fff
    }

    .navigation .navigation__content .navigation__item .cart {
        font-size: 13px;
        line-height: 76px
    }

    .navigation .navigation__content .__wrap--cart {
        right: -120px
    }

    .navigation .__wrap.__wrap--products .__dropdown .__view {
        justify-content: center
    }

    .header {
        width: 110px;
        height: 21px;
        top: 25px;
        left: 30px
    }

    .header_wrap {
        height: 76px
    }

    .header_wrap .brand {
        position: relative
    }

    .header_wrap .brand>.brand__balmuda {
        margin: 0;
        position: absolute;
        top: 5px;
        left: 0;
        cursor: pointer;
        width: 110px;
        height: 15px;
        border: none;
        outline: none
    }

    .header_wrap .brand>.brand__balmuda>img {
        vertical-align: top
    }

    .header_wrap .brand>.brand__icon {
        display: none
    }

    .header_wrap .tech_nav {
        height: 70px;
        line-height: 70px;
        right: 20px
    }

    .header_wrap .tech_nav a::before {
        line-height: 74px !important;
        font-size: 1.3rem
    }

    .header_wrap .tech_nav a:hover::before {
        color: #fff
    }
}

@media screen and (min-width: 811px)and (max-width: 904px) {
    .navigation .__wrap.__wrap--products .__dropdown .__group--tech {
        width: 402px;
        padding: 5px 0 0 36px !important
    }

    .navigation .__wrap.__wrap--products .__dropdown .__group--tech::after {
        right: 38px !important
    }
}