@charset "utf-8";

/*##### Index #####*/
.boxIndex01Wrap + .boxIndex01Wrap {
  margin-top: 3.0em;
}
@media all and (max-width: 750px){
  .boxIndex01Wrap + .boxIndex01Wrap {
    margin-top: 2.0em;
  }
}

.boxIndex01.typeOption .boxIndex01In {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.2em 2.5em 0 2.5em;
  border: 1px #483c2f solid;
  border-radius: 0.4em;
}
@media all and (max-width: 750px){
  .boxIndex01.typeOption .boxIndex01In {
    padding: 1.5em 1.0em 0 1.0em;
  }
}

.boxIndex01 .ttl01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.5em;
  padding-bottom: 1.0em;
  font-family: var(--base-font-min);
}
.boxIndex01.typeOption .ttl01 {
  margin-bottom: 2.0em;
}
@media all and (max-width: 750px){
  .boxIndex01 .ttl01 {
    margin-bottom: 2.5em;
  }
  .boxIndex01.typeOption .ttl01 {
    margin-bottom: 1.0em;
  }
}

.boxIndex01 .ttl01:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3.0em;
  height: 1px;
  margin: auto;
  background-color: #666;
}

.boxIndex01 .ttl01 .ttlEn {
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxIndex01 .ttl01 .ttlEn {
    font-size: 1.1rem;
  }
}

.boxIndex01 .ttl01 .ttlJa {
  letter-spacing: 0.12em;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxIndex01 .ttl01 .ttlJa {
    font-size: 1.4rem;
  }
}

.boxIndex01 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.boxIndex01 .boxListOne {
  width: 46%;
  margin-right: calc(100% - 46% * 2);
  margin-bottom: 3.5em;
}
.boxIndex01.typeOption .boxListOne {
  width: 100%;
  margin-right: 0;
}
.boxIndex01 .boxListOne:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: 2.5em;
  }
}

.boxIndex01 .boxListOne .boxImg {
  height: 375px;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxImg {
    height: 45vw;
  }
}

.boxIndex01 .boxListOne .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxIndex01 .boxListOne .boxTxt {
  padding-top: 1.0em;
}

.boxIndex01 .boxListOne .boxTxt .ttlList {
  margin-bottom: 0.5em;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
}
.boxIndex01.typeOption .boxListOne .boxTxt .ttlList {
  display: none;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxTxt .ttlList {
    letter-spacing: 0.08em;
    font-size: 1.05rem;
  }
}

.boxIndex01 .boxListOne .boxTxt .pCaution {
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}

.boxIndex01 .boxListOne .dlStock {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}

.boxIndex01 .boxListOne .dlStock > dt {
  margin-right: 1.0em;
}

.boxIndex01 .boxListOne .boxPriceNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 2.0em;
}

.boxIndex01 .boxListOne .pPrice {
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
.boxIndex01 .boxListOne .boxPriceNum .pPrice {
  margin-right: 1.0em;
}

.boxIndex01 .boxListOne .dlItemNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxIndex01 .boxListOne .dlItemNum > dt {
  margin-right: 1.0em;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .dlItemNum > dt {
    margin-right: 0.7em;
  }
}

.boxIndex01 .boxListOne .dlItemNum > dd input[type="number"] {
  width: 5.0em;
  height: 2.0em;
  margin-right: 0.5em;
  padding: 0 0.5em;
  border: 1px #1c1c1c solid;
  border-radius: 0.4em;
}

.boxIndex01 .boxListOne .dlItemNum > dd select[name="item_num"] {
  width: 5.0em;
  height: 2.0em;
  padding-left: 0.5em;
  color: inherit;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .dlItemNum > dd select[name="item_num"] {
    width: 4.2em;
  }
}

.boxIndex01 .boxListOne .boxDetail {
  position: fixed;
  z-index: 1060;
  top: 5vh;/*0;*/
  /*bottom: 0;*/
  left: 0;
  right: 0;
  display: none;
  width: 90%;
  height: 100%;
  max-height: 90vh;
  max-width: 600px;
  margin: auto;
  padding: 3.0em 3%;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxDetail {
    padding: 3.0em 5% 1.5em 5%;
    max-height: 90dvh;
  }
}

.boxIndex01 .boxListOne .boxDetailIn {
  overflow-y: auto;
  height: 100%;
}

.boxIndex01 .boxListOne .boxDetail .ttlDetail {
  position: relative;
  margin-bottom: 1.0em;
  padding-bottom: 0.6em;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxDetail .ttlDetail {
    letter-spacing: 0.08em;
    font-size: 1.2rem;
  }
}

.boxIndex01 .boxListOne .boxDetail .ttlDetail:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3.0em;
  height: 1px;
  margin: auto;
  background-color: #333;
}

.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 {
  width: 300px;
  margin-bottom: 1.0em;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 {
    width: 79vw;
  }
}

.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideOne {
  width: 300px;
  min-width: auto;
  height: calc(((300px - 10px * 2) * 390) / 293);
  padding: 0 10px;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideOne {
    width: 79vw;
    height: calc(((79vw - 2.6vw * 2) * 390) / 293);
    padding: 0 2.6vw;
  }
}

.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideOne img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideOne video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideNavi .txtSlideNavi {
  display: none;
}

.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi {
  position: relative;
  z-index: 2;
  top: -1.5em;
  -webkit-justify-content: center;
  justify-content: center;
}

.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi > li {
  margin-right: 0.5em;
  background-color: #f6f2e0;
}
.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi > li.current {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #483c2f;
}
.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .boxSlideNavi .ulSlideNavi > li:last-child {
  margin-right: 0;
}

.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .slideNaviL,
.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .slideNaviR {
  width: 40px;
}
.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .slideNaviL {
  left: -40px;
}
.boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .slideNaviR {
  right: -40px;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .slideNaviL,
  .boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .slideNaviR {
    width: 8vw;
  }
  .boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .slideNaviL {
    left: 0;
  }
  .boxIndex01 .boxListOne .boxDetail .boxCsnkSliderArchive01 .slideNaviR {
    right: 0;
  }
}

.boxIndex01 .boxListOne .boxDetail .dl01 > dt {
  margin-bottom: 1.0em;
  padding: 0.2em 0.5em;
  background-color: #f6f2e0;
  font-size: 1.1rem;
}

.boxIndex01 .boxListOne .boxDetail .boxBaseCom.typeCaution {
  margin-top: 1.5em;
}

.boxIndex01 .boxListOne .boxDetail .boxBaseCom > p {
  font-size: 1.0rem;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxDetail .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxIndex01 .boxListOne .boxDetail .boxBaseCom + .dl0101 {
  margin-top: 1.3em;
}

.boxIndex01 .boxListOne .boxDetail .dl0101 + .dl0101 {
  margin-top: 0.5em;
}

.boxIndex01 .boxListOne .boxDetail .dl0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxIndex01 .boxListOne .boxDetail .dl0101 > dt:after {
  content: '：';
}

.boxIndex01 .boxListOne .boxDetail .pDatailCaution {
  margin-top: 0.5em;
}

.boxIndex01 .boxListOne .boxDetail .boxLink {
  text-align: center;
  margin-top: 2.0em;
  margin-bottom: 1.0em;
}

.boxIndex01 .boxListOne .boxDetail .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 15em;
  height: 2.5em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.4em;
  background-color: #483c2f;
  font-size: 1.1rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxDetail .boxLink a {
    padding-bottom: 0.1em;
  }
}

.boxIndex01 .boxListOne .boxDetail .dl0101 + .boxLink {
  margin-top: 3.0em;
}

.boxIndex01 .boxListOne .boxDetail .btnClose {
  position: absolute;
  top: 1.0em;
  right: 1.0em;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne .boxDetail .btnClose {
    top: 0.7em;
  }
}

.boxIndexFormWrap {
  padding: 5em 0 0 0;
  background-color: #fff;
}

.boxIndexForm .dlOrderItem {
  padding-bottom: 3.0em;
  border-bottom: 1px #eee solid;
}

.boxIndexForm .dlOrderItem > dt {
  margin-bottom: 0.5em;
  letter-spacing: 0.12em;
}

.boxIndexForm .boxOrderItem .dl01,
.boxIndexForm .boxOrderItemSet .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.5em;
}

.boxIndexForm .boxOrderItem .dl01 > dt,
.boxIndexForm .boxOrderItemSet .dl01 > dt {
  min-width: 220px;
  margin-right: 3%;
}
@media all and (max-width: 750px){
  .boxIndexForm .boxOrderItem .dl01 > dt,
  .boxIndexForm .boxOrderItemSet .dl01 > dt {
    min-width: 60vw;
    margin-right: 2%;
  }
}

.boxIndexForm .boxOrderItem .dl01 > dd,
.boxIndexForm .boxOrderItemSet .dl01 > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 220px);
}
@media all and (max-width: 750px){
  .boxIndexForm .boxOrderItem .dl01 > dd,
  .boxIndexForm .boxOrderItemSet .dl01 > dd {
    width: calc(100% - 60vw);
  }
}

.boxIndexForm .boxOrderItem .dl01 > dd .txtPrice,
.boxIndexForm .boxOrderItemSet .dl01 > dd .txtPrice {
  width: 5.5em;
  margin-right: 0.5em;
}

.boxIndexForm .boxOrderItem .dl01 > dd .txtNum,
.boxIndexForm .boxOrderItemSet .dl01 > dd .txtNum {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxIndexForm .boxOrderItem .dl01 > dd .txtNum .txtUnit,
.boxIndexForm .boxOrderItemSet .dl01 > dd .txtNum .txtUnit {
  margin-left: 0.3em;
}

.boxIndexForm .boxTotalPrice {
  display: none;
}
.boxIndexForm .boxTotalPrice.active {
  display: block;
}

.boxIndexForm .dlTotalPrice {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxIndexForm .dlTotalPrice > dt {
  margin-right: 0.3em;
}
.boxIndexForm .dlTotalPrice > dt:before {
  content: '■';
  margin-right: 0.2em;
}
.boxIndexForm .dlTotalPrice > dt:after {
  content: '：';
}

.boxBottomFixedMenu {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 3.5em;
  background-color: rgba(255,255,255,0.7);
}

.boxBottomFixedMenu a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 300px;
  height: 2.5em;
  border-radius: 2.5em;
  background-color: #483c2f;
  color: #fff;
}


/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 2.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 2em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.2em;
}

.boxPrivacy01 .boxCont01One .boxAddress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}