@charset "UTF-8";

* {
  padding: 0;
  margin: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  vertical-align: top;
  background: transparent;
  border: 0;
  outline: 0
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
picture,
section,
summary {
  display: block
}

address,
caption,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-style: normal;
  font-weight: 400
}

dd,
dl,
dt,
li,
ol,
ul {
  list-style-position: outside;
  list-style-type: none
}

table,
td,
th {
  vertical-align: top
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0
}

a,
ins {
  text-decoration: none
}

ins,
mark {
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

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

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

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

hr,
img {
  border: 0
}

br {
  letter-spacing: 0
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline
}

button,
input,
select,
textarea {
  vertical-align: middle;
  outline: 0
}

input[type=date],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

input[type=number] {
  text-align: right
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}

select {
  background-color: #fff;
  border: 1px solid #809db9
}

button,
input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

textarea {
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

button {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

button,
input[type=checkbox],
input[type=radio] {
  cursor: pointer
}

input[type=email],
input[type=tel],
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=image] {
  vertical-align: top
}

small {
  vertical-align: baseline
}

input[type=button],
input[type=reset],
input[type=submit] {
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button
}

input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration {
  display: none
}

input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline-offset: -2px
}

body {
  text-align: left;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif
}

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

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .1)
}

.l-content {
  line-height: 1.75;
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset
}

.l-content a {
  color: inherit;
  color: #000
}

.l-content a:hover {
  text-decoration: none
}

.l-header-sp {
  z-index: 100;
  width: 100%;
  margin-bottom: 1.5rem
}

.l-header-sp,
.l-header-sp-logo {
  position: relative;
  background-color: #fff
}

.l-header-sp-logo {
  z-index: 20;
  padding: 0.9rem 0
}

.l-header-sp-logo a {
  display: block;
  width: 7rem;
  margin: 0 auto
}

.l-header-sp-logo img {
  width: 100%
}

.c_menu01_lm {
  position: relative
}

.c_menu01_overlay_lm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0s 0.2s;
  -o-transition: opacity 0.2s ease, visibility 0s 0.2s;
  transition: opacity 0.2s ease, visibility 0s 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.c_menu01_overlay_lm.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease 0s, visibility 0s;
  -o-transition: opacity 0.6s 0s ease, visibility 0s;
  -o-transition: opacity 0.6s ease 0s, visibility 0s;
  transition: opacity 0.6s ease 0s, visibility 0s
}

.c_menu01_button_lm {
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 1.6rem 0;
  line-height: 1;
  background-color: #e8f8fc;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c_menu01_button_lm:focus {
  outline: none
}

.c_menu01_button_lm.is-active .c_menu01_button_icon_lm:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c_menu01_button_lm.is-active .c_menu01_button_icon_lm:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c_menu01_button_icon_lm {
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 100%
}

.c_menu01_button_icon_lm:after,
.c_menu01_button_icon_lm:before {
  position: absolute;
  top: calc(50% - 0.1rem);
  left: calc(50% - 1rem);
  width: 2rem;
  height: 0.2rem;
  content: "";
  background-color: #000;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.165, .84, 0.44, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.165, .84, 0.44, 1);
  -o-transition: transform 0.32s cubic-bezier(0.165, .84, 0.44, 1);
  transition: transform 0.32s cubic-bezier(0.165, .84, 0.44, 1);
  transition: transform 0.32s cubic-bezier(0.165, .84, 0.44, 1), -webkit-transform 0.32s cubic-bezier(0.165, .84, 0.44, 1)
}

.c_menu01_button_icon_lm:before {
  -webkit-transform: translate3d(0, -.3rem, 0);
  transform: translate3d(0, -.3rem, 0)
}

.c_menu01_button_icon_lm:after {
  -webkit-transform: translate3d(0, .3rem, 0);
  transform: translate3d(0, .3rem, 0)
}

.c_menu01_button_text_lm {
  font-size: 1.6rem;
  font-family: Lato, sans-serif
}

.c_menu01_frame_lm {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #ebebeb;
  -webkit-transition: height 0.5s cubic-bezier(0.165, .84, 0.44, 1);
  -o-transition: height 0.5s cubic-bezier(0.165, .84, 0.44, 1);
  transition: height 0.5s cubic-bezier(0.165, .84, 0.44, 1);
  will-change: height
}

.c_menu01_search_lm {
  border-top: 0.1rem solid #fff
}

.c_menu01_search_lm .c_search01_lm {
  padding: 1.6rem 1.7rem;
  background-color: #e8f8fc
}

.c_menu01_bottom_lm {
  color: #000;
  letter-spacing: normal;
  background-color: #ebebeb
}

.c_menu01_bottom_lm .c_menu01_list_lm {
  padding: 0.6rem 0
}

.c_menu01_heading_lm {
  padding: 0 1.7rem 1rem;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  background-color: #fff;
  font-family: Lato, sans-serif
}

.c_menu01_item_lm {
  margin-top: 0.1rem
}

.c_menu01_item_lm:first-child {
  margin-top: 0
}

.c_menu01_item_margin_lm {
  margin-top: 0.6rem
}

.c_menu01_link_lm,
.c_menu01_toggle_lm {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1.9rem 1.7rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: none
}

.c_menu01_link_lm:link,
.c_menu01_link_lm:visited,
.c_menu01_toggle_lm:link,
.c_menu01_toggle_lm:visited {
  color: #000
}

.c_menu01_link_lm:after {
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 2.4rem;
  pointer-events: none;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0.1rem solid #000;
  border-right: 0.1rem solid #000
}

.c_menu01_link_bold_lm,
.c_menu01_toggle_lm {
  font-weight: 700
}

.c_menu01_icon_lm {
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.1rem 1.2rem 0 0
}

.c_menu01_toggle_lm:focus {
  border: none;
  outline: none
}

.c_menu01_toggle_lm.is-active .c_menu01_toggle_icon_lm:after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg)
}

.c_menu01_toggle_icon_lm {
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.7rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #000;
  border: none;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.c_menu01_toggle_icon_lm:after,
.c_menu01_toggle_icon_lm:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.1rem;
  content: "";
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.165, .84, 0.44, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.165, .84, 0.44, 1);
  -o-transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, .84, 0.44, 1);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, .84, 0.44, 1);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, .84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, .84, 0.44, 1)
}

.c_menu01_toggle_icon_lm:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.c_menu01_toggle_icon_lm:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.c_menu01_children_lm {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.165, .84, 0.44, 1);
  -o-transition: height 0.5s cubic-bezier(0.165, .84, 0.44, 1);
  transition: height 0.5s cubic-bezier(0.165, .84, 0.44, 1);
  will-change: height
}

.c_menu01_children_item_lm {
  margin-top: 0.1rem
}

.c_menu01_children_item_lm .c_menu01_link_lm {
  padding-left: 4.3rem
}

.c_menu01_footer_lm {
  padding: 1.6rem 1.7rem;
  background-color: #fff
}

.c_menu01_sns_list_lm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.4rem
}

.c_menu01_sns_item_lm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
  padding: 0.4rem
}

.c_menu01_sns_twitter_lm .c_menu01_sns_link_lm {
  background: #1da1f2
}

.c_menu01_sns_facebook_lm .c_menu01_sns_link_lm {
  background: #1877f2
}

.c_menu01_sns_line_lm .c_menu01_sns_link_lm {
  background: #00b900
}

.c_menu01_sns_mail_lm .c_menu01_sns_link_lm {
  padding: 0.9rem 0.5rem 0.9rem 3.5rem;
  background: #000
}

.c_menu01_sns_link_lm {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 5.4rem;
  padding: 0.9rem 2.5rem 0.9rem 4.5rem;
  margin: 0;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: normal;
  white-space: nowrap;
  border: none;
  border-radius: 0.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Lato, sans-serif
}

.c_menu01_sns_link_lm:link,
.c_menu01_sns_link_lm:visited {
  color: #fff
}

.c_menu01_sns_icon_lm {
  position: absolute;
  top: calc(50% - 1.8rem);
  left: 0.9rem;
  width: 3.6rem;
  height: 3.6rem
}

.c_search01_lm {
  padding: 3.2rem 1.7rem
}

.c_search01_keyword_lm {
  position: relative
}

.c_search01_keyword_input_lm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 1.3rem 4rem;
  font-size: 1.3rem;
  line-height: normal;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.c_search01_keyword_input_lm,
.c_search01_keyword_submit_lm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.c_search01_keyword_submit_lm {
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.4rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  background: none;
  border: none
}

.c_search01_keyword_submit_lm img {
  width: 100%;
  height: 100%
}

.c_search01_keyword_reset_lm {
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #969696;
  border: none;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.c_search01_keyword_reset_lm:after,
.c_search01_keyword_reset_lm:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 1px;
  content: "";
  background-color: #fff
}

.c_search01_keyword_reset_lm:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.c_search01_keyword_reset_lm:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.l-header-pc {
  margin-bottom: 19px;
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.l-header-pc #Header_fca {
  position: static;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 920px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
  color: #444;
  letter-spacing: 0.02em
}

.l-header-pc #Header_fca img {
  display: inline
}

.l-header-pc #Header_fca *,
.l-header-pc #Header_fca:after,
.l-header-pc #Header_fca:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

/*
.l-header-pc #GlobalNavi_fca ul.navi_fca {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible !important
}
.l-header-pc #GlobalNavi_fca ul.navi_fca > li {
    position: relative !important;
    display: block !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 182px !important;
    padding: 0 !important
}
.l-header-pc #GlobalNavi_fca ul.navi_fca > li > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
    height: 48px !important;
    line-height: 1 !important;
    background-color: #dbedff !important;
    -webkit-transition: background-color 0.14s ease !important;
    -o-transition: background-color 0.14s ease !important;
    transition: background-color 0.14s ease !important
}
.l-header-pc #GlobalNavi_fca ul.navi_fca > li > a.btn_fca {
    padding-right: 48px;
    line-height: 1 !important
}
.l-header-pc #GlobalNavi_fca ul.navi_fca>li>a.btn_fca:after {
    position: absolute;
    top: calc(50% - 6px);
    right: 22px;
    width: 7px;
    height: 7px;
    content: "";
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.l-header-pc #GlobalNavi_fca ul.navi_fca > li > a.btn_fca.on,
.l-header-pc #GlobalNavi_fca ul.navi_fca>li>a:hover {
    text-decoration: none;
    background-color: #bbdbf3 !important;
    -webkit-transition: background-color 0.14s ease;
    -o-transition: background-color 0.14s ease;
    transition: background-color 0.14s ease
}
.l-header-pc #GlobalNavi_fca ul.navi_fca > li > a.btn_fca.on+.child_fca {
    -webkit-animation: navi_child_color_hover_lm 0.14s ease forwards;
    animation: navi_child_color_hover_lm 0.14s ease forwards
}
.l-header-pc #GlobalNavi_fca ul.navi_fca > li > a > img {
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px !important
}

.l-header-pc #GlobalNavi_fca div.child_fca {
    top: 100% !important;
    background-color: #bbdbf3;
    -webkit-animation: navi_child_color_lm 0.14s ease forwards;
    animation: navi_child_color_lm 0.14s ease forwards
}
.l-header-pc #GlobalNavi_fca div.child_fca > ul {
    padding: 22px 25px !important
}
.l-header-pc #GlobalNavi_fca li:nth-of-type(4) div.child_fca > ul {
    padding: 5px 15px 25px !important
}
.l-header-pc #GlobalNavi_fca li:nth-of-type(4) div.child_fca > p {
    padding: 10px 15px 0 !important;
    font-weight: 700
}
.l-header-pc #GlobalNavi_fca div.child_fca > ul > li {
    display: block !important;
    float: none !important;
    padding: 0 !important;
    font-size: 13px !important
}
.l-header-pc #GlobalNavi_fca div.child_fca > ul > li+li {
    margin-top: 18px !important
}

@-webkit-keyframes navi_child_color_lm {
    0% {
        background-color: #dbedff
    }
    to {
        background-color: #bbdbf3
    }
}
@keyframes navi_child_color_lm {
    0% {
        background-color: #dbedff
    }
    to {
        background-color: #bbdbf3
    }
}
@-webkit-keyframes navi_child_color_hover_lm {
    0% {
        background-color: #dbedff
    }
    to {
        background-color: #bbdbf3
    }
}
@keyframes navi_child_color_hover_lm {
    0% {
        background-color: #dbedff
    }
    to {
        background-color: #bbdbf3
    }
}
*/

#GlobalNavi_fca ul.navi_fca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic N R";
  margin: auto;
  padding-top: 10px;
  width: 920px;
}

#GlobalNavi_fca ul.navi_fca>li {
  border-bottom: 2px solid #000;
  width: 218px;
  padding: 0;
  display: block;
}

#GlobalNavi_fca ul.navi_fca>li>a.btn_fca {
  background-color: #fff !important;
  color: #000;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 12px;
  text-align: center;
}

#GlobalNavi_fca .navi_en_fca {
  display: block;
  font-family: "Zen Kaku Gothic N R";
  font-size: 9px;
  margin-top: 5px;
}

#GlobalNavi_fca div.child_fca {
  background-color: #fff;
  border: 1px solid #030303;
  border-width: 0 1px 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 42px 52px;
  right: 0;
  top: 100%;
  width: 920px;
}

#GlobalNavi_fca div.child_fca p {
  color: #000;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 9px;
}

#GlobalNavi_fca div.child_fca ul {
  padding: 0 0 0 5px;
}

#GlobalNavi_fca div.child_fca ul li {
  float: none;
  display: block;
  padding: 0;
}

#GlobalNavi_fca div.child_fca ul li a {
  color: #000;
  font-family: "Zen Kaku Gothic N M";
  font-size: 13px;
  position: relative;
}

#GlobalNavi_fca div.child_fca ul li a::before {
  display: none;
}

#GlobalNavi_fca ul.navi_fca>li:nth-of-type(2) .child_navi_fca {
  width: 760px;
}

#GlobalNavi_fca ul.navi_fca>li:nth-of-type(2) .child_navi_fca li {
  margin-top: 16px;
}

#GlobalNavi_fca ul.navi_fca>li:nth-of-type(2) .child_navi_fca li img {
  height: 40px;
  margin-right: 12px;
  width: 40px;
  vertical-align: middle;
}

#GlobalNavi_fca ul.navi_fca>li:nth-of-type(3) .child_navi_fca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 810px;
}

#GlobalNavi_fca ul.navi_fca>li:nth-of-type(3) .child_navi_fca li {
  margin-top: 16px;
}

#GlobalNavi_fca ul.navi_fca>li:nth-of-type(3) .child_navi_fca li img {
  height: 40px;
  margin-right: 12px;
  vertical-align: middle;
  width: 40px;
}

#GlobalNavi_fca ul.navi_fca>li:nth-of-type(4) .child_fca {
  padding: 60px 52px;
}

#GlobalNavi_fca ul.navi_fca .child_navi_item_fca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#GlobalNavi_fca ul.navi_fca .child_navi_item_fca ul li li {
  margin: 16px 0 0 25px;
}

#GlobalNavi_fca ul.navi_fca .child_navi_item_fca ul li ul a {
  padding-left: 12px;
}

#GlobalNavi_fca ul.navi_fca .child_navi_item_fca ul li ul a::after {
  background: #000;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 7px;
}

#GlobalNavi_fca ul.navi_fca .child_scene_fca {
  width: 195px;
}

#GlobalNavi_fca ul.navi_fca .child_keyword_fca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#GlobalNavi_fca ul.navi_fca .child_keyword_fca li {
  width: 33%;
}

#GlobalNavi_fca ul.navi_fca .child_content_fca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  width: 717px;
}

#GlobalNavi_fca ul.navi_fca .child_content_fca a {
  color: #000;
  display: block;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 33%;
}

#GlobalNavi_fca ul.navi_fca .child_content_fca a:hover {
  opacity: .6;
}

#GlobalNavi_fca ul.navi_fca .child_content_fca dt,
#GlobalNavi_fca ul.navi_fca .child_content_fca dd {
  text-align: center;
}

#GlobalNavi_fca ul.navi_fca .child_content_fca dt {
  margin-bottom: 18px;
}

#GlobalNavi_fca ul.navi_fca .child_content_fca dd {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

#GlobalNavi_fca ul.navi_fca .child_content_fca dd span {
  font-family: "Zen Kaku Gothic N R";
  font-size: 13px;
  font-weight: 500;
}

#GlobalNavi_fca ul.navi_fca .child_social_fca {
  border-top: 1px solid #000;
  margin: 30px auto 0;
  width: 717px;
}

#GlobalNavi_fca ul.navi_fca .child_social_fca ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

#GlobalNavi_fca ul.navi_fca .child_social_fca ul::after {
  content: "";
  display: block;
  width: 33%;
}

#GlobalNavi_fca ul.navi_fca .child_social_fca li {
  padding-top: 30px;
  text-align: center;
  width: 33%;
}

#GlobalNavi_fca ul.navi_fca .child_social_fca a {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

#GlobalNavi_fca ul.navi_fca .child_social_fca a:hover {
  opacity: .6;
}

.header_menu_line_lm {
  position: relative;
  vertical-align: middle;
}

.header_menu_line_lm::after {
  background: #000;
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 0;
  z-index: -1;
}

a:hover .header_menu_line_lm::after {
  width: 100%;
}

.header_menu_link_lm {
  position: relative;
  vertical-align: middle;
}

.header_menu_link_lm::after {
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: -20px;
  top: 0;
  width: 0;
}

#GlobalNavi_fca div.child_fca ul li a {
  border-bottom: none;
}

#GlobalNavi_fca div.child_fca ul li a:hover {
  border-bottom: none;
}

#GlobalNavi_fca.fixed {
  background: #fff;
  left: 0;
  right: 0;
  width: 100%;
}

.l-breadcrumb {
  display: block;
  line-height: 1.2;
  border-bottom: 1px solid #ebebeb
}

.l-breadcrumb-list {
  display: block;
  padding-left: 2px
}

.l-breadcrumb-item {
  display: inline;
  color: #888;
  letter-spacing: 0.02em;
  vertical-align: baseline
}

.l-breadcrumb-item:nth-child(n + 2):before {
  display: inline-block;
  margin: 0 0.7em;
  content: ">";
  content: "\0003E"
}

.l-breadcrumb-item:last-child a {
  color: #444
}

.l-breadcrumb-item a {
  color: #888
}

.l-breadcrumb-item a:hover {
  text-decoration: underline
}

.l-breadcrumb-item a,
.l-breadcrumb-item span {
  vertical-align: baseline
}

.l-side-title {
  line-height: 1
}

.l-side-title-en {
  font-family: Lato, sans-serif
}

.l-side-category-list {
  border-top: 1px solid #ebebeb
}

.l-side-category-item {
  display: block;
  border-bottom: 1px solid #ebebeb
}

.l-side-category-item.is-active {
  font-weight: 700
}

.l-side-category-link {
  display: block;
  padding: 12px 0;
  font-size: 12px;
  -webkit-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear
}

.l-side-category-select {
  position: relative
}

.l-side-category-select:after {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid;
  border-bottom: 1px solid
}

.l-side-category-select-input {
  width: 100%;
  background-color: transparent;
  background-color: #fafafa;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.l-side-ranking-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  -webkit-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear
}

.l-side-ranking-thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.l-footer-sns {
  position: relative;
  z-index: 0
}

.l-footer-sns-item-x .l-footer-sns-link {
  background: #000
}

.l-footer-sns-item-facebook .l-footer-sns-link {
  background: #1877f2
}

.l-footer-sns-item-instagram .l-footer-sns-link {
  background: #df2f69
}

.l-footer-sns-item-line .l-footer-sns-link {
  background: #00b900
}

.l-footer-sns-item-mail .l-footer-sns-link {
  background: #888
}

.l-footer-sns-link {
  position: relative;
  -webkit-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.l-footer-sns-link,
.l-footer-sns-link:hover {
  text-decoration: none
}

.l-footer-sns-name {
  color: #fff;
  font-family: Lato, sans-serif
}

.l-footer-sns-icon {
  position: absolute
}

.l-footer-info {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.6;
  color: #444;
  letter-spacing: 0.02em
}

.l-footer-info a:hover {
  text-decoration: underline
}

.l-footer-info .pagetop_fca {
  line-height: 1
}

.l-footer-info .pagetop_fca a {
  color: #444
}

.l-footer-info #Footer_fca ul li {
  vertical-align: initial
}

.l-footer-info #Footer_fca ul li a {
  color: #444
}

.c-article {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.c-article.is-new .c-article-thumb:after {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  content: "";
  background-image: url('../images/common/icon/badge_new.svg');
  background-repeat: no-repeat;
  background-position: 50% 50;
  background-size: contain
}

.c-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-article-link {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear
}

.c-article-date {
  color: #969696;
  text-align: right;
  font-family: Lato, sans-serif
}

.c-article-thumb {
  position: relative;
  margin-right: auto;
  margin-left: auto
}

.c-article-thumb:before {
  display: block;
  padding-top: 100%;
  content: ""
}

.c-article-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.c-article-title {
  overflow: hidden;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-all
}

.c-article-en {
  position: absolute;
  z-index: 1;
  line-height: 1;
  color: #037e99;
  word-break: break-all;
  font-family: Caveat, cursive
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-button.mod-large .c-button-link {
  font-weight: 700;
  line-height: 1.6;
  background-color: #fafafa;
  border: 0
}

.c-button-link {
  position: relative;
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear
}

.c-button-link:after {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #666
}

.c-heading-title {
  color: #000;
  font-family: Lato, sans-serif
}

.c-heading-sub {
  color: #4d4d4d
}

.c-product {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.c-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-product-link {
  display: block;
  -webkit-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear
}

.c-product-thumb {
  position: relative;
  padding-top: 100%
}

.c-product-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.c-product-title {
  font-weight: 700;
  line-height: 1.6
}

.c-product-price {
  line-height: 1.6;
  color: #969696
}

.c-product-price-row.mod-before {
  position: relative;
  padding-right: 0.4em;
  text-decoration: line-through
}

.c-product-price-row.mod-after {
  display: inline-block;
  font-weight: 700;
  color: #cc2f00
}

.c-product-price-row.mod-after:before {
  display: inline-block;
  padding-right: 0.4em;
  text-decoration: none;
  content: "→"
}

.c-pagination .screen-reader-text {
  font-size: 0;
  color: transparent
}

.c-pagination .navigation {
  position: relative;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb
}

.c-pagination .nav-links,
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-pagination .page-numbers {
  font-weight: 700;
  font-family: Lato, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-pagination .page-numbers:not(.current) {
  -webkit-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear
}

.c-pagination .page-numbers.current {
  color: #fff;
  background-color: #037e99
}

.c-pagination .page-numbers.next,
.c-pagination .page-numbers.prev {
  position: absolute;
  font-size: 0;
  color: transparent;
  color: #000
}

.c-pagination .page-numbers.next:before,
.c-pagination .page-numbers.prev:before {
  content: "";
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.c-pagination .page-numbers.prev {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000
}

.c-pagination .page-numbers.next,
.c-pagination .page-numbers.prev {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c-pagination .page-numbers.next {
  border-top: 2px solid #000;
  border-right: 2px solid #000
}

@media screen and (max-width:767px) {
  html {
    font-size: 2.66667vw
  }

  a:hover {
    text-decoration: none
  }

  .u-pc {
    display: none !important
  }

  .l-container {
    overflow: hidden
  }

  .l-content {
    font-size: 1.4rem;
    padding-right: 1.7rem;
    padding-left: 1.7rem
  }

  .c_menu01_link_lm:after {
    width: 0.5rem;
    height: 0.5rem
  }

  .l-breadcrumb {
    padding-bottom: 1.8rem;
    margin-bottom: 2.8rem
  }

  .l-breadcrumb-item {
    font-size: 1rem
  }

  .l-breadcrumb-item:nth-child(n + 2):before {
    vertical-align: 0.1em
  }

  .l-info-block {
    margin-top: 6rem
  }

  .l-info-block+.l-info-block {
    margin-top: 5.6rem
  }

  .l-info-related-footer {
    margin-top: 4rem
  }

  .l-side {
    margin-top: 6.6rem
  }

  .l-side-block+.l-side-block {
    margin-top: 5rem
  }

  .l-side-title {
    margin-bottom: 1.8rem;
    font-size: 2rem
  }

  .l-side-title-en {
    font-size: 2.4rem
  }

  .l-side-category-select:after {
    width: 0.7rem;
    height: 0.7rem;
    top: calc(50% - 0.4rem);
    right: 2.2rem
  }

  .l-side-category-select-input {
    padding: 1.4rem 3.6rem 1.4rem 2rem;
    font-size: 1.3rem
  }

  .l-side-ranking-item+.l-side-ranking-item {
    margin-top: 1.2rem
  }

  .l-side-ranking-link {
    font-size: 1.4rem
  }

  .l-side-ranking-thumb {
    width: 8rem;
    margin-right: 1.6rem;
    border-radius: 0.3rem
  }

  .l-footer {
    margin-top: 4.2rem
  }

  .l-footer-sns {
    padding: 0 1.7rem 4.8rem;
    margin-top: 5rem
  }

  .l-footer-sns-item+.l-footer-sns-item {
    margin-top: 0.8rem
  }

  .l-footer-sns-link {
    min-height: 6.4rem;
    padding: 1.6rem;
    border-radius: 0.4rem
  }

  .l-footer-sns-name {
    font-size: 1.6rem
  }

  .l-footer-sns-icon {
    top: calc(50% - 2rem);
    left: 1.2rem;
    width: 4rem;
    height: 4rem
  }

  .l-footer-info .pagetop_fca {
    display: none !important
  }

  .c-article {
    width: 50%;
    padding: 1.5rem 0.8rem
  }

  .c-article.is-new .c-article-thumb:after {
    top: 0.8rem;
    left: 0.8rem;
    width: 4.8rem;
    height: 4.8rem
  }

  .c-article-list {
    margin: -1.5rem -0.8rem
  }

  .c-article-date {
    padding-right: 0.4rem;
    margin-bottom: 0.6rem;
    font-size: 1rem
  }

  .c-article-thumb {
    margin-bottom: 0.7rem
  }

  .c-article-thumb img {
    border-radius: 0.4rem
  }

  .c-article-title {
    max-height: 4.8em;
    font-size: 1.3rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
  }

  .c-article-en {
    top: 0.2em;
    left: 0.4rem;
    width: 10rem;
    font-size: 2.4rem
  }

  .c-button.mod-large .c-button-link {
    padding: 2rem 4rem;
    font-size: 1.8rem
  }

  .c-button-link {
    padding: 1.6rem 4rem;
    font-size: 1.3rem;
    border-radius: 0.3rem
  }

  .c-button-link:after {
    width: 0.6rem;
    height: 0.6rem;
    top: calc(50% - 0.3rem);
    right: 2rem
  }

  .c-heading {
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
    line-height: 1
  }

  .c-heading-title {
    font-size: 2.4rem
  }

  .c-heading-sub {
    margin: 0 0 0 1.4rem;
    font-size: 1.2rem
  }

  .c-product {
    width: 33.33%;
    padding: 1rem 0.8rem
  }

  .c-product-list {
    margin: -1rem -0.8rem
  }

  .c-product-thumb {
    margin-bottom: 1rem
  }

  .c-product-thumb img {
    border-radius: 0.3rem
  }

  .c-product-title {
    margin-bottom: 0.4rem;
    font-size: 1.2rem
  }

  .c-product-price {
    font-size: 1rem
  }

  .c-pagination {
    margin-top: 6.4rem;
    margin-right: -1.7rem;
    margin-left: -1.7rem
  }

  .c-pagination .navigation {
    padding: 1.6rem 3.6rem
  }

  .c-pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    min-width: 3.2rem;
    height: 3.2rem;
    padding: 0.7rem;
    margin: 0 0.6rem;
    font-size: 1.4rem;
    border-radius: 1.6rem
  }

  .c-pagination .page-numbers.next,
  .c-pagination .page-numbers.prev {
    top: calc(50% - 0.6rem)
  }

  .c-pagination .page-numbers.prev {
    width: 1rem;
    height: 1rem;
    left: 2rem
  }

  .c-pagination .page-numbers.next {
    width: 1rem;
    height: 1rem;
    right: 2rem
  }

  .c-pagination .page-numbers.dots {
    margin: 0 -0.4rem
  }

  .lock {
    overflow: hidden;
  }

  .header_menu_lm {
    position: relative;
  }

  .header_menu_lm nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-sizing: border-box;
    color: #000;
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15% 9% 38px;
    position: fixed;
    top: -100%;
    right: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 999;
  }

  .header_menu_lm.open nav {
    top: 0;
    width: 100%;
  }

  .header_menu_lm h2 {
    width: 39%;
  }

  .header_menu_lm li {
    line-height: 1;
    letter-spacing: 0.2em;
    position: relative;
  }

  .header_menu_lm li a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .header_menu_lm .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 27px;
    position: relative;
  }

  .header_menu_lm .parent .header_text_lm {
    font-family: "Zen Kaku Gothic N M";
    font-size: 10px;
    width: 68%;
  }

  .header_menu_icon_lm {
    background: #000;
    border-radius: 50%;
    height: 13px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 13px;
  }

  .header_menu_icon_lm::before,
  .header_menu_icon_lm::after {
    background: #fff;
    content: "";
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 2;
  }

  .header_menu_icon_lm::before {
    height: 7px;
    right: 6px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 1px;
  }

  .header_menu_icon_lm::after {
    height: 1px;
    right: 3px;
    width: 7px;
  }

  .selected .header_menu_icon_lm::before {
    display: none;
  }

  .header_menu_link_lm {
    height: 24px;
    position: absolute;
    right: 0;
    width: 24px;
  }

  .header_menu_contents_lm li:nth-of-type(2) .header_menu_link_lm {
    top: -10%;
  }

  .header_menu_link_lm::after {
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #000;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 0;
  }

  .header-menu_item {
    display: none;
    padding-left: 8%;
  }

  .header-menu_item li {
    font-family: "Zen Kaku Gothic N M";
    font-size: 11px;
    margin-top: 17px;
  }

  .header-menu_item p {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-top: 27px;
  }

  .header-menu_item img {
    height: 27px;
    margin-right: 12px;
    width: 27px;
    vertical-align: middle;
  }

  .grand_lm {
    padding-left: 8%;
  }

  .grand_lm a {
    padding-left: 11px;
    position: relative;
  }

  .grand_lm a::after {
    background: #000;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 6px;
  }

  .header_menu_contents_lm li a {
    font-weight: 700;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
  }

  .header_menu_contents_lm li {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
  }

  .header_menu_contents_lm .header_text_lm {
    font-family: "Zen Kaku Gothic N R";
    font-size: 10px;
    width: 70%;
  }

  .header_menu_sosial_lm li {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 20px;
  }

  .header_menu_sosial_lm li a {
    padding-left: 20px;
    position: relative;
  }

  .header_menu_sosial_lm li a::after {
    background: #000;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 10px;
  }

  .header_menu_sosial_lm img {
    margin-right: 64px;
    width: 40px;
  }

  .header_menu_lm form {
    margin: 32px auto 0;
  }

  .toggle_btn {
    cursor: pointer;
    display: block;
    height: 14px;
    position: absolute;
    right: 6%;
    top: -30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 19px;
    z-index: 999;
  }

  .toggle_btn p {
    font-family: "Zen Kaku Gothic N M";
    font-size: 10px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: -1.8em;
    left: -0.5em;
  }

  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 19px;
    height: 1px;
    background: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: auto;
  }

  .toggle_btn span:nth-child(1) {
    top: 0;
  }

  .toggle_btn span:nth-child(2) {
    top: 7px;
  }

  .toggle_btn span:nth-child(3) {
    top: 13px;
  }

  .open .toggle_btn {
    display: none;
  }

  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    -ms-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }

  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }

  .open #mask {
    background: rgba(221, 221, 221, 0.8);
    display: block;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  .open .toggle_btn {
    position: fixed !important;
    top: 10% !important;
  }

  .close_lm {
    height: 25px;
    position: absolute;
    right: 25px;
    top: 50px;
    width: 25px;
  }

  .close_lm::after {
    background: #000;
    content: "";
    height: 1px;
    width: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .close_lm::before {
    background: #000;
    content: "";
    height: 1px;
    width: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .lock {
    overflow: hidden;
    height: auto;
  }

  .modal-overlay {
    background: rgba(255, 255, 255, 1);
    /*z-index: 999999998;*/
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
  }

  .modal-wrap {
    z-index: 999999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .modal_close {
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 999999999999;
  }

  .modal_close::before,
  .modal_close::after {
    content: '';
    height: 1px;
    width: 25px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .modal_close::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .concept_modal_lm::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-top: -10px;
  }

  .concept_modal_lm::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .concept_modal_lm::-webkit-scrollbar-button {
    display: none;
    height: 0;
  }

  .concept_modal_lm::-webkit-scrollbar-corner,
  div.concept_modal_lm::-webkit-resizer,
  div.concept_modal_lm::-webkit-scrollbar-track-piece {
    height: 0;
    display: none;
  }

  .concept_modal_lm::-webkit-scrollbar:horizontal {
    height: 0;
  }

  .concept_modal_lm {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: none;
    overflow: auto;
    /*max-height: 100%;*/
    width: 100%;
    padding: 28px 0;
  }

  .concept_modal_lm::after {
    background: url(/fws/lamiplus/common/images/lami.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    width: 40px;
  }

  .concept_modal_lm h2 {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
  }

  .concept_modal_lm h2 span {
    display: block;
    font-family: "Zen Kaku Gothic N L";
    font-size: 14px;
    margin-top: 5px;
  }

  .concept_modal_lm h3 {
    font-family: "Zen Kaku Gothic N B";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 30px;
    text-align: left !important;
  }

  .concept_modal_inner_lm {
    margin: auto;
    width: 80%;
  }

  .concept_modal_inner_lm p {
    font-family: "Zen Kaku Gothic N B";
    font-size: 12px;
    line-height: 1.8;
    margin-top: 20px;
  }

  .concept_modal_lm img {
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  html {
    /*font-size: 62.5%*/
  }

  body {
    min-width: 920px
  }

  .u-sp {
    display: none !important
  }

  .l-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    width: 960px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
  }

  .c_menu01_bottom_lm {
    display: none
  }

  .c_menu01_link_lm:after {
    width: 5px;
    height: 5px
  }

  .l-breadcrumb {
    padding-bottom: 21px;
    margin-bottom: 36px
  }

  .l-breadcrumb-item {
    font-size: 10px
  }

  .l-main {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 640px
  }

  .l-info-block {
    margin-top: 84px
  }

  .l-info-block+.l-info-block {
    margin-top: 64px
  }

  .l-info-related-footer {
    margin-top: 40px
  }

  .l-side {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 192px;
    padding-top: 44px
  }

  .l-side-block+.l-side-block {
    margin-top: 48px
  }

  .l-side-title {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700
  }

  .l-side-category-link:hover {
    opacity: .7
  }

  .l-side-category-select:after {
    width: 7px;
    height: 7px
  }

  .l-side-ranking-item+.l-side-ranking-item {
    margin-top: 12px
  }

  .l-side-ranking-link:hover {
    opacity: .7
  }

  .l-side-ranking-link {
    font-size: 10px
  }

  .l-side-ranking-thumb {
    width: 64px;
    margin-right: 12px;
    border-radius: 3px
  }

  .l-footer {
    margin-top: 64px
  }

  .l-footer-sns-inside {
    width: 960px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
  }

  .l-footer-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -8px
  }

  .l-footer-sns-item {
    width: 100%;
    margin: 0 8px
  }

  .l-footer-sns-link:hover {
    opacity: .7
  }

  .l-footer-sns-link {
    min-height: 64px;
    padding: 18px;
    border-radius: 4px
  }

  .l-footer-sns-name {
    font-size: 16px
  }

  .l-footer-sns-icon {
    top: calc(50% - 20px);
    left: 12px;
    width: 40px;
    height: 40px
  }

  .l-footer-info {
    width: 960px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
  }

  .c-article {
    width: 33.33%;
    padding: 15px 10px
  }

  .c-article.is-new .c-article-thumb:after {
    top: 8px;
    left: 8px;
    width: 48px;
    height: 48px
  }

  .c-article-list {
    margin: -15px -10px
  }

  .c-article-link:hover {
    opacity: .7
  }

  .c-article-date {
    margin-bottom: 0.5rem;
    font-size: 12px
  }

  .c-article-thumb {
    margin-bottom: 12px
  }

  .c-article-thumb img {
    border-radius: 4px
  }

  .c-article-title {
    max-height: 4.8em;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
  }

  .c-article-en {
    top: 0.1em;
    left: 4px;
    width: 130px;
    font-size: 30px
  }

  .c-button.mod-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .c-button.mod-large .c-button-link {
    padding: 34px;
    font-size: 18px
  }

  .c-button.mod-large .c-button-link:after {
    top: calc(50% - 5px);
    right: 26px;
    width: 10px;
    height: 10px
  }

  .c-button-link:hover {
    opacity: .7
  }

  .c-button-link {
    padding: 16px 58px;
    font-size: 13px;
    border-radius: 3px
  }

  .c-button-link:after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right: 22px
  }

  .c-heading {
    padding-bottom: 5px;
    margin-bottom: 30px
  }

  .c-heading-title {
    font-size: 28px
  }

  .c-heading-sub {
    margin: 0 0 0 13px;
    font-size: 14px
  }

  .c-product {
    width: 25%;
    padding: 16px 8px
  }

  .c-product-list {
    margin: -16px -8px
  }

  .c-product-link:hover {
    opacity: .7
  }

  .c-product-thumb {
    margin-bottom: 12px
  }

  .c-product-thumb img {
    border-radius: 3px
  }

  .c-product-title {
    margin-bottom: 4px;
    font-size: 13px
  }

  .c-product-price {
    font-size: 11px
  }

  .c-pagination {
    margin: 64px 0 22px
  }

  .c-pagination .navigation {
    padding: 16px 36px
  }

  .c-pagination .page-numbers:not(.current):hover {
    opacity: .7
  }

  .c-pagination .page-numbers:not(.dots):not(.next):not(.prev) {
    min-width: 32px;
    height: 32px;
    padding: 7px;
    margin: 0 6px;
    font-size: 16px;
    border-radius: 16px
  }

  .c-pagination .page-numbers.next,
  .c-pagination .page-numbers.prev {
    top: calc(50% - 6px)
  }

  .c-pagination .page-numbers.prev {
    width: 10px;
    height: 10px;
    left: 14px
  }

  .c-pagination .page-numbers.next {
    width: 10px;
    height: 10px;
    right: 14px
  }

  .c-pagination .page-numbers.dots {
    margin: 0 -4px
  }

  .modal-overlay {
    background: rgba(255, 255, 255, 1);
    z-index: 999999998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
  }

  .modal-wrap {
    z-index: 999999999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .modal_close {
    cursor: pointer;
    height: 17px;
    width: 17px;
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 999999999999;
  }

  .modal_close::before,
  .modal_close::after {
    content: '';
    height: 1px;
    width: 23px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .modal_close::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .concept_modal_lm::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-top: -10px;
  }

  .concept_modal_lm::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .concept_modal_lm::-webkit-scrollbar-button {
    display: none;
    height: 0;
  }

  .concept_modal_lm::-webkit-scrollbar-corner,
  div.concept_modal_lm::-webkit-resizer,
  div.concept_modal_lm::-webkit-scrollbar-track-piece {
    height: 0;
    display: none;
  }

  .concept_modal_lm::-webkit-scrollbar:horizontal {
    height: 0;
  }

  .concept_modal_lm {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: none;
    overflow: auto;
    max-height: 83%;
    width: 1042px;
    padding: 56px 0;
    position: relative;
  }

  .concept_modal_lm::after {
    background: url(/fws/lamiplus/common/images/lami.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 41px;
    position: absolute;
    right: 120px;
    width: 80px;
  }

  .concept_modal_lm h2 {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center;
  }

  .concept_modal_lm h2 span {
    display: block;
    font-family: "Zen Kaku Gothic N L";
    font-size: 14px;
    margin-top: 5px;
  }

  .concept_modal_lm h3 {
    font-family: "Zen Kaku Gothic N B";
    font-size: 25px;
    margin-top: 60px;
    text-align: left !important;
  }

  .concept_modal_inner_lm {
    margin: auto;
    width: 470px;
  }

  .concept_modal_inner_lm p {
    font-family: "Zen Kaku Gothic N B";
    font-size: 15px;
    line-height: 1.8;
    margin-top: 40px;
  }

  .lock {
    overflow: hidden;
  }
}

@media not all and (min-width: 768px) {
  .header_menu_lm .fca_shop-header__main__search {
    display: block;
    height: auto;
  }

  .header_menu_lm .fsc_header-search__submit {
    display: block;
  }
}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx),
only screen and (-webkit-min-device-pixel-ratio:2) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

@media (-ms-high-contrast:none) {
  html {
    font-family: Verdana, Meiryo, sans-serif
  }
}

@media (-ms-high-contrast:active) {
  html {
    font-family: Verdana, Meiryo, sans-serif
  }
}
