@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
}
html {
  font-size: 62.5%;
}
body, table, input, textarea, select, option {
  font-family: 'Noto Sans JP', sans-serif;
}
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;
  max-width: 100%;
  height: auto;
}
a, a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
.en {
  font-family: 'Lato', sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

#fs_Top #container {
  padding-top: 80px;
  text-align: left;
}

#container {
  padding-top: 90px;
  text-align: left;
}
#main {
  display: block;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
    line-height: 2;
  }
  a:hover, a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  #container {
    padding-top: 92px;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 1000;
}
#gHeader .hBox {
  display: flex;
  justify-content: space-between;
}
#gHeader .hLBox {
  margin-left: 29px;
  display: flex;
  align-items: center;
}
#gHeader .hLBox h1 {
  margin-right: 64px;
  width: 164px;
}
#gHeader .hRBox ul {
  display: flex;
  justify-content: flex-end;
}
#gHeader .hRBox li {
  width: 80px;
}
#gHeader .hRBox a, #gHeader .menu a {
  padding-top: 10px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
  font-size: 1rem;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
#gHeader .hRBox a img, #gHeader .menu a img {
  margin-bottom: 3px;
  display: block;
  max-width: inherit;
  height: 20px;
}
#gHeader .hRBox a .img02, #gHeader .menu a .img02 {
  display: none;
}
@media all and (min-width: 897px) {
  #gHeader .hRBox li a:hover {
    color: #fff;
    background: #333;
  }
  #gHeader .hRBox li a:hover .img01 {
    display: none;
  }
  #gHeader .hRBox li a:hover .img02 {
    display: block;
  }
  .submenu {
    min-width: 260px;
    display: none;
    padding: 10px;
    position: absolute;
    left: 5px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .fs-p-sideMenu a:hover {
    background: #000;
    color: #ffffff !important;
  }
  .submenu li {
    margin-right: 0px !important;
  }
  .submenuTrig {
    position: relative;
  }
  .fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: 1px solid #000;
    background: #fff;
  }
}
@media all and (max-width: 896px) {
  .submenuTrig > a{
    position:relative;
  }
  .submenuTrig > a::after {
    content: "\e90c";
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
    transform: translate(6px, 2px) rotate(0deg);
    display:inline-block;
  } 
  .submenuTrig > a.active::after {
    transform: translate(6px, 2px) rotate(90deg);
  }
  .submenu li {
   margin-bottom:5px !important;
  }
  
  .submenu {
    display: none;
  }
  
  .fs-p-sideMenu a:hover {
    background: #000;
    color: #ffffff !important;
  }
}
@media all and (max-width: 1025px) {
  #gHeader .hLBox h1 {
    margin-right: 30px;
  }
}
@media all and (max-width: 896px) {
  #gHeader .hBox {
    padding: 16px 0;
    display: block;
  }
  #gHeader .hLBox {
    margin-left: 0;
    display: block;
  }
  #gHeader .hLBox h1 {
    margin: 0 auto;
  }
  #gHeader .hRBox ul {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    justify-content: flex-start;
    border-top: 1px solid #ddd;
    background: #fff;
    z-index: 1000;
    border-right: 1px solid #ddd;
  }
  #gHeader .hRBox li {
    margin-top: -1px;
    width: 60px;
  }
  #gHeader .menu {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1001;
  }
  #gHeader .hRBox a, #gHeader .menu a {
    height: 60px;
    font-size: 0.8rem;
    border-top: 1px solid #ddd;
  }
  #gHeader .hRBox li:first-child a {
    border-left: none;
  }
  #gHeader .hRBox li:last-child {
    width: 61px;
  }
  #gHeader .hRBox li:last-child a {
    border-right: 1px solid #ddd;
  }
  #gHeader .hRBox a img, #gHeader .menu a img {
    margin-bottom: 5px;
    display: block;
    max-width: inherit;
    height: 20px;
  }
  #gHeader .menu a .img02 {
    margin: 5px 0 8px;
    width: 13px;
    height: 13px;
  }
  #gHeader .menu.on a .img01, #gHeader .menu a .txt02, #gHeader .menu.on a .txt01 {
    display: none;
  }
  #gHeader .menu.on a .img02, #gHeader .menu.on a .txt02 {
    display: block;
  }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi .naviList {
  margin-top: 6px;
  display: flex;
}
#gNavi .naviList li:not(:last-child) {
  margin-right: 40px;
}
#gNavi li a {
  letter-spacing: 0.04em;
}
@media all and (min-width: 897px) {
  #gNavi .naviList li a:hover {
    color: #ccc;
  }
}
@media all and (max-width: 1025px) {
  #gNavi .naviList li:not(:last-child) {
    margin-right: 1.5vw;
  }
}
@media all and (max-width: 896px) {
  #gNavi {
    display: none;
    padding: 88px 50px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    box-sizing: border-box;
    z-index: 1001;
  }
  #gNavi .logo {
    margin: 0 auto 53px;
    max-width: 226px;
  }
  #gNavi li a {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  #gNavi .naviList {
    margin: 0 0 33px;
    padding: 0 5px 28px;
    display: block;
    border-bottom: 1px solid #333;
  }
  #gNavi .naviList li:not(:last-child) {
    margin: 0 0 23px;
  }
  #gNavi .naviUl {
    margin: 0 5px;
  }
  #gNavi .naviUl li:not(:last-child) {
    margin-bottom: 8px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #F4F4F4;
}
#gFooter .pageTop {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  content: "";
}
#gFooter .pageTop a {
  width: 60px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #333;
  overflow: hidden;
  z-index: 1;
}
#gFooter .pageTop a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background: #777;
  transition: .3s;
  content: "";
  z-index: -1;
}
#gFooter .fLBox {
  width: 46.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
}
#gFooter .fLBox .fLogoBox {
  width: 220px;
}
#gFooter .fLBox .fLogoBox .snsList {
  margin: 28px 10px 0 20px;
  display: flex;
  justify-content: space-between;
}
#gFooter .fLBox .fLogoBox .snsList li {
  width: 30px;
}
#gFooter .fLBox .fLogoBox .snsList li a:hover {
  opacity: 0.7;
}
#gFooter .fLBox .fBtnList {
  margin: -3px 0 0 52px;
  width: 240px;
}
#gFooter .fLBox .fBtnList li:not(:last-child) {
  margin-bottom: 21px;
}
#gFooter .fLBox .fBtnList li a {
  padding: 0 30px 2px 5px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
}
#gFooter .fLBox .fBtnList li a::after {
  width: 15px;
  height: 19px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: url(img/common/icon04.png) no-repeat center center / 15px auto;
  content: "";
}
#gFooter .fLBox .fBtnList li a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #262626;
  content: "";
  transition: .3s;
  z-index: -1;
}
#gFooter .fRBox {
  padding: 93px 0 28px;
  width: 53.2%;
}
#gFooter .fRBox .subBox {
  margin: 0 auto;
  max-width: 654px;
}
#gFooter .naviBox {
  margin: 0 0 100px 45px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.04em;
}
#gFooter .naviBox ul {
  width: 194px;
}
#gFooter .naviBox ul:first-child {
  width: 140px;
}
#gFooter .naviBox ul:nth-child(2) {
  width: 250px;
}
#gFooter .naviBox li:not(:last-child) {
  margin-bottom: 15px;
}
#gFooter .fRBox .fBtm {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#gFooter .fRBox .fBtm address {
  margin: 0 0 4px 6px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.08em;
}
#gFooter .fRBox .fBtm .img {
  width: 220px;
}
@media all and (min-width: 897px) {
  #gFooter .pageTop a:hover::before {
    bottom: 0;
  }
  #gFooter .fLBox .fBtnList li a:hover::before {
    left: 0;
  }
  #gFooter .naviBox li a:hover {
    color: #ccc;
  }
}
@media all and (max-width: 896px) {
  #gFooter {
    padding-bottom: 60px;
    display: block;
  }
  #gFooter .fLBox {
    padding: 59px 0 75px;
    width: auto;
    flex-direction: column-reverse;
  }
  #gFooter .fLBox .fLogoBox {
    margin-left: -10px;
  }
  #gFooter .fLBox .fLogoBox .snsList {
    margin: 28px 10px 0 20px;
    display: flex;
    justify-content: space-between;
  }
  #gFooter .fLBox .fLogoBox .snsList li {
    width: 30px;
  }
  #gFooter .fLBox .fBtnList {
    margin: 0 0 70px;
  }
  #gFooter .fLBox .fBtnList li:not(:last-child) {
    margin-bottom: 21px;
  }
  #gFooter .fLBox .fBtnList li a {
    font-size: 1.6rem;
  }
  #gFooter .fRBox {
    padding: 0;
    width: auto;
  }
  #gFooter .fRBox .subBox {
    max-width: inherit;
  }
  #gFooter .naviBox {
    margin: 53px 20px;
    display: block;
  }
  #gFooter .naviBox ul {
    margin-bottom: 26px;
    padding: 0 15px 30px;
    width: auto !important;
    border-bottom: 1px solid #F4F4F4;
  }
  #gFooter .naviBox li {
    font-size: 1.6rem;
  }
  #gFooter .naviBox li:not(:last-child) {
    margin-bottom: 8px;
  }
  #gFooter .naviBox .naviList01 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: none;
  }
  #gFooter .naviBox .naviList01 li {
    width: 47%;
  }
  #gFooter .naviBox .naviList01 li.wid01 {
    width: 100%;
  }
  #gFooter .fRBox .fBtm {
    padding: 24px 0 36px;
    display: block;
    position: relative;
  }
  #gFooter .fRBox .fBtm address {
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: -47px;
    color: #fff;
    text-align: center;
  }
  #gFooter .fRBox .fBtm .img {
    margin: 0 auto;
  }
}
@media all and (max-width: 375px) {
  #gFooter .naviBox ul {
    padding: 0 0 30px;
  }
}
@media all and (max-width: 359px) {
  #gFooter .naviBox li {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}
.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  margin: 0 auto 46px;
  max-width: 1240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
#pagePath li {
  display: inline;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
#pagePath li:last-child {
  margin-right: 0;
}
#pagePath li a {
  margin-right: 3px;
}
#pagePath li a:hover {
  text-decoration: underline;
}
@media all and (max-width: 896px) {
  #pagePath {
    margin: 0 22px 51px;
    max-width: inherit;
  }
  #pagePath li a:hover {
    text-decoration: none;
  }
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
  margin: 0 auto;
  width: 1198px;
}
@media all and (max-width: 896px) {
  .comBox {
    margin: 0 20px;
    width: auto !important;
  }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 960px;
}
@media all and (max-width: 896px) {
  .content {
    margin: 0 auto;
    width: auto;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 103px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.667;
  text-align: center;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 72px;
    font-size: 2rem;
    line-height: 2;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 21px;
  overflow: hidden;
}
.headLine02 span {
  padding-right: 29px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #7F9ABA;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 40px;
}
.headLine02 span::before {
  width: 9999px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
  background: #707070;
  content: "";
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 14px;
  }
  .headLine02 span {
    padding-right: 12px;
    font-size: 2rem;
    line-height: 2;
  }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin-bottom: 14px;
  padding-top: 4px;
  color: #7F9ABA;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 40px;
}
@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 19px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
/*------------------------------------------------------------
	slick-dots
------------------------------------------------------------*/
.slick-dots {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  margin: 0 15px;
  width: 11px !important;
  height: 11px !important;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  background-color: #A3A3A3;
}
.slick-dots li button {
  display: none !important;
}
.slick-dots li.slick-active {
  background-color: #333;
}
@media all and (max-width: 896px) {
  .slick-dots {
    margin-top: 35px;
  }
  .slick-dots li {
    margin: 0 9px !important;
    width: 8px !important;
    height: 8px !important;
  }
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
  margin: 0 auto;
  width: 200px;
  display: block;
  padding: 15px 23px;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  background: #333 url("img/common/icon03_white.png") no-repeat right 18px center/20px auto;
  border-radius: 24px;
  box-sizing: border-box;
}
@media all and (min-width: 897px) {
  .comBtn a:hover {
    background-color: #747474;
  }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  margin: 0 auto;
  width: 240px;
}
.comLink a {
  padding: 11px 35px 13px 10px;
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  background: #333 url("img/common/icon04.png") no-repeat right 13px center/15px auto;
  border-radius: 24px;
  box-sizing: border-box;
}
@media all and (min-width: 897px) {
  .comLink a:hover {
    background-color: #747474;
  }
}
@media all and (max-width: 896px) {
  .comLink a {
    padding: 7px 35px 9px 10px;
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
	shopList
------------------------------------------------------------*/
.shopList {
  margin: -92px -20px 130px 0;
  display: flex;
  flex-wrap: wrap;
}
.shopList li {
  margin: 92px 20px 0 0;
  width: 400px;
  text-align: center;
}
.shopList li > a {
  display: block;
}
.shopList li > a:hover {
  opacity: 0.7;
}
.shopList .photo {
  margin-bottom: 10px;
}
.shopList h3 {
  margin-bottom: 4px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.08em;
}
.shopList .price {
  margin-bottom: 17px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
  .shopList {
    margin: -55px 3px 83px;
    justify-content: space-between;
  }
  .shopList li {
    margin: 55px 0 0;
    width: 46.5%;
    text-align: left;
  }
  .shopList .photo {
    margin-bottom: 13px;
  }
  .shopList .new {
    margin-bottom: -3px;
    color: #FF0000;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
  }
  .shopList h3 {
    margin-bottom: 2px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.65;
    letter-spacing: 0;
  }
  .shopList .price {
    margin-bottom: -5px;
    letter-spacing: 0;
    font-size: 1.2rem;
    font-family: 'Jost', sans-serif;
  }
  .shopList .soldout {
    padding: 2px 4px 3px;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    background-color: #333;
  }
  .shopList .comBtn {
    display: none;
  }
}
/*------------------------------------------------------------
	relateBox
------------------------------------------------------------*/
.relateBox {
  margin-bottom: 120px;
}
.relateBox h2 {
  margin-bottom: 48px;
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
}
.relateBox h2 span {
  margin-left: 4px;
  font-size: 1.2rem;
  font-weight: normal;
}
.relateBox .shopList {
  margin: -20px -25px 52px 20px;
}
.relateBox .shopList li {
  margin: 20px 25px 0 0;
  width: 210px;
}
.relateBox .shopList .photo {
  margin-bottom: 15px;
}
.relateBox .shopList h3 {
  font-size: 1rem;
  letter-spacing: 0;
}
.relateBox .shopList .rank {
  margin-bottom: 14px;
  padding: 1px 5px;
  transform: translateY(-4px);
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #333;
  border-radius: 9px;
}
.relateBox .shopList .rankImg {
  margin-bottom: -5px;
  background: none;
  padding: 0;
  transform: translateY(-17px);
}
@media all and (max-width: 896px) {
  .relateBox {
    margin: 0 -20px 70px;
  }
  .relateBox h2 {
    margin: 0 0 35px;
    padding: 32px 18px 0;
    font-size: 1.6rem;
    border-top: 1px solid #707070;
    border-bottom: none;
  }
  .relateBox h2 span {
    margin-left: 3px;
  }
  .relateBox .shopList {
    margin: 0;
  }
  .relateBox .shopList .slick-slide {
    margin: 0 4px;
    width: 120px;
  }
  .relateBox .shopList .slick-slide li {
    margin: 0;
    width: auto;
  }
  .relateBox .sliderBox {
    padding: 0 0 82px 18px;
    position: relative;
  }
  .relateBox .sliderBox .slick-arrow {
    position: absolute;
    left: 0;
    top: 52px;
    width: 18px;
    height: 30px;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    background: url("img/common/prev03.png") no-repeat left top/18px auto;
    z-index: 10;
  }
  .relateBox .sliderBox .slick-next {
    left: auto !important;
    right: 18px;
    background-image: url("img/common/next03.png");
  }
  .relateBox .shopList .photo {
    margin-bottom: 3px;
  }
  .relateBox .shopList h3 {
    font-weight: normal;
    line-height: 1.6;
  }
  .relateBox .shopList .rank {
    font-size: 1.2rem;
  }
  .relateBox .shopList .rankImg {
    margin-bottom: -12px;
  }
  .relateBox .sliderBox02 {
    margin-top: -12px;
    padding: 0 0 0 20px;
  }
  .relateBox .sliderBox02 .slick-slide {
    margin-right: 12px;
    padding-top: 17px;
    width: 140px;
  }
  .relateBox .sliderBox02 .slick-arrow {
    top: 120px;
    left: -3px;
  }
  .relateBox .sliderBox02 .shopList li {
    text-align: center;
  }
  .relateBox .sliderBox02 .slick-dots {
    margin-top: 55px;
  }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
  margin: 0 5px 23px;
  color: #333;
  font-weight: 300;
  
}
.headLine04 .en {
  margin-right: 21px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: -5px;
}

.headLine04 .subtitle{
  font-size: 1.6rem !important;
  font-weight: 300;
}

@media all and (max-width: 896px) {
  .headLine04 {
    margin: 0 0 30px;
    font-size: 1.2rem;
  }
  .headLine04 .en {
    margin-right: 0;
    display: block;
    font-size: 2.4rem;
    vertical-align: top;
  }
  .headLine04 .subtitle{
	  font-size: 1.2rem !important;
	}
}
/*------------------------------------------------------------
	categoryBox
------------------------------------------------------------*/
.categoryBox {
  margin-bottom: 156px;
}
.categoryBox .category {
  margin: -25px -20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.categoryBox .category li {
  margin: 25px 20px 0 0;
  width: 400px;
}
.categoryBox .category a {
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
  padding: 15px 25px;
  font-size: 2.4rem;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
  background: url("img/common/arrow01.png") no-repeat right 16px center/16px auto;
  border: 1px solid #707070;
  overflow: hidden;
}
.categoryBox .category a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #333;
  content: "";
  transition: .3s;
  z-index: -1;
}
.categoryBox .category a img {
  width: 52px;
  margin-right: 13px;
}
.categoryBox .category a .white {
  display: none;
}
@media all and (min-width: 897px) {
  .categoryBox .category a:hover {
    color: #fff;
    background-image: url("img/common/arrow01_white.png");
  }
  .categoryBox .category a:hover .black {
    display: none;
  }
  .categoryBox .category a:hover .white {
    display: block;
  }
  .categoryBox .category a:hover:before {
    left: 0;
  }
}
@media all and (max-width: 896px) {
  .categoryBox {
    margin-bottom: 120px;
  }
  .categoryBox .category {
    margin: 0 0 60px;
    display: block;
  }
  .categoryBox .category li {
    margin: 11px 0 0;
    width: auto;
  }
  .categoryBox .category a {
    height: 60px;
    padding: 15px 20px;
    font-size: 1.6rem;
    background-size: 14px auto;
  }
  .categoryBox .category a img {
    width: 45px;
    margin-right: 13px;
  }
  .categoryBox .comBtn a {
    padding: 7px 15px 8px 7px;
    width: 240px;
    font-size: 1.6rem;
    text-align: center;
    background-position: right 10px center;
    background-image: url("img/common/icon04.png");
    background-size: 15px auto;
    border-radius: 24px;
  }
  .categoryBoxShopArea {
    width: 100%;
    margin: 0 20px 120px;
  }
}
/*------------------------------------------------------------
	recomendBox
------------------------------------------------------------*/
.recomendBox {
  padding: 152px 0 157px;
  background-color: #F4F4F4;
}
.recomendBox h2 {
  margin-bottom: 42px;
}
.recomendBox .slideBox {
  position: relative;
}
.recomendBox .slideBox .prev, .recomendBox .slideBox .next {
  position: absolute;
  left: 24px;
  top: 138px;
  cursor: pointer;
  z-index: 10;
}
.recomendBox .slideBox .next {
  left: auto;
  right: 24px;
}
.recomendBox .slideBox .shopList {
  margin: 0;
}
.recomendBox .slideBox .slick-slide {
  margin: 0 10px;
  width: 400px;
}
.recomendBox .slideBox .slick-slide li {
  margin: 0;
}
@media all and (max-width: 896px) {
  .recomendBox {
    padding: 82px 0 184px;
  }
  .recomendBox h2 {
    margin-bottom: 58px;
  }
  .recomendBox .slideBox .prev, .recomendBox .slideBox .next {
    left: 17px;
    top: 45px;
    width: 18px;
  }
  .recomendBox .slideBox .next {
    left: auto;
    right: 17px;
  }
  .recomendBox .slideBox .slick-slide {
    margin: 0 3px;
    width: 130px;
  }
  .recomendBox .slideBox h3, .recomendBox .slideBox .price {
    display: none;
  }
  .recomendBox .slick-dots {
    margin-top: 20px;
  }
  .recomendBox .slick-dots li {
    margin: 0 15px !important;
    width: 11px !important;
    height: 11px !important;
  }
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top {
  margin-top: -9px;
}
.mainVisual {
  margin-bottom: 126px;
  position: relative;
}
.mainVisual .slider li {
  height: 600px;
  vertical-align: top;
}
.mainVisual .slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainVisual .arrowList li {
  margin-top: -18px;
  width: 52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.mainVisual .arrowList li:hover {
  opacity: 0.7;
}
.mainVisual .arrowList .prev {
  left: 24px;
}
.mainVisual .arrowList .next {
  right: 24px;
}
#top .comBox {
  width: 1240px;
}
#top .topSec {
  margin-bottom: 93px;
  padding-bottom: 226px;
  text-align: center;
  background: url(img/index/bg01.png) no-repeat right 28px bottom / 174px auto;
}
#top .topSec h2 {
  margin-bottom: 71px;
  color: #333;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.44;
}
#top .topSec p {
  letter-spacing: 0.08em;
  line-height: 2.5;
}

#top .news {
  margin-bottom: 95px;
}

#top .news .linkList {
  margin-bottom: 18px;
  padding-top: 2px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#top .news .linkList li a {
  padding: 1px 18px;
  border-left: 1px solid #707070;
}
#top .news .linkList li:first-child a {
  border-left: none;
}
#top .news .linkList li:last-child a {
  padding-right: 0;
}
#top .news dl {
  margin-bottom: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333;
  font-weight: 700;
}
#top .news dt, #top .news dd {
  line-height: 1.125;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
#top .news dt {
  padding: 38px 0;
  width: 135px;
  text-align: center;
}
#top .news dd {
  width: calc(100% - 135px);
}
#top .news dd a {
  padding: 38px 40px 38px 17px;
  display: block;
  color: #333;
  background: url(img/common/arrow03.png) no-repeat right 13px center / 15px auto;
}
#top .news dd a:hover {
  opacity: 0.7;
}


#top .news .newslist {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #333;
    font-weight: 700;
}

#top .news .newslist time{
    padding: 38px 0;
    width: 135px;
    text-align: center;
    background: none;
    color: #333;
    line-height: 1.2;

}

#top .news .newslist .newscontent {
    width: calc(100% - 135px);
    padding: 38px 40px 38px 17px;
    display: block;
    color: #333;
    background: url(img/common/arrow03.png) no-repeat right 13px center / 15px auto;
}

#top .news .newslist time, #top .newslist .newscontent {
    line-height: 1.125;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

#top .news a:hover {
  opacity: 0.7;
}


#top .item {
  margin-bottom: 185px;
}
#top .item .shopList {
  margin: -54px -20px 0 0;
}
#top .item .shopList li {
  margin-top: 54px;
}
#top .categoryBox {
  margin-bottom: 150px;
}
#top .categoryBox .category {
  margin-bottom: 60px;
}
@media all and (min-width: 897px) {
  #top .news .linkList li a:hover {
    color: #D9D9D9;
  }
}
@media all and (max-width: 896px) {
  #top {
    margin-top: -12px;
  }
  .mainVisual {
    margin-bottom: 130px;
  }
  .mainVisual .slider li {
    height: 640px;
  }
  .mainVisual .arrowList li {
    margin-top: 17px;
    width: 24px;
  }
  .mainVisual .arrowList li:hover {
    opacity: 1;
  }
  .mainVisual .arrowList .prev {
    left: 13px;
  }
  .mainVisual .arrowList .next {
    right: 13px;
  }
  .mainVisual .slick-dots li {
    margin: 0 15px !important;
    width: 11px !important;
    height: 11px !important;
  }
  #top .comBox {
    width: auto;
  }
  #top .topSec {
    margin-bottom: 120px;
    padding-bottom: 0px;
    background-position: center bottom;
    background-size: 210px auto;
  }
  #top .topSec h2 {
    margin-bottom: 62px;
    font-size: 2.4rem;
    line-height: 1.458;
  }
  #top .topSec p {
    letter-spacing: 0;
    line-height: 40px;
  }
  #top .news {
    margin-bottom: 116px;
  }
  #top .news .linkList {
    margin-bottom: 4px;
    padding-top: 8px;
    justify-content: flex-start;
  }
  #top .news .linkList li a {
    font-size: 1.6rem;
  }
  #top .news .linkList li:first-child a {
    padding-left: 0;
  }
  #top .news dl {
    margin-bottom: 59px;
    display: block;
  }
  #top .news dt, #top .news dd {
    line-height: 2;
  }
  #top .news dt {
    padding: 31px 0 14px;
    width: auto;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: none;
  }
  #top .news dd {
    width: auto;
  }
  #top .news dd a {
    padding: 0 20px 24px 0;
    font-weight: 400;
    background-position: right 4px top calc(50% - 7px);
    background-size: 8px auto;
  }
  
  #top .news .newslist {
    margin-bottom: 30px;
    display: block;
  }

  #top .news .newslist time{
    display: block;
    padding: 10px 0 10px;
    width: auto;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: none;
    line-height: 2;
  }

  #top .news .newslist .newscontent {
    width: auto;
    padding: 0 20px 24px 0;
    font-weight: 400;
    background-position: right 4px top calc(50% - 7px);
    background-size: 8px auto;
    line-height: 2;
  }
  
  #top .item {
    margin-bottom: 121px;
  }
  #top .item .shopList {
    margin: -46px 0 60px;
  }
  #top .item .shopList li {
    margin-top: 43px;
    width: 49%;
    text-align: center;
  }
  #top .item .shopList li h3 {
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.5;
  }
  #top .item .shopList li .price {
    letter-spacing: 0.08em;
  }
  #top .categoryBox {
    margin-bottom: 120px;
  }
  #top .categoryBox .category {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 375px) {
  #top .topSec p {
    margin: 0 -10px;
  }
}
@media all and (max-width: 374px) {
  #top .topSec p {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 359px) {
  #top .topSec p {
    margin: 0 -10px;
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
	terms
------------------------------------------------------------*/
#terms {
  margin-bottom: 239px;
}
#terms .comBox {
  width: 1080px;
}
#terms .bdBox {
  padding-bottom: 98px;
  border-bottom: 1px solid #707070;
}
#terms .headLine02 {
  margin-left: 32px;
}
#terms .infoList li {
  display: flex;
  justify-content: space-between;
}
#terms .infoList li dl {
  padding: 16px 0 11px;
  display: flex;
  justify-content: space-between;
  flex: 1;
  letter-spacing: 0.04em;
  border-bottom: 1px dashed #707070;
}
#terms .infoList li dl:nth-child(2) {
  margin-left: 40px;
}
#terms .infoList li dt {
  padding-left: 17px;
  width: 180px;
  box-sizing: border-box;
}
#terms .infoList li dd {
  width: calc(100% - 198px);
}
#terms .infoList li dd a:hover {
  text-decoration: underline;
}
#terms .area {
  margin: 0 0 61px 17px;
  letter-spacing: 0.04em;
}
#terms .area:last-of-type {
  margin-bottom: 0;
}
#terms .area p:not(:last-child) {
  margin-bottom: 22px;
}
#terms .area .textList {
  margin: 28px 0 29px 39px;
}
#terms .area .textList:last-child {
  margin-bottom: 0;
}
#terms .area .textList li {
  padding-left: 1em;
  text-indent: -1em;
}
#terms .area .noteList li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
#terms .area .tableBox {
  margin: 0 39px;
}
#terms .area table {
  width: 100%;
  border-collapse: collapse;
}
#terms .area th, #terms .area td {
  padding: 6px;
  width: 74.7%;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  word-break: break-all;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
#terms .area th {
  padding-left: 0;
  width: 25.3%;
  font-weight: bold;
}
#terms .area td p:not(:last-child) {
  margin-bottom: 12px;
}
#terms .area td .pho {
  margin-top: 28px;
}
#terms .area01 {
  margin-bottom: 67px;
}
#terms .sec01 {
  margin-bottom: 132px;
}
#terms .sec02 .textList01 {
  margin-top: -2px;
}
#terms.policy {
  margin-bottom: 221px;
}
#terms.policy .bdBox {
  margin-bottom: 70px;
  padding-bottom: 70px;
}
#terms.policy .infoList {
  margin-bottom: 62px;
}
#terms.policy .headLine03 {
  margin-left: 32px;
}
#terms.policy .area {
  margin-left: 48px;
}
#terms.policy .area p:not(:last-child) {
  margin-bottom: 45px;
}
#terms.policy .btmBox .headLine02 span::before {
  display: none;
}
@media all and (max-width: 896px) {
  #terms {
    margin-bottom: 189px;
  }
  #terms .bdBox {
    padding-bottom: 70px;
  }
  #terms .headLine02 {
    margin-left: 0;
  }
  #terms .infoList {
    margin-top: -14px;
  }
  #terms .infoList li {
    display: block;
  }
  #terms .infoList li dl {
    padding: 23px 0 8px;
    line-height: 20px;
  }
  #terms .infoList li dl:nth-child(2) {
    margin-left: 0;
  }
  #terms .infoList li dt {
    padding-left: 17px;
    width: 135px;
  }
  #terms .infoList li dd {
    width: calc(100% - 148px);
    word-break: break-all;
  }
  #terms .infoList li dd a:hover {
    text-decoration: none;
  }
  #terms .area {
    margin: 0 13px 40px 13px;
  }
  #terms .area:last-of-type {
    margin-bottom: 0;
  }
  #terms .area p:not(:last-child) {
    margin-bottom: 22px;
  }
  #terms .area .lh01 {
    line-height: 24px;
  }
  #terms .area .textList {
    margin: 26px 0 29px 0;
  }
  #terms .area .textList:last-child {
    margin-bottom: 0;
  }
  #terms .area .textList li {
    margin-bottom: 5px;
    line-height: 24px;
  }
  #terms .area .textList li:last-child {
    margin-bottom: 0;
  }
  #terms .area .tableBox {
    margin: 0;
    padding-top: 6px;
  }
  #terms .area th, #terms .area td {
    padding: 0 0 30px;
    width: 100% !important;
    float: left !important;
    font-size: 1.4rem;
    line-height: 2;
  }
  #terms .area th {
    padding: 0 0 1px;
  }
  #terms .area td p:not(:last-child) {
    margin-bottom: 8px;
  }
  #terms .area td p.text01 {
    margin-left: 17px;
  }
  #terms .area td .pho {
    margin-top: 42px;
  }
  #terms .area01 {
    margin-bottom: 44px;
  }
  #terms .sec01 {
    margin-bottom: 77px;
  }
  #terms .sec02 .h4Ttl01 {
    font-size: 1.8rem;
    line-height: 40px;
  }
  #terms .sec02 .textList01 {
    margin-top: -2px;
  }
  #terms.policy {
    margin-bottom: 185px;
  }
  #terms.policy .bdBox {
    margin-bottom: 58px;
    padding-bottom: 65px;
  }
  #terms.policy .infoList {
    margin-bottom: 80px;
  }
  #terms.policy .infoList li dt {
    width: 100px;
  }
  #terms.policy .infoList li dd {
    width: calc(100% - 117px);
  }
  #terms.policy .headLine03 {
    margin-left: 0;
  }
  #terms.policy .area {
    margin: 0 13px 53px;
  }
  #terms.policy .area:last-child {
    margin-bottom: 0;
  }
  #terms.policy .area p:not(:last-child) {
    margin-bottom: 32px;
  }
  #terms.policy .area .textList {
    margin-right: 10px;
  }
  #terms.policy .btmBox .headLine02 {
    margin-bottom: 25px;
  }
  #terms.policy .btmBox .headLine02 span {
    line-height: 24px;
  }
  #terms.policy .btmBox .headLine02 span::before {
    display: none;
  }
  #terms.policy .btmBox .headLine03 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    margin-left: 12px;
  }
}
@media all and (max-width: 375px) {
  #terms .area {
    margin: 0 10px 40px;
  }
}
/*------------------------------------------------------------
	shop
------------------------------------------------------------*/
#shop #pagePath {
  margin-bottom: 62px;
}
#shop .comBox {
  width: 1240px;
}
#shop .headLine01 {
  font-weight: normal;
}
#shop .rankBox {
  margin-bottom: 58px;
  display: flex;
  justify-content: flex-end;
  letter-spacing: 0.05em;
}
#shop .rankBox ul {
  display: flex;
}
#shop .rankBox a {
  margin: 0 5px;
}
#shop .rankBox li:last-child a {
  margin-right: 0;
}
#shop .pageBox {
  margin: 0 20px 238px;
  display: flex;
  letter-spacing: 0.04em;
  justify-content: space-between;
}
#shop .pageNavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#shop .pageNavi a, #shop .pageNavi span {
  margin-left: 50px;
  font-weight: bold;
  line-height: 1;
}
#shop .pageNavi .current {
  color: #007BC7;
}
#shop .pageNavi .previouspostslink, #shop .pageNavi .nextpostslink {
  margin: 2px 0 0 30px;
  width: 9px;
  line-height: 0;
}
#shop .relateBox {
  margin: 0px 0px 106px;
}
@media all and (min-width: 897px) {
  #shop .pageNavi a:hover {
    color: #007BC7;
  }
  #shop .pageNavi .previouspostslink:hover, #shop .pageNavi .nextpostslink:hover {
    opacity: 0.7;
  }
  #shop .pageBox01 {
    margin: 0;
    display: block;
  }
  #shop .rankBox a:hover {
    text-decoration: underline;
  }
}
@media all and (max-width: 896px) {
  #shop #pagePath {
    margin-bottom: 50px;
  }
  #shop .headLine01 {
    margin-bottom: 70px;
  }
  #shop .select {
    font-size: 1.2rem;
    position: relative;
  }
  #shop .select .ttl {
    padding-right: 12px;
    display: inline-block;
    cursor: pointer;
    background: url("img/common/arrow02.png") no-repeat right 11px/8px auto;
  }
  #shop .select ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10;
  }
  #shop .pageBox {
    margin: 0 0 34px;
    padding: 6px 5px 0;
    border-top: 1px solid #F4F4F4;
  }
  #shop .pageBox .num {
    font-size: 1.2rem;
  }
  #shop .pageBox02 {
    margin-bottom: 90px;
    display: block;
    border-top: none;
  }
  #shop .pageBox02 .num {
    margin-bottom: 64px;
    text-align: center;
  }
  #shop .pageNavi {
    margin: 0 -10px;
    font-size: 1.6rem;
    justify-content: center;
  }
  #shop .pageNavi a, #shop .pageNavi span {
    margin: 0 17px;
  }
  #shop .pageNavi .previouspostslink, #shop .pageNavi .nextpostslink {
    margin: 4px 0 0 15px;
    width: 9px;
  }
  #shop .pageNavi .previouspostslink {
    margin: 4px 15px 0 0;
  }
  #shop .relateBox {
    margin: 0 -20px 113px;
  }
}
/*------------------------------------------------------------
	shop/detail
------------------------------------------------------------*/
#shop.detail #pagePath {
  margin-bottom: 115px;
}
#shop.detail {
  margin: 0 18px 100px;
  display: flex;
  justify-content: space-between;
}
#shop.detail .sliderBox {
  margin-top: 2px;
  width: 640px;
}
#shop.detail .sliderBox .photoList {
  position: relative;
}
#shop.detail .sliderBox .photoList img {
  width: 100%;
}
#shop.detail .sliderBox .slick-arrow {
  position: absolute;
  left: 15px;
  top: 371px;
  width: 33px;
  height: 59px;
  cursor: pointer;
  text-indent: -9999px;
  border: none;
  background: url("img/common/prev04.png") no-repeat left top/33px auto;
  z-index: 10;
}
#shop.detail .sliderBox .slick-next {
  left: auto !important;
  right: 18px;
  background-image: url("img/common/next04.png");
}
#shop.detail .sliderList {
  margin: 25px -15px 0 0;
  display: flex;
}
#shop.detail .sliderList li {
  margin: 10px 15px 0 0;
  width: 80px;
  cursor: pointer;
  position: relative;
}
#shop.detail .sliderList li:after {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  box-sizing: border-box;
  content: "";
}
#shop.detail .sliderList .on:after {
  opacity: 1;
}
#shop.detail .textBox {
  width: 508px;
}
#shop.detail .textBox .num {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#shop.detail .textBox h2 {
  margin-bottom: 17px;
  font-size: 2.8rem;
  line-height: 1.28;
}
#shop.detail .textBox .price {
  margin-bottom: 9px;
}
#shop.detail .textBox .price .en {
  font-size: 2.4rem;
  font-weight: bold;
}
#shop.detail .textBox .price .en span {
  margin: 0 8px;
  font-size: 4rem;
}
#shop.detail .textBox .tag {
  margin-bottom: 65px;
}
#shop.detail .textBox .tag span {
  min-width: 160px;
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  padding: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  background-color: #808080;
}
#shop.detail .textBox .inner {
  padding: 5px 0 22px;
  border-top: 1px solid #707070;
}
#shop.detail .textBox .inner h3 {
  margin-bottom: 13px;
}
#shop.detail .textBox .inner .list {
  margin: -24px -24px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#shop.detail .textBox .inner .list li {
  margin: 24px 24px 0 0;
  width: 80px;
  text-align: center;
}
#shop.detail .textBox .inner .list li p {
  margin-top: 4px;
  font-size: 1rem;
}
#shop.detail .textBox .sizeBox {
  margin-bottom: 35px;
  padding: 17px 0 62px;
  border-bottom: 1px solid #707070;
}
#shop.detail .textBox .sizeBox h3 {
  margin-bottom: 10px;
}
#shop.detail .textBox .sizeList {
  margin: -24px -22px 29px 0;
  display: flex;
  flex-wrap: wrap;
}
#shop.detail .textBox .sizeList li {
  margin: 24px 22px 0 8px;
  width: 140px;
  position: relative;
}
#shop.detail .textBox .sizeList li .ico {
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 1.2rem;
}
#shop.detail .textBox .sizeList input {
  display: none;
}
#shop.detail .textBox .sizeList input + span {
  display: block;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 12px 20px;
  border: 1px solid #707070;
}
#shop.detail .textBox .sizeList input:disabled + span {
  cursor: default;
  background-color: #DDD;
  border-color: #DDD;
}
#shop.detail .textBox .sizeList input:checked + span {
  background-color: #707070;
}
#shop.detail .textBox .sizeBox p {
  margin: 0 10px;
  font-size: 1.2rem;
}
#shop.detail .textBox .btnBox {
  margin-bottom: 31px;
  display: flex;
}
#shop.detail .textBox .btnBox select {
  margin-right: 12px;
  padding-left: 12px;
  width: 64px;
  height: 48px;
  color: #333;
  font-size: 1.6rem;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: url("img/common/arrow04.png") no-repeat right 10px center/8px auto;
  border: 1px solid #333;
  box-sizing: border-box;
}
#shop.detail .textBox .btnBox .comBtn {
  display: flex;
}
#shop.detail .textBox .btnBox .comBtn li {
  margin-left: 10px;
}
#shop.detail .textBox .btnBox .comBtn .liStyle a {
  padding: 12px 23px 16px;
  color: #333;
  border: 1px solid #333;
  background: #fff url("img/common/icon_heart.png") no-repeat right 15px center/19px auto;
}
#shop.detail .textBox .btnBox .comBtn .liStyle a:hover {
  opacity: 0.7;
}
#shop.detail .textBox .linkList {
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
  font-size: 1.5rem;
}
#shop.detail .textBox .linkList a {
  margin: 0 18px;
  color: #333;
}
#shop.detail .relateBox .introBox {
  margin-bottom: 80px;
}
#shop.detail .relateBox .introBox h2 {
  margin-bottom: 21px;
  padding-bottom: 0;
  border-bottom: none;
}
#shop.detail .relateBox .introBox h2 span {
  margin-left: 7px;
}
#shop.detail .relateBox .introBox p {
  line-height: 2;
  margin-bottom: 28px;
}
#shop.detail .relateBox .introBox .tabBox {
  margin-left: 20px;
  max-width: 524px;
}
#shop.detail .relateBox .introBox .tabBox .note {
  margin-bottom: 6px;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
}
#shop.detail .relateBox .introBox .tabBox table {
  width: 100%;
  border-collapse: collapse;
}
#shop.detail .relateBox .introBox .tabBox td {
  width: calc(86%/5);
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #707070;
}
#shop.detail .relateBox .introBox .tabBox td:first-child {
  width: 14%;
}
#shop.detail .relateBox .introBox .noteList li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (min-width: 897px) {
  #shop.detail .sliderBox .slick-arrow:hover {
    opacity: 0.7;
  }
  #shop.detail .textBox .linkList a:hover {
    text-decoration: underline;
  }
  #shop.detail .sliderList li:hover:after {
    opacity: 1;
  }
}
@media all and (max-width: 896px) {
  #shop.detail #pagePath {
    margin-bottom: 45px;
  }
  #shop.detail {
    margin: 0 4px 100px;
    display: block;
  }
  #shop.detail .sliderBox {
    margin: 0 0 52px;
    width: auto;
  }
  #shop.detail .sliderBox .slick-arrow {
    margin-top: -21px;
    left: -5px;
    top: 50%;
    width: 13px;
    height: 24px;
    background-size: 13px auto;
  }
  #shop.detail .sliderBox .slick-next {
    left: auto !important;
    right: -5px;
  }
  #shop.detail .sliderBox .slick-dots {
    margin-top: 27px;
  }
  #shop.detail .sliderList {
    display: none;
  }
  #shop.detail .textBox {
    margin: 0 -4px;
    padding-bottom: 33px;
    width: auto;
    border-bottom: 1px solid #707070;
  }
  #shop.detail .textBox .num {
    margin-bottom: 8px;
  }
  #shop.detail .textBox h2 {
    margin-bottom: 2px;
    font-size: 2rem;
    line-height: 1.2;
  }
  #shop.detail .textBox .price {
    margin-bottom: -3px;
    font-size: 1.2rem;
  }
  #shop.detail .textBox .price .en {
    font-size: 1.6rem;
  }
  #shop.detail .textBox .price .en span {
    margin: 0 4px 0 0;
    font-size: 2.8rem;
  }
  #shop.detail .textBox .tag {
    margin-bottom: 48px;
  }
  #shop.detail .textBox .tag span {
    min-width: 106px;
    padding: 6px;
    font-size: 1.2rem;
  }
  #shop.detail .textBox .inner {
    padding: 0 0 17px;
  }
  #shop.detail .textBox .inner h3 {
    margin: 0 5px 33px;
    font-size: 1.6rem;
  }
  #shop.detail .textBox .inner .list {
    margin: -24px -6px 0 0;
  }
  #shop.detail .textBox .inner .list li {
    margin: 24px 6px 0 0;
    width: calc((100% - 30px)/5);
  }
  #shop.detail .textBox .inner .list li p {
    margin-top: 10px;
    font-size: 0.8rem;
  }
  #shop.detail .textBox .sizeBox {
    margin-bottom: 38px;
    padding: 0 0 20px;
  }
  #shop.detail .textBox .sizeBox h3 {
    margin-bottom: 44px;
  }
  #shop.detail .textBox .sizeList {
    margin: -7px 6px 20px;
  }
  #shop.detail .textBox .sizeList li {
    margin: 7px 6px 0 0;
    width: calc((100% - 12px)/3);
  }
  #shop.detail .textBox .sizeList li:nth-child(3n) {
    margin-right: 0;
  }
  #shop.detail .textBox .sizeList li .ico {
    right: 8px;
    top: 14px;
  }
  #shop.detail .textBox .sizeList input {
    display: none;
  }
  #shop.detail .textBox .sizeList input + span {
    font-size: 1rem;
    padding: 9px 15px;
  }
  #shop.detail .textBox .sizeBox p {
    margin: 0 5px;
    font-size: 1.2rem;
  }
  #shop.detail .textBox .btnBox {
    margin: 0 5px 31px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #707070;
  }
  #shop.detail .textBox .btnBox select {
    margin-right: 20px;
  }
  #shop.detail .textBox .btnBox .comBtn {
    display: block;
    width: 100%;
    max-width: 254px;
  }
  #shop.detail .textBox .btnBox .comBtn li {
    margin-left: 0;
  }
  #shop.detail .textBox .btnBox .comBtn li a {
    width: 100%;
    padding: 10px 25px;
    max-width: 254px;
    font-size: 1.4rem;
  }
  #shop.detail .textBox .btnBox .comBtn .liStyle {
    margin-top: 15px;
  }
  #shop.detail .textBox .btnBox .comBtn .liStyle a {
    padding: 9px 25px;
  }
  #shop.detail .textBox .linkList {
    margin: -12px -4px 0;
    justify-content: flex-end;
  }
  #shop.detail .textBox .linkList li {
    margin-top: 14px;
  }
  #shop.detail .textBox .linkList li:last-child {
    width: 100%;
    text-align: right;
  }
  #shop.detail .relateBox .introBox {
    margin: 0 25px 80px;
  }
  #shop.detail .relateBox .introBox h2 {
    margin-bottom: 25px;
    border-top: none;
    padding: 0;
  }
  #shop.detail .relateBox .introBox p {
    line-height: 2.3;
    margin-bottom: 28px;
  }
  #shop.detail .relateBox .introBox .tabBox {
    margin-left: 0;
  }
  #shop.detail .relateBox .introBox .tabBox .note {
    margin-bottom: 0;
  }
  #shop.detail .relateBox .introBox .tabBox .note span:last-child {
    font-size: 1rem;
    margin-top: 4px;
  }
  #shop.detail .relateBox .introBox .tabBox td {
    padding: 6px 2px;
    font-size: 1.2rem;
  }
  #shop.detail .relateBox .introBox .noteList li {
    line-height: 2.28;
  }
  #shop.detail .relateBox .introBox:nth-child(2) {
    margin-bottom: 115px;
  }
}
@media all and (max-width: 375px) {
  #shop.detail .relateBox .introBox {
    margin: 0 20px 80px;
  }
}
@media all and (max-width: 374px) {
  #shop.detail .textBox .inner .list li p {
    font-size: 0.7rem;
  }
  #shop.detail .textBox .linkList a {
    margin: 0 10px;
  }
  #shop.detail .relateBox .introBox .tabBox td {
    font-size: 1rem;
  }
  #shop.detail .textBox .sizeBox p {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 359px) {
  #shop .pageNavi a, #shop .pageNavi span {
    margin: 0 13px;
  }
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
  margin-bottom: 322px;
}
#about .headLine01 {
  margin-bottom: 180px;
}
#about .pageTitle {
  margin: 0 32px 203px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .pageTitle .photo {
  width: 49.7%;
}
#about .pageTitle .textBox {
  margin: 17px 0 0 5px;
  width: 39.7%;
}
#about .pageTitle .textBox .title {
  margin-bottom: 38px;
}
#about .pageTitle .textBox p {
  letter-spacing: 0.04em;
  line-height: 2;
}
#about h3 {
  margin-bottom: 61px;
  color: #7F9ABA;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.667;
  text-align: center;
}
#about .ctrText {
  margin-bottom: 93px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
#about .snsList {
  padding: 58px 75px 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#about .snsList li {
  margin-bottom: 42px;
  width: 50%;
}
#about .snsList li a {
  display: flex;
  letter-spacing: 0.04em;
  align-items: center;
}
#about .snsList li a:hover {
  opacity: 0.7;
}
#about .snsList li a img {
  margin: 3px 20px 0 0;
  width: 36px;
}
@media all and (max-width: 896px) {
  #about {
    margin-bottom: 189px;
  }
  #about .headLine01 {
    display: none;
  }
  #about .pageTitle {
    margin: 0 -20px 151px;
    padding-top: 118px;
    display: block;
  }
  #about .pageTitle .photo {
    width: auto;
  }
  #about .pageTitle .textBox {
    margin: 0 38px 147px;
    width: auto;
  }
  #about .pageTitle .textBox .title {
    margin: 0 0 28px 4px;
    max-width: 292px;
  }
  #about .pageTitle .textBox p {
    font-size: 1rem;
  }
  #about h3 {
    margin-bottom: 111px;
    font-size: 2rem;
    line-height: 2;
  }
  #about .ctrText {
    margin: 0 2px 60px;
    line-height: 32px;
    text-align: left;
  }
  #about .snsList {
    padding: 66px 0 90px;
    display: block;
  }
  #about .snsList li {
    margin-bottom: 56px;
    width: auto;
  }
  #about .snsList li:last-child {
    margin-bottom: 0;
  }
  #about .snsList li a {
    display: block;
    text-align: center;
    letter-spacing: 0;
    word-break: break-all;
  }
  #about .snsList li a img {
    margin: 0 auto 8px;
    display: block;
  }
}
@media all and (max-width: 375px) {
  #about .ctrText {
    margin: 0 0 60px;
  }
}