html,
body,
#globalHeader *,
#globalSide *,
#globalFooter *,
#path_box * {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
    sans-serif !important;
}

/* ------------------------------------------------------------------
	共通指定
------------------------------------------------------------------ */

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* =============================================================================
   Base
   ========================================================================== */

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-size: 100%;
  line-height: normal;
  margin: 0;
  height: 100%;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  vertical-align: middle;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

/* リセットここまで */

/* =============================================================================
   大枠 * editして追加
   ========================================================================== */

body {
  font-size: 12px;
  line-height: 1.5;
}

body > #globalWrapper {
  position: relative;
  min-width: 1024px;
  background: #fff;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

/*  リンク
=====================================*/

a:link,
a:visited {
  color: #795284;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover,
a:active {
  color: #795284;
  outline: 0;
}

/*  アクセシビリティ
=====================================*/

.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

input,
textarea,
select {
  font-family: 'Tahoma', 'ＭＳ Ｐゴシック', 'Lucida Grande',
    'ヒラギノ丸ゴ Pro W4', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif !important;
}

input,
select,
button,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

input,
button {
  line-height: normal;
  *overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

form,
blockquote,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.gtm-timer {
  display: none;
}

#globalContents .pp {
  padding-left: 15px;
  color: #000 !important;
  background: url(../images/title_pp.png) no-repeat left 50%;
}

/* 大枠の左右マージンを指定（box-sizingのためpaddingを利用） */
/* 最大 40px, 最小 15px */
#globalHeader .container,
#fluidMain {
  padding-left: calc(100% * 52521 / 1000000 - 38.78px);
  padding-right: calc(100% * 52521 / 1000000 - 38.78px);
}
*::-ms-backdrop,
#globalHeader .container,
#fluidMain {
  padding-left: 2.66%;
  padding-right: 2.66%;
}
@media (max-width: 1380px) {
  *::-ms-backdrop,
  #globalHeader .container,
  #fluidMain {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 1180px) {
  *::-ms-backdrop,
  #globalHeader .container,
  #fluidMain {
    padding-left: 1.46%;
    padding-right: 1.46%;
  }
}
@media (max-width: 1024px) {
  #globalHeader .container,
  #fluidMain {
    padding-left: 15px;
    padding-right: 15px;
    width: 1024px;
  }
}
@media (min-width: 1500px) {
  #globalHeader .container,
  #fluidMain {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 左ナビとコンテンツ領域の間の幅を指定 */
/* 最大 35px, 最小 14px */
#globalMain.fluid #globalContents > div {
  padding-left: calc(100% * 49295 / 1000000 - 34.99px);
}
*::-ms-backdrop,
#globalMain.fluid #globalContents > div {
  padding-left: 2.46%;
}
@media (max-width: 1380px) {
  *::-ms-backdrop,
  #globalMain.fluid #globalContents > div {
    padding-left: 1.9%;
  }
}
@media (max-width: 1180px) {
  *::-ms-backdrop,
  #globalMain.fluid #globalContents > div {
    padding-left: 1.4%;
  }
}
@media (max-width: 1024px) {
  #globalMain.fluid #globalContents > div {
    padding-left: 14px;
  }
}
@media (min-width: 1500px) {
  #globalMain.fluid #globalContents > div {
    padding-left: 35px;
  }
}

/* 左ナビのサイズコントロール */
/* 最小幅 */
#globalMain.fluid #globalContents > div {
  margin-left: 210px;
}
#globalSide {
  width: 210px;
}
@media (min-width: 1025px) and (max-width: 1499px) {
  #globalMain.fluid #globalContents {
    margin-left: calc(100% * -1291079 / 10000000 - 81.66675px);
  }
  #globalMain.fluid #globalContents > div {
    margin-left: calc(100% * 1291079 / 10000000 + 81.66675px);
  }
  #globalMain.fluid #globalSide {
    width: calc(100% * 1291079 / 10000000 + 81.66675px);
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  *::-ms-backdrop,
  #globalMain.fluid #globalContents {
    margin-left: -21.13%;
  }
  *::-ms-backdrop,
  #globalMain.fluid #globalContents > div {
    margin-left: 21.13%;
  }
  *::-ms-backdrop,
  #globalMain.fluid #globalSide {
    width: 21.13%;
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  *::-ms-backdrop,
  #globalMain.fluid #globalContents {
    margin-left: -20.13%;
  }
  *::-ms-backdrop,
  #globalMain.fluid #globalContents > div {
    margin-left: 20.13%;
  }
  *::-ms-backdrop,
  #globalMain.fluid #globalSide {
    width: 20.13%;
  }
}
@media (min-width: 1281px) and (max-width: 1380px) {
  *::-ms-backdrop,
  #globalMain.fluid #globalContents {
    margin-left: -19.13%;
  }
  *::-ms-backdrop,
  #globalMain.fluid #globalContents > div {
    margin-left: 19.13%;
  }
  *::-ms-backdrop,
  #globalMain.fluid #globalSide {
    width: 19.13%;
  }
}
@media (min-width: 1381px) and (max-width: 1500px) {
  *::-ms-backdrop,
  #globalMain.fluid #globalContents {
    margin-left: -18.66%;
  }
  *::-ms-backdrop,
  #globalMain.fluid #globalContents > div {
    margin-left: 18.66%;
  }
  *::-ms-backdrop,
  #globalMain.fluid #globalSide {
    width: 18.66%;
  }
}
@media (min-width: 1500px) {
  #globalMain.fluid #globalContents {
    margin-left: -265px;
  }
  #globalMain.fluid #globalContents > div {
    margin-left: 265px;
  }
  #globalMain.fluid #globalSide {
    width: 265px;
  }
}

/*  ▼▼▼ ヘッダー
=====================================*/

#globalHeader {
  width: 100%;
  margin: 0 auto 15px;
  height: 99px;
  border-bottom: 1px solid #ccc;
}

#globalHeader > .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
}

#globalHeader > .container:before,
#globalHeader > .container:after {
  content: ' ';
  display: table;
}

#globalHeader > .container:after {
  clear: both;
}

#globalHeader > .container {
  *zoom: 1;
}

#headerContent .top {
  box-sizing: border-box;
  padding-top: 15px;
  height: 50px;
  display: flex;
  padding-right: 230px;
}

#globalHeader .logo {
  width: 245px;
}

#headerContent .searchBox {
  flex-grow: 1;
  position: relative;
}

#f_NaviSearch {
  margin: 0 16px 0 0;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  border-radius: 0 4px 4px 0;
  border-radius: 4px;
  height: 35px;
  box-sizing: border-box;
}

#f_NaviSearch .label {
  float: left;
  display: inline-block;
  height: 33px;
  box-sizing: border-box;
  padding: 0 17px 0 5px;
  background: url('../images/arrow_gray.gif') no-repeat right;
  line-height: 33px;
  border-right: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  color: #555;
}

#f_NaviSearch .submit {
  float: right;
  display: inline-block;
  width: 37px;
  text-align: center;
  background-color: #aaa;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
}

#f_NaviSearch .input {
  position: relative;
  width: auto;
  overflow: hidden;
  height: 33px;
  background-color: white;
  box-sizing: border-box;
}

#f_NaviSearch .input > div {
  position: relative;
  box-sizing: border-box;
  height: 33px;
}

#search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  line-height: 15px;
  padding: 6px 10px;
  height: 33px;
  border: 0;
  font-size: 15px;
  margin: 0;
  border-radius: 0;
  box-sizing: border-box;
}

#search:focus {
  box-shadow: none;
}

#headerContent .welcome {
  width: 150px;
}

#headerContent .welcome p {
  margin-top: 5px;
  line-height: 1.3;
  font-weight: bold;
  color: #595757;
}

#headerContent .welcome p span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

#headerContent .welcome .memberName {
  max-width: 120px;
}

#headerContent .bottom {
  display: flex;
  box-sizing: border-box;
  height: 49px;
}

#globalHeader .link {
  margin-top: 12px;
  flex-shrink: 0;
}

#globalHeader .link li {
  display: inline-block;
  margin-right: 16px;
  line-height: 24px;
}

#globalHeader .link li a {
  color: #595757;
  font-size: 13px;
}

#globalHeader .link li a:hover,
#headerContent .box-bottom-center a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#globalHeader .link li span.points {
  color: #d1102c;
}

#headerContent .box-bottom-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

#headerContent .box-bottom-center ul {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  flex-shrink: 2;
}

#headerContent .box-bottom-center li {
  display: inline-block;
  margin-right: 16px;
}

@media (max-width: 1380px) {
  #headerContent .box-bottom-center li:nth-child(4) {
    display: none;
  }
}

@media (max-width: 1180px) {
  #headerContent .box-bottom-center li:nth-child(3) {
    display: none;
  }
}

#headerContent .box-bottom-center .lang {
  font-size: 13px;
  line-height: 24px;
  color: #595757;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url('../images/navi/header/header_lang.png');
  padding-left: 26px;
  display: inline-block;
}

#headerContent .button {
  width: 220px;
  vertical-align: middle;
  position: relative;
  margin-left: 25px;
  flex-shrink: 0;
}

#headerContent .button:before,
#headerContent .button:after {
  content: ' ';
  display: table;
}

#headerContent .button:after {
  clear: both;
}

#headerContent .button {
  *zoom: 1;
}

#headerContent .button ul.main {
  position: absolute;
  bottom: 15px;
}

#headerContent .button ul.main > li {
  float: left;
  width: 64px;
  text-align: center;
  margin-left: 10px;
}

#headerContent .button ul.main > li:first-child {
  margin-left: 0;
  position: relative;
}

#headerContent .button ul.main > li > a {
  display: block;
  width: 63px;
  height: 63px;
  box-sizing: border-box;
}

#headerContent .button .cart span {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #cf1733;
  color: #fff;
  font-weight: bold;
  padding: 3px 3px;
  border-radius: 13px;
  min-width: 20px;
  font-size: 13px;
}

#headerContent .button .box-login {
  position: absolute;
  display: none;
  border: 3px solid #956090;
  top: 70px;
  right: 0;
  width: 230px;
  background-color: #fefefe;
  box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
  z-index: 101;
  padding: 15px;
  line-height: 2;
}

#headerContent .button li.login:hover .box-login {
  display: block;
}

#headerContent .button .box-btn-login a {
  background-color: #ebd5ef;
  border-radius: 3px;
  padding: 2px;
  text-align: center;
  display: block;
}

#headerContent .button .box-login a:hover {
  font-weight: bold;
}

#headerContent .button .box-login p {
  margin-top: 15px;
}

#headerContent .button .box-login p a {
  padding: 0 2px;
}

#headerContent .button .box-login .bridge {
  position: absolute;
  width: 150px;
  height: 20px;
  background-color: transparent;
  border: 0;
  top: -20px;
  right: -6px;
}

#headerContent .button .box-login:after,
#headerContent .button .box-login:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}

#headerContent .button .box-login:after {
  right: 21px;
  border: 9px solid transparent;
  border-bottom: 9px solid #fefefe;
  top: -18px;
}

#headerContent .button .box-login:before {
  right: 16px;
  border: 14px solid transparent;
  border-bottom: 14px solid #956090;
  top: -28px;
}

#headerContent .button ul.sub {
  position: absolute;
  display: none;
  border: 3px solid #956090;
  top: 70px;
  right: 0;
  width: 150px;
  background-color: #fefefe;
  line-height: 2;
  box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
  z-index: 101;
  text-align: left;
}

#headerContent .button li.mypage:hover ul.sub {
  display: block;
}

#headerContent .button ul.sub li {
  margin: 0 6px;
  border-top: 1px solid #4e3556;
}

#headerContent .button ul.sub li:first-child {
  border: 0;
}

#headerContent .button ul.sub li a {
  display: block;
  background: url('../images/navi/header/header_listmark.png') no-repeat left
    center;
  padding: 6px 0 6px 19px;
  color: #3f0d60;
}

#headerContent .button ul.sub li a:hover {
  font-weight: bold;
}

#headerContent .button ul.sub li.logout {
  border: 0;
  margin-bottom: 5px;
}

#headerContent .button ul.sub li.logout a {
  background-color: #ebd5ef;
  background-image: none;
  border-radius: 3px;
  padding: 2px;
  text-align: center;
}

#headerContent .button ul.sub li.bridge {
  position: absolute;
  width: 150px;
  height: 20px;
  background-color: transparent;
  border: 0;
  top: -20px;
  left: -6px;
}

#headerContent .button ul.sub:after,
#headerContent .button ul.sub:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
}

#headerContent .button ul.sub:after {
  right: 21px;
  border: 9px solid transparent;
  border-bottom: 9px solid #fefefe;
  top: -18px;
}

#headerContent .button ul.sub:before {
  right: 16px;
  border: 14px solid transparent;
  border-bottom: 14px solid #956090;
  top: -28px;
}

/* カテゴリー選択パーツ */
#cate-box {
  position: absolute;
  height: auto;
  margin: 0;
  margin-top: -1px;
  left: 0;
  overflow: visible;
  z-index: 101;
  width: 153px;
  border: 1px solid #999;
  border-bottom-color: #666;
  display: none;
  background-color: #fff;
}

#cate-box li {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

#cate-box li a {
  display: block;
  padding: 0 4px;
  color: #333;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  outline: none;
}

#cate-box li ul {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  width: 153px;
  left: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 1px solid transparent;
  height: 0;
  background-color: #fff;
}

#cate-box > li:hover > a {
  background: #39f;
  color: #fff;
}

#cate-box > li:hover li:hover > a {
  background: #39f;
  color: #fff;
}

#cate-box li:hover > ul {
  display: block;
  height: auto;
  border-color: #999;
  border-bottom-color: #666;
}

#cate-box li:hover > ul > li {
  display: block;
}

#cate-box li ul.l6 {
  width: 140px;
}

#cate-box li ul.l1 {
  width: 124px;
}

#cate-box li ul.l10002 {
  width: 144px;
}

#cate-box li ul.l10003 {
  width: 164px;
}

#cate-box li ul.l10004 {
  width: 144px;
}

#cate-box li ul.l10005 {
  width: 144px;
}

#cate-box li ul.l10006 {
  width: 154px;
}

#cate-box li ul.l1506 {
  width: 124px;
}

#cate-box li ul.l10007 {
  width: 194px;
}

#cate-box li ul.l10008 {
  width: 114px;
}

#cate-box li ul.l12 {
  width: 140px;
}

#cate-box li ul.l13 {
  width: 128px;
}

#cate-box li ul.l14 {
  width: 116px;
}

#cate-box li ul.l15 {
  width: 142px;
}

#cate-box li ul.l16 {
  width: 128px;
}

#cate-box li ul.l8 {
  width: 168px;
}

#cate-box li ul.l7 {
  width: 154px;
}

#cate-box li ul.l9 {
  width: 116px;
}

#cate-box li ul.l10 {
  width: 166px;
}

#cate-box li ul.l5 {
  width: 140px;
}

#cate-box li ul.l4 {
  width: 158px;
}

#cate-box li ul.l20 {
  width: 84px;
}

#cate-box li ul.l21 {
  width: 84px;
}

#cate-box li ul.l3 {
  width: 112px;
}

#cate-box li ul.l51 {
  width: 140px;
}

#cate-box li ul.l11 {
  width: 80px;
}

/* 検索切り替え */
#switchSearch {
  position: relative;
  top: -2px;
}
#switchSearch svg {
  position: relative;
  top: 6px;
  margin-right: -5px;
  margin-left: -2px;
}
#switchSearch a {
  color: #595757;
  font-size: 12px;
  line-height: 24px;
  margin: 6px 4px;
}
#switchSearch a.selected {
  border-bottom: 2px solid #795284;
  pointer-events: none;
}
:lang(ja) #globalHeader .link {
  width: 245px;
}
:lang(ja) #headerContent .box-bottom-center ul {
  flex-grow: 2;
  display: flex;
  justify-content: space-around;
}
#headerContent .box-bottom-center li {
  margin-right: 0;
}
@media (max-width: 1220px) {
  :lang(ja) #headerContent .box-bottom-center li:nth-child(3) {
    display: none;
  }
}

/* スマートフォン */
#spBox {
  overflow: hidden;
  position: absolute;
  width: 100%;
  background: url(../images/navi/header/bg_sp.png) repeat;
  text-align: center;
}

#spBox .sp {
  margin: 15px 0;
}

#spBox .sp img {
  border: 0;
}

/* nav-head-banner */
#nav-head-banner {
  margin-bottom: 10px;
}
#nav-head-banner.banner-center {
  position: relative;
  overflow: hidden;
  height: 60px;
  padding-left: 50%;
}
#nav-head-banner.banner-center img {
  position: absolute;
  margin-left: -560px;
}

/* ▼▼▼ パンくず
=====================================*/
#path_box {
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #dfdfdf;
}

#path_box_inner01 {
  overflow: hidden;
}

#path_box_inner02 {
  position: relative;
  overflow: hidden;
  padding: 3px 5px;
}

#path_box_inner02 .home img {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

#path_box ul#path {
  overflow: hidden;
  float: right;
  width: 660px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.5;
}

#path_box ul#path li {
  float: left;
  margin-right: 5px;
  padding-right: 13px;
  background: url(../images/path2.gif) no-repeat right center;
}

#path_box .home_bc,
#path_box .taxonomy {
  margin-right: 5px;
  padding-right: 13px;
  background: url(../images/path.gif) no-repeat right center;
}

#path_box .current-item,
#path_box .archive {
  background: none;
}

#path_box ul#path li.now {
  color: #202020;
  background: none;
}

#path_box ul#path li a,
#path_box ul#path li a:visited {
  color: #202020;
  text-decoration: underline;
}

#path_box ul#path li a:hover {
  text-decoration: none;
}

/* ページタイトル */
#globalMain h1.title {
  color: #795284;
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #795284;
  font-weight: bold;
  overflow: hidden;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#fluidMain {
  width: 100%;
  min-width: 1024px;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 594px;
}

#globalMain {
  overflow: hidden;
  width: 935px; /* 20160401 */
  padding-bottom: 40px;
}

#globalContents {
  overflow: hidden;
  float: right;
  width: 710px;
  margin-left: -210px;
}

#globalMain.fluid {
  width: 100%;
}

#globalMain.fluid:before,
#globalMain.fluid:after {
  content: ' ';
  display: table;
}

#globalMain.fluid:after {
  clear: both;
}

#globalMain.fluid {
  *zoom: 1;
}

#globalMain.fluid #globalContents {
  float: right;
  width: 100%;
}

#globalMain.fluid #globalContents.wide {
  float: none;
  margin: 0;
}

#globalMain.fluid #globalContents > div {
  float: none;
  position: relative;
  width: auto;
}

#globalMain.fluid #globalContents.wide > div {
  margin: 0;
  padding: 0;
}

#globalMain.fluid #path {
  float: none;
  padding-left: 40px;
  box-sizing: border-box;
  width: 100%;
}

/* input */

.btnBox {
  margin: 1em;
  text-align: center;
}

.btnBox input[type='submit'],
.btnBox a {
  display: block;
  background: url('../images/btn_bg.png') #5e3a68;
  border: none;
  width: 151px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  padding: 0;
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.btnBoxSub {
  width: 151px;
  margin: 0 auto;
  text-align: center;
}

#globalContents .form,
#globalContents .form input {
  vertical-align: middle;
}

#globalContents input[type='text'],
#globalContents input[type='password'] {
  margin-right: 0.5em;
}

#globalContents input[type='text'],
#globalContents input[type='password'],
#globalContents textarea,
#globalContents select,
#globalContents input[type='text']:focus,
#globalContents textarea:focus,
#globalContents select:focus {
  border: 1px solid;
  padding: 3px;
  font-size: 14px;
}

#globalContents input[type='text'],
#globalContents input[type='password'],
#globalContents textarea,
#globalContents select {
  border-color: #ccc;
  background-color: #fcfcfc;
}

#globalContents input[type='text']:focus,
#globalContents textarea:focus,
#globalContents select:focus {
  border-color: #bba8c1;
  background-color: #fff;
}

#globalContents table.form th span {
  color: red;
  font-weight: normal;
  margin-left: 0.3em;
}

#globalContents table.form {
  line-height: 250%;
  margin: 1em auto;
  width: 100%;
}

#globalContents table.form p {
  line-height: 1.5;
  margin-bottom: 5px;
}

#globalContents table.form th {
  width: 150px;
  padding: 1em;
  vertical-align: middle;
  background-color: #e3dce6;
  border: 1px solid #bba8c1;
  color: #333;
  font-size: 14px;
}

#globalContents table.form td {
  padding: 1em;
  border: 1px solid #bba8c1;
}

#globalContents dl.form_product {
  clear: both;
  overflow: hidden;
}

#globalContents dl.form_product dt {
  float: left;
  width: 180px;
}

#globalContents dl.form_product dt img {
  width: 180px;
}

#globalContents dl.form_product dd {
  padding-left: 190px;
}

/* 新フォームパーツ 2017/09/04 */
#globalContents .formbox {
  width: 600px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #f6f6f6;
  padding: 20px 91px 30px;
  font-size: 13px;
  margin-top: 30px;
}

#globalContents .formbox + .formbox {
  margin-top: 40px;
}

#globalContents .formbox h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}

#globalContents .formbox input,
#globalContents .formbox a.button {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 50px;
  width: 100%;
  display: block;
  height: 50px;
}

#globalContents .formbox input[type='text'],
#globalContents .formbox input[type='password'] {
  padding: 0 20px;
  border: 2px solid #ccc;
  margin-bottom: 16px;
}

#globalContents .formbox input[type='text']:focus {
  font-size: 16px;
  border: 2px solid #ccc;
  padding: 0 20px;
}

#globalContents .formbox input[type='submit'],
#globalContents .formbox .button {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
    sans-serif !important;
  font-weight: bold;
  color: #fff;
  background: #4aa6b3;
  border: 2px solid #4aa6b3;
  text-align: center;
  border-style: none;
  margin: 10px 0;
}

#globalContents .formbox input[type='submit'].sub,
#globalContents .formbox .button.sub {
  background: #8c8c8c;
}

#globalContents .formbox a.button:hover {
  text-decoration: none;
}

#globalContents .formbox p {
  line-height: 1.7;
  margin-bottom: 0.5em;
}

/* ▼▼▼ サイド
=====================================*/
#globalSide {
  float: left;
  position: relative;
}

/* グローバルナビゲーション */
#globalSide .box-side {
  margin-top: 15px;
}
#globalSide .box-side-img img {
  width: 100%;
  height: auto;
}
#globalSide .box-side-sns {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#globalSide .box-side-sns a {
  flex-basis: 18%;
}
#globalSide .box-side-sns img {
  width: 100%;
  height: auto;
}

#globalSide .box-side-content {
  overflow: hidden;
  border: 3px solid #fbb03b;
  border-radius: 3px;
  padding: 10px;
  background-color: #f9f9f9;
}

#globalSide .box-side-content .head {
}

#globalSide .box-side-content .head img {
  width: 100%;
  height: auto;
}

#globalSide .box-side-article li {
  overflow: hidden;
  margin-top: 10px;
}

#globalSide .box-side-article img {
  height: 60px;
  width: 60px;
  float: left;
}

#globalSide .box-side-article li div {
  font-size: 10px;
  line-height: 1.2;
  margin-left: 75px;
}

.box-side-article .label {
  margin-bottom: 5px;
  display: inline-block;
  padding: 3px 4px;
  text-align: center;
  font-size: 11px;
  border-radius: 0;
  color: white;
}
.box-side-article .label-blog {
  background: #5db4da;
}
.box-side-article .label-column {
  background: #45b966;
}

.box-side-article .link-txt {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.box-side-content .box-side-img {
  margin-top: 10px;
}

.box-side-content .bottom {
  margin-top: 10px;
}

.box-side-content .btn-more {
  color: #fff;
  background: #fbb03b;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}

/* ▼▼▼ フッター
=====================================*/
#globalFooter {
  width: 100%;
  background: #969696;
  border-top: 1px solid #d3d5d6;
  position: absolute;
  bottom: 0;
  height: 534px;
  padding: 30px 0;
  color: white;
  font-size: 13px;
}

#footer_inner01 {
  position: relative;
  width: 930px; /* 20180919 */
  margin: 0 auto;
  padding: 9px 0;
}

ul#fnav {
  overflow: hidden;
  width: 105%;
}

ul#fnav li {
  font-size: 14px;
  display: inline;
  margin-right: 25px;
}

ul#fnav li:last-child {
  margin-right: 0;
}

ul#fnav li a,
ul#fnav li a:visited {
  color: #ffffff;
}

#footer_inner02 {
  padding: 6px 0;
  clear: both;
  overflow: hidden;
  width: 930px;
  margin: 3px auto 9px;
  border-bottom: 1px solid white;
  padding-bottom: 40px;
}

#footer_inner02 > div {
  width: 110%;
}

#footer_inner02 > div > div {
  width: 25%;
  float: left;
}

#footer_inner02 > div > div p {
  font-size: 15px;
  font-weight: bold;
}

#footer_inner02 ul.fnav_sub {
  margin-top: 5px;
}

#footer_inner02 ul.fnav_sub li {
  line-height: 1.6;
}

#footer_inner02 ul.fnav_sub li a {
  color: #f6f6f6;
  padding: 1px 0;
  display: inline-block;
}

div#footer_inner03 {
  border: 1px solid white;
  width: 930px;
  margin: 8px auto 15px;
  padding: 25px 30px;
  overflow: hidden;
  box-sizing: border-box;
}

div#footer_inner03 > div {
  float: left;
}

div#footer_inner03 > div:first-child {
  width: 38%;
}

div#footer_inner03 > div:first-child + div {
  width: 26%;
}

div#footer_inner03 > div dt {
  font-size: 14px;
}

div#footer_inner03 > div dd + dt {
  margin-top: 10px;
}

dd.company_indent {
  margin-left: 10px;
}

span.company_margin {
  padding-right: 10px;
}

div#footer_inner03 > div ul {
  margin-top: 25px;
}

div#footer_inner03 > div ul li:first-child {
  float: left;
  margin-right: 10px;
}

ul#bnr_box li {
  float: left;
  margin: 0 4px 4px 0;
}

/* フッターのレコメンド枠 */
#footerRecommend {
  margin: 30px 0;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}

#footerRecommend h2 {
  font-weight: bold;
  font-size: 16px;
  color: #555;
  padding-top: 3px;
  margin-left: 11px;
  background: none;
}

#footerRecommend .listBox {
  margin: 0 36px 5px;
}

#footerRecommend ul {
  overflow: hidden;
}

#footerRecommend li {
  float: left;
  padding: 10px;
}

#footerRecommend li img {
  width: 80px;
  border: 2px solid #ccc;
}

#footerRecommend a.prev {
  background: url(../images/top_images/slider_arrow.png) no-repeat 6px -13px;
  position: absolute;
  top: 55px;
  left: 15px;
  display: block;
  width: 24px;
  height: 30px;
}

#footerRecommend a.next {
  background: url(../images/top_images/slider_arrow.png) no-repeat -18px -13px;
  position: absolute;
  top: 55px;
  right: 15px;
  display: block;
  width: 24px;
  height: 30px;
}

#footerRecommend a.prev.disabled,
#footerRecommend a.next.disabled {
  cursor: default;
}

#footerRecommend a.prev span,
#footerRecommend a.next span {
  display: none;
}

/* ▼ コピーライト */
#copyright {
  text-align: center;
  font-size: 14px;
}

/* ▼ エラー表示 */
#globalContents .error {
  margin: 1em 0;
  font-weight: bold;
  color: #cc0000;
}

/* ▼ チップボタン */
#globalContents a.tipBtn {
  color: white;
  padding: 4px;
  margin: 0 0.5em;
  border-radius: 6px;
  background-color: #caa;
}

#globalContents a.tipBtn:link,
#globalContents a.tipBtn:visited {
  color: white;
  text-decoration: none;
}

#globalContents a.tipBtn:hover {
  text-decoration: underline;
}

/* ▼ 外部リンクアイコン */
a.external {
  padding-left: 15px;
  background: url(../images/icon-externalLink.png) left no-repeat;
}

a.movie {
  padding-left: 15px;
  background: url(../images/icon-movieLink.png) left no-repeat;
}

/* ページトップへ戻るボタン */
#toTop {
  position: absolute;
  width: 100%;
  top: -60px;
  box-sizing: border-box;
  z-index: 3;
}

#toTop.fixed {
  position: fixed;
  top: auto;
  bottom: 80px;
}

#toTop > div {
  margin: 0 auto;
  position: relative;
}

#toTop > div a {
  position: absolute;
  right: 25px;
}

#toTop > div a img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1490px) {
  #toTop:not(.fixed) > div {
    display: none;
  }
}

/* NaviSideカテゴリー */
#categoryNaviContainer {
  margin-bottom: 10px; /* 20160401 */
  /*
  border: 1px solid #ccc;
  */ /* tmp */
}

#categoryNaviContainer .navbar {
  position: relative;
}

#categoryNaviContainer .navbar .popover {
  width: 205px;
  position: absolute;
  border: 1px solid #b6b6b6;
  z-index: 100;
}

#categoryNaviContainer #cat_menu .navbar .dropdown-menu a:hover {
  background-color: #dfdfdf;
  text-decoration: none;
}

#categoryNaviContainer #cat_menu .navbar .dropdown-menu li:first-child a:hover {
  background-position: 177px 10px;
}

#categoryNaviContainer #cat_menu .navbar .dropdown-menu .dropdown-menu a:hover {
  background-position: 177px 7px;
}

#categoryNaviContainer
  #cat_menu
  .navbar
  .dropdown-menu
  .dropdown-menu
  .popover
  a:hover {
  background-image: none;
}

#categoryNaviContainer #cat_menu .navbar .dropdown-menu a.maintainHover {
  background-color: #ececec;
}

#categoryNaviContainer
  #cat_menu
  .navbar
  .dropdown-menu
  li:first-child
  a.maintainHover {
  background-position: 177px 10px;
}

#categoryNaviContainer
  #cat_menu
  .navbar
  .dropdown-menu
  .dropdown-menu
  a.maintainHover {
  background-position: 177px 7px;
}

#categoryNaviContainer .dropdown-menu li {
  position: relative;
  line-height: 1.9;
}

div#submenu-m142 li a {
  line-height: 1.7;
}

#categoryNaviContainer .dropdown-menu li.bottom,
#categoryNaviContainer .dropdown-menu li.top {
  position: static;
}

#categoryNaviContainer .dropdown-menu li a {
  zoom: 1;
}

#categoryNaviContainer a.midCate + div {
  top: -1px;
  left: 99%;
  display: none;
  background-color: white;
  border: 1px solid #b6b6b6;
  -webkit-box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
  box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
}

#categoryNaviContainer .bottom a.midCate + div {
  top: auto;
  bottom: 0;
}

#categoryNaviContainer .navbar a.smallCate + div {
  top: -1px;
  left: 205px;
  background-color: white;
  display: none;
  width: 240px;
  -webkit-box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
  box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
}

#categoryNaviContainer .dropdown-menu .dropdown-menu .bottom a.smallCate + div {
  top: auto;
  bottom: -1px;
}

#categoryNaviContainer .dropdown-menu .dropdown-menu .top a.smallCate + div {
  top: -1px;
}

#categoryNaviContainer #cat_menu li.treeAd {
  margin-top: 10px;
}

#categoryNaviContainer #cat_menu li.treeAd a {
  background: white !important;
}

#categoryNaviContainer #cat_menu li.treeAd a img {
  width: 100%;
}

#categoryNaviContainer div#cat_menu {
  padding: 10px 0;
}

#categoryNaviContainer div#cat_menu a {
  font-size: 13px;
  color: #795284;
  display: block;
  padding: 0px 5px;
}
@media (min-width: 1180px) {
  #globalMain.fluid #categoryNaviContainer div#cat_menu a {
    font-size: 14px;
  }
}

#categoryNaviContainer div#cat_menu a.void {
  color: #555;
  cursor: default;
}

#categoryNaviContainer div#cat_menu a.midCate {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*
@media (min-width: 1025px) {
	#globalMain.fluid #categoryNaviContainer div#cat_menu a.midCate {
		padding: 0 calc(100% * 3636363/10000000 - 66.3636363px);
	}
    *::-ms-backdrop, #globalMain.fluid #categoryNaviContainer div#cat_menu a.midCate {
        padding: 0 4.76%;
    }
}
@media (min-width: 1500px) {
	#globalMain.fluid #categoryNaviContainer div#cat_menu a.midCate {
		padding: 0 30px;
	}
}
*/ /* tmp */

#categoryNaviContainer div#cat_menu a.midCate img {
  float: left;
  display: block;
  height: 23px;
  width: auto;
  margin: 4px 3px 0 0;
  background-color: #e2e2e2;
}

#categoryNaviContainer div#categoryNavi {
  padding: 3px 10px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #aaa;
}
/*
@media (min-width: 1025px) {
	#globalMain.fluid #categoryNaviContainer div#categoryNavi {
		padding: 3px calc(100% * 3636363/10000000 - 66.3636363px);
	}
    *::-ms-backdrop, #globalMain.fluid #categoryNaviContainer div#categoryNavi {
        padding: 3px 4.76%;
    }
}
@media (min-width: 1500px) {
	#globalMain.fluid #categoryNaviContainer div#categoryNavi {
		padding: 3px 30px;
	}
}
*/ /* tmp */

#categoryNaviContainer #cat_menu .brandSearch > a {
  color: #006541;
}

#categoryNaviContainer #cat_menu .brandSearch ul li a {
  color: #006541;
}

/*選択枠の上下に幅を持たせる。*/
/*
#cat_menu ul.dropdown-menu.belowMenu > li:first-child > a {
padding-top: 5px !important;
}
#cat_menu ul.dropdown-menu.belowMenu > li:last-child > a {
padding-bottom: 5px !important;
}
*/
#cat_menu ul.dropdown-menu.belowMenu li ul li:first-child > a {
  padding-top: 5px !important;
}
#cat_menu ul.dropdown-menu.belowMenu li ul li:last-child > a {
  padding-bottom: 5px !important;
}

/* side brand */
.side-brand {
  /* tmp */ /*
	padding: 15px 10px;
	*/
  margin: 15px 0 20px;
}
/*
@media (min-width: 1025px) {
	#globalMain.fluid .side-brand {
		padding: 15px calc(100% * 3636363/10000000 - 66.3636363px);
	}
    *::-ms-backdrop, #globalMain.fluid .side-brand {
        padding: 15px 4.76%;
    }
}
@media (min-width: 1500px) {
	#globalMain.fluid .side-brand {
		padding: 15px 30px;
	}
}
*/ /* tmp */

.side-brand p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 10px 2px;
  background: #aaa;
  margin-bottom: 10px;
}
.side-brand a {
  font-size: 14px;
  line-height: 32px;
  margin: 15px;
}

/* modal */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
#overlay span {
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 30px;
  transform: rotate(45deg);
  background: #fff;
  top: 25px;
  right: 35px;
}
#overlay span::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -14px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}
.win-modal {
  display: none;
  z-index: 10;
  position: fixed;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  border: 4px solid #e9e0ec;
  box-sizing: border-box;
  max-width: 90%;
  max-height: calc(100vh - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}

/* 税込表記共通 */
.label-tax {
  display: inline-block;
  margin-left: -0.4em;
}
:lang(en) .label-tax {
  margin-left: 0.3em;
}

/* 透明度マウスオーバー */
.opover {
  transition: opacity 0.2s;
}
.opover:hover {
  opacity: 0.6;
}

/* 言語分岐 */
:lang(ja) .lang-en {
  display: none;
}
:lang(en) .lang-ja {
  display: none;
}

/* ==========================================================================
   レコメンド（カルーセル）
========================================================================== */
.evg-modHeading {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  line-height: 25px;
  margin-bottom: 3px;
  color: #333;
}

.evg-einstein-product-recs {
  padding-bottom: 20px;
}

.recommend-section .swiper-container {
  position: relative;
}

.recommend-section .swiper-button-prev {
  background: url(/images/top_images/slider_arrow.png) no-repeat 6px -13px;
  width: 24px;
  height: 30px;
  margin-top: -15px;
  left: 3px;
}

.recommend-section .swiper-button-next {
  background: url(/images/top_images/slider_arrow.png) no-repeat -18px -13px;
  width: 24px;
  height: 30px;
  margin-top: -15px;
  right: 3px;
}

.recommend-section .swiper-container:hover .swiper-button-prev {
  visibility: visible;
}
.recommend-section .swiper-container:hover .swiper-button-next {
  visibility: visible;
}
.recommend-section .swiper-button-prev,
.recommend-section .swiper-button-next,
.recommend-section
  .swiper-container:hover
  .swiper-button-prev.swiper-button-disabled,
.recommend-section
  .swiper-container:hover
  .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
}

/* v7のafter疑似要素を削除 */
.recommend-section .swiper-button-next::after,
.recommend-section .swiper-button-prev::after {
  content: none;
}

.recommend-section .swiper .swiper-wrapper .swiper-slide {
  margin-right: 0;
  padding: 5px 10px 0;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: -0.3px;
  box-sizing: border-box;
}

.recommend-section .evg-item-photo {
  margin: 0 auto 9px;
  position: relative;
  padding-top: 50%;
}

.recommend-section .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
}

.recommend-section .evg-price {
  text-align: right;
  line-height: 1.2;
  color: #555;
  margin-top: 2px;
  letter-spacing: 0px;
}

.recommend-section .evg-price span.label-tax {
  display: inline-block;
  margin: 0 -0.3em;
  font-size: 11px;
}

.recommend-section .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
  transition: opacity 0.3s;
}
@supports (aspect-ratio: 1) {
  .recommend-section .evg-item-photo {
    padding-top: 0;
  }
  .recommend-section .swiper-slide img {
    position: static;
    aspect-ratio: 2/1;
    transform: none;
  }
}

.recommend-section .swiper-slide a {
  display: block;
  transition: opacity 0.3s ease;
  text-decoration: none;
  max-width: 200px;
  margin: 0 auto;
}

.recommend-section .swiper-slide a:hover img {
  opacity: 0.6;
}

.recommend-section .swiper-slide a:hover .title {
  text-decoration: underline;
}

.recommend-section ul.swiper-wrapper {
  list-style: none;
  padding: 0;
}

#recommend-swiper {
  display: none;
}

#recommend-swiper-loading-icon {
  margin: auto;
}

.recommend-section .swiper-horizontal > .swiper-pagination-bullets,
.recommend-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.recommend-section .swiper-pagination-custom,
.recommend-section .swiper-pagination-fraction {
  bottom: 0 !important;
}

.recommend-section .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

/* ==========================================================================
   Loading Icon
========================================================================== */
.evg-einstein-product-recs .loader,
.evg-einstein-product-recs .loader:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.evg-einstein-product-recs .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(255, 255, 255, 0.2);
  border-right: 8px solid rgba(255, 255, 255, 0.2);
  border-bottom: 8px solid rgba(255, 255, 255, 0.2);
  border-left: 8px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.evg-einstein-product-recs .alert-non-item {
  display: none;
  text-align: center;
}

/* ==========================================================================
   ヘッダー固定
========================================================================== */
html {
  scroll-padding-top: 77px;
}
#globalWrapper {
  padding-top: 115px;
}
#header-observer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 50px;
  z-index: 200;
  background-color: red;
}

#globalHeader {
  position: fixed;
  top: 0;
  z-index: 3;
  background: #fff;
  transition: 0.5s;
}
#globalHeader .container {
  min-width: 1024px;
}
#globalHeader.is-scroll {
  height: 62px;
}
#globalHeader.is-scroll .link,
#globalHeader.is-scroll .box-bottom-center {
  display: none;
}
#globalHeader.is-scroll .bottom {
  position: relative;
  height: 0;
}
#globalHeader.is-scroll .button {
  position: absolute;
  right: 0;
  top: 0;
}
#globalHeader.is-scroll .button ul.main {
  bottom: -3px;
}
#globalHeader.is-scroll .button ul.main > li {
  width: 50px;
}
#globalHeader.is-scroll .button ul.main > li > a {
  height: 42px;
  width: 42px;
}
#globalHeader .bottom .main img {
  transition: width 0.5s, height 0.5s;
}
#globalHeader.is-scroll .bottom .main img {
  width: 42px;
  height: 42px;
}
#globalHeader.is-scroll .button ul.sub {
  top: 55px;
  right: -4px;
}
#globalHeader.is-scroll .button .box-login {
  top: 55px;
  right: -4px;
}

/* サジェスト枠のCSS上書き */
body .sg_results {
  z-index: 3;
  position: fixed !important;
}
