/* 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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

}

body {
    line-height:1;
}

ul{
    list-style-type:none;
}

img{max-width:100%;}

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    webkit-appearance:none;
    -webkit-appearance: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
select,input{
  padding: 2px 6px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  background:#fff;
}
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

div,p{
    word-break: break-all;
}

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


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

input, select,textarea,button{
  font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

/*-------------------------------------------
共通
-------------------------------------------*/
body {
  background-color: #fff;
  color: #212121;
  font-size:12px;
  font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #212121;
}
a:active {
  background: rgba(0, 0, 0, 0.1);
}

p {
  line-height: 1.5rem;
  margin: 0;
}

h2 {
  margin: 0 0 12px;
  font-size: 128.57143%;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-size: 114.28571%;
  font-weight: normal;
  margin: 20px 0 .5rem;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 .5rem;
}

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

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}
.u-wrap img {
  vertical-align: bottom;
}

.u-cf:before {
  content: "";
  display: table;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}
/*
* mainTitle
*/

.mainTitle{
    position:relative;
    margin-bottom:28px;
    color:#1B1464;
    text-align: center;
}

.mainTitle .mainText{
    display:block;
    font-family: 'Noto Serif JP', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size:23px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.mainTitle .mainText .mainTextIco{
  position:relative;
  margin-left: -5px;
}


.mainTitle .mainText .mainTextIco:after{
  position:absolute;
  content:"";
  display:inline-block;
  background:url(https://img21.shop-pro.jp/PA01370/418/etc/new_title_img_01_sp.png);
  width:18px;
  height:24px;
  background-size:cover;
  top: 5px;
  right: -29px;
}

.mainTitle .subTxt{
    display: inline-block;
    font-size:15px;
    font-weight:500;
    margin-top: 10px;
    position: relative;
}

.mainTitle .subTxt:before{
  position:absolute;
  content:"";
  display:inline-block;
  background:url(https://img21.shop-pro.jp/PA01370/418/etc/new_title_img_02_sp.png);
  width:29px;
  height:27px;
  background-size:cover;
  top: -6px;
  left: -32px;
}

.mainTitle .subTxt:after{
  position:absolute;
  content:"";
  display:inline-block;
  background:url(https://img21.shop-pro.jp/PA01370/418/etc/new_title_img_03_sp.png);
  width:29px;
  height:27px;
  background-size:cover;
  top: -6px;
  right: -32px;
}

/*
 * layout
 */
.outer {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}
.section__inner {
    padding: 0 20px;
}
.wrapper {
  position: relative;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#contents {
    padding: 0;
}
#header .headerLogo h1 {
  font-weight: normal;
  color: #7f7f7f;
  font-size: 12px;
  margin: 0;
}
#header .headerLogo h1 a {
    display: block;
    width: 113px;
    height: 24px;
    background: url('https://img21.shop-pro.jp/PA01370/418/etc/new_header_logo_sp.png') no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

#header #headerMiddle .headerLogo{
  margin-top: 10px;
}

#header .headerTop1 {
  padding: 4px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: #9a0000;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

#header .headerTop1 strong {
  color: #fff799;
}

#header .headerTop2 {
  padding: 4px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: #00458f;
  margin-bottom: 0;
  font-weight: bold;
}

#header .headerTop2 strong {
  color: #fff799;
}

#header #headerMiddle {
  position: fixed;
  top:0;
  width:100%;
  z-index: 1000;
}

#header #headerMiddle .headerInner {
  max-width: 1100px;
  position: relative;
  margin: auto;
  padding: 2px 0 14px;
  display: -ms-flex;
  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;
  background: #fff;
  border-bottom:1px solid #ccc;
}
#header #headerMiddle.headerScrollTop .headerInner {
  border: none;
}


#header #headerRight {
  position: absolute;
  right: 7px;
  top:6px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header #headerTel {
  margin-right: 20px;
}

#header .headerTextNav,
#header .headerIconNav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .headerIconNav > li{
  width: 46px;
}

#header .headerIconNav > li:first-child img{
  width: 22px;
}

#header .headerIconNav > li:nth-child(2) img{
  width:28px;
}

#header .headerIconNav a {
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  justify-content: center;
}

#header .headerIconNav i {
  font-size: 24px;
}

#header .headerIconNav .text{
  font-size: 10px;
  transform: scale(0.8)!important;
  height: auto;
  color: #161354;
  display: inline-block;
  text-align: left;
  margin-top: 3px;
}

#header .headerTextNav {
  font-size: 12px;
  font-weight: 600;
}

#header .headerBottom{
  padding-top:85px;
}
#header .headerBottom .headerSubNav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 280px;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

#header .headerBottom li{
  width: 50%;
}

#header .headerBottom li a{
  padding: 7px 0;
  display: block;
}
#header .headerBottom li:first-child{
  border-right: 1px solid #ababab;
}

/* ドロワー */
#drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  overflow: scroll;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 999;
  width:87%;
  height: auto;
  background: #fff !important;
  pointer-events: none;
  margin-left: -50px;
  overflow-y: scroll;
  z-index: 10000;
  margin-bottom: 0;
}

#drawer.open {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  pointer-events: all;
  margin-left: 0px;
}

#drawer.open:before {
  display: block;
}
#drawer .headerLogo{
  text-align: center;
  padding-top:28px;
}

#drawer .searchWord_list{
  font-size: 9px;
  line-height: 1.5;
  margin: 0 17px 3px;
  list-style: none;
}

#drawer .searchWord_list li{
  display: inline-block;
  margin-right: 3px;
}

#drawer .searchWord_list .title{
  border-bottom:1px solid #000;
}

#drawer .drawer__bnr {
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

#drawer .drawer__bnr img {
  max-width: 100%;
}

#drawer #drawer__close {
  background: #303030;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
}


#drawer h3{
  background:#f2f2f2;
  padding:43px 15px 13px;
  font-size:12px;
  color:#7e7e7e;
  border-bottom:1px solid #7e7e7e;
  margin:0;
}

#drawer .search__inner {
  position: relative;
}

#drawer .search{
  padding: 23px 18px;
  position: relative;
  background: url('https://img21.shop-pro.jp/PA01370/418/etc/new_modal_bg_01_sp.jpg');
  background-size: contain;
  margin-bottom: 30px;
}


#drawer .search input{
  width:100%;
  padding:12px 7px 12px 19px;
  font-weight: 500;
  border:1px solid #000;
  font-size: 11px;
  border-radius: 60px;
}
#drawer .search input::-webkit-input-placeholder{
  color:#c9c9c9;
}
#drawer .search input::-moz-placeholder{
  color:#c9c9c9;
}
#drawer .search input:-ms-input-placeholder{
  color:#c9c9c9;
}
#drawer .search input::-ms-input-placeholder{
  color:#c9c9c9;
}
#drawer .search input::placeholder{
  color:#c9c9c9;
}
#drawer .search__iconBtn{
  position: absolute;
  top: 9px;
  right: 19px;
  width: 18px;
  height: 23px;
}


#drawer .bg_gray{
  background: #E6E6E6;
  margin-top: 32px;
}

#drawer .navTitle{
  margin: 25px 0 0;
  padding: 0 19px 9px;
  font-size:19px;
  font-family: 'Noto Serif JP', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  letter-spacing: 0.7px;
  border-bottom: 1px solid #000;
  color: #161354;
}




/* 通常メニュー */
#drawer .navList {
  height: auto;
  margin: 0 20px;
  font-size: 1.2rem;
  display: block;
}

#drawer .navList li {
  text-align: left;
  display: block;
  width: 100%;
}


#drawer .navList li > span,
#drawer .navList li a {
  display: block;
  padding: 13px 0px;
  text-align: left;
  border-bottom: 1px solid #B3B3B3;
  line-height: 1.6;
  position: relative;
  font-size:13px;
  font-weight: bold;
}

#drawer .ico_arrow li > span:after,
#drawer .ico_arrow li a:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #1B1464;
  border-right: 2px solid #1B1464;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
  right: 5px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

#drawer .navList li.header__nav--spTitle {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#drawer .navList li.header__nav--spLogin {
  font-size: 14px;
}

#drawer .navList li.header__nav--spLogin i {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

#drawer .navList li.gnav_facebook {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  width: 36px;
  height: 36px;
}

#drawer .navList li.gnav_facebook a {
  border-bottom: 0;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #303030;
  padding: 0;
  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;
  height: 100%;
}

#drawer .navList li.gnav_facebook a span {
  font-size: 16px;
}

#drawer .navList li.hasChildren > ul {
  display: none;
}

#drawer .navList li.hasChildren > a:after,
#drawer .navList li.hasChildren > a:before{
  position: absolute;
  top: 50%;
  right:-5px;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top:-2px;
  border-top: 2px solid #1B1464;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: none;
  }
#drawer .navList li.hasChildren > a:after{
  margin-right: 12px;
  margin-top: -8px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
  #drawer .navList li.hasChildren > a.open:after{
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  margin-right:5px;
  margin-top:-2px;
  }

#drawer .navList li.hasChildren > ul li a{
  padding-left:20px;
}

/* navList2col */
#drawer .navList2col{
  display:flex;
  flex-wrap:wrap;
  margin:5px 20px 0;
}

#drawer .navList2col li {
  width:50%;
  padding:10px 0;
}

#drawer .navList2col li a{
  font-size: 13px;
  font-weight: bold;
}



/* アイコン付きメニュー */
#drawer .navList.drawer__iconMenu{
  margin-top: 30px;
  border-top: 1px solid #7e7e7e;
}
#drawer .navList.drawer__iconMenu li > a{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:10px 15px;
}

#drawer .navList.drawer__iconMenu li > a span:nth-child(1){
  max-width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

#drawer .navList.drawer__iconMenu li > a span:nth-child(2){
  max-width: calc(100% - 30px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
  padding-left: 15px;
}
#drawer .navList.drawer__iconMenu li a:after,
#drawer .navList.drawer__nav2col li a:after{
  display: none;
}
#drawer .nav2colList{
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* アイコン付きメニュー */
#drawer .navList.drawer__nav2col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  margin-top:50px;
  border-top:1px solid #7e7e7e;
}
#drawer .navList.drawer__nav2col li{
  width:50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#drawer .navList.drawer__nav2col li:nth-child(odd){
  border-right:1px solid #7e7e7e;
}

/* modalSns */
#drawer .modalSns{
  display: flex;
  justify-content: center;
  align-items:center;
  margin:40px 0 30px;
}
#drawer .modalSns li{
  width: 45px;
}
#drawer .modalSns li:first-child{
  width:129px;
  margin-right:27px;
}
#drawer .modalSns li:nth-child(2){
  margin-right:20px;
}

/* modalLogo */
.modalLogo{
  background: #F0F0F0;
  padding:25px 0;
}
.modalLogo p{
  width:126px;
  margin:0 auto;
}


/* ハンバーガー（メニューアイコン） */
#menu-icon {
  position: fixed;
  top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 18px;
  width: 20px;
  height: 14px;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#menu-icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 2px;
  width: 26px;
  height: 2px;
  background-color: #161354;
}
#menu-icon span.text {
  font-size: 10px;
  transform: scale(0.8);
  width: 40px;
  background: none;
  bottom: -11px;
  left: -4px;
  height: auto;
  color: #161354;
}

#menu-icon.open span {
  background-color: #fff;

}

#menu-icon.open span.text {
  display: none;
}
#menu-icon span:nth-of-type(1) {
  top: 6px;
}

#menu-icon span:nth-of-type(2) {
  top: 14px;
}

#menu-icon span:nth-of-type(3) {
  bottom: 6px;
}

#menu-icon {
  z-index: 1100;
}

#menu-icon.open.open {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  right:12px;
  left:inherit;
}


#menu-icon.open.open span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg);
}

#menu-icon.open.open span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

#menu-icon.open.open span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
}

.menu-toggle {
    cursor: pointer!important;
}

.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.open {
  display: block!important;
}


/*
* gNav
*/
.gNavWrap + .gNavWrap{
  margin-top:10px;
}
.gNavWrap{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  display: none;
  z-index:999;
  font-size:12px;
}
/*gNav1 全体とリンクエリアで別背景*/
.gNavWrap--type1{
  background:#f2f2f2;
  padding:10px;
}
.gNavWrap--type1 .gNav__unit{
  width:19.2%;
  float:left;
}
.gNavWrap--type1 .gNav__unit:nth-child(n+2){
  margin-left:1%;
}
.gNavWrap--type1 .gNav__link{
  display: table;
  table-layout: fixed;
  width:100%;
  background:#000000;
  color:white;
}
.gNavWrap--type1 .gNav__cell{
  display: table-cell;
  vertical-align: middle;
  height:80px;
  text-align: center;
}
.gNavWrap--type1 .fa{
  font-size:40px;
  color:#666666;
  margin-bottom:5px;
}
/*gNav2 背景一色*/
.gNavWrap--type2{
  background:#000;
  padding: 7px 1px 15px;
  margin-bottom: 0;
}
.gNavWrap--type2 .gNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.gNavWrap--type2 .gNav__unit{
  width:19.2%;
}
.gNavWrap--type2 .gNav__unit:nth-child(n+2){
  margin-left:5%;
}
.gNavWrap--type2 .gNav__unit:nth-child(4){
  width:25%;
  margin-left:3%;
}
.gNavWrap--type2 .gNav__unit:nth-child(5){
margin-left:1%;
}
.gNavWrap--type2 .gNav__link{
  display: table;
  table-layout: fixed;
  width:100%;
  color:white;
  letter-spacing: -0.5px;
}
.gNavWrap--type2 .gNav__cell{
  display: table-cell;
  vertical-align: middle;
  height: 56px;
  text-align: center;
  position: relative;
}
.gNavWrap--type2 .gNav__unit:first-child .gNav__cell .gNav__img img{
  width:28px;
}
.gNavWrap--type2 .gNav__unit:nth-child(2) .gNav__cell .gNav__img img{
  width:25px;
}
.gNavWrap--type2 .gNav__unit:nth-child(3) .gNav__cell .gNav__img img{
  width:29px;
}
.gNavWrap--type2 .gNav__unit:nth-child(4) .gNav__cell .gNav__img img{
  width:23px;
}
.gNavWrap--type2 .gNav__unit:nth-child(5) .gNav__cell .gNav__img img{
  width:28px;
}

.gNavWrap--type2 .gNav__cell .gNav__img img{
  margin-top:-5px;
}
.gNavWrap--type2 .gNav__cell .gNav__txt{
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size:12px;
}
.gNavWrap--type2 .fa{
  font-size:30px;
  color:#FFFFFF;
  margin-bottom:5px;
}

/* フッター */
.footer {
  margin: 55px 0 0;
  padding-bottom: 100px;
}
.fSns{
  letter-spacing: -.4em;
  text-align:center;
  width:100%;
  padding:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fSns__unit{
  letter-spacing: normal;
  display: inline-block;
}

.fMail{
  margin:0px auto 20px;
  width:100%;
}
.fMail__title{
  font-size:16px;
  font-weight:bold;
  margin-bottom:5px;
  letter-spacing: 1px;
  font-family: "Times New Roman", 游明朝, "Yu mincho", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS P Mincho", "MS 明朝", serif;
}
.fMail__text{
  width:80%;
  float:left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:30px;
  padding:3px 10px;
  border:none;
  background:#fff;
  color:#333;
}
.fMail__btn{
  width:20%;
  float:left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:30px;
  background:#333;
  color:white;
  line-height:30px;
  font-size:12px;
  text-align:center;
  color:white;
  border:none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight:bold;
  cursor: pointer;
}

.footerTxt{
  width: 305px;
  margin:0 auto 30px;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linklist__item a {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  color: #212121;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.linklist__item--point {
  background: #212121;
}
.linklist__item--point a {
  color: #fff;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item__icon {
  width: 10%;
  height: auto;
  text-align: right;
}

.section--sns {
  text-align: center;
}

.snslink {
  text-align: center;
  margin: 0 3px 0;
  color: #fff;
  border-radius: 50%;
  display: inline-table;
  width: 44px;
  height: 44px;
}
.snslink i {
  display: table-cell;
  vertical-align: middle;
}

.snslink--twitter {
  background: #00acee;
}

.snslink--facebook {
  background: #3b579d;
}

.snslink--instagram {
  background: #393939;
}

.snslink--google {
  background: #d95333;
}

.snslink--pinterest {
  background: #c9232d;
}

.section--address {
  text-align: center;
}


.powered {
  font-size: 12px;
  color: #212121;
}
.powered img {
  width: 190px;
  margin: 0 0 -3px 3px;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/*
 * top
 */
.u-hidden {
  display: none;
}
.moreinfo {
  overflow: hidden;
  max-height: 70px;
}
.u-moreinfo--active {
  max-height: none;
}

/* ヘッダー位置調整 */
#contents{
  margin-top:70px;
}

/*
 * product
 */
.linklist--breadcrumb .linklist__item__icon {
  width: 6%;
  text-align: left;
}

.prices {
  margin: 0 0 20px;
}

.price {
  font-size: 128.57143%;
  font-weight: bold;
}

.price--regular {
  text-decoration: line-through;
  color: #aaa;
}

.price--rate {
  color: #f44336;
}

.taglist {
  margin: 0 0 20px;
}
.taglist p {
  margin: 0 0 10px;
}
.taglist .button--tag {
  margin: 0 6px 10px 0;
}

.description {
  margin: 0 0 20px;
}

.buy__inner {
  margin: 0 0 20px;
}

.stock_error {
  font-weight: bold;
  text-align: center;
  color: #f44336;
}

.table {
  width: 100%;
  height: auto;
}

.table--bordered {
  font-size: 12px;
  border-top: 1px solid #ddd;
}
.table--bordered th {
  font-weight: normal;
  width: 50%;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.table--bordered td {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.otherlist {
  padding: 0;
  list-style: none;
}

.share {
  width: 88px;
  float: left;
  text-align: center;
  margin: 10px 0 0;
}

.imagelist.slick-slider {
  margin: 0 0 50px;
}
.imagelist.slick-slider .slick-slide {
  padding: 0 40px;
  text-align: center;
}

.u-oneimage {
  padding: 0 !important;
}

/*
 * product-list
 */
.boxlist {
  list-style: none;
  margin: 0;
  padding:0 7px;
  color:#4D4D4D;
}

.box {
  position: relative;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 2.5px);
  margin-bottom:25px;
}
.box *{
  text-align:left;
  color:#333333;
  line-height:1.2rem;
}
.box:nth-child(2n)  {
  margin-left:5px;
}
.box .box__inner {
  display: block;
  word-wrap: break-word;
  border-bottom:solid 1px #d0d0d0;
  height:100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box:nth-child(odd) .box__inner {
  border-right:solid 1px #d0d0d0;
}
.box:nth-child(-n+2) .box__inner {
  border-top:solid 1px #d0d0d0;
}
.box .box__image {
  display: block;
  margin: 0 0 7px;
  text-align: center;
  position: relative;
}
.box .box__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.box .box__name{
  font-size:14px;
  line-height: 1.3;
}
.box .box__image--rank-1:before {
  border: 10px solid transparent;
  border-top: 10px solid #ffeb3b;
  border-left: 10px solid #ffeb3b;
}
.box .box__image--rank-2:before {
  border: 10px solid transparent;
  border-top: 10px solid #e0e0e0;
  border-left: 10px solid #e0e0e0;
}
.box .box__image--rank-3:before {
  border: 10px solid transparent;
  border-top: 10px solid #8d6e63;
  border-left: 10px solid #8d6e63;
}
.box .box__image--rank-none:before {
  border: none;
}
.box .box__price {
  font-weight:700;
  font-size: 15px;
}
.box .box__price--soldout{
  color:#DA5858;
}
.box .box__caption {
  font-size: 12px;
  color: #999;
  line-height: 1rem;
}

.u-tile:nth-child(odd){
    clear:left;
}

/* 最近チェックした商品 */
.section--main.section--riftUp{
  margin-top: 40px;
  padding-top: 50px;
  background-image: url(https://img21.shop-pro.jp/PA01370/418/etc/new_section_bg_01_sp.png);
  background-repeat: repeat-x;
  background-position: left top;
  margin-bottom: 40px;
}

.section--riftUp h2{
  font-size: 18px;
}

.section--riftUp .boxlist .box{
  width: 32%;
  margin-right: 2%;
}

.section--riftUp .boxlist .box:nth-child(2n){
    margin-left:0;
}

.section--riftUp .boxlist .box:nth-child(3n){
  margin-right:0;
}

.section--riftUp .boxlist .u-tile:nth-child(odd) {
  clear: none;
}
.section--riftUp .boxlist .u-tile:nth-child(3n+1) {
  clear: left;
}

.section--riftUp .box__name{
  font-size: 13px;
}
.section--riftUp .boxlist .box__price{
  font-size: 13px;
  font-weight: bold;
}



.section--slide h2, .section--main h2 {
  padding: 0px 20px 0;
  margin-bottom:20px;
  text-align: center;
}

.section--together .box {
  width: 33.33%;
  margin-bottom:25px;
}

.slidelist {
  margin: -10px 0 10px !important;
}
.slidelist .slick {
  padding: 0;
}
.slidelist .slick-list {
  padding: 0 10px;
}
.slidelist .slick-slide {
  padding: 0;
}
.slidelist .slide__inner {
  display: block;
  padding: 10px 10px 5px;
  word-wrap: break-word;
}
.slidelist .slide__image {
  display: block;
  margin: 0 0 5px;
  text-align: center;
  position: relative;
}
.slidelist .slide__image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.slidelist .slide__image--rank-1:before {
  border: 8px solid transparent;
  border-top: 8px solid #ffeb3b;
  border-left: 8px solid #ffeb3b;
}
.slidelist .slide__image--rank-2:before {
  border: 8px solid transparent;
  border-top: 8px solid #e0e0e0;
  border-left: 8px solid #e0e0e0;
}
.slidelist .slide__image--rank-3:before {
  border: 8px solid transparent;
  border-top: 8px solid #8d6e63;
  border-left: 8px solid #8d6e63;
}
.slidelist .slide__image--rank-none:before {
  border: none;
}
.slidelist .slide__name {
  font-size: 12px;
  line-height: 1.2rem;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price {
  font-size: 12px;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #212121;
}
.slidelist .slide__price--soldout {
  color: #f44336;
}

.slick-list {
  padding: 0 10px;
}

.result {
  margin: 10px 0 20px;
}
.result span {
  font-size: 114.28571%;
  font-weight: bold;
}

.sort {
  text-align: center;
}

.pager {
  padding: 0 20px;
}

.rest {
  text-align: center;
  margin: 20px 0 35px;
}
.rest span {
  font-size: 114.28571%;
  font-weight: bold;
}

.pager__prev {
  float: left;
  line-height: 1;
  margin: 0 0 20px;
}
.pager__next {
  float: right;
  line-height: 1;
  margin: 0 0 20px;
}

.subs_title {
  padding: 0 20px 20px;
  border-bottom: solid 1px #e0e0e0;
}

.section--list{
  margin-top:30px;
}

.section--list .boxlist {
  margin: 0;
}

.freespace01 {
  margin: 0 0 20px;
  font-size: 12px;
}

.freespace02 {
  font-size: 12px;
}

/*
 * 特商法・その他
 */
.deflist {
  margin: 0;
}

.section--privacy p {
  font-size: 12px;
}

.section--search .button {
  float: right;
}

.section--push ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

/*
 * パーツ
 */
.slick-slide img {
  margin: 0 auto;
}

.button {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: none;
  display: inline-block;
}

.button--blue {
  /*background: #2b98f2;*/
  background: #333;
  color: #fff;
}

.button--orange {
  background: #ff5722;
  color: #fff;
}

.button--line {
  /*border: 1px solid #2196f3;
  color: #2196f3;*/
  border: 1px solid #333;
  color: #333;
}

.button--more {
  width: 50%;
  display: block;
  padding: 5px;
  margin:0 auto;
}
.button--moreinfo{
  margin-top:10px;
}

.button--sort {
  font-size: 12px;
  padding: 5px 8px;
  width: 28%;
}

.button--tag {
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 3px;
}

.button--small {
  border-radius: 3px;
  font-size: 100%;
  padding: 14px 0;
  width: 25%;
  line-height: 1;
}

.button--medium {
  font-size: 100%;
  padding: 13px 0;
  margin: 10px 0;
  width: 100%;
  line-height: 1;
}

.button--large {
  font-size: 114.28571%;
  font-weight: bold;
  padding: 20px 0;
  width: 100%;
}

.button--disabled {
  background: #e6e6e6;
  color: #bbb;
}

input[type="text"].keyword {
  font-size: 12px;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"].keyword--small {
  width: 68%;
  height: 44px;
}
input[type="number"].buy__num, input[type="text"].buy__num {
  padding: 8px 10px;
  width: 15%;
}
input[type="text"].buy__name-title {
  padding: 8px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pulldown {
  width: 100%;
  height: 44px;
  background: #fff;
  margin: 0 0 15px;
  border: 1px solid #bdbdbd;
}



.button--more{
  cursor: pointer;
}
.fa-lg{
  font-size:23px !important;
}

/*バナーリスト*/
.bnrList{
  padding:0;
  margin:0;
}
.bnrList__unit{
  list-style:none;
  position:relative;
}
.bnrList__img{
  width:100%;
}
.bnrList__bottomText{
  display: inline-block;
  margin-top:10px;
  width:100%;
  text-align:center;
  padding-bottom:5px;
}
.bnrList__link{
  display: block;
}

/*フルサイズ*/
.bnrList--full .bnrList__unit:nth-child(n+2){
  margin-top:15px;
}
.bnrList--full .bnrList__bottomText{
  padding:0px 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*ハーフサイズ*/
.bnrList-half .bnrList__unit{
  width:49%;
  float:left;
}
.bnrList-half .bnrList__unit:nth-child(n+2){
  margin-left:2%;
}
.bnrList-half .bnrList__unit:nth-child(2n+1){
  margin-left:0%;
  clear:both;
}
.bnrList-half .bnrList__unit:nth-child(n+3){
  margin-top:15px;
}

/*バナーのホバーテキストセット*/
.js-popBnrText{
  position:relative;
}
.popBnr{
  position:absolute;
  top:0px;
  left:0px;
  text-align: center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display: none;
}
.popBnr__box{
  display: table;
  width:100%;
  height:100%;
  color:white;
}
.popBnr__inner{
  display: table-cell;
  padding:10px;
  vertical-align: middle;
}
.popBnr__title{
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size:14px;
}
.popBnr__text{
  margin-top:10px;
}

/*moreボタン*/
.moreBtn{
  font-family: '游ゴシック', YuGothic, 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  display: block;
  position: relative;
  margin: 10px auto 0;
  padding: 15px 4px 15px 0;
  width: 61%;
  background: #E4E4E4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  font-size: 14px;
  border-radius: 100px;
  font-weight: bold;
  letter-spacing: -0.7px;
}
.moreBtn:after{
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #1B1464;
  border-right: 2px solid #1B1464;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
  right: 27px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.moreBtn:hover{
  text-decoration: none;
}
.js-more li:nth-child(n+7){
  display: none;
}
.js-more--contents li:nth-child(n+10){
  display: none;
}

/*インフォメーション*/
.info{
  padding:10px 10px;
  margin-top:-1px;
}
.info__date{
  float:left;
  letter-spacing: 1px;
  width:20%;
  word-break:break-all;
  line-height:1.3;
}
.info__text{
  float:left;
  padding-left:10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width:80%;
  line-height:1.3;
}
a.info__link{
  text-decoration: underline;
}
a.info__link:hover{
  text-decoration: none;
}

.cInner{
  padding:0px 10px;
}

 /*--------------------------------------------------------------------
   === [PLUS] ====================================
 --------------------------------------------------------------------*/
.hidden {
  display: none !important;
}
/* header */
.section__inner--header {
  padding: 10px;
}
.shopname {
  width: 220px;
}
/* navi */
.toolbar {
  padding: 5px 0px 3px;
  margin-bottom: 0;
}
.u-wrap > img {
  vertical-align: bottom;
  max-width: 50%;
}
.u-wrap > span {
  display: block;
  font-size: 10px;
  font-weight: 200;
  padding: 3px 0 0;
}
.u-wrap.u-cart > span {
/*
  display: inline-block;
  font-size: 12px;
*/
}
.toolbar__item a .u-wrap {
  position: relative;
}
.toolbar__item--cart .toolbar__item__count {
  position: absolute;
  top: 10px;
  right: 3px;
}
/* navi-inner */
.drawer__item--close {
  padding: 30px 20px;
}
.drawer__logo {
  position: absolute;
  text-align: center;
  width: 150px;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.drawer__item__name__text {
  font-size: 14px;
}
.drawer__item--accordion .linklist__item a {
  padding: 15px 20px;
  font-size: 13px;
}
.drawer__sns {
  padding: 5px 0 5px;
  text-align: center;
}
.drawer__sns ul {
  display: inline-block;
  width: 200px;
  padding: 10px;
  font-size: 0;
}

/* footer */
.footer {
  background-color: #fff;
  color: #212121;
  padding-top: 0;
}
.linkList {
  padding: 0;
  margin: 0;
  font-size: 15px;
  margin-bottom:35px;
}
.linkList__unit {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linkList__unit:first-child {
  border-top: solid 1px #e0e0e0;
}

.linkList__unit a {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 21px 40px;
  color: #212121;
}
.linkList__unit .linkList__unit__icon{
  font-size:15px;
  color:#A35B8F;
}
.linkList__unit a span {
  display: table-cell;
  vertical-align: middle;
}
.linkList__unit--point {
  background: #212121;
}
.linkList__unit--point a {
  color: #fff;
}
.linkList__unit__text {
  width: 80%;
  height: auto;
}
.linkList__unit__icon {
  width: 10%;
  height: auto;
  text-align: right;
}
.section--sns {
  text-align: center;
}
.itemList--contents{
  background:#fff;
}
.itemList--contents .itemList__unit{
  width:33.3333333333%;
  float:left;
}
.itemList--contents .itemList__unit:nth-child(3n+1){
    clear: both;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

.footer_sns_wrap {
  margin-bottom: 30px;
}

.footer_sns_wrap .text{
  font-weight: bold;
}
.footer .fSns {
  font-size: 0;
  display: flex;
  justify-content: center;
}




.footer .footer_link li{
    display: inline;
    border-right:1px solid #000;
    padding-right:5px;
    margin-right:5px;
}
.footer .footer_link li:last-child{
    border-right:none;
    padding-right:0;
    margin-right:0;
}


.footer .footer_link{
    margin-top:22px;
    text-align:center;
}

.footer .footer_link li{
    display: inline;
    border-right:1px solid #000;
    padding-right:5px;
    margin-right:5px;
    font-size:11px;
}
.footer .footer_link li:last-child{
    border-right:none;
    padding-right:0;
    margin-right:0;
}


.copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
  border-top: 1px solid #000;
  margin: 10px 10px 0;
  padding-top: 17px;
}
/* top */
.eyecatch .cInner {
  padding: 0;
}
.js-more li:nth-child(n+5) {
  display: none;
}
.box .box__inner {
  border: 0;
}
.box:nth-child(2n+1) .box__inner {
  border-right: 0;
}
.box:nth-child(-n+2) .box__inner {
  border-top: 0;
}
h3.itemList__title {
  text-align: left;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.feature p {
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
}
.feature .itemList--2 .itemList__unit:nth-child(n+3) {
  margin-top: 20px;
}

/* itemlist */
.section--main.subListBlock {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.subs_title {
  font-weight: bold;
  padding: 10px 0 5px;
  margin: 0;
}
.subList {
  padding: 10px;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 0;
}
.subList li {
  float: left;
  margin: 0 10px 10px 0;
  font-size: 12px;
}
.subList li a {
  padding: 5px 10px;
  border: 1px solid #2196f3;
  color: #2196f3;
  border-radius: 5px;
  display: block;
}
.section.section--list.section--main {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section__inner.v2f {
  margin-bottom: 50px;
}
.borderNone {
  border: none!important;
}


/*
* 上部検索メニュー関連
*/

.fixSearchBtn{
  position:fixed;
  bottom:90px;
  right:10px;
  z-index:999;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:rgba(52,32,109,0.8);
  color:white;
  text-align:center;
  width:64px;
  height:64px;
  cursor: pointer;
  display: none;
}
.fixSearchBtn__table{
  display: table;
  width:100%;
}
.fixSearchBtn__cell{
  display: table-cell;
  vertical-align: middle;
  height:64px;
  text-align:center;
  line-height: 1.5;
}
.fixSearchBtn__table img{
  width:24px;
}
.fixSearchBtn__icon.fa{
  font-size:40px;
}
.fixSearchBtn__text{
  font-size:9px;
  letter-spacing: -0.3px;
}
.fixSearch{
  z-index:1000001;
  background:#333333;
  display: none;
  position:fixed;
  top:0px;
  width:100%;
}
.fixSearchTop{
  padding:20px 10px;
}
.searchWrap--fixSearch{
  float:left;
  width:80%;
}
.searchWrap--fixSearch .search{
  padding:0px;
  position: relative;
}
.searchWrap--fixSearch .search__text{
  width:100%;
  padding:10px;
}

.searchWrap--fixSearch .search__iconBtn{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
}

.fixSearchTop__right{
  width:20%;
  display: table;
}
.fixSearchTop__rightInner{
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  height:50px;
}
.fixSearchClose{
  color: white;
  font-size: 40px !important;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}
.fixSearchBottom{
  padding-bottom:10px;
}
.fixSearchBottom *{
  color:white !important;
}
.fixSearch__text{
  padding:0px 20px 10px 20px;
}
.fixSearchBottom .linkList__unit:first-child {
  border-top: solid 1px #666666;
}
.fixSearchBottom .linkList__unit {
  border-bottom: solid 1px #666666;
}
.fixSearchBottom .linkList__unit:last-child {
  border-bottom:none;
}
.fixSearchBottom .linkList__link::before{
  color:white;
}


/* section--riftUp */
.section--riftUp .box{
  margin-bottom:0;
}
