@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body {
  font-size: 62.5%;
}

/* .u-wf-b{
	font-family: "リュウミン B-KL";
}
.u-wf-m{
	font-family: "リュウミン M-KL";
}
.u-wf-r{
	font-family: "リュウミン R-KL";
}
.u-wf-bb{
	font-family: "BauerBodoniPro-Bold";
} */
body,
table,
input,
textarea,
select,
option {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

select {
  padding: 10px 0;
}

input[type="checkbox"] {
  width: 35px;
  height: 24px;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

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

a:active {
  color: #000;
  text-decoration: underline;
}

.spOnly {
  display: none !important;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  padding-left: 100px;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

#container {
  text-align: left;
}

#container.on {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding-left: 30px;
  border-bottom: 3px solid #90ced3;
}

#gHeader h1 {
  padding-top: 33px;
  float: left;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  float: right;
}

#gNavi li {
  float: left;
  width: 91px;
}

#gNavi li a {
  padding: 25px 0 22px;
  color: #000000;
  display: block;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #DDF0F2;
}

#gNavi li a[href="https://sslgw.jns-asp.jp/granteones/"] {
  color: #fe9b35;
}

#gNavi .col_org img {
  width: 60%;
}

/*#gNavi li a.language {
    pointer-events: none;
}*/
span.language {
  padding: 25px 0 22px;
  display: block;
  height: 42px;
  border-left: 1px solid #DDF0F2;
  text-align: center;
}

span.grey {
  display: block;
  color: #c6c6c6;
  text-align: center;
  margin-top: -43%;
}

#gNavi li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#gNavi li a span {
  margin-top: 6px;
  font-size: 11px;
  display: block;
}

#gNavi li a span.grey {
  color: #c6c6c6;
}

.menuBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: #29241F;
}

.menuBox img {
  padding-top: 511px;
  margin: 0 auto;
  display: block;
  width: 77px;
}


.menuUl {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 160px;
    z-index: 10;
    background-color: #29241f;
    overflow: hidden;
    overflow-y: scroll;
}

.menuUl::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.menuUl li {
  float: left;
  width: 160px;
  position: relative;
  z-index: 20;
}

.menuUl li a {
  padding: 30px 0 29px;
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #54504C;
  background-color: #29241F;
  position: relative;
  z-index: 30;
}

.menuUl li a:hover {
  opacity: 0.5;
}

.menuInner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 10;
}

.bibi .menuInner {
  top: 81px;
}

.grangelina .menuInner {
  top: 243px;
}

.menuInner .info {
  margin-left: 160px;
  position: relative;
  background: url(../../img/common/com_bg.png) repeat left top;
}

.menuInner .info .icon {
  position: absolute;
  left: -8px;
  top: 33px;
}

.menuInner .info ul li {
  padding: 0 28px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.menuInner .info ul li ul {
  /*padding-bottom: 24px;*/
}

.menuInner .info ul li ul li {
  padding: 0 0 3px;
  float: none;
  width: auto;
  font-size: 14px;
  border: none;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.menuInner .info ul li ul li a {
  padding-left: 18px;
  display: inline-block;
  background: url(../../img/common/icon04.png) no-repeat 2px 35px;
  color: #000;
  text-decoration: none;
  width: 100%;
  text-align: left;
  border: none;
}

.menuInner .info ul li ul li:last-of-type {
  border-bottom: none;
}

.menuInner .info ul li .title {
  padding-top: 25px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

.menuInner .info ul li ul li ul {
  padding: 0 0 0 15px;
}

.menuInner .info ul li ul li ul li a {
  background: url(../../img/common/icon05.png) no-repeat left 5px;
}

/*------------------------------------------------------------
	商品一覧
------------------------------------------------------------*/
#main .arrivalBox h2,
#main .arrivalBox h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 1.5px;
}

#main .arrivalBox h2 span,
#main .arrivalBox h3 span {
  display: block;
  width: 10%;
  height: 27px;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

/*------------------------------------------------------------
	パンくずリスト
------------------------------------------------------------*/
.breadcrumb-page {
  padding: 15px 0px 17px 33px;
  /*font-weight: bold;*/
}

.breadcrumb-page>div {
  display: inline-block;
  width: 12%;
}

.breadcrumb-page>div>a {
  margin-right: 5%;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  overflow: hidden;
}

#gFooter .fBox {
  padding: 22px 0 24px;
  background-color: #90CED3;
}

#gFooter .fBox p {
  margin: 0 auto 25px;
  width: 65%;
  padding-bottom: 21px;
  font-size: 14px;
  line-height: 2.1;
  text-align: center;
  border-bottom: 1px solid #81B9BD;
}

#gFooter .fBox span {
  font-size: 1.2rem;
}

#gFooter .fBox dl {
  margin: 0 auto;
  width: 63%;
  /*項目が増えたら大きくする*/
}

#gFooter .fBox dt {
  padding-right: 30px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  border-right: 1px solid #32271D;
}

#gFooter .fBox dd {
  padding-left: 126px;
}

#gFooter .fBox dd ul li {
  margin-right: 3%;
  display: inline;
  font-size: 14px;
}

#gFooter .fBox dd ul li:last-child {
  margin: 0;
}

#gFooter .fInner {
  overflow: hidden;
  position: relative;
  background-color: #4D4640;
}

.pageTop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 500;
}

#gFooter .fInner .infoBox {
  padding: 10px 0 10px;
  margin: 0 auto;
  width: 65%;
}

#gFooter .fInner .fNavi {
  /*float: left;*/
  text-align: center;
  padding-bottom: 1%;
}

#gFooter .fInner .fNavi li {
  margin-right: 17px;
  display: inline;
}

#gFooter .fInner .fNavi li a {
  padding-left: 10px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: url(../../img/common/icon02.gif) no-repeat left 6px;
}

#gFooter .fInner .copyright {
  /*float: right;*/
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.sp {
  display: none !important;
}

.spBtm {
  overflow: hidden;
}

/*------------------------------------------------------------
ニュース
------------------------------------------------------------*/
.news_page {
  margin: 30px;
}

.news_page .news_ttl {
  font-size: 20px;
}

.news_page .news_day {
  font-size: 13px;
}

.news_page .news_cont {
  margin: 15px 0;
}

.news_page .next_previous {
  text-align: center;
}

@media all and (max-width: 1280px) {
  .menuInner {
    width: 40%;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  .sp {
    display: block !important;
  }

  .spOnly {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .pcOnly {
    display: none !important;
  }

  body {
    padding: 0;
    position: relative;
  }

  #container.on {
    filter: blur(0);
    -webkit-filter: blur(0);
    cursor: pointer;
  }

  #container.on #main {
    filter: blur(3px);
    -webkit-filter: blur(3px);
  }

  #gHeader {
    padding: 25px 0;
    border-bottom: 2px solid #90ced3;
    position: relative;
  }

  #gHeader h1 {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    display: inline-block;
    width: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #gHeader h1 a {
    display: block;
    width: 100px;
    height: 14px;
  }

  #gHeader h1 img {
    width: 125px;
  }

  /*パンくずリスト非表示*/
  .breadcrumb-page {
    padding: 10px 0px 7px 15px;
    /* font-weight: bold; */
    /* margin-bottom: -28px; */
  }

  #gNavi {
    display: none;
  }

  #gFooter .fBox {
    padding: 5% 0;
  }

  #gFooter .fBox p {
    margin-bottom: 0;
    padding: 0 7px;
    width: auto;
    font-size: 11px;
    line-height: 1.4;
    border-bottom: none;
  }

  #gFooter .fBox p span {
    font-size: 3.5vw;
    margin-top: 10px;
    display: block;
  }

  #gFooter .fBox dl {
    display: none;
  }

  #gFooter .fInner .fNavi li:not(:nth-child(4)) {
    display: none;
}

  #gFooter .fInner .infoBox {
    width: 100%;
    padding: 0;
  }

  .pageTop {
    bottom: 52px;
    right: 4px;
  }

  .pageTop img {
    width: 34px;
  }

  #gFooter .fInner .fNavi {
    float: none;
    text-align: center;
  }

  #gFooter .fInner .fNavi li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }

  #gFooter .fInner .fNavi li a {
    padding: 4% 0;
    font-size: 4.3vw;
    background: url(../../img/common/icon02.gif) no-repeat 92% center;
    display: block;
  }

  #gFooter .fInner .copyright {
    font-size: 9px;
    float: none;
    text-align: center;
  }

  .menuBox {
    position: inherit;
    height: auto !important;
    width: 15%;
    top: inherit;
    left: 0;
    bottom: 0;
  }

  .menuBox a {
    display: block;
    padding: 9px 0 8px;
  }

  .menuBox img {
    margin: 0 auto;
    padding: 0;
    width: 40px;
  }

  #gNavi li a.language {
    pointer-events: none;
  }

  #container {
    padding-bottom: 47px;
  }

  .spUl {
    float: right;
    width: 85%
  }

  .spUl li {
    float: left;
    width: 25%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .spUl li a {
    padding: 9px 0 8px;
    color: #000000;
    display: block;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #DDF0F2;
    background-color: #fff;
    width: 100%;
    height: 100%;
  }

  span.language {
    padding: 9px 0 8px;
    display: block;
    height: 30px;
    border-left: 1px solid #DDF0F2;
    text-align: center;
    background-color: #fff;
  }

  span.grey {
    display: block;
    color: #c6c6c6;
    text-align: center;
    margin-top: -29%;
    font-size: 9px;
  }

  .spUl li a span {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.1;
    display: block;
  }

  .spUl li a span.grey {
    color: #c6c6c6;
  }

  .spUl li img {
    display: block;
    margin: 0 auto;
    width: 14px;
  }

  .spUl .col_org img {
    width: 45px;
  }

  .spUl .col_org span {
    color: #ff9c36;
  }

  .spBtm {
    overflow: hidden;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
  }

  .menuUl {
    width: 100%;
    position: fixed;
    height: calc(100% - 56px);
    top: initial;
    right: initial;
    left: initial;
    bottom: initial;
    overflow: scroll;
  }

  .menuUl li {
    width: 100%;
    letter-spacing: -0.5px;
  }

  .menuUl li a {
    padding: 10px 0;
    font-size: 15px;
    background: #fff;
    color: #000;
    padding: 5% 0;
    border-bottom: 1px solid #b7b4b2;
    border-right: 1px solid #b7b4b2;
  }

  .menuInner {
    position: fixed;
    top: 0;
    overflow-y: auto;
  }

  .menuInner .info {
    margin: 0 0 47px 65px;
    padding-left: 5px;
    overflow: hidden;
    background: none;
  }

  .menuInner .info ul {
    padding: 0 7px;
    background: url(../../img/common/com_bg.png) repeat left top;
  }

  .menuInner .info ul li {
    padding: 0;
    width: 100%;
    height: auto !important;
    border-right: none;
    border-bottom: 1px solid #cecdcb;
  }

  .menuInner .info ul li .title {
    padding-top: 5px;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .menuInner .info ul li ul {
    margin: 0;
    background: none;
  }

  .menuInner .info ul li ul li {
    padding: 0 0 2px;
    font-size: 10px;
  }

  .menuInner .info ul li ul li a {
    padding-left: 10px;
    background-size: 3px 6px;
  }

  .menuInner .info ul li ul {
    padding: 0 0 5px;
  }

  .menuInner .info ul li ul li ul li {
    font-size: 10px;
  }

  .menuInner .info ul li ul li ul li a {
    padding-left: 7px;
    background-size: 3px 3px;
  }

  .menuInner .info ul li ul li ul {
    padding: 0 0 0 10px;
  }

  .menuInner .info .icon {
    width: 5px;
    height: 9px;
    left: 0px;
    top: 15px;
  }

  /*------------------------------------------------------------
	商品一覧
------------------------------------------------------------*/
  #main .arrivalBox h2,
  #main .arrivalBox h3 {
    font-size: 2rem;
  }

  #main .arrivalBox h2 span,
  #main .arrivalBox h3 span {
    height: 20px;
    margin: 0 auto 8%;
  }

  /*------------------------------------------------------------
		ニュース
		------------------------------------------------------------*/
  .news_page {
    margin: 30px;
  }

  .news_page .news_ttl {
    font-size: 20px;
  }

  .news_page .news_day {
    font-size: 13px;
  }

  .news_page .news_cont {
    margin: 15px 0;
    font-size: 16px;
  }

  .news_page .next_previous {
    text-align: center;
  }
}

@media all and (max-width: 420px) {

  /*------------------------------------------------------------
	商品一覧
------------------------------------------------------------*/
  #main .arrivalBox h2,
  #main .arrivalBox h3 {
    font-size: 1.5rem;
  }

  #main .arrivalBox h2 span,
  #main .arrivalBox h3 span {
    height: 10px;
  }
}