@charset "UTF-8";
.pageTop #main {
  padding-top: 0;
}
.pageTop #mainImg {
  width: 100%;
  height: 827px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  background-color: #cdcfc7;
  padding-top: 76px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg {
    margin-top: 10px;
    padding-left: 3%;
    padding-top: 3px;
  }
}
.pageTop #mainImg .slickSlide01 {
  width: 100%;
  height: 100vh;
}
.pageTop #mainImg .slickSlide01 li {
  height: calc(100vh - 25px);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg .slickSlide01 li {
    height: calc(100vh - 20px);
  }
}
.pageTop #mainImg .slickSlide01 li.slide01 {
  background-image: url(../img/top/top_mainslide_img01.jpg);
}
.pageTop #mainImg .slickSlide01 li.slide02 {
  background-image: url(../img/top/top_mainslide_img02.jpg);
}
.pageTop #mainImg .slickSlide01 li.slide03 {
  background-image: url(../img/top/top_mainslide_img03.jpg);
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg .slickSlide01 li.slide03 {
    background-image: url(../img/top/top_mainslide_img03_sp.jpg);
  }
}
.pageTop #mainImg .slickSlide01 li.slide04 {
  background-image: url(../img/top/top_mainslide_img04.jpg);
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg .slickSlide01 li.slide04 {
    background-image: url(../img/top/top_mainslide_img04_sp.jpg);
  }
}
.pageTop #mainImg .slickSlide01 li.slide05 {
  background-image: url(../img/top/top_mainslide_img05.jpg);
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg .slickSlide01 li.slide05 {
    background-image: url(../img/top/top_mainslide_img05_sp.jpg);
  }
}
.pageTop #mainImg .slickSlide01 li.slide06 {
  background-image: url(../img/top/top_mainslide_img06.jpg);
}
.pageTop #mainImg .slickSlide01 li.slide07 {
  background-image: url(../img/top/top_mainslide_img07.jpg);
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg .slickSlide01 li.slide07 {
    background-image: url(../img/top/top_mainslide_img07_sp.jpg);
  }
}
.pageTop #mainImg .slickSlide01 li img {
  width: 100%;
}
.pageTop #mainImg::after {
  width: 7px;
  height: 51px;
  display: inline-block;
  content: "";
  background-image: url(../img/common/cmn_btm_arrow01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg::after {
    bottom: 12px;
  }
}
.pageTop #mainImg .bunnerBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 305px;
  height: 105px;
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg .bunnerBlock {
    width: 243px;
    height: 85px;
    margin: 0 auto;
    right: 20px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pageTop #mainImg .bunnerBlock img {
    width: 78px;
    height: 85px;
  }
}
.pageTop .topSecNews {
  padding-top: 62px;
  background: #fff;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecNews {
    padding-top: 30px;
    width: 100%;
  }
}
.pageTop .topSecNews a:hover {
  color: #000;
}
.pageTop .topSecNews .newInfoBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  width: 680px;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 2px solid #cdcfc7;
  border-bottom: 2px solid #cdcfc7;
  line-height: 41px;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecNews .newInfoBlock {
    width: 90%;
    line-height: 1.4em;
    padding: 5px 0;
  }
}
.pageTop .topSecNews .newInfoBlock:hover {
  background-color: #F8F8F7;
}
.pageTop .topSecNews .newInfoBlock .newsTitle {
  width: 29%;
  padding-right: 4%;
  text-align: right;
  border-right: 2px solid #cdcfc7;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecNews .newInfoBlock .newsTitle {
    width: 20%;
    padding-right: 2%;
    font-size: 14px;
    line-height: 43px;
    letter-spacing: 0.1em;
  }
}
.pageTop .topSecNews .newInfoBlock .newsText {
  width: 63%;
  padding-left: 4%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecNews .newInfoBlock .newsText {
    width: 76%;
    padding-left: 2%;
  }
}
.pageTop .topSecNews .newInfoBlock .newsText span {
  font-family: "Roboto", sans-serif;
}
.pageTop .topSecAbout {
  padding: 118px 150px 90px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecAbout {
    padding: 30px 4%;
  }
}
.pageTop .topSecStory {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecStory {
    padding: 0 4%;
  }
}
.pageTop .topSecStory .secIn {
  padding: 75px 0;
  margin-right: 150px;
  position: relative;
  background: #cdcfc7;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecStory .secIn {
    margin-right: 0;
    padding: 0;
    background: inherit;
    border-top: 1px solid #cdcfc7;
    border-bottom: 1px solid #cdcfc7;
    padding-top: 35px;
  }
}
.pageTop .topSecShop {
  padding-top: 130px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecShop {
    padding: 5% 4%;
  }
}
.pageTop .topSecLineUp {
  padding-top: 330px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecLineUp {
    padding: 35px 4% 0;
  }
}
.pageTop .topSecSweets {
  padding: 65px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecSweets {
    padding: 5% 4%;
  }
}
.pageTop .topSecSweets .ttlStyle02 {
  line-height: 1.35em;
}
.pageTop .topSecFortune {
  padding: 127px 0 206px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pageTop .topSecFortune {
    padding: 5% 4% 15%;
  }
}
.pageTop .boxContent00 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent00 {
    margin-top: 30px;
  }
}
.pageTop .boxContent01 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent01 {
    margin: 60px 0 30px;
  }
}
.pageTop .boxContent02 {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent02 {
    margin: 0;
    flex-direction: column-reverse;
  }
}
.pageTop .boxContent03 {
  position: relative;
  left: 150px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent03 {
    position: static;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent03 .taR {
    text-align: center;
  }
}
.pageTop .boxContent04 {
  padding-top: 50px;
  position: relative;
  left: 140px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent04 {
    position: static;
    padding: 30px 0;
  }
}
.pageTop .boxContent04 .boxIn {
  width: 455px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent04 .boxIn {
    width: auto;
    max-width: 455px;
    margin: 0 auto;
  }
}
.pageTop .boxContent05 {
  width: 930px;
  border: 10px solid #cdcfc7;
  margin: 0 auto;
}
.pageTop .boxContent05 a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent05 a {
    flex-direction: column-reverse;
  }
}
.pageTop .boxContent05 .boxIn {
  position: relative;
  width: 268px;
  padding-top: 100px;
  background: #e6e7e3;
  flex-grow: 1;
}
.pageTop .boxContent05 .boxIn::after {
  width: 89px;
  height: 6px;
  content: url(../img/common/cmn_rgt_arrow01.svg);
  margin: 45px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent05 .boxIn::after {
    margin: 20px auto 0;
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent05 .boxIn {
    width: auto;
    padding: 5%;
    flex-direction: column-reverse;
  }
}
.pageTop .boxContent05 .boxIn02 {
  position: relative;
  width: 268px;
  padding-top: 80px;
  background: #e6e7e3;
  flex-grow: 1;
}
.pageTop .boxContent05 .boxIn02::after {
  width: 89px;
  height: 6px;
  content: url(../img/common/cmn_rgt_arrow01.svg);
  margin: 35px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent05 .boxIn02::after {
    margin: 20px auto 0;
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent05 .boxIn02 {
    width: auto;
    padding: 5%;
    flex-direction: column-reverse;
  }
}
.pageTop .boxContent05 .boxText {
  font-size: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent05 {
    width: 98%;
    border: 5px solid #cdcfc7;
  }
}
.pageTop .boxContent06 {
  width: 930px;
  border: 2px solid #cdcfc7;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent06 {
    width: auto;
    margin-top: 80px;
    margin-left: 5%;
  }
}
.pageTop .boxContent06 .ttlStyle02 {
  padding: 40px 150px 50px;
  line-height: 1.3em;
  margin-bottom: 0;
  font-size: 31px;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent06 .ttlStyle02 {
    margin-top: -80px;
    padding: 20px 0 10px;
    font-size: 17px;
  }
}
.pageTop .boxContent06 .flexWapper {
  margin-left: -150px;
  margin-bottom: -150px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent06 .flexWapper {
    margin: 0;
    margin-left: -6%;
  }
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent06 .flexWapper .imgShop {
    width: 90%;
  }
}
.pageTop .boxContent06 .flexWapper .infoText {
  margin-left: 60px;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent06 .flexWapper .infoText {
    width: 91.5%;
    margin-left: 8%;
    font-size: 13px;
    line-height: 1.6em;
  }
}
.pageTop .boxContent06 .flexWapper .infoText .ttlStyle03 {
  font-size: 21px;
  margin: 70px 0 30px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent06 .flexWapper .infoText .ttlStyle03 {
    font-size: 16px;
    margin: 35px 0 15px;
  }
}
.pageTop .boxContent06 .flexWapper .infoText .btnBlock {
  margin-top: 35px;
  margin-right: 15px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent06 .flexWapper .infoText .btnBlock {
    width: 120px;
    margin: 20px 4% 20px auto;
  }
}
.pageTop .boxContent07 {
  width: 1080px;
  margin: 318px auto 0;
  background-color: #F0F1EE;
  padding: 75px 0 52px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 {
    border: none;
    width: auto;
    margin: 60px auto 0;
    padding: 30px 0 20px;
  }
}
.pageTop .boxContent07 .ttlStyle02 {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 .ttlStyle02 {
    padding-bottom: 10px;
  }
}
.pageTop .boxContent07 ul {
  width: 670px;
  margin: 0 auto 78px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 ul {
    width: auto;
    margin: 0 auto 30px;
    padding: 0 3%;
  }
}
.pageTop .boxContent07 ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 ul li {
    width: 48%;
  }
}
.pageTop .boxContent07 ul li .shopName {
  font-size: 21px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  vertical-align: bottom;
  line-height: 1em;
  padding: 22px 0 16px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 ul li .shopName {
    font-size: 15px;
    padding: 10px 0 8px;
  }
}
.pageTop .boxContent07 ul li .shopName span {
  font-size: 16px;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 ul li .shopName span {
    font-size: 12px;
  }
}
.pageTop .boxContent07 ul li .itemList {
  width: 310px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 ul li .itemList {
    width: 90%;
    margin: auto;
  }
}
.pageTop .boxContent07 ul li .itemList li {
  font-size: 12px;
  border: 1px solid #000;
  padding: 1px 10px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 ul li .itemList li {
    width: 90%;
    font-size: 11px;
    margin: 2px auto;
  }
}
.pageTop .boxContent07 .btnBlock {
  margin-right: 95px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent07 .btnBlock {
    width: 120px;
    margin: 0 4% 10px auto;
  }
}
.pageTop .boxContent08 {
  width: 928px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pageTop .boxContent08 {
    border: none;
    width: 98%;
    margin: auto;
  }
}
.pageTop .boxTxt01 {
  margin-left: 20px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxTxt01 {
    margin: 2em auto;
    padding: 0 0.5em;
  }
}
.pageTop .boxTxt02 {
  position: absolute;
  top: 120px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pageTop .boxTxt02 {
    position: static;
    margin: 30px auto 0;
    padding: 0 0.5em;
  }
}
.pageTop .boxTxt03 {
  padding: 15px 0 0 80px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .pageTop .boxTxt03 {
    padding: 7px 0;
    text-align: left;
    height: auto;
  }
}
.pageTop .boxTxt03 .linkStyle02 {
  opacity: 1;
}
.pageTop [class*="innerTxt"] {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2.2;
}
.pageTop .innerTxt00 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 74px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pageTop .innerTxt00 {
    margin-top: 30px;
    font-size: 14px;
  }
}
.pageTop .innerTxt01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pageTop .innerTxt01 {
    margin-top: 0;
  }
}
.pageTop .innerTxt02 {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .pageTop .innerTxt02 {
    padding: 0 0.5em;
    margin: 30px 0 0;
  }
}
.pageTop .innerTxt03 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .pageTop .innerTxt03 {
    margin: 0;
  }
}
.pageTop .innerTxt04 {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .pageTop .innerTxt04 {
    padding: 0 0.5em;
    margin: 30px 0 0;
  }
}
.pageTop .addressTxt01 {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .pageTop .addressTxt01 {
    font-size: 12px;
  }
}
.pageTop .addressTxt02 {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .pageTop .addressTxt02 {
    font-size: 12px;
  }
}
.pageTop .addressTxt03 {
  display: inline-block;
  font-size: 13px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .pageTop .addressTxt03 {
    font-size: 11px;
  }
}
.pageTop .lMgn {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .pageTop .lMgn {
    margin-left: 0;
  }
}
