/* common */
body {
  margin: 0;
  padding: 0;
  font-family: 'Hanken Grotesk', 'Zen Maru Gothic', sans-serif;
  letter-spacing: 0.06em;
  margin-right: -0.06em;  
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-overflow-scrolling: touch; 
  line-height: 1em;
  font-weight: 400;
}
.pf,.lb,.arvo,.pop {
  letter-spacing: 0;
}
.mont,.lato,.rw,.sspro {
  letter-spacing: 0.06em;
}
.haken { font-family: 'Hanken Grotesk', 'Noto Sans JP', sans-serif !important;}
.jost { font-family: 'Jost', 'Noto Sans JP', sans-serif !important;}
.pf { font-family: 'Playfair Display', serif !important;}
.eb { font-family: 'EB Garamond', serif !important;}
.js { font-family: 'Josefin Slab', serif !important;}
.amat{font-family: 'Amatic SC', cursive !important;}
.pacif{font-family: 'Pacifico', cursive !important;}
.osw{font-family: 'Oswald', sans-serif !important;}
.mont {font-family: 'Montserrat', sans-serif !important;}
.lato {font-family: 'Lato', sans-serif !important;}
.rw {font-family: 'Raleway', sans-serif !important;}
.qs{font-family: 'Quicksand', sans-serif !important;}
.ct{font-family: 'Crimson Text', serif !important;}
.spsc{font-family: 'Spectral SC', serif !important;}
.pf,.eb,.js,.amat,.pacif,.osw
.mont,.lato,.rw,.qs,.ct,.spsc {
  -webkit-font-smoothing: antialiased;
}
.jp_zen_gothic{font-family: 'Zen Maru Gothic', sans-serif !important;}
.jp_noto_sans{font-family: 'Noto Sans JP', sans-serif !important;}
.jp_noto_serif{font-family: 'Noto Serif JP', serif !important;}
.jp_gothic{font-family: "Yu Gothic Medium", sans-serif !important;}
.jp_mincho{font-family: "Yu Mincho Medium", serif !important;}
.jp_sawarabi_mincho{font-family: 'Sawarabi Mincho', sans-serif !important;}

img {
  border-width: 0;
}
object, embed {
  vertical-align: bottom;
}
ul, ul li, ol, ol li {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
}
a {
  opacity: 1;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  outline: none;
}
a:hover {
  opacity: .7;
}
img, a img {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  text-decoration: none;
  vertical-align: top;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-left {float: left}
.col-right {float: right}
.sectionTitle {	
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}
@media only screen and (max-width:780px) {
  .sectionTitle {
    font-size: 22px;
  }
}
#sb-site {
  opacity: 1;
  margin-top: 98px;
  text-align: center;
}
#sb-site.noHeaderBottomBnr {
  margin-top: 80px;
}
.sb-active #sb-site {
  opacity: 0.6;
}
@media only screen and (max-width:780px) {
  #sb-site {
    margin-top: 79px;
  }
  #sb-site.noHeaderBottomBnr {
    margin-top: 60px;
  }
}
.innerContent {
  width: 90%;
  max-width: 1000px;
  margin: 0px auto;
}
.itemDetail .purchase .itemDescription a,
.aboutArea p a {
  text-decoration: underline !important;
}
.hidden {
  display: none;
}
.soldout_cover {
  font-size: 12px;
}
.hovline a {
  position: relative;
  display: inline-block;
}
.hovline a::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  transition: .3s;
  -webkit-transition: .3s;
}
.hovline a:hover::after {
  width: 100%;
}
.itemPrice .proper {
  text-decoration: line-through;
  font-size: 10px;
  font-weight: 400;
}
.itemPrice .sale {
  display: inline-block;
}
.itemPrice .discount {
  font-size: 10px;
  display: inline-block;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.inner {
  width: 100%;
}
.moreItems {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #000000;
  margin-top: 20px;
  font-size: 13px;
}
#moreItems, #blog .moreItems {
  margin-bottom: 50px;
}
.imageWhite {
  opacity: 0.4;
}
.off {
  display: none !important;
}
.scrollFade {
  opacity: 0;
  transform: translateY(20px);
}
.noItemsLabel {
  margin: 100px auto;
  width: 90%;
}
.grecaptcha-badge {
  bottom: 110px !important;
  z-index: 100;
}
@media only screen and (max-width:780px) {
  #moreItems, #blog .moreItems {
    margin-bottom: 30px;
  }
}

/* colorbox */
#cboxTopLeft,#cboxTopCenter,#cboxTopRight,
#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,
#cboxMiddleLeft,#cboxMiddleRight {
  background: none !important;
}
.itemCb #cboxContent button {
  display: none !important;
}

/* toggle background */
.toppage-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* header */
#header {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  padding: 20px 5%;
  height: auto;
}
.headerBackgrond {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
}
#headerBase {
  position: relative;
  margin: 0;
  height: 40px;
}
#headerBase .sb-toggle-left {
  float: left;
  margin: 10px 0 0 0;
}
#headerBase .menu-trigger,
#headerBase .menu-trigger span {
  display: inline-block;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 3px;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}
#headerBase .menu-trigger {
  position: relative;
  width: 16px;
  height: 20px;
}
#headerBase .menu-trigger img {
  width: 100%;
  height: 100%;
}
#headerBase h1 {
  vertical-align: middle;
  line-height: 1.1em;
  font-size: 1.1em;
  height: auto;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-height: 45px;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0 auto;
}
#headerBase h1 a,
#headerBase h1 img {
  height: auto;
  max-height: 40px;
  width: 100%;
  object-fit: contain;
}
#headerBase h1 img {
  width: auto;
}
#headerBase .nav-icon {
  float: right;
  height: 16px;
  margin: 12px 0;
  margin-left: auto;
}
#headerBase nav {
  width: auto;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
#headerBase nav > ul {
  height: 100%;
}
#headerBase nav > ul li {
  font-size: 14px;
  float: left;
  display: inline-block;
  height: 100%;
}
#headerBase nav .nav-search a {
  background: rgba(0, 0, 0, 0);
  border-radius: 2px;
  height: 100%;
  padding: 0 10px;
}
#headerBase nav .icon-search:before {
  font-size: 17px;
  color: #555;
}
#headerBase nav #baseMenu {
  padding: 0 !important;
  margin-top: -2px;
  float: right;
  position: static !important;
  height: 100%;
}
#headerBase nav #baseMenu ul {
  height: 100%;
}
#headerBase nav #baseMenu ul li {
  display: block;
  margin:0 !important;
}
#headerBase nav #baseMenu ul li img {
  width: 18px;
  height: 18px;
}
#headerBase nav #baseMenu > ul > li a {
  box-shadow: none !important;
  padding: 0 10px !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0);
}
#baseMenu > ul > li a:hover {
  box-shadow: none !important;
  padding: 7px 9px !important;
}
#baseMenu > ul > li.cart a{
  margin: 0 !important;
}
.header-nav {
  display: flex;
  position: relative;
}
.header-nav .category-list {
  position: absolute;
  top: 148%;
  left: 0;
  margin: 0px calc(50% - 50vw);
  width: 100vw;
} 
#category-menu {
  cursor: pointer;
}
.header-nav #category-menu span, .header-nav .header-nav-link, #header .category-list #appsItemCategoryTag {
  letter-spacing: 0.2em;
  font-family: 'Soleil', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
span.headerNavColor {
  display: block;
}
#header .category-list #appsItemCategoryTag {
  text-align: left;
  padding: 60px 4% 5% 4%;
  opacity: 0.9;
  flex-wrap: wrap;
  justify-content: initial;
  overflow: scroll;
  height: 92vh;
}
#appsItemCategoryTag {
  display: none;
}
#appsItemCategoryTag::before {
  content:"";
  display: block;
  width:200px;
  order:1;
  margin: 0 1% 5% 1%;
}
#appsItemCategoryTag::after{
  content:"";
  display: block;
  width:200px;
  margin: 0 1% 5% 1%;
}
.header-nav ul#appsItemCategoryTag {
  justify-content: space-around;
}
.header-nav .appsItemCategoryTag_child {
  position: relative;
}
.header-nav .appsItemCategoryTag_child::after {
  content:"";
  display:block;
  width: 100%;
  height:2px;
  position:absolute;
  top:35px;
  left:0px;
}
#header li.appsItemCategoryTag_child {
  width: 19%;
  margin: 0 3% 5% 3%;
}
.appsItemCategoryTag_child > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.appsItemCategoryTag_lowerchild {
  line-height: 15px;
}
.header-nav ul.appsItemCategoryTag_lowerchild {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.appsItemCategoryTag_lowerchild > li {
  margin: 8px 0px;
}
.header-nav-list {
  width: 75%;
  display: flex;
  justify-content: space-evenly;
  margin-left: 0px;
}
.header-nav-list-right {
  margin-left: 17%;
}
.header-nav-item {
  line-height: 40px;
}
.header-nav-link {
  position: relative;
}
.header-nav-link::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  bottom: 2px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav-link:hover::after {
  width: 100%;
}
#headerBase nav > ul li {
  height: auto !important;
}
span.logoText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 39px;
  width: 100%;
}
@media only screen and (max-width:980px) {
  .header-nav-list, .header-nav-list-right {
    display: none;
  }
  #headerBase h1 {
    width: calc(100% - 190px);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .header-nav {
    position: inherit;
  }
}
@media only screen and (max-width:780px) {
  #header {
    padding: 15px 4%;
  }
  #headerBase {
    height: 30px;
  }
  #headerBase .sb-toggle-left {
    margin: 5px 0 0 0;
  }
  #headerBase h1 a {
    height: 100%;
  }
  #headerBase h1 a img {
    height: 100%;
    width: 100%;
  }
  #headerBase .nav-icon {
    margin: 7px 0;
    margin-left: auto;
  }
  #headerBase nav .nav-search a {
    padding: 0 5px;
  }
  #headerBase nav #baseMenu > ul > li a {
    padding: 0 5px !important;
  }
  span.logoText {
    line-height: 30px;
    height: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  #header li.appsItemCategoryTag_child {
    width: 14%;
    margin: 0 3% 5% 3%;
  }
}
@media only screen and (min-width:981px) {
  #header {
    padding: 20px 15% !important;
  }
  .sb-toggle-left {
    display: none;
  }
  #headerBase h1 {
    transform: translateX(-1%);
    margin: 0;
    text-align: left;
    position: static !important;
    max-width: calc(100% - 57% - 120px);
  }
}

/* -- sectiontitle--*/
.section-image1, .section-image2, .section-image3, .section-image4 {
  position: relative;
  z-index: 1;
}
.section img {
  height: 200px;
  width: 100%;
  display: block;
  object-fit: cover;
}
.section-title {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -55%);
  color: #000;
  font-size: 35px;
  line-height: 35px;
  margin: auto;
  word-break: break-all;
}
.section-title-wrapper {
  height: 220px;
}
.section-title-wrapper-no-bg {
  padding: 110px 0px;
  position: relative;
}
.simpleParallax.simple-parallax-initialized {
  height: 220px
}
section.section-image3 {
  margin-top: 50px;
}
section.section-image4 {
  margin-top: 50px;
}
img.js-target-parallax { 
  width: 25%;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width:780px) {
  .section-title-wrapper {
    height: 160px;
  }
  .section-title-wrapper-no-bg {
    padding: 65px 0px !important; 
    padding-top: 80px !important;
  }
  .section-title {
    font-size: 24px;
    line-height: 24px;
  }
  .simpleParallax.simple-parallax-initialized {
    height: 160px
  }
}

/* header bottom bnr */
.headerBottomBnr {
  height: 36px;
  top: 79px;
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1001;
}
.headerBottomBnr p {
  margin: 0;
  text-align: center;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.headerBottomBnr .marquee {
  overflow:hidden;
}
.headerBottomBnr .marquee p {
  width: 100%;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from {margin-left:100%; width:100%;}
  to {margin-left:-100%; width:100%;}
}
@-moz-keyframes marquee {
  from {margin-left:100%; width:100%;}
  to {margin-left:-100%; width:100%;}
}
@-o-keyframes marquee {
  from {margin-left:100%; width:100%;}
  to {margin-left:-100%; width:100%;}
}
@keyframes marquee {
  from {margin-left:100%; width:100%;}
  to {margin-left:-100%; width:100%;}
}
@media only screen and (max-width:780px) {
  .headerBottomBnr {
    top: 59px;
  }
}

#itemList #mainContent:before {
  display: none;
}

/* footer */
#mainFooter {
  clear: both;
  padding: 35px 0px 60px 0px;
  text-align: center;
  margin: 0px;
  margin-top: 50px;
}
#mainFooter .social {
  display: inline-block;
  text-align: center;
}
footer.social li {
  height: 35px;
  width: 35px;
}
#mainFooter .social li {
  display: inline-block;
  width: 35px;
  margin-right: 4px;
  vertical-align: middle;
}
#mainFooter .social li:last-child {
  margin-right: 0;
}
#mainFooter .social li img {
  width: 100%;
  object-fit: contain;
  background-color: #fff;
  border-radius: 17.5px;
}
#mainFooter .footerMenu {
  display: block;
  font-size: 10px;
  margin-top: 30px;
}
#mainFooter .footerMenu li {
  margin-top: 10px;
}
#mainFooter .footerMenu li #i18 {
  display: inline-block;
}
#mainFooter .footerMenu li #i18 select {
  margin-bottom: 0;
}
#mainFooter .footerMenu .copyright {
  font-weight: normal;
}
@media only screen and (max-width:780px) { 
  #mainFooter {
    padding: 35px 0px 80px 0px;
  }
  #mainFooter .footerMenu .social li:last-child{
    margin-right: 0;
  }
  #mainFooter .social li {
    margin-right: 0px;
  }
}

/* search */
#search {
  display: none;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 115px;
  background-color: rgba(255,255,255,0.9);
  height: 60px;
  padding: 0;
  z-index: 19999;
}
#search.noHeaderBottomBnr {
  top: 80px;
}
#search input[type=text] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 2rem;
  font-size: 12px;
  margin-top: 15px;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 40%;
  border-radius: 0;
}
#search .itemSearch__btn {
  border: none !important;
  background: rgba(0, 0, 0, 0) !important;
  padding: 9px 2px !important;
  vertical-align: middle;
  border-radius: 2px;
}
#search .icon-search:before {
  font-size: 17px;
  color: #555;
}
@media only screen and (max-width:780px) {
  #search {
    top: 95px;
  }
  #search.noHeaderBottomBnr {
    top: 50px;
  }
}

/* side menu */
.sb-slidebar {
  text-align: left;
  border-left: none;
}
.sb-slidebar nav {
  padding: 20% 12%;
  padding-bottom: 30%;
  font-size: 15px;
  font-weight: 600;
}
.sb-slidebar nav ul li {
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.sb-slidebar #appsItemCategoryTag {
  display: block;
}
.sb-slidebar nav #appsItemCategoryTag li {
  margin-bottom: 0;
}
.sb-slidebar nav #category-menu {
  margin: 0;
}
.sb-slidebar nav #category-menu .appsItemCategoryTag_child {
  margin: 0 !important;
}
.sb-slidebar nav #category-menu > span {
  display: block;
  margin-bottom: 20px;
}
.sb-slidebar nav #category-menu .category-list {
  margin-left: 4%;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_lowerchild {
  padding-left: 10px;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_lowerchild .appsItemCategoryTag_lowerLink:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  content: '-';
  width: 4px;
  height: 1px;
}
.sb-slidebar nav #category-menu .category-list #appsItemCategoryTag .appsItemCategoryTag_child {
  font-size: 13px;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_child a:before {
  position: absolute;
  bottom: 50%;
  left: 0;
  content: '';
  width: 4px;
  height: 1px;
  transition: .3s;
  -webkit-transition: .3s;
} 
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_child a{
  position: relative;
  display: inline-block;
  padding:0 0 0 10px !important;
  margin: 0 0 10px 0;
  font-weight: 400 !important;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_child a:hover{
  padding-left: 13px;
}
.sb-slidebar nav #category-menu .category-list .appsItemCategoryTag_child a:hover::before{
  width: 100%;
}
.sideMenuBottom a {
  line-height: 25px;
  font-weight: normal;
}
.sideMenuBottom .sodeMenuBanner {
  margin-top: 10px;
}
.sideMenuBottom .sodeMenuBanner img {
  width: 100%;
}

/* key visual */
#keyVisualPc, #keyVisualSp {
  margin: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#keyVisualPc {
  display: block !important;
}
#keyVisualSp {
  display: none !important;
}
#keyVisualPc img, #keyVisualSp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#keyVisualPc .titleArea, #keyVisualSp .titleArea {
  position: absolute;
  bottom: 50%;
  left: 40%;
}
#keyVisualPc .slides .slideTitle, #keyVisualSp .slides .slideTitle {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
}
#keyVisualPc .slides .slideSubTitle, #keyVisualSp .slides .slideSubTitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 30px;
  outline: none;
}
#keyVisualPc .slideButton, #keyVisualSp .slideButton {
  font-weight: normal;
  text-align: center;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: normal;
  width: auto;
  display: inline-block;
}
#keyVisualPc .slick-arrow, #keyVisualSp .slick-arrow {
  display: none !important;
}
#keyVisualPc .slick-dots, #keyVisualSp .slick-dots {
  bottom: 0;
  width: 100%;
  height: 5px;
  display: flex;
}
#keyVisualPc .slick-dots li, #keyVisualSp .slick-dots li {
  flex-grow: 1;
  margin: 0;
  background-color: rgba(219, 219, 219, 0.6);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
#keyVisualPc .slick-dots li button, #keyVisualSp .slick-dots li button {
  width: 100% !important;
  height: 100% !important;	
}
#keyVisualPc .slick-dots .slick-active, #keyVisualSp .slick-dots .slick-active {
  background-color: #000;
  background-color: rgba(204, 178, 165, 0.6);
}
@media only screen and (max-width:780px) {
  #keyVisualSp {
    display: block !important;
  }
  #keyVisualPc {
    display: none !important;
  }
  #keyVisualSp .slides .slideTitle {
    font-size: 22px;
    line-height: 30px;
  }
  #keyVisualSp .slides .slideSubTitle {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #keyVisualPc .titleArea, #keyVisualSp .titleArea {
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width:781px) {
  #keyVisualSp .titleArea, #keyVisualPc .titleArea {
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* sliderBnr banner */
.sliderBnr {
  text-align: left;
  margin-top: 80px !important;
}
.sliderBnr ul {
  width: calc(100% - 40px);
  margin: auto;
}
.sliderBnr ul li {
  position: relative;
  width: 50%;
}
.sliderBnr ul li img {
  width: 100%;
}
.sliderBnr .sliderTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  word-break: break-all;
  width: 90%;
  max-height: 90%;
  overflow: hidden;
}
.sliderBnr .sliderTitle p {
  font-weight: 500;
  margin: 0;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}
.sliderBnr .slick-arrow::before {
  display: none;
}
.sliderBnr .slick-prev {
  background-image: url(https://basefile.akamaized.net/devbase/6066973661c47/prev_arrow402x.png);
  background-size: 40px;
  margin-left: -45px;
}
.sliderBnr .slick-next {
  background-image: url(https://basefile.akamaized.net/devbase/606696d9826d6/next_arrow402x.png);
  background-size: 40px;
  margin-right: -45px;
}
@media only screen and (max-width:780px) {
  .sliderBnr {
    margin-top: 40px !important;
  }
  .sliderBnr .sliderTitle p {
    font-size: 25px;
    line-height: 30px;
    height: 100%;	
  }
  .sliderBnr .slick-prev {
    background-size: 32px;
    margin-left: -20px;
  }
  .sliderBnr .slick-next {
    background-size: 32px;
    margin-right: -20px;
  }
}

/* categoryBnr banner */
.categoryBnr {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  text-align: left;
  margin-top: 80px !important;
}
.categoryBnr ul {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}
.categoryBnr ul li {
  position: relative;
  width: 50%;
  display: inline-block;
}
.categoryBnr ul li img {
  width: 100%;
}
.categoryBnr .categoryTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  word-break: break-all;	
  width: 90%;
  max-height: 90%;
  overflow: hidden;
}
.categoryBnr .categoryTitle p {
  font-size: 38px;
  font-weight: 500;
  margin: 0;
  line-height: 40px;
  height: 90%;
  text-align: center;
}
@media only screen and (max-width:780px) {
  .categoryBnr {
    width: 100%;
    margin-top: 40px !important;
  }
  .categoryBnr ul li img {
    object-fit: cover;
  }
  .categoryBnr .categoryTitle p {
    font-size: 20px;
    line-height: 20px;
    height: 100%;
  }
}

/* catch copy */
.catchCopy-wrapper {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  word-break: keep-all;
}
@media only screen and (max-width:780px) {
  .catchCopy-wrapper {
    margin-top: 80px;
    font-size: 30px;
    line-height: 40px;
  }
}

/* concept */
.conceptArea {
  width: 90%;
  max-width: 600px;
  margin: auto;
  font-size: 18px;
}
.conceptArea p {
  margin: 0;
  line-height: 25px;
  white-space: pre-wrap;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media only screen and (max-width:780px) {
  .conceptArea {
    font-size: 16px;
  }
}

/* top image */
.topImage-wrapper {
  margin-top: 100px;
}
.topImage-wrapper img {
  width: 100%;
}
@media only screen and (min-width:781px) {
  .topImage-wrapper {
    margin-top: 50px;
  }
}

/* best seller */
.bestSellerArea {
  margin-top: 100px !important;
  position: relative;
}
.bestSellerArea .sliderArea {
  overflow-x: scroll;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;  
}
.bestSellerArea .sliderArea::-webkit-scrollbar {
  display: none;
}
.bestSellerArea ul {
  font-size: 0px;
  text-align: left;
  display: flex;
  margin-bottom: 36px;
}
.bestSellerArea ul li {
  min-width: 33.4%;
  display: inline-block;
  outline: none;
  margin: auto;
  margin-top: 0;
}
.bestSellerArea ul li:nth-child(2n) {
  margin-top: 12%;
}
.bestSellerArea ul li .bestItemTitle {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 30px;
}
.bestSellerArea ul li:nth-child(2n) .bestItemTitle {
  text-align: center;
}
.bestSellerArea ul li img {
  width: 100%;
}
.bestSellerArea .bestSellerImagearea {
  position: relative;
  height: auto;
  width: 100%;
  padding-bottom: 100%;
}
.bestSellerArea .bestSellerImagearea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bestSellerArea ul .detail {
  padding: 15px;
  text-align: center;
}
.bestSellerArea ul .detail p {
  font-size: 13px;
  margin: 0;
}
.bestSellerArea ul .detail .bestItemPrice {
  margin-top: 10px;
}
.bestSellerArea ul .itemPrice {
  text-align: center;
}
.bestSellerArea .scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16px;
}
.bestSellerArea .scrollbarThumb {
  min-width: 50px;
  height: 100%;
}
.bestSellerArea .scrollbarThumb:hover {
  cursor: pointer;
}
.bestSellerArea .scrollbarThumb .dot {
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
  margin: auto;
  margin-top: 8px;
}
@media only screen and (max-width:780px) {
  .bestSellerArea ul li {
    min-width: 50%;
  }
  .bestSellerArea ul li .bestItemTitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

/* feature */
.feature-wrapper {
  margin-top: 100px;
  padding-bottom: 50px;
}
.feature-wrapper .section-title-wrapper-no-bg {
  padding-top: 50px;
}
.featureArea {
  display: block;
}
.featureArea img {
  width: 100%;
}
.pcFlow {
  display: block;
}
.spFlow {
  display: none;
}
@media only screen and (max-width:780px) {
  .pcFlow {
    display: none;
  }
  .spFlow {
    display: block;
  }
}

/* item list */
.itemImg {
  position: relative;
}
#mainContent.itemDetail .inner {
  margin: 0px;
  padding-bottom: 5%;
}
#itemList {
  text-align: center;
  margin-bottom: 0px;
}
.product-wrapper, .category-item-wrapper {
  padding-bottom: 50px;
}
body.categories .product-wrapper {
  padding: 0 0 50px 0;
}
.categories .product-wrapper #itemList {
  margin-top: 15px !important;
}
.sectionTitle {
  margin: 0 0 50px 0;
  text-align: center;
}
#mainContent {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#mainContent .item {
  height: auto;
  display: block;
  width: 23.5%;
  margin-right: 2%; 
}
#mainContent .item:nth-child(4n) {
  margin-right: 0; 
}
#mainContent .item .itemImg {
  position: relative;
  height: auto;
  width: 100%;
  display: block;
  padding-bottom: 125%;
  margin: auto;
}
#mainContent .item .itemImg a {
  width: 100%;
}
#mainContent .item .itemImg a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
}
#mainContent .item .itemImg a .label_image {
  top: 10px;
  left: 10px;
  height: 60px;
  width: 60px;
}
#mainContent .item .itemTitleArea {
  text-align: center;
  padding: 15px;
  padding-bottom: 33px;
}
#mainContent .item .itemTitleArea .itemTitle h2 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#mainContent .item .itemDetail {
  font-size: 14px;
  font-weight: normal;
}
#mainContent .item .properPrice {
  text-decoration: line-through;
}
#mainContent .item .discount {
  color: #fff;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 10px;
}
.waitingForSale,
.endOfSale {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin: 10px 0 0 0;
}
.preOrderItem {
  font-size: 11px;
  display: inline-block;
  padding: 2px 6px;
  margin: 8px 0;
  border-radius: 2px;
  font-weight: 400;
}
.communityMain .communityItems .communityItem .communityItemLabelBlock,
.limitedItem {
  font-size: 11px;
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  margin: 8px 0;
  background-color: #f2bb31;
  border-radius: 2px;
  font-weight: 500;  
}
@media only screen and (max-width:780px) {
  #mainContent .item {
    width: 49%;
  }
  #mainContent .item:nth-child(2n) {
    margin-right: 0; 
  }
  #mainContent .item .itemImg a .label_image {
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
  }
  #mainContent .item .itemTitleArea .itemTitle h2 {
    font-size: 12px;
  }
}
@media only screen and (min-width:781px) {
  #mainContent.itemDetail .item {
    width: 50% !important;
  }
}

/* review area */
.review-wrapper {
  margin-top: 100px;
  padding-bottom: 50px;
}
.review-wrapper .review {
  margin: 0 10px;
}
.review-wrapper .reviewImageArea {
  text-align: center;
}
.review-wrapper .reviewImageArea img {
  width: 30%;
  margin: auto;
  margin-bottom: 20px;
}
.review-wrapper .reviewTextArea {
  padding: 10px 20px;
  position: relative;
}
.review-wrapper .reviewTextArea .reviewOpen {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
}
.review-wrapper .reviewTextArea .reviewClose {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 15px;
}
.review-wrapper .reviewText {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  word-break: keep-all;
}
.review-wrapper .slick-dots li {
  background-color: #D9D9D9;
  border-radius: 4px;
  width: 8px;
  height: 8px;
}
.review-wrapper .slick-dots li.slick-active {
  background-color: #000;
}
@media only screen and (max-width:780px) {
  .review-wrapper {
    margin-top: 50px;
  }
  .review-wrapper .reviewArea {
    width: 90%;
    max-width: 1000px;
  }
}

/* gallery area */
.galleryArea .imageArea {
  display: inline-block;
}
.galleryArea .imageArea {
  width: 100%;
  overflow: hidden;
}
.galleryArea .halfBase {
  display: flex;
  height: 30vw;
}
.galleryArea .halfGallery {
  width: 50%;
}
.galleryArea img {
  width: 100%;
  object-fit: cover;
}
.galleryArea .imageArea img {
  transition-duration: 10s;
}
.galleryArea .imageArea img:hover {
  transform: scale(1.2);
  transition-duration: 10s;
}

/* blog */
.blogArea .section-title-wrapper-no-bg {
  padding-bottom: 50px;
}
.blogContainer {
  width: 100%;
}
.blogContainer p {
  margin: 0;
}
.blogContainer .blogInner {
  width: 50%;
  text-align: left;
}
.blogContainer .blogHeadImage {
  width: 100%;
}
.blogContainer .blogHeadImage a {
  position: relative;
  height: auto;
  padding-bottom: 80%;
  width: 100%;
}
.blogContainer .blogHeadImage a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.blogContainer .dateLabel {
  font-size: 10px;
  font-weight: 500;
  color: #666;
}
.blogContainer .dateLabelTitle {
  margin-bottom: 0px;
}
.blogContainer .blogPublish {
  font-size: 12px;
}
.blogContainer .publishDate {
  margin-top: 5px;
}
.blogContainer .blogTitle {
}
.blogContainer .blogTitle h2 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}
.blogContainer .blogContents {
  display: none;
}
.blogContainer .blogBody {
  line-height: 20px;
  font-size: 13px;
}
.blogContainer .blogBody .text {
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#blogContainerTopic {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
#blogContainerTopic .blogInner {
  width: 50%;
  text-align: left;
  padding: 10px 30px;
  position: relative;
  margin: auto;
}
#blogContainerTopic .blogHeadImage {
  width: 85%;
  position: relative;
}
#blogContainerTopic .blogHeadImage a {
  position: relative;
  height: auto;
  padding-bottom: 100%;
  width: 100%;
}
#blogContainerTopic .topicLabel {
  position: absolute;
  right: 0;
  top: 40%;
  right: -15%;
  transform: translateY(-40%) translateX(0%);
  -webkit- transform: translateY(-40%) translateX(0%);
  padding: 8px;
  background-color: #000;
}
#blogContainerTopic .blogDetailBase {
  position: relative;
  width: 90%;
  margin-left: 10%;
  margin-top: -10%;
  padding: 25px;
  background-color: rgba(243, 243, 243, 0.9);
}
#blogContainerTopic .blogInner .blogTitle h2 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
#blogContainerTopic .blogInner .blogOpen {
  position: absolute;
  width: 30px;
  top: 0;
  left: 0;
}
#blogContainerTopic .blogInner .blogClose {
  position: absolute;
  width: 30px;
  bottom: 0;
  right: 0;
}
#blogContainerTopic .slick-next {
  display: none !important;
}
#blogContainerTopic .slick-prev {
  display: none !important;
}
#blogContainerTopic .slick-dots {
  bottom: -35px;
}
#blogContainerTopic .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #CBCBCB;
  border-radius: 5px;
}
#blogContainerTopic .slick-dots .slick-active {
  background-color: #CBCBCB;
  background-color: #fff;
  border: 1px solid #000;
}
.blogContainer .blogContainerNoTopic {
  margin-top: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: initial;
}
.blogContainer .blogContainerNoTopic .blogInner {
  display: block;
  width: calc(33.3% - 13px);
  margin-right: 20px;
}
.blogContainer .blogContainerNoTopic .blogInner:nth-child(3n) {
  margin-right: 0px;
}
.blogContainer .blogContainerNoTopic .blogHeadImage {
  width: 100% !important;
  display: inline-block;
}
.blogContainer .blogContainerNoTopic .blogDetailBase {
  width: 100%;
  display: block;
  padding: 10px 5px;
}
.blogContainer .blogContainerNoTopic .blogDetailBase h2 {
  margin: 0;
}
@media only screen and (max-width:780px) {
  .blogContainer .blogContainerNoTopic .blogInner {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .blogContainer .blogContainerNoTopic .blogInner:nth-child(2n) {
    margin-right: 0px;
  }
  .blogContainer .blogTitle h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .blogContainer .blogBody {
    line-height: 15px;
    font-size: 11px;
  }
  .blogContainer .blogBody .text {
    margin: 10px 0;
  }
  #blogContainerTopic .blogInner {
    margin: 0;
    padding: 10px 20px;
    width: 100%;
  }
  #blogContainerTopic .blogInner .blogOpen {
    width: 20px;
  }
  #blogContainerTopic .blogInner .blogClose {
    width: 20px;
    right: 2px;
  }
  #blogContainerTopic .blogInner .blogTitle h2 {
    font-size: 15px;
    line-height: 20px;
  }
}

/* question area */
.question-wrapper {
  margin-top: 50px;
}
.questionArea {
  display: flex;
  flex-wrap: wrap;
}
.questionArea .question {
  display: flex;
  width: 50%;
  padding: 10px;
  text-align: left;
}
.questionArea .qIconArea {
  font-weight: 500;
  font-size: 30px;
}
.questionArea .qIconArea p {
  margin-top: 21px;
  margin-right: 10px;
  color: #254226;
}
.questionArea .questionText {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}
.questionArea .answerText {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (max-width:780px) {
  .questionArea .question {
    width: 100%;
  }
  .questionArea .questionText {
    font-size: 15px;
    line-height: 20px;
  }
  .questionArea .qIconArea p {
    margin-top: 17px;
  }
  .questionArea .answerText {
    font-size: 14px;
  }
}

/* infomation area */
.infomationArea {
  margin-top: 100px !important;
}
.infomationArea ul {
  text-align: left;
}
.infomationArea ul li {
  border-bottom: 1px dotted #CBCBCB;
  padding-bottom: 40px;
  margin-top: 40px;
}
.infomationArea ul li:last-child(1) {
  margin-top: 0px;
}
.infomationArea ul li p {
  margin: 0;
  font-size: 12px;
}
.infomationArea ul li .infomationDate {
  font-size: 12px;
  margin-bottom: 10px;
}

/* search index */
.titleForSearchResult{
  width: 90%;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  margin: 60px auto 100px auto;
}
@media only screen and (max-width: 780px) { 
  .titleForSearchResult{
    margin: 0;
    margin: 30px auto;
  }	
}

/* modal popup */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.isShow {
  opacity: 1;
  visibility: visible;
}
.popupInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  background-color: #fff;
  z-index: 2;
}
.popupInner img {
  width: 100%;
}
#popupCloseBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
#popupCloseBtn i {
  font-size: 20px;
  color: #333;
}
.blackBackground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1;
  cursor: pointer;
}

/* bottom fix button */
.bottomFixBtn {
  position: fixed;
  bottom: 10px; 
  right: 10px;
  z-index: 9998;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 5px 15px -3px rgb(0 0 0 / 20%);
}
.bottomFixBtn a {
  line-height: 30px;
  padding: 10px 20px;
  background-color: #00AFAB;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
}
.bottomFixBtn .btn2 {
  margin-top: 15px;
}
@media only screen  and (max-width:780px) {
  .bottomFixBtn {
    padding: 10px;
  }
  .bottomFixBtn a {
    line-height: 20px;
    font-size: 13px;
  }
}

/* community */
.communityMain {
  width: 90% !important;
  max-width: 1000px;
  margin: auto !important;
  margin-top: 50px !important;
  padding: 0 !important;
}
.communityMain #limitedItem {
  width: 100% !important;
}
.communityMain .communityItems {
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: row !important;
}
.communityMain .communityItems .communityItem {
  width: 23.5% !important;
  margin-right: 2% !important;
}
.communityMain .communityItems .communityItem:nth-child(4n) {
  margin-right: 0 !important;
}
.communityMain .communityItems .communityItem .communityImageContainer {
  width: 100% !important;
}
.communityMain .communityItems .communityItem .communityItemTitle {
  width: 100% !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen  and (max-width:780px) {
  .communityMain .communityItems .communityItem {
    width: 49% !important;
  }
  .communityMain .communityItems .communityItem:nth-child(2n) {
    margin-right: 0 !important;
  }
}

#notPublic {
  margin-top: 100px;
}
#notPublic p {
  font-weight: bold;
  font-size: 20px;
}