@charset "UTF-8";
/*-----------------------------------------------------
	mainVisual
-----------------------------------------------------*/
#mainVisual {
  margin-bottom: 60px;
}

@media print, screen and (min-width: 767px) {
  #mainVisual {
    margin: 0 auto 40px;
    width: 1140px;
  }
}
/*-----------------------------------------------------
	common
-----------------------------------------------------*/
/* .sectionHead
-----------------------------------------------------*/
.sectionHead {
  position: relative;
  margin-bottom: 20px;
  padding-top: 28px;
  text-align: center;
}
.sectionHead:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 1px;
  height: 25px;
  width: 2px;
  background: #a20024;
}
.sectionHead .title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
}

@media print, screen and (min-width: 767px) {
  .sectionHead {
    margin-bottom: 50px;
    padding-top: 70px;
  }
  .sectionHead:before {
    height: 70px;
  }
  .sectionHead .title {
    font-size: 4rem;
  }
}
/* .moreBtn
-----------------------------------------------------*/
.moreBtn .btn {
  margin: 0 auto 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  width: 90%;
  max-width: 450px;
  background: #a20024;
}
.moreBtn .btn a {
  padding: 7px;
  color: #FFF;
}

@media print, screen and (min-width: 767px) {
  .moreBtn .btn {
    width: 380px;
    font-size: 1.8rem;
  }
  .moreBtn .btn a {
    padding: 13px 0;
  }
}
/*-----------------------------------------------------
	newsSection
-----------------------------------------------------*/
#newsSection {
  margin-bottom: 35px;
  padding-bottom: 20px;
  background: #f1f1f1;
}
#newsSection .sectionHead {
  padding-top: 5px;
}
#newsSection .sectionHead:before {
  top: -15px;
}
#newsSection .newsList {
  margin-bottom: 10px;
}
#newsSection .newsList li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #7f7f7f;
}
#newsSection .newsList li:last-child {
  border-bottom: none;
}
#newsSection .newsList li.new .date:after {
  content: "NEW";
  display: inline-block;
  margin: 0 0px 0 5px;
  padding: 0 8px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 1rem;
  color: #FFF;
  letter-spacing: 0.1em;
  background: #a20024;
}
#newsSection .newsList .date {
  margin-bottom: 3px;
  font-size: 1.1rem;
  color: #808080;
}
#newsSection .newsList p {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 767px) {
  #newsSection {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
  #newsSection .sectionHead {
    float: left;
    padding-top: 35px;
    width: 260px;
    text-align: left;
  }
  #newsSection .sectionHead:before {
    left: 13px;
    height: 50px;
  }
  #newsSection .newsList {
    margin-left: 280px;
    padding-top: 40px;
  }
  #newsSection .newsList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #newsSection .newsList li.new .date:after {
    display: none;
  }
  #newsSection .newsList li.new a:after {
    content: "NEW";
    display: inline-block;
    margin: 0 0px 0 5px;
    padding: 0 8px;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-size: 1rem;
    color: #FFF;
    letter-spacing: 0.1em;
    background: #a20024;
  }
  #newsSection .newsList .date {
    font-size: 1.6rem;
    width: 140px;
  }
  #newsSection .newsList p {
    font-size: 1.6rem;
    width: 720px;
  }
  #newsSection .moreBtn {
    text-align: right;
  }
  #newsSection .moreBtn .btn {
    display: inline-block;
    width: 250px;
    font-size: 1.4rem;
  }
}
/*-----------------------------------------------------
	featureArea
-----------------------------------------------------*/
#featureArea {
  margin-bottom: 35px;
  padding: 0 15px;
}
#featureArea .bnrList {
  margin: 0 auto;
  max-width: 450px;
}
#featureArea .bnrList li {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 767px) {
  #featureArea {
    margin-bottom: 40px;
    padding: 0;
  }
  #featureArea .bnrList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1140px;
  }
  #featureArea .bnrList li {
    width: 555px;
    margin: 0 30px 30px 0;
  }
  #featureArea .bnrList li:nth-child(even) {
    margin-right: 0;
  }
}
/*-----------------------------------------------------
	shopNewsSection
-----------------------------------------------------*/
#shopNewsSection {
  margin-bottom: 50px;
}
#shopNewsSection .shopNewsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
#shopNewsSection .shopNewsList li {
  width: 48%;
  margin: 0 4% 4% 0;
}
#shopNewsSection .shopNewsList li:nth-child(even) {
  margin-right: 0;
}
#shopNewsSection .shopNewsList li.new .date:before {
  position: relative;
  content: "NEW";
  display: inline-block;
  margin: 0 -1px 0 0px;
  padding: 0 8px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 1rem;
  color: #FFF;
  letter-spacing: 0.1em;
  background: #a20024;
  z-index: 2;
  vertical-align: middle;
}
#shopNewsSection .shopNewsList .thumb {
  margin-bottom: 5px;
}
#shopNewsSection .shopNewsList .title {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
#shopNewsSection .shopNewsList .date {
  position: relative;
  font-size: 1.1rem;
  color: #a20024;
  text-align: right;
}
#shopNewsSection .shopNewsList .date:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  z-index: -1;
}
#shopNewsSection .shopNewsList .date span {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  background: #FFF;
}

@media print, screen and (min-width: 767px) {
  #shopNewsSection {
    margin-bottom: 80px;
  }
  #shopNewsSection .shopNewsList {
    margin-bottom: 60px;
  }
  #shopNewsSection .shopNewsList li {
    width: 258px;
    margin: 0 36px 0 0;
  }
  #shopNewsSection .shopNewsList li:nth-child(even) {
    margin-right: 36px;
  }
  #shopNewsSection .shopNewsList li:nth-child(4n) {
    margin-right: 0;
  }
  #shopNewsSection .shopNewsList .title {
    font-size: 1.6rem;
  }
  #shopNewsSection .shopNewsList .date {
    font-size: 1.4rem;
  }
}
/*-----------------------------------------------------
	eventSection
-----------------------------------------------------*/
#eventSection {
  padding-bottom: 55px;
  background: #f1f1f1;
}
#eventSection .sectionHead {
  padding-top: 5px;
}
#eventSection .sectionHead:before {
  top: -15px;
}
#eventSection .eventList {
  margin-bottom: 20px;
}
#eventSection .eventList li {
  position: relative;
  margin-bottom: 4%;
}
#eventSection .eventList li.new:after {
  position: absolute;
  content: "NEW";
  bottom: 57%;
  right: 0;
  width: 36px;
  height: 36px;
  font-size: 1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  color: #FFF;
  line-height: 36px;
  text-align: center;
  background: #a20024;
  border-radius: 50%;
}
#eventSection .eventList .thumb {
  width: 50%;
}
#eventSection .eventList .info {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 10px;
  line-height: 1.4;
  width: 55%;
  height: 60%;
  background: #FFF;
  overflow: hidden;
}
#eventSection .eventList .date {
  margin-bottom: 3px;
  font-size: 1.2rem;
  color: #808080;
}
#eventSection .eventList .title {
  position: relative;
  height: 39.2px;
  overflow: hidden;
  word-break: break-all;
}

@media print, screen and (min-width: 767px) {
  #eventSection {
    padding-bottom: 60px;
  }
  #eventSection .sectionHead {
    padding-top: 45px;
  }
  #eventSection .eventList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  #eventSection .eventList li {
    width: 500px;
    margin: 0 50px;
  }
  #eventSection .eventList li.new:after {
    bottom: 50%;
    right: 10px;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    line-height: 50px;
  }
  #eventSection .eventList .info {
    padding: 20px 20px;
    height: 55%;
  }
  #eventSection .eventList .date {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  #eventSection .eventList .title {
    font-size: 1.6rem;
    line-height: 1.5;
    height: 72px;
  }
}
/*-----------------------------------------------------
	cardArea
-----------------------------------------------------*/
#cardArea {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 36px;
  background-image: url(../images/index/card-bg-sp.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  overflow: hidden;
}
#cardArea:before, #cardArea:after {
  content: "";
  position: absolute;
  top: 150px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  padding: 150px 0 0;
}
#cardArea:after {
  background: inherit;
  filter: blur(5px);
  z-index: -2;
}
#cardArea:before {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
#cardArea .wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background-image: url(../images/index/card-bg-top-sp.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 350px;
  z-index: 1;
}
#cardArea .wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background-image: url(../images/index/card-bg-btm-sp.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 350px;
  z-index: 2;
}
#cardArea .logo {
  position: relative;
  padding: 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #FFF;
  z-index: 50;
}
#cardArea .logo img {
  height: 100%;
}
#cardArea .cardImg {
  margin-bottom: 20px;
  text-align: right;
}
#cardArea .cardImg img {
  width: 173.5px;
  -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
}
#cardArea .summary {
  padding-bottom: 30px;
}
#cardArea .summary .title {
  margin-bottom: 15px;
  width: 270px;
}
#cardArea .summary p {
  margin-bottom: 1em;
}
#cardArea .moreLink {
  text-align: right;
}
#cardArea .moreLink a {
  position: relative;
  padding-right: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  color: #a20024;
}
#cardArea .moreLink a:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 20px;
  height: 1px;
  background: #a20024;
}
#cardArea .moreLink a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 10px;
  height: 1px;
  background: #a20024;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}

@media print, screen and (min-width: 767px) {
  #cardArea {
    margin-bottom: 80px;
    padding-bottom: 77px;
    background-image: url(../images/index/card-bg-pc.png);
  }
  #cardArea:before, #cardArea:after {
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-left: -540px;
    margin-right: 500px;
    padding: 0 0 0 20px;
    width: 540px;
    height: 100%;
  }
  #cardArea .wrap:before {
    height: 156px;
    background-image: url(../images/index/card-bg-top-pc.png);
    background-size: 1848px;
  }
  #cardArea .wrap:after {
    height: 77px;
    background-image: url(../images/index/card-bg-btm-pc.png);
    background-size: 1349px;
  }
  #cardArea .inner {
    position: relative;
  }
  #cardArea .logo {
    width: 200px;
    height: 180px;
  }
  #cardArea .cardImg {
    position: absolute;
    top: 80px;
    right: 20px;
    z-index: 40;
  }
  #cardArea .cardImg img {
    width: 347px;
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  #cardArea .summary {
    margin: 10px 0 0 30px;
    padding: 30px 30px 10px;
    width: 540px;
  }
  #cardArea .summary .title {
    margin-bottom: 25px;
    width: 410px;
  }
  #cardArea .summary p {
    font-size: 1.6rem;
  }
  #cardArea .moreLink a {
    font-size: 1.6rem;
  }
}
/*-----------------------------------------------------
	instaArea
-----------------------------------------------------*/
#instaArea {
  margin-bottom: 35px;
  padding: 0 15px;
}
#instaArea .instaHead {
  margin-bottom: 20px;
  text-align: center;
}
#instaArea .instaHead .fab {
  display: block;
  font-size: 3rem;
  color: #a20024;
}
#instaArea .instaHead .title {
  font-size: 2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  color: #a20024;
}
#instaArea #instafeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#instaArea #instafeed li {
  width: 32%;
  margin: 0 2% 2% 0;
}
#instaArea #instafeed li:nth-child(3n) {
  margin-right: 0;
}

@media print, screen and (min-width: 767px) {
  #instaArea {
    margin: 0 auto 80px;
    padding: 0;
    width: 1140px;
  }
  #instaArea .instaHead {
    margin-bottom: 40px;
  }
  #instaArea .instaHead .fab {
    display: block;
    font-size: 4rem;
    color: #a20024;
  }
  #instaArea .instaHead .title {
    font-size: 3.6rem;
  }
  #instaArea #instafeed li {
    width: 180px;
    margin: 0 12px 0 0;
  }
  #instaArea #instafeed li:nth-child(3n) {
    margin-right: 12px;
  }
  #instaArea #instafeed li:nth-child(6n) {
    margin-right: 0;
  }
}
/*-----------------------------------------------------
	relatedArea
-----------------------------------------------------*/
#relatedArea {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/index/related-bg-sp.png);
  background-size: cover;
}
#relatedArea .relatedLink {
  margin: 0 auto;
  width: 70%;
  max-width: 450px;
}
#relatedArea .relatedLink li {
  margin-bottom: 20px;
}
#relatedArea .relatedLink li:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 767px) {
  #relatedArea {
    padding: 100px 0;
    background-image: url(../images/index/related-bg-pc.png);
  }
  #relatedArea .relatedLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1030px;
    max-width: 1030px;
  }
  #relatedArea .relatedLink li {
    margin-bottom: 0;
    width: 485px;
  }
}
/*-----------------------------------------------------
	bnrArea
-----------------------------------------------------*/
#bnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
}
#bnrArea li {
  width: 49%;
  margin: 0 2% 2% 0;
}
#bnrArea li:nth-child(even) {
  margin-right: 0;
}
#bnrArea li:nth-child(n+3) {
  margin-bottom: 0;
}

@media print, screen and (min-width: 767px) {
  #bnrArea {
    margin: 40px auto;
  }
  #bnrArea li {
    margin: 0 30px 0 0;
    width: 262.5px;
  }
  #bnrArea li:nth-child(even) {
    margin-right: 30px;
  }
  #bnrArea li:nth-child(4n) {
    margin-right: 0;
  }
}
