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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
}

a img {
  border: none;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

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

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

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

/* ===========================================
base
=========================================== */
/*
font
----------------------------------*/
html {
  font-size: 62.5%;
  /* 10px */
}

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  min-width: 1140px;
  color: #1a1a1a;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
}

html.sp body {
  width: 100%;
  min-width: inherit;
  overflow-x: hidden;
}

/*
link
----------------------------------*/
a {
  color: #027fea;
  text-decoration: none;
}

a:hover {
  color: #027fea;
  text-decoration: underline;
}

.link_text_large {
  font-size: 22px;
  font-weight: 700;
}

/*
wrap
----------------------------------*/
#wrap,
#wrap *.bg-color-white {
  background-color: #fff;
}

#wrap.bg-color-gray,
#wrap *.bg-color-gray {
  background-color: #f5f5f5;
}

/* pc */
html:not(.sp) #wrap {
  margin-top: 100px; /* header height */
}

html:not(.sp) #content {
  margin-right: auto;
  margin-left: auto;
}

/* sp */
html.sp #wrap {
  margin-top: 0;
}
html.sp #content {
  padding-bottom: 40px;
}

/* ===========================================
header
=========================================== */
#header {
  width: 100%;
}

html:not(.sp) #header.header {
  z-index: 20000;
  position: fixed;
  top: 0;
}

html.sp #header.header {
  position: static;
}

#header .header_block {
  border-bottom: solid 1px #e6e6e6;
}

html:not(.sp) #header .header_block[data-view-type='pc'] {
  display: block;
  position: relative;
}

html:not(.sp) #header .header_block[data-view-type='sp'] {
  display: none;
}

html:not(.sp) #header .header_inner-main {
  z-index: 2;
  position: relative;
  width: 100%;
  background-color: white;
}

html:not(.sp) #header .header_area_main {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 1100px;
  height: 100px;
  margin: 0 auto;
  padding: 0 20px;
}

html:not(.sp) #header .header_inner-sub {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}

html:not(.sp) #header .js-search-viewBox {
  display: none;
}

html:not(.sp) #header .js-header_inner-sub.js-is-open {
  display: block;
}

html:not(.sp) #header .header_inner-subWrap {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.header_site_logo {
  font-size: 0;
  line-height: 1;
}

.header_site_logo a {
  display: inline-block;
  width: 100%;
}

html.sp .header_site_logo a {
  height: 32px;
}

#header .header_site_logo {
  width: 420px;
}

#header .header_site_logo img {
  width: 100%;
}

html.sp #header .header_site_logo img {
  width: auto;
  height: 32px;
}

#header .header_pcMenu_mainMenu {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  height: 100px;
  margin: 0 40px 0 0;
}

#header .header_pcMenu_mainMenu .header_pcMenu_mainMenu_list {
  display: flex;
  font-size: 1.7rem;
}

#header .header_pcMenu_mainMenu_list .header_pcMenu_mainMenu_list-linkbox {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 1px;
  margin-left: 1px;
  padding: 3px 20px 0;
  color: #1a1a1a;
  font-size: 1.7rem;
  text-decoration: none;
}

#header .header_pcMenu_mainMenu_list .header_pcMenu_mainMenu_list-linkbox::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
          transform: scale(0, 1);
          transform-origin: center;
  background-color: #027fea;
  content: '';
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#header .header_pcMenu_mainMenu_list.current .header_pcMenu_mainMenu_list-linkbox::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#header .header_pcMenu_mainMenu_list:not(.current) .header_pcMenu_mainMenu_list-linkbox:hover::after {
  -webkit-transform: scale(1, 1);
  -webkit-transform-origin: center;
          transform: scale(1, 1);
          transform-origin: center;
}

#header .header_pcMenu_main_iconsMenu {
  display: flex;
  padding-top: 4px;
}

#header .header_pcMenu_search {
  margin-left: 20px;
}

#header .header_pcMenu_lang {
  margin-left: 20px;
}

#header .header_pcMenu_lang .header_pcMenu_lang_list {
  display: table-cell;
  font-size: 1.2rem;
}

#header .header_pcMenu_lang_list:nth-of-type(2) {
  font-weight: bold;
}

#header .header_pcMenu_lang_list + .header_pcMenu_lang_list {
  padding-left: 5px;
}

#header .header_pcMenu_lang_list a {
  color: #b2b2b2;
  text-decoration: none;
}

#header .header_pcMenu_lang_list a:hover {
  color: #027fea;
}

/* svg */
#hdIconMail {
  width: 17px;
  height: 17px;
  cursor: pointer;
}

/* svg */
#hdIconSearch {
  width: 17px;
  height: 17px;
  cursor: pointer;
}

#hdIconMail:hover,
#hdIconSearch:hover {
  fill: #027fea;
}

#header .header_pcMenu_sub {
  width: 100%;
  background-color: #f5f5f5;
}

#header .header_pcMenu_sub_MenuWrap {
  display: flex;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 90px;
}

#header [data-navmenu-category="products"].header_pcMenu_sub_MenuWrap {
  padding-bottom: 60px;
}

#header .header_pcMenu_sub_MenuWrap[data-navmenu-category='search'] {
  padding: 90px 0;
}

#header .header_pcMenu_sub_MenuWrap {
  display: flex;
}

#header .header_pcMenu_sub_Menuttl {
  width: 365px;
  padding-left: 90px;
  font-size: 28px;
  font-weight: bold;
}

#header .header_pcMenu_sub_Menubox {
  width: calc(1100px - 330px);
  padding-top: 5px;
}

#header [data-navmenu-category-id="products"] .header_pcMenu_sub_Menubox {
  width: calc(1100px - 130px);
}

#header .header_pcMenu_sub_Menubox .header_pcMenu_sub_Menulist {
  margin-bottom: 1.4rem;
  font-size: 1.7rem;
}

#header .header_pcMenu_sub_Menubox:hover > .header_pcMenu_sub_Menulist {
  opacity: 0.3;
  transition: opacity 0.3s;
}

#header .header_pcMenu_sub_Menubox > .header_pcMenu_sub_Menulist:hover {
  opacity: 1;
}

#header .header_pcMenu_sub_Menubox {
  display: flex;
  flex-wrap: wrap;
}

#header .header_pcMenu_sub_Menulist {
  display: flex;
  flex-direction: column;
  width: 280px;
}

#header [data-navMenu-category='products'] .header_pcMenu_sub_Menulist {
  width: 25%;
}

#header .header_pcMenu_sub_Menulist .linkBox {
  display: inline-block;
}

#header .header_pcMenu_sub_Menulist .linkBox {
  color: #1a1a1a;
  font-size: 1.7rem;
  text-decoration: none;
}

#header .header_pcMenu_sub_Menulist .linkBox:hover {
  color: #027fea;
}

html:not(.sp) #header .header_pcMenu_sub_Menulist:hover > a.linkBox,
html:not(.sp) #header .header_pcMenu_sub_Menulist:hover > a .linkBox-text {
  color: #027fea;
}

/* sp style */
html.sp #header .header_block[data-view-type='sp'] {
  display: block;
  width: 100%;
  overflow: hidden;
}

html.sp #header .header_block[data-view-type='pc'] {
  display: none;
}

html.sp #header .header_inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 64px;
}

html.sp #header .header_site_logo {
  box-sizing: content-box;
  width: auto;
  height: 32px;
  padding: 16px;
}

html.sp #header .header_spMenu_btn {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  width: 28px;
  margin-top: 0;
  padding: 16px;
  cursor: pointer;
}

html:not(.sp) #headerSpMenu.header_spMenu {
  display: none;
}

html.sp #headerSpMenu.header_spMenu {
  position: relative;
  top: 0;
  width: 82.6%;
  margin: 0 0 0 auto;
}

html.sp #headerSpMenu.header_spMenu {
  -webkit-transform: translateX(100%);
  z-index: 20000;
  position: fixed;
  top: 0;
  right: 0;
  width: 82.6%;
          transform: translateX(100%);
  background-color: #f5f5f5;
  transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

html.sp #headerSpMenu.header_spMenu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

html.sp #headerSpMenu .header_spMenu_inner {
  height: 100vh;
  padding-bottom: 3em;
  overflow-y: scroll;
}

html.sp #headerSpMenu .header_spMenu_hd {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

html.sp #headerSpMenu .header_spMenu_hd_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

html.sp #headerSpMenu .header_spMenu_close_btn {
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  padding: 16px;
}

html.sp #headerSpMenu .header_spMenu_lang_navi {
  margin: 10px 16px 0 auto;
}

html.sp #headerSpMenu .header_spMenu_lang_navi_list {
  display: inline-block;
  padding-right: 6px;
  padding-left: 10px;
  font-size: 1.1rem;
}

html.sp #headerSpMenu .header_spMenu_lang_navi_list:nth-of-type(1) {
  font-weight: bold;
}

html.sp #headerSpMenu .header_spMenu_lang_navi_list a {
  color: #c5c5c5;
  text-decoration: none;
}

html.sp #headerSpMenu .header_spMenu_bd {
  width: 100%;
  padding: 16px;
}

html.sp #headerSpMenu .header_spMenu_bd_item {
  padding: 0 0 10em 1em;
}

html.sp #headerSpMenu .header_spMenu_bd_list.js-headerSpMenuAccordion .header_spMenu_subCategory_list:last-of-type {
  padding-bottom: 16px;
}

html.sp #headerSpMenu .header_spMenu_bd_list a {
  display: block;
  color: #1a1a1a;
  text-decoration: none;
}

html.sp #headerSpMenu .header_spMenu_mainCategory {
  position: relative;
  padding: 1em 1em 1em;
  font-size: 1.7rem;
  font-weight: bold;
}

html.sp #headerSpMenu .header_spMenu_subCategory {
  display: none;
  padding: 0 0 0 1em;
}

html.sp #headerSpMenu .js-headerSpMenuAccordion.open .header_spMenu_subCategory {
  display: block;
}

html.sp #headerSpMenu .header_spMenu_subCategory_list a {
  display: block;
  padding: 0.8em;
  font-size: 1.5rem;
}

#header_overlay {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

#header_overlay.open {
  display: block;
}

#headerSpMenu .hdSpMenu-ancIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 14px;
  height: 14px;
  margin: auto;
}

#headerSpMenu .hdSpMenu-ancIcon span {
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 4px;
  background-color: #c5c5c5;
}

#headerSpMenu .hdSpMenu-ancIcon span:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  top: 5px;
          transform: rotate(0deg);
}

#headerSpMenu .hdSpMenu-ancIcon span:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
  top: 5px;
          transform: rotate(90deg);
}

#headerSpMenu .js-headerSpMenuAccordion.is-open .hdSpMenu-ancIcon span:nth-of-type(1) {
  display: none;
}

#headerSpMenu .js-headerSpMenuAccordion.is-open .hdSpMenu-ancIcon span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
  top: 5px;
          transform: rotate(180deg);
}

/* ===========================================
footer
=========================================== */
#footer {
  overflow: hidden;
  background: #333;
  color: #fff;
}

#footer .footer_inner {
  padding: 48px 0;
}

/* footer nav */
#footer .footer_navbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

html.sp #footer .footer_navbox {
  display: block;
  width: 14em;
  text-align: center;
}

.footer_nav_list {
  line-height: 1.2;
}

html:not(.sp) .footer_nav_list {
  width: 24%;
  font-size: 1.4rem;
}

html:not(.sp) #footer .footer_nav_list + .footer_nav_list {
  border-left: solid 1px #999;
}

html.sp #footer .footer_nav_list {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 1.2rem;
}

html.sp #footer .footer_nav_list:nth-of-type(2n) {
  border-left: solid 1px #999;
}

#footer .footer_nav_list a {
  display: block;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

html:not(.sp) #footer .footer_nav_list a:hover {
  text-decoration: underline;
}

/*SNS Footer*/

#footer .footer_snsbox {
  display: flex;
  padding: 0 0 36px 0;
  justify-content: center;
  align-items: center;
}
#footer .footer_snsbox_ttl {
  padding: 0 28px 0 0;
}

#footer .footer_snsbox_iconBox {
  display: flex;
  justify-content: center;
}
#footer .footer_snsbox_items_iconList {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  fill: #333;
}
#footer .footer_snsbox_items_iconList + .footer_snsbox_items_iconList {
  margin: 0 0 0 28px;
}
#footer .footer_snsbox_items_iconList a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 0;
}
#footer .ft_sns_icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  transition: 0.3s;
}

#footer .ft_sns_icon-Facebook {
  width: 10px;
  height: 21px;
}
#footer .ft_sns_icon-Youtube {
  width: 22px;
  height: 16px;
}
#footer .ft_sns_icon-Instagram {
  width: 22px;
  height: 22px;
}

.sp #footer .footer_snsbox_ttl {
  display: none;
}

/* copyright */
#footer .footer_copyright {
  margin-top: 48px;
  color: #999;
  line-height: 1;
  text-align: center;
}

html.sp #footer .footer_copyright {
  margin-top: 38px;
  font-size: 1rem;
}

/*===========================================
pageTop
===========================================*/
#btnPagetopBox {
	position: relative;
	right: 0;
	bottom: 0;
  z-index: 10000;
}

#btnPagetop {
	transition: opacity 0.2s ease;
	transform: translateY(-100%);
  position: absolute;
  right: 30px;
	bottom: 30px;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/en/common/images/btn_pagetop.gif) center center no-repeat transparent;
  background-size: 100%;
  white-space: nowrap;
  cursor: pointer;
	opacity: 0;
}
#btnPagetopBox #btnPagetop{
	visibility: hidden;
	right: 100%;
}
#btnPagetopBox.anm  #btnPagetop,
#btnPagetopBox.is-show  #btnPagetop{
	visibility: visible;
  right: 30px;
}
#btnPagetopBox.is-show #btnPagetop {
	opacity: 1;
}

#btnPagetopBox.is-fix {
  position: fixed;
}

#btnPagetopBox.is-fix #btnPagetop {
	bottom: 0;
}

html.sp #btnPagetop {
	transform: none;
  width: 40px;
  height: 40px;
  margin: 0;
	right: 0;
	bottom: 0;
}
html.sp #btnPagetopBox #btnPagetop{
	right: 10px;
	bottom: 10px;
}
html.sp #btnPagetopBox.is-fix #btnPagetop{
	bottom: 30px;
}

#pagetop.hover_btn {
  bottom: 30px;
  left: 100%;
  margin-left: -80px;
  opacity: 0.5;
}

/*===========================================
topicpath
===========================================*/
.topicpath {
  background-color: #e5e5e5;
}

.topicpath ul {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 8px 20px;
}

.topicpath li {
  display: inline-block;
  font-size: 1.3rem;
}

.topicpath li:before {
  display: inline-block;
  margin: 0 0.25em;
  content: '>';
}

.topicpath li:first-child:before {
  content: normal;
}

html.sp .topicpath {
  display: none;
  width: 0;
  height: 0;
}
