@charset "utf-8";

:root {
  --base-font-gothic: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: HelveticaNeue;/* w300 / w700 */
  --base-font-weight: 400;
  --base-txt-black: #333333;
}

body {
  min-width: 1120px;
  min-height: 100%;
  background-color: #fff;
  font-family: var(--base-font-gothic02);
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
}
@media all and (max-width: 1000px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}
img {
  image-rendering: auto;
}
/*
body.home {
  background-image: url('./../../images/design/design-index.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
*/
/*
body.home .boxLayoutBaseIn {
  min-height: 6000px;
}*/

#container {
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1000px){
  #container {
    /*overflow: hidden;*/
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 1000px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 1000px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
@media all and (max-width: 1000px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  padding-right: 26px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1000px){
  .boxHeader {
    position: fixed;
    z-index: 1002;
    top: 2.6vw;
    left: 0;
    right: 0;
    width: 95%;
    height: auto;
    background-color: #fff;
    padding: 0;
    margin: auto;
    border-radius: 1.06vw;
  }
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 96px;
}
@media all and (max-width: 1000px){
  .boxHeader01 {
    height: 16.8vw;
  }
}
.boxHeaderLogo01 {
  background-color: #fff;
  padding: 32px 23px 23px 23px;
  border-radius: 7px;
  position: absolute;
  left: 20px;
  top: 0;
}
.boxHeaderLogo01 .l01 {
  display: block;
  color: #008f43;
  font-weight: bold;
  font-size: 0.8125rem;
  margin-top: 16px;
}
.boxHeaderLogo01 .l02 {
  display: block;
  color: #008f43;
  letter-spacing: 1px;
}
@media all and (max-width: 1000px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 4.5vw;
    left: 4vw;
    width: 40vw;
  }
}

@media all and (max-width: 1000px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R .ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.boxHeader01R .ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
}
.boxHeader01R .ulHeaderMenu01 > li:nth-child(n+2) {
  margin-left: 48px;
}

.boxHeader01R .ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  top: 1.56em;
  left: 0;
  right: 0;
  width: 0.49em;
  height: 0.49em;
  margin: auto;
  border-radius: 0.49em;
  background-color: #666;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.boxHeader01R .ulHeaderMenu01 > li.current:after,
.boxHeader01R .ulHeaderMenu01 > li:hover:after {
  /*opacity: 1;*/
}


.boxHeader01R .ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.5em;
  display: none;
  min-width: 130px;
  padding: 50px 0.5em 0.3em 0.8em;
  background-color: #fff;
  opacity: 0;
}

.boxHeader01R .ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.boxHeader01R .ulHeaderMenu01In > li {
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}



/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 1000px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 1000px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 9vw;
    right: 7.466vw;
    display: -webkit-flex;
    display: flex;
    width: 10.666vw;
    height: 4.8vw;
    background-color: transparent;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 1000px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #008f43;
  transition: all .4s;
}
@media all and (max-width: 1000px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    height: 0.266vw;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 1000px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.6vw) rotate(-45deg);
    transform: translateY(calc(3.0vw - 2vw / 2)) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.6vw) rotate(45deg);
    transform: translateY(calc(-3.0vw + 0.8vw / 2)) rotate(45deg);
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  height: 100%;
  padding: 0 5% 0 5%;
  background-color: #fff;
  text-align: center;
}
@media all and (max-width: 1000px){
  .boxHmbMenu {
    padding: 22.7vw 0 5vw 0;
    text-align: left;
  }
}

.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 1000px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 4vw;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 1000px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 1000px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 1000px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 1000px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}



/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 250px;
  background-image: url('./../../images/common/bg-mv.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 1000px){
  .boxMvWrap {
    padding-top: 56%;
    /*
    background-image: url('./../../images/base/sp-base-mv-bg01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    background-size: auto 100% ;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  /*font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
  /*padding-top: 2.2em;*/
  /*font-weight: 400;*/
}
@media all and (max-width: 1000px){
  .ttlMv {
    /*padding-top: 0.5em;*/
    margin-top: 4rem;
  }
}

.ttlMv .ttlParent {
  margin-bottom: 0.5em;
  letter-spacing: 0.3em;
  font-size: 1.375rem;
  font-weight: 600;
  color: #008f43;
}
@media all and (max-width: 1000px){
  .ttlMv .ttlParent {
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  letter-spacing: 0.18em;
  font-size: 2.75rem;
  font-weight: bold;
}
@media all and (max-width: 1000px){
  .ttlMv .ttlJa {
    font-size: 2rem;
    text-align: center;
  }
}

.ttlMv .ttlEn {
  color: #008f43;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 1em;
}
@media all and (max-width: 1000px){
  .ttlMv .ttlEn {
    margin-top: 0.5em;
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooter {
  padding-top: 5.0em;
}
@media all and (max-width: 1000px){
  .boxFooter {
    padding-top: 2.5em;
  }
}

.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 1000px){
  .boxCopyright {
    
  }
}

.boxCopyright > p {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #fff;
}
@media all and (max-width: 1000px){
  .boxCopyright > p {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

@media all and (max-width: 1000px){
  .boxCopyright > p .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}


/*##### Base Page #####*/
.boxPageWrap {
  padding: 3.125em 0 0 0;
}
@media all and (max-width: 1000px){
  .boxPageWrap {
    padding: 4.6rem 0 4.6rem 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 1000px){
  .boxPage01 {
    padding-top: 2.0em;
    padding-bottom: 2.5em;
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 1000px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}

.boxHeader01R {
  display: flex;
  align-items: center;
}
.boxHeader01R>.ulHeaderMenu01>li {
  font-weight: bold;
}
.boxHeader01R>.ulHeaderMenu01>li>a>.en {
  color: #008f43;
  font-size: 0.75rem;
  display: block;
}
.boxHeader01R>.ulHeaderMenu01>li>a>.ja {
  display: block;
}
.ulHeaderMenu02 {
  display: flex;
  margin-left: 26px;
}
.ulHeaderMenu02 > li {
  width: 178px;
  height: 48px;
  color: #fff;
  font-weight: bold;
  display: flex;
}
.ulHeaderMenu02 > li > a {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: #5f3125;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
}
.ulHeaderMenu02>.btn01 {
  letter-spacing: 0.08em;
}
.ulHeaderMenu02 li span {
  padding: 6px 0 6px 41px;
  background: url("../../images/common/ico-cart.svg") no-repeat left center;
  background-size: 24px;
}
.ulHeaderMenu02>.btn01 > span {
  
}
.ulHeaderMenu02>.btn02 {
  margin-left: 13px;
  letter-spacing: 0.3em;
}
.ulHeaderMenu02>.btn02>a {
  background-color: #ff8a00;
}
.ulHeaderMenu02>.btn02 span {
  background:url("../../images/common/ico-member.svg") no-repeat left center;
  background-size: 25px;
    padding: 4px 0 3px 40px

}

/*##### Common Contents #####*/
.boxHeaderFixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
body.scrolled .boxHeaderFixed {
  transform: translateY(0);
  z-index: 5;
}
.boxHeaderFixed .boxHeaderLogo01 {
  padding: 15px;
}
.boxHeaderFixed .boxHeaderLogo01 a {
  display: flex;
  align-items: center;
}
.boxHeaderFixed .boxHeaderLogo01 img {
  width: 90px;
  margin-right: 15px;
}
.boxHeaderFixed .boxHeaderLogo01 .l01,
.boxHeaderFixed .boxHeaderLogo01 .l02 {
  margin: 0;
}
.boxFlex {
  display: flex;
}
.btnBase01 {
  font-weight: bold;
  color: #008f43;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  max-width: 252px;
  width: 100%;
  height: 59px;
  border: 3px solid #008f43;
  border-radius: 10em;
  padding: 0 0 0 33px;
  background: url("../../images/common/arrow-right-green.svg") no-repeat right 23px center;
  background-size: 14px;
}
.btnBase01.green {
  background-color: #008f43;
  background-image: url("../../images/common/arrow-right-white.svg");
  color: #fff;
}
.btnBase01.cart {
  background-image: url("../../images/common/ico-cart-brown.svg"), url("../../images/common/arrow-right-brown.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 22px, 14px;
  background-position: 27px center, right 23px center;
  background-color: #fff;
  padding-left: 60px;
  border: none;
  color: #452512;
}
.btnBase01.cart.red {
  background-image: url("../../images/common/ico-cart-red.svg"), url("../../images/common/arrow-right-red.svg");
}
.btnBase01.cart.blue {
  background-image: url("../../images/common/ico-cart-blue.svg"), url("../../images/common/arrow-right-blue.svg");
}
.btnBase01.cart.red span {
  color: #c00000;
}
.btnBase01.cart.blue span {
  color: #0c2a4f;
}
.btnBase01.white {
  background-color: #fff;
  border-color: #fff;
  background-image: url("../../images/common/arrow-right-brown.svg");
  color: #451914;
  font-size: 1rem;
  letter-spacing: 0.1em;
  justify-content: center;
  padding-right: 3em;
}
.boxFooterMenu01 {
  display: flex;
}
.boxFooterMenu01 .box {
  width: 33.3333%;
  background: url("../../images/common/bg-footer-menu01.jpg") no-repeat left top;
  background-size: cover;
  padding: 22px;
}
.boxFooterMenu01 .box a {
  display: block;
  height: 100%;
  width: 100%;
}
.boxFooterMenu01 .box .cont {
  width: 234px;
  height: 376px;
  background: url("../../images/common/bg-footer-img01.png") no-repeat left top;
  text-align: center;
  padding-top: 24px;
  border-radius: 7px;
  position: relative;
  margin-left: auto;
}
.boxFooterMenu01 .box:nth-of-type(2) .cont {
  background-image: url("../../images/common/bg-footer-img02.png")
}
.boxFooterMenu01 .box:nth-of-type(3) .cont {
  background-image: url("../../images/common/bg-footer-img03.png")
}
.boxFooterMenu01 .box .cont .img {
 margin-bottom: 20px;
}
.boxFooterMenu01 .box .cont .img img {
  width: 150px;
}
.boxFooterMenu01 .box .cont .p01 {
  font-family: "EB Garamond", serif;
  font-weight: bold;
  color: #452512;
  font-size: 2.19rem;
  line-height: 1.15;
  letter-spacing: 0.08em;
}
.boxFooterMenu01 .box .cont .p02 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  letter-spacing: 0.08em;
  position: absolute;
  padding-left: 20px;
  left: 0;
  bottom: 20px;
}
.boxFooterMenu01 .box .cont .p02 span {
  display: block;
  font-size: 1.25rem;
  position: relative;
}
.boxFooterMenu01 .box .cont .p02:before {
  content: "";
  width: 39px;
  height: 39px;
  background-color: #ffff;
  border-radius: 10em;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.boxFooterMenu01 .box .cont .p02:after {
  content: "";
  width: 18px;
  height: 17px;
  background: url("../../images/common/arrow-right-brown.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 28px;
  top: 16px;
}
.boxFooterMenu01 .box:nth-of-type(2) .cont .p01 {
  color: #fff;
}
.boxFooterMenu01 .box:nth-of-type(2) .cont .p02:after {
  background-image: url("../../images/common/arrow-right-orange.svg");
}
.boxFooterMenu01 .box:nth-of-type(3) .cont .p02:after {
  background-image: url("../../images/common/arrow-right-green.svg");
}
.boxFooterMenu01 .box:nth-of-type(3) .cont .p01 {
  font-size: 1.9375rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.boxFooterMenu01 .box:nth-of-type(3) .cont .p01 span {
  letter-spacing: 0.06em;
  color: #82be9e;
  font-size: 1.75rem;
  display: block;  
}
.boxFooterMenu01 .box:nth-of-type(3) .cont .p02 {
  color: #cbdacf;
}
.boxFooterMenu01 .box:nth-of-type(3) .cont .p02 span {
  color: #fff;
}
.boxFooterMenu01 .box:nth-of-type(2) {
  background-image: url("../../images/common/bg-footer-menu02.jpg");
}
.boxFooterMenu01 .box:nth-of-type(3) {
  background-image: url("../../images/common/bg-footer-menu03.jpg");
}
.boxFooter01Wrap {
  padding: 120px 0 120px 0;
  background-color: #fff;
}
.boxFooter01 {
  display: flex;
  align-items: center;
}
.boxFooter01 .left {
  display: flex;
  align-items: center;
  width: calc(100% - 325px);
}
.boxFooter01 .left .f_logo {
  width: 106px;
  margin-right: 36px;
}
.boxFooter01 .left .p01 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
.boxFooter01 .left .p02 {
  font-size: 0.9375rem;
  display: flex;
}
.boxFooter01 .left .p02 span {
  font-weight: bold;
  color: #008f43;
  padding-right: 1.2em;
}
.boxFooter01 .right {
  display: flex;
  flex-shrink: 0;
  width: 325px;
  margin-left: auto;
}
.boxFooter01 .right .map {
  width: 58px;
  height: 58px;
  border-radius: 10em;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.boxFooter01 .right .map img {
  width: 27px;
  margin-top: 2px;
}
.boxFooter02Wrap {
  background: url("../../images/common/footer-bg01.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 100px 200px;
  border-top-right-radius: 135px;
}
.boxFooter02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.boxFooter02 dl dt {
  font-weight: bold;
  margin-bottom: 36px;
  padding-left: 23px;
  background: url("../../images/common/footer-ico-list01.png") no-repeat left 8px;
}
.boxFooter02 dl dd ul li {
  font-size: 0.875rem;
  position: relative;
  padding-left: 15px;
  line-height: 1.7;
}
.boxFooter02 dl dd ul li:nth-child(n+2) {
  margin-top: 1.2em;
}
.boxFooter02 dl dd ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: #008f43;
  position: absolute;
  left: 0;
  top: 12px;
}
.boxFooter02 .ulHeaderMenu02 {
  display: block;
  margin: 75px 0 0 0;
}
.boxFooter02 .ulHeaderMenu02>.btn02 {
  margin: 16px 0 0 0;
}
.boxFooter02 .last {
}
.boxFooter02 .last ul {
}
.boxFooter02 .last ul li:nth-child(n+2) {
  margin-top: 1rem;
}
.boxFooter02 .last ul:not(.ulHeaderMenu02) li {
  padding-left: 18px;
  position: relative;
}
.boxFooter02 .last ul:not(.ulHeaderMenu02) li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #79d2a3;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.boxFooter02 .last ul.ulHeaderMenu02 li {
  width: 220px;
  height: 60px;
  font-size: 1.125rem;
}
.boxFooterBnr01 {
  margin-bottom: 80px;
}
.boxFooterBnr01 .slide {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.boxFooterBnr01 .item {
  border-radius: 9px;
  overflow: hidden;
}
.boxFooterBnr01 .item:nth-child(n+2) {
  margin-left: 20px;
}
.boxFooterMap01 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
  background: #462e1e;
}
.boxFooterMap01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter:grayscale(80%);
}
.dlBaseCatMenu01 > dd .ul01 > li,
.ulBaseListCat.typeBg > li,
.boxBaseSingle01 .ulSingleCat > li {
  height: 27px;
  min-width: 97px;
  border-radius: 10em;
  background-color: #efefef;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 0;
}
.ulBaseListCat.typeBg > li {
  font-size: 0.875rem;
  min-width: 74px;
  height: 24px;
}
.boxBaseList02 .boxListDate {
  margin-bottom: 5px;
}
.dlBaseCatMenu01 > dd .ul01 > li {
  margin-right: 1.5em;
}
.dlBaseCatMenu01 > dd .ul01 > li a {
  padding: 0 1em;
}
.ttlBaseH2 {
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.22em;
  text-align: center;
  min-height: 99px;
  background: url("../../images/common/bg-h2.jpg") no-repeat center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
  position: relative;
  border-radius: 7px;
}
.ttlBaseH2:after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 10em;
  background-color: #eacd43;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -6px;
}
.boxDl02 dl {  
  display: flex;  
}
.boxDl02 dl dt {
  width: 165px;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0 20px 32px;
}
.boxDl02 dl dt:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10em;
  background-color: #5f3125;
  position: absolute;
  left: 13px;
  top: 1.85em;
}
.boxDl02 dl dd {
  border-bottom: 1px solid #e2e2e2;
  width: calc(100% - 197px);
  margin-left: 32px;
  padding: 20px 0 20px 0;
}
.boxBaseList02 .boxListImg {
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
/*
.boxBaseList02 .boxListImg img.no-image {
  width: 100%;
  object-fit: none;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}*/
.boxFooter02 .last ul .small_wrap a {
  font-size: 0.875rem;
  position: relative;
  line-height: 1.7;
  display: inline-block;
}
.boxFooter02 .last ul .small_wrap > div {
  padding-left: 15px;
  position: relative;
}
.boxFooter02 .last ul .small_wrap > div:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: #008f43;
  position: absolute;
  left: 0;
  top: 12px
}
.boxFooter02 .last ul .small_wrap >div:nth-child(n+2) {
  margin-top: 1em;  
}
.boxFooter02 .last ul .small_wrap {
  margin-top: 1rem;
}
.boxEcModal {
  background-color: #fff;
  padding: 90px 45px;
  border-radius: 26px;
  max-width: 415px;
  margin: auto;
  position: relative;
}
.boxEcModal .ttl {
  font-weight: bold;
  text-align: center;
  color: #008f43;
  font-size: 1.5rem;
  margin-bottom: 1.3em;
}
.boxEcModal .btn_wrap a {
  border: 2px solid #cccccc;
  margin: auto;
  max-width: 350px;
}
.boxEcModal .btn_wrap a:nth-child(n+2) {
  margin-top: 16px;
}
button.mfp-close {
  display: none!important;
}
.boxEcModal .popup-modal-dismiss {
  width: 24px;
  font-weight: bold;
  color: #089349;
  font-size: 24px;
  position: absolute;
  right: 22px;
  top: 22px;
}
.dPcFlex {
  display: flex;
}
.dSpFlex {
  display: none;
}
.ttlBaseH3 {
  color: #5f3125;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-size: 1.625rem;
  padding: 20px 0 0 36px;
  background-image: url(../../images/common/ico-bread02.svg), url(../../images/recruit/interview/ico-dot-brown.png);
  background-repeat: no-repeat, repeat-x;
  background-position: 4px 30px, left top;
  background-size: 19px, auto;
  margin-bottom: 1em;
}

@media all and (max-width: 1000px){
  .dPcFlex {
    display: none;
  }
  .dSpFlex {
    display: flex;
  }
  .boxHeader01R,.boxHeaderFixed {
    display: none;
  }
  .boxHeaderLogo01 {
    padding: 0;
    background-color: transparent;
    left: 2.6vw;
    top: 2vw;
    width: 100%;
  }
  .boxHeader01L .logo01Header {
    position: static;
    width: 17.6vw;
  }
  .ttlHeader {
    position: relative;
  }
  .boxHeaderLogo01 .l01 {
    font-size: 2.93vw;
    position: absolute;
    left: 20vw;
    top: 2vw;
    margin: 0;
    font-weight: bold;
  }
  .boxHeaderLogo01 .l02 {
    font-size: 3.73vw;
    position: absolute;
    left: 20vw;
    top: 6.5vw;
    margin: 0;
    font-weight: bold;
  }
  .boxFlex {
    display: block;
  }
  .btnBase01 {
    width: 100%;
    height: 13.8vw;
    max-width: inherit;
    border-width: 0.6vw;
  }
  .boxFooterMenu01 .box .cont .img,
  .boxFooterMenu01 .box .cont .p01,
  .boxFooterMenu01 .box .cont .p02 {
    display: none;
  }
  
  .boxFooterMenu01 .box .cont {
    width: 100%;
    height: 88vw;
    background: url("../../images/common/bg-footer-img01sp.jpg") no-repeat center bottom;
    background-size: contain;
    border-radius: 0;
  }
  .boxFooterMenu01 .box:nth-of-type(2) .cont {
    background-image: url("../../images/common/bg-footer-img02sp.jpg");
  }
  .boxFooterMenu01 .box:nth-of-type(3) .cont {
    background-image: url("../../images/common/bg-footer-img0303sp.jpg");
  }
  .boxFooter01Wrap {
    padding: 4.5rem 0!important;
  }
  .boxFooter01 .left {
    display: block;
    width: 100%;
  }
  .boxFooter01 {
    display: block;
  }
  .boxFooter01 .left .f_logo {
    margin: 0 auto 1.9rem auto;
    width: 32.93vw;    
  }
  .boxFooter01 .left .p01{
    text-align: center;
    font-size: 1.46rem;
  }
  .boxFooter01 .left .p02 {
    display: block;
    font-size: 1.23rem;
    text-align: center;
    line-height: 1.52;
  }
  .boxFooter01 .left .p02 span {
    display: block;
    margin-bottom: 0.8em;
    padding: 0;
  }
  .boxFooter01 .right {
    display: block;
    margin: 1.7rem 0 0 0;
    width: 100%;
  }
  .boxFooter01 .right .map {
    width: 100%;
    height: auto;
    height: 13.8vw;
    margin-bottom: 20px;
  }
  .boxFooter01 .right .map a {
    width: 100%;
    display: flex;
    padding-left: 33px;
    align-items: center;
    background: url(../../images/common/arrow-right-green.svg) no-repeat right 23px center;
    background-size: 14px;
  }
  .boxFooter01 .right .map a:after {
    content: "MAP";
    letter-spacing: 0.1em;
    color: #008f43;
    font-weight: bold;
    font-size: 1.23rem;
    padding: 0 0 0 0.5em;
  }
  .boxFooter02Wrap {
    padding: 0;
    border-radius: 0;
    background: url("../../images/common/footer-bg01sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .boxFooter02 {
    display: block;
    margin-bottom: 3.84rem;
  }
  .boxFooter02 dl dt {
    font-weight: 400;
    font-size: 1.23rem;
    margin: 0;
    padding: 1.4rem 0 1.4rem 1.73rem;
    background-position: left 2rem;
    position: relative;
  }
  .boxFooter02 dl dd ul li {
    font-weight: 400;
    font-size: 1.23rem;
    padding: 1.4rem 0 1.4rem 1.73rem;
    margin: 0!important;
    border-top: 1px solid #d6c899;
  }
  .boxFooter02 dl {
    position: relative;
  }
  .boxFooter02 dl dd {
    display: none;
  }
  .boxFooter02 dl:after {
    content: "";
    width: 112%;
    height: 1px;
    background: #d6c899;
    position: absolute;
    left: -6%;
    bottom: 0;
  }
  .boxFooter02 dl dd ul li:before {
    height: 2px;
    width: 0.5rem;
    top: 2.5rem;
    left: 5px;
  }
  .boxFooter02 dl dd ul li br {
    display: none;
  }
  .boxFooter02 dl dt .toggle-icon {
    content: "";
    width: 3.466vw;
    height: 3.466vw;
    background: url("../../images/common/ico-plus.png") no-repeat left center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.9rem;
  }
  .boxFooter02 dl dt.show .toggle-icon {
    background-image: url("../../images/common/ico-minus.png");
  }
  .boxFooter02 .last ul:not(.ulHeaderMenu02) li {
    font-size: 1.153rem;
  }
  .boxFooter02 .last ul.dSp {
    display: flex!important;
    flex-wrap: wrap;
    width: 112%;
    margin-left: -6%;
    
  }
  .boxFooter02 .last ul.dSp li {
    width: 50%;
    padding: 1.4rem 0 1.4rem 11.5%;
  }
  .boxFooter02 .last ul:not(.ulHeaderMenu02) li {
    margin-top: 0;
    border-bottom: 1px solid #d6c899;
  }
  .boxFooter02 .last ul:not(.ulHeaderMenu02) li:first-child {
    border-right: 1px solid #d6c899;
  }
  .boxFooter02 .last ul:not(.ulHeaderMenu02) li:before {
    top: 1.7em;
    left: 1.7rem;
  }
  .boxFooter02 .last ul.dSp li.small_wrap:before {
    content: none;
  }
  .boxFooter02 .last ul .small_wrap > div:before {
    content: none;
  }
  .boxFooter02 .last ul.dSp li.small_wrap {
    width: 100%;
    padding: 0;
    text-align: center;
    border: none;
  }
  .boxFooter02 .last ul .small_wrap a {
    font-size: 1rem;
    padding: 1.4rem 0;
    text-align: center;
    display: block;
  }
  .boxFooter02 .last ul .small_wrap div:first-child a {
    border-bottom: 1px solid #d6c899;
  }
  .boxFooter02 .last ul .small_wrap > div {
    padding: 0;
  }
  .boxFooter02 .last ul .small_wrap >div:nth-child(n+2) {
    margin: 0;
  }
  .boxFooter02 .ulHeaderMenu02 {
    margin: 0;
    width: 112%;
    margin-left: -6%;
  }
  .boxFooter02 .last ul.ulHeaderMenu02 li {
    margin-top: 0;
    height: 18.9vw;
  }
  .ulHeaderMenu02 > li > a {
    border-radius: 0;
  }
  .boxFooter02 .last ul {
    display: flex;
  }
  .boxFooter02 .last ul li {
    width: 50%;
  }
  .boxFooterBnr01 .slide {
    flex-wrap: wrap;
    padding: 0 5%;
  }
  .boxFooterBnr01 .item {
    width: 48%;
    margin: 0!important;
  }
  .boxFooterBnr01 .item:nth-of-type(2n) {
    margin-left: auto!important;
  }
  .boxFooterBnr01 .item:nth-child(n+3) {
    margin-top: 4%!important;
  }
  .boxFooterBnr01 {
    margin-bottom: 7rem;
  }
  .boxCopyright {
    padding-bottom: 2rem;
  }
  .boxCopyright > p {
    font-size: 0.84rem;
    color: #333;
  }
  .boxFooterMap01 {
    padding-top: 74vw;
  }
  .boxHmbMenu .boxFooter02 .last ul .small_wrap div a {
    border-bottom: 1px solid #d6c899;
  }
  .boxHmbMenu .boxFooter02 .ulHeaderMenu02 {
    margin: 0 auto;
    display: flex;
    width: 100%;
  }
  .boxHmbMenu .boxFooter02 {
    padding: 0 2.5%;
  }
  .boxHmbMenu .boxFooter02 .ulHeaderMenu02>.btn02 {
    margin: 0;
  }
  .boxHmbMenu .boxFooter02 .ulHeaderMenu02> li {
    height: 18.66vw;
    width: 49%;
    font-size: 1.076rem;
  }
  .boxHmbMenu .boxFooter02 .ulHeaderMenu02> li a {
    border-radius: 9px;
  }
  .boxHmbMenu .boxFooter02 .ulHeaderMenu02> li:last-child {
    margin-left: auto;
  }
  .boxHmbMenu .ulHeaderMenu02>.btn02 span {
    padding-top: 0.3em;
  }
  .boxHmbMenu .boxFooter02 dl {
    padding: 0 1.2%;
  }
  .boxHmbMenu .boxFooter02 .last ul.dSp {
    padding: 0 1.2%;
  }
  .boxHmbMenu .boxFooter02 {
    overflow: hidden;
  }
  .ttlBaseH2 {
    font-size: 1.7rem;
    min-height: 3em;
  }
  .ttlBaseH3 {
    font-size: 1.5rem;
  }
  .dlBaseCatMenu01 > dd .ul01 > li {
    margin-right: 1em;
  }
}
@media only screen and (max-width:1440px) and (min-width:751px) {
  .boxHeader01R .ulHeaderMenu01 > li:nth-child(n+2) {
    margin-left: 1.5rem;
  }
  .boxHeaderLogo01 {
    transform: scale(0.7);
    transform-origin: left top;
  }
  .boxHeaderFixed .boxHeaderLogo01 {
    transform: scale(0.7);
    transform-origin: left center;
  }
  .boxHeaderFixed .boxHeader01R>.ulHeaderMenu01>li>a>.ja {
    font-size: 0.95rem;
  }
  
}
@media only screen and (max-width:1510px) and (min-width:751px) {
  .boxIndex04Wrap {
    margin-left: 7%;
  }
  .boxFooter02 .ulHeaderMenu02 {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    justify-content: center;
  }
  .boxFooter02 {
    position: relative;
    padding-bottom: 140px;
    max-width: 1000px;
    margin: 0 auto 100px auto;
  }
  .boxFooter02 .last ul.ulHeaderMenu02 li {
    margin: 0 0 0 1rem;
  }
  .boxFooter02Wrap {
    padding: 100px 0 150px 0;
    border-radius: 0;
  }
  .boxFooter02 .last ul.dPc {
    position: absolute;
    right: 23px;
    top: 109px;
  }
  
  
}

@media only screen and (max-width:1279px) and (min-width:751px) {
  .boxHeaderFixed .boxHeaderLogo01 {
    transform: scale(0.7);
  }
  .boxHeader01R>.ulHeaderMenu01>li>a>.en {
    font-size: 0.65rem;
  }
  .boxHeader01R>.ulHeaderMenu01>li>a>.ja {
    font-size: 0.85rem;
  }
  .boxHeaderFixed .boxHeader01R>.ulHeaderMenu01>li>a>.ja {
    font-size: 0.85rem;
  }
  
}
@media only screen and (max-width:1200px) and (min-width:1001px) {  
  .ulHeaderMenu02 > li {
    width: 140px;
    font-size: 1rem;
  }
  .ulHeaderMenu02 li span {
    padding-left: 30px;
    background-size: 20px;
  }
  .ulHeaderMenu02>.btn02 span {
    background-size: 22px;
    padding-left: 30px;
  }
  .boxHeader01R .ulHeaderMenu01 > li:nth-child(n+2) {
    margin-left: 1rem;
  }
  .boxFooter01 .left .p02 span {
    flex-shrink: 0;
  }
  .boxFooter01 .left .p02 br:nth-of-type(2) {
    display: block!important;
  }

  
  
}
@media only screen and (max-width:1000px) and (min-width:751px) {  
  .boxIndexTop {
    height: 143.8vw;
  }
  .boxHeaderLogo01 {
    top: 4vw;
  }
  .boxHmbMenu .boxFooter02 .ulHeaderMenu02 {
    position: static;
  }
  .boxFooterMenu01 .box .cont {
    height: 87vw;
  }
  .boxFooter01 .left .f_logo {
    text-align: center;
  }
  .boxFooter01 .right .map a,.btnBase01.green {
    background-size: 1rem;
  }
  .boxFooter02 .last ul.ulHeaderMenu02 li {
    width: 100%;
    margin: 0;
  }
  .boxFooter02 .ulHeaderMenu02 {
    left: -6%;
  }
  .boxFooterBnr01 .item {
    width: 241px;
  }
  .boxFooterBnr01 .slide {
    width: 71%;
    justify-content: center;
    margin: auto;
  }
  .boxFooterMenu01 .box a.dSp.tel img {
    max-width: inherit;
    width: 100%;
  }
  .boxFooter02 dl dt {
    background-size: 0.8em;
  }
  .boxFooter02 .last ul:not(.ulHeaderMenu02) li:before {
    width: 0.5em;
    height: 0.5em;
  }
  .ttlBaseH3,.boxAbout0102 h3 {
    background-position: 4px 0.8em, left top!important;
    background-size: 0.7em, auto!important;
    padding-left: 1.3em!important;
  }
  .btnBase01.cart {
        background-size: 0.9em, 0.75em;
    padding-left: 2.5em;
  }
    .boxEcModal {
    max-width: 90%;
  }
  .boxEcModal .btn_wrap a {
    max-width: inherit;
  }
  .dlBaseCatMenu01 > dd .ul01 > li, .ulBaseListCat.typeBg > li, .boxBaseSingle01 .ulSingleCat > li {
    height: 1.6em;
    padding: 0 0.6em;
  }
  .boxBaseSingleBackLink01 a {
            width: 10em;
        height: 2.5em;
        background-size: 0.75em;
  }

  
  
  
  
}
@media only screen and (max-width:1500px) and (min-width:1001px) { 
  .boxFooterMenu01 .box:nth-of-type(1) {
    background-position: 75% top;
  }
  .boxFooterMenu01 .box:nth-of-type(2) {
    background-position: 44% top;
  }
  .boxFooterMenu01 .box:nth-of-type(3) {
    background-position: 20% top;
  }
  
  
  
}
