/* category page */
.innerCategory {
  margin-top: 50px;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.innerCategory .breadcrumb {
  max-width: 1000px;
  margin: auto;
  margin-top: 30px;
  font-size: 11px;
  text-align: left;
}
.innerCategory .breadcrumb li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.innerCategory .breadcrumb li:after {
  content: ">";
  color: #ccc;
  display: inline-block;
  margin: 0 0 0 10px;
}
.innerCategory .breadcrumb li:last-child:after {
  content: "";
}
.innerCategory .breadcrumb li a {
  display: inline-block;
}
.innerCategory .categoryTitle01 {
  max-width: 1000px;
  font-size: 32px;
  line-height: 1.2em;
  text-align: left;
  font-weight: 500;
  margin: 50px auto;
}
.innerCategory .childCategoryList01 {
  max-width: 1000px;
  margin: auto;
  text-align: left;
  font-size: 14px;
}
.innerCategory .childCategoryList01 li {
  display: inline-block;
  margin: 0 30px 15px 0;
}
.innerCategory .childCategoryList01 li:after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.innerCategory .childCategoryList01 li:last-child:after {
  background: none;
  margin-left: 0;
}
.innerCategory .childCategoryList01 li a:after {
  display: none;
}

/* community */
#community .communityTitle{
  font-size: 28px;
  line-height: 1.2em;
  margin: 60px 0 30px;
}
.communityMain .communityItemHeader {
  margin-top: 60px !important;
}
.communityMain .communityButton {
  color:#fff !important;
  align-items: center;
}
.communityMain .communityItemHeader, 
.communityMain .communityUrlHeader {
  font-size: 20px !important;
}
.communityImageContainer,
.communityMain .communityItems .communityItem .communityItemTitle {
  height: auto !important;
}
.communityMain .communityItems .communityItem .communityItemTitle  {
  font-size: 14px;
  margin-bottom: 10px !important;
  max-height: initial !important;
}
.communityMain .communityItems .communityItem .communityItemPrice {
  font-size: 12px !important;
}
.communityMain .communityPrice h3 {
  margin: 0 0 1em 0;
}
.communityMain .communityContent {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
.communityMain .communityOverview,
.communityMain .communityNav {
  width: 100% !important;
}
.communityMain .communityNav {
  margin: 30px auto 0 !important;
}
#communityPurchase {
  margin-top: 30px;
}
.communityBox *,
.purchaseButton #communityPurchase .communitySignin p {
  font-size: 13px !important;
}
.purchaseButton .buttonPayid {
  width: 100%;
  color: #fff!important;
  height: auto !important;
  text-decoration: none;
  background-color: #0063f0c !important;
}
.communityBox .communityModal {
  overflow: auto;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto;
  transform:initial !important;
  height: 70vh;
  max-height: 620px;
}
.communityMain #productsLimitedUrl .urlBox {
  border: 1px solid #e5e5e5 !important;
  background-color: rgba(144,144,144,0.1) !important;
}
.communityMain .communityItems .communityItem {
  margin-bottom: 32px;
}
.communityMain .communityNotExists {
  margin:120px auto;
}
@media only screen and (max-width:880px) { 
  .communityMain {
    width: 100% !important;
    padding: 5% !important;
  }
  .communityMain .communityContent,
  .communityMain .communityItems,
  .communityMain #productsLimitedUrl {
    flex-direction: column;
    flex-wrap: nowrap !important;
    justify-content: space-around;
  }
  .communityMain .communityItems .communityItem,
  .communityMain #productsLimitedUrl .urlBox:nth-child(2n) {
    margin-left: 0 !important;
  }
  .communityMain #limitedItem,
  .communityMain .communityOverview,
  .communityMain .communityNav,
  .communityMain .communityItems .communityItem .communityImageContainer,
  .communityMain .communityItems .communityItem .communityImageContainer .communityImageResize,
  .communityMain #limitedUrl,
  .communityMain #productsLimitedUrl .urlBox {
    width: 100% !important;
  }
  .communityMain .communityItems .communityItem .communityImageContainer {
    align-items:stretch;
  }
  .communityMain .communityNav {
    margin: 5% 0 !important;
  } 
  .communityBox .communityModal {
    width: 90% !important;
    max-height: 90vh !important;
  }
}
.communityBox .button {
  width: 100% !important;
  font-size: 16px !important;
}
.communityBox .button__purchase {
  margin-left: 0 !important;
  margin-top: 20px;
}
#forCentering.communityMain {
  padding: 0;
  margin:0;
}
.communityMain #productsLimitedUrl .urlBox .url {
  font-size: 12px !important;
  text-decoration: underline;
}
@media only screen and (max-width:480px) { 
  .communityModal {
    min-width: initial !important;
  }
}

/* about */
#about {
  font-size: 12px;
}
#about .sp {
  display: none !important;
}
#about .aboutImg {
  width: 100%;
  margin: 0;
  position: relative;
  height: 600px;
}
#about .aboutImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .innerContent .aboutArea {
  padding: 50px 0;
  max-width: 1000px;
  margin: auto;
}
#about .shopIntro {
  text-align: left;
}
#about .shopIntro,
#about .aboutTxt {
  line-height: 1.8em;
  text-align: left;
}
#about .about2Section {
  margin-top: 50px;
}
#about .mapArea {
  margin-top: 50px;
}
@media only screen  and (max-width:780px) {
  #about .inner .aboutArea {
    width: 90%;
  }
  #about .aboutImg {
    height: 470px;
  }
  #about .sp {
    display: block !important;
  }
  #about .pc {
    display: none !important;
  }
}

/* contact */
#contact .contactArea {
  margin-top: 50px;
}
#contact .explanation {
  max-width: 640px;
  text-align: left;
  margin: auto;
  font-size: 12px;
  line-height: 20px;
  white-space: pre-line;
}
#contact .inquirySection {
  text-align: center;
  margin-top: 50px;
  font-size: 11px;
}
#contact .inquirySection p {
  font-size: 15px;
}
#contact .inquirySection form {
  max-width: 640px;
  font-size: 12px;
  margin: 0 auto 60px;
}
#contact .inquirySection,
#contact .inquirySection form input {
  letter-spacing: 0.06em;
  outline: none;
}
#contact .inquirySection form dl {
  text-align: left;
  width: 100%;
}
#contact .inquirySection form dl dt {
  width: auto;
  height: 40px;
  line-height: 40px;
}
#contact .inquirySection form dl dd {
  width: 100%;
  margin: 0;
}
#contact .inquirySection form dd input {
  width: 100%;
  border: 1px solid #ECECEC;
  background-color: #ECECEC;
  padding: 0 10px 0 10px;
  font-size: 12px;
  height: 40px;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contact .inquirySection form dd textarea {
  width: 100%;
  border: 1px solid #ECECEC;
  background-color: #ECECEC;
  padding: 10px;
  font-size: 12px;
  height: 200px;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#contact .inquirySection .control-panel {
  clear: both;
  margin-top: 30px;
}
#contact .inquirySection form dd .error-message {
  color:#C24444;
}
#contact .inquirySection form input[type=submit] {
  width: 100%;
  height: 54px;
  border: none;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#contact #inquiryCompleteSection p {
  margin-bottom: 40px;
}
#contact #inquiryCompleteSection a {
  font-size: 12px;
  width: 320px;
  margin: 60px auto 120px;
  height: 54px;
  line-height: 54px;
}
#contact #inquiryConfirmSection form dl dt,
#contact #inquiryConfirmSection form dl dd {
  margin: 0 0 30px 0 !important;
  height: auto !important;
  line-height: normal ;
}

/* privacy */
.law .inner,
.privacy .inner {
  max-width: 700px;
  margin: auto;
}
#law, #privacy {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  padding: 0px;
  width: 100%;
}
@media only screen  and (max-width:780px) {
  #law, #privacy {
    width: 90%;
  }
}