﻿@charset "UTF-8";
#cntsSct {
  padding-top: min(13.5vw, 172.8px);
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  #cntsSct {
    padding-top: min(7.5vw, 96px);
    padding-top: 0;
  }
}
/* ==================================================
INDEX COMMON
================================================== */

.indexTtlSet {
  text-align: left;
}
.indexTtlSet > .ttlObj {
}
.indexTtlSet .wordLists {
  margin: 2em 0 0;
}
.indexTtlSet .wordLists .txtObj {
}
.indexTtlSet .wordLists .txtObj + .txtObj {
}

.allBtn {
  text-align: right;
  margin: 1.5em 0 0;
  position: relative;
}
.allBtn a::before {
  content: "";
  position: absolute;
  width: 3em;
  height: 1px;
  background: var(--clr-line);
  top: 50%;
  right: 110%;
  transform: translate(0, -50%);
}
.allBtn a {
  text-decoration: none;
  text-align: right;
  position: relative;
}
@media screen and (min-width: 769px) {
  .indexTtlSet {
  }
  .indexTtlSet > .ttlObj {
  }
  .indexTtlSet .wordLists {
  }
  .indexTtlSet .wordLists .txtObj {
  }
  .indexTtlSet .wordLists .txtObj + .txtObj {
  }
  .allBtn {
    margin: 3em 0 0;
  }
  .allBtn a {
  }
}
@media screen and (min-width: 961px) {
  .indexTtlSet {
  }
  .indexTtlSet > .ttlObj {
  }
  .indexTtlSet .wordLists {
  }
  .indexTtlSet .wordLists .txtObj {
  }
  .indexTtlSet .wordLists .txtObj + .txtObj {
  }
  .allBtn {
  }
  .allBtn a {
  }
}

/* ==================================================
mainSct
================================================== */
#mainSct {
  position: relative;
  z-index: 1100;
}
#mainSct .mainLogoBlk {
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 100000000;
  width: 45%;
}
#mainSct .mainLogoBlk .mainLogoSet {
  display: flex;
}
#mainSct .mainLogoBlk .mainLogoSet svg {
  width: 100%;
  height: auto;
  fill: var(--clr-wh);
}
#mainSct .indexNavLists {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  text-align: left;
}
#mainSct .indexNavLists .indexNavList {
}
#mainSct .indexNavLists .indexNavList a {
  text-decoration: none;
  color: var(--clr-wh);
}
#mainSct .indexNavLists .indexNavList + .indexNavList {
}

#mainSct .mainslideBlk {
  width: 100%;
  height: 100svh;
}
#mainSct .mainslideBlk .mainImgSet {
  a {
    display: block;
    width: 100%;
    height: 100%;
  }
  a:hover {
    opacity: 1;
  }
}
#mainSct .mainslideBlk .mainImgSet .mainImgBlk {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#mainSct .mainslideBlk .mainImgSet .mainImgBlk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#mainSct .wordLists {
  position: absolute;
  bottom: 7%;
  left: 5%;
  z-index: 10;
  text-align: left;
}
#mainSct .wordLists .txtObj {
}
#mainSct .wordLists .txtObj:nth-child(1) {
}
#mainSct .wordLists .txtObj:nth-child(2) {
  padding-left: 3em;
}
#mainSct .wordLists .txtObj:nth-child(3) {
}
#mainSct .wordLists .txtObj:nth-child(4) {
  padding-left: 1.5em;
}
@media screen and (min-width: 769px) {
  #mainSct {
  }
  #mainSct .mainLogoBlk {
    width: min(23%, 300px);
    top: 50%;
    transform: translate(0, -50%);
  }
  #mainSct .mainLogoBlk .mainLogoSet {
  }
  #mainSct .mainLogoBlk .mainLogoSet svg {
  }
  #mainSct .indexNavLists {
    top: 50%;
    transform: translate(0, -50%);
    left: 3%;
  }
  #mainSct .indexNavLists .indexNavList {
  }
  #mainSct .indexNavLists .indexNavList + .indexNavList {
  }
  #mainSct .mainslideBlk {
  }
  #mainSct .mainslideBlk .mainImgSet {
  }
  #mainSct .mainslideBlk .mainImgSet .mainImgBlk {
  }
  #mainSct .mainslideBlk .mainImgSet .mainImgBlk img {
  }
}
@media screen and (min-width: 961px) {
  #mainSct {
  }
  #mainSct .mainLogoBlk {
  }
  #mainSct .mainLogoBlk .mainLogoSet {
  }
  #mainSct .indexNavLists {
  }
  #mainSct .indexNavLists .indexNavList {
  }
  #mainSct .indexNavLists .indexNavList + .indexNavList {
  }
  #mainSct .mainslideBlk {
  }
  #mainSct .mainslideBlk .mainImgSet {
  }
  #mainSct .mainslideBlk .mainImgSet .mainImgBlk {
  }
  #mainSct .mainslideBlk .mainImgSet .mainImgBlk img {
  }
}
/* ==================================================
ABOUT
================================================== */
.aboutArea {
  position: relative;
}
.aboutArea .aboutTtl {
}
.aboutArea .aboutTtl .wordLists .txtObj:nth-child(1) {
}
.aboutArea .aboutTtl .wordLists .txtObj:nth-child(2) {
  padding-left: 3em;
}
.aboutArea .aboutTtl .wordLists .txtObj:nth-child(3) {
}
.aboutArea .aboutTtl .wordLists .txtObj:nth-child(4) {
  padding-left: 1.5em;
}

.aboutArea .txtGlp {
  text-align: left;
  margin: 11% auto 0;
}
.aboutArea .txtGlp > .ttlObj {
  margin: 0 0 1.5em;
}
.aboutArea .txtGlp .txtObj {
}
.aboutArea .txtGlp .txtObj + .txtObj {
  margin: 1em 0 0;
}
.aboutArea .txtGlp .aboutTxtSet {
  background: rgba(248, 236, 232, 0.2);
  padding: 7%;
  margin: 11% auto 0;
}
.aboutArea .txtGlp .aboutTxtSet .ttlGlp {
}
.aboutArea .txtGlp .aboutTxtSet .ttlGlp .ttlObj {
}
.aboutArea .txtGlp .aboutTxtSet .ttlGlp .sttlObj {
}
.aboutArea .txtGlp .aboutTxtSet .txtObj {
}
.aboutArea .bgBlk {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aboutArea .bgBlk .imgObj {
}
.aboutArea .bgBlk .imgObj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 769px) {
  .aboutArea {
  }
  .aboutArea .aboutTtl {
    /* width: 30%; */
  }
  .aboutArea .aboutTtl .wordLists .txtObj:nth-child(1) {
  }
  .aboutArea .aboutTtl .wordLists .txtObj:nth-child(2) {
  }
  .aboutArea .aboutTtl .wordLists .txtObj:nth-child(3) {
  }
  .aboutArea .aboutTtl .wordLists .txtObj:nth-child(4) {
  }

  .aboutArea .txtGlp {
    width: 64%;
    margin: 0 0 0 auto;
  }
  .aboutArea .txtGlp > .ttlObj {
  }
  .aboutArea .txtGlp .txtObj {
  }
  .aboutArea .txtGlp .txtObj + .txtObj {
  }
  .aboutArea .txtGlp .aboutTxtSet {
    padding: 5%;
  }
  .aboutArea .txtGlp .aboutTxtSet .ttlGlp {
  }
  .aboutArea .txtGlp .aboutTxtSet .ttlGlp .ttlObj {
  }
  .aboutArea .txtGlp .aboutTxtSet .ttlGlp .sttlObj {
  }
  .aboutArea .txtGlp .aboutTxtSet .txtObj {
    margin: 2em 0 0;
  }
  .aboutArea .bgBlk {
  }
  .aboutArea .bgBlk .imgObj {
  }
  .aboutArea .bgBlk .imgObj img {
  }
}
@media screen and (min-width: 961px) {
  .aboutArea {
  }
  .aboutArea .aboutTtl {
  }
  .aboutArea .aboutTtl .wordLists .txtObj:nth-child(1) {
  }
  .aboutArea .aboutTtl .wordLists .txtObj:nth-child(2) {
  }
  .aboutArea .aboutTtl .wordLists .txtObj:nth-child(3) {
  }
  .aboutArea .aboutTtl .wordLists .txtObj:nth-child(4) {
  }

  .aboutArea .txtGlp {
  }
  .aboutArea .txtGlp > .ttlObj {
  }
  .aboutArea .txtGlp .txtObj {
  }
  .aboutArea .txtGlp .txtObj + .txtObj {
  }
  .aboutArea .txtGlp .aboutTxtSet {
  }
  .aboutArea .txtGlp .aboutTxtSet .ttlGlp {
  }
  .aboutArea .txtGlp .aboutTxtSet .ttlGlp .ttlObj {
  }
  .aboutArea .txtGlp .aboutTxtSet .ttlGlp .sttlObj {
  }
  .aboutArea .txtGlp .aboutTxtSet .txtObj {
  }
  .aboutArea .bgBlk {
  }
  .aboutArea .bgBlk .imgObj {
  }
  .aboutArea .bgBlk .imgObj img {
  }
}

/* ==================================================
商品一覧
================================================== */
.productsArea {
}
.productsArea .productsTtl {
}
.productsArea .productsTtl .wordLists .txtObj:nth-child(1) {
}
.productsArea .productsTtl .wordLists .txtObj:nth-child(2) {
  padding-left: 2em;
}
.productsArea .productsTtl .wordLists .txtObj:nth-child(3) {
}
.productsArea .productsTtl .wordLists .txtObj:nth-child(4) {
  padding-left: 2em;
}

.productsArea .indexPrdBlk {
  margin: 15% auto 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .productsArea {
  }
  .productsArea .productsTtl {
  }
  .productsArea .productsTtl .wordLists .txtObj:nth-child(1) {
  }
  .productsArea .productsTtl .wordLists .txtObj:nth-child(2) {
  }
  .productsArea .productsTtl .wordLists .txtObj:nth-child(3) {
  }
  .productsArea .productsTtl .wordLists .txtObj:nth-child(4) {
  }
  .indexPrdBlk .prdGlp {
    justify-content: flex-end;
  }
  .indexPrdBlk .prdGlp .prdSet {
    margin: 0 0 0 5%;
  }
  .indexPrdBlk .prdGlp .prdSet + .prdSet {
  }
  .productsArea .indexPrdBlk {
    margin: 0 0 0 auto;
    width: 68%;
  }
}
@media screen and (min-width: 961px) {
  .productsArea {
  }
  .productsArea .productsTtl {
  }
  .productsArea .productsTtl .wordLists .txtObj:nth-child(1) {
  }
  .productsArea .productsTtl .wordLists .txtObj:nth-child(2) {
  }
  .productsArea .productsTtl .wordLists .txtObj:nth-child(3) {
  }
  .productsArea .productsTtl .wordLists .txtObj:nth-child(4) {
  }
  .indexPrdBlk .prdGlp .indexPrdBlk .prdGlp .prdSet .indexPrdBlk .prdGlp .prdSet + .prdSet {
  }
}

/* ==================================================
News
================================================== */
.newsArea {
  background: var(--clr-br);
}
.newsArea .indexNewsBlk {
  margin: 15% auto 0;
  text-align: left;
}
.newsArea .indexNewsBlk .newsLists {
}
.newsArea .indexNewsBlk .newsLists .newsList {
  background: #f8f7f5;
  padding: 6% 6%;
}
.newsArea .indexNewsBlk .newsLists .newsList + .newsList {
  margin: 4% 0 0;
}
.newsArea .indexNewsBlk .newsLists .newsList .newsInfo {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0.5em;
}
.newsArea .indexNewsBlk .newsLists .newsList .newsInfo .date {
  margin: 0 1.5em 0 0;
}
.newsArea .indexNewsBlk .newsLists .newsList .newsInfo .tag {
}
.newsArea .indexNewsBlk .newsLists .newsList a {
  text-decoration: none;
}
.newsArea .indexNewsBlk .allBtn {
}
@media screen and (min-width: 769px) {
  .newsArea {
  }
  .newsArea .indexNewsBlk {
    width: min(65%, 750px);
    margin: 0 0 0 auto;
  }
  .newsArea .indexNewsBlk .newsLists {
  }
  .newsArea .indexNewsBlk .newsLists .newsList {
    padding: 3%;
  }
  .newsArea .indexNewsBlk .newsLists .newsList + .newsList {
    margin: 2% 0 0;
  }
  .newsArea .indexNewsBlk .newsLists .newsList .newsInfo {
  }
  .newsArea .indexNewsBlk .newsLists .newsList .newsInfo .date {
  }
  .newsArea .indexNewsBlk .newsLists . newsList .newsInfo .tag {
  }
  .newsArea .indexNewsBlk .newsLists .newsList a {
  }
  .newsArea .indexNewsBlk .allBtn {
  }
}
@media screen and (min-width: 961px) {
  .newsArea {
  }
  .newsArea .indexNewsBlk {
  }
  .newsArea .indexNewsBlk .newsLists {
  }
  .newsArea .indexNewsBlk .newsLists .newsList {
  }
  .newsArea .indexNewsBlk .newsLists .newsList + .newsList {
  }
  .newsArea .indexNewsBlk .newsLists .newsList .newsInfo {
  }
  .newsArea .indexNewsBlk .newsLists .newsList .newsInfo .date {
  }
  .newsArea .indexNewsBlk .newsLists .newsList .newsInfo .tag {
  }
  .newsArea .indexNewsBlk .newsLists .newsList a {
  }
  .newsArea .indexNewsBlk .allBtn {
  }
}

/* ==================================================
NEWS
================================================== */
.IEAnewsBlk {
  width: min(90%, 1200px);
  margin: 0 auto;
}

.IEAnewsBlk .NewsLists > li:nth-of-type(n + 6) {
  display: none;
}
