@charset "UTF-8";
.special-holiday {
  position: relative;
  padding: 44px 0 1.5em 0em;
  background: #f0f0f0;
  margin-top: 1em;
  margin-bottom: 1em;
  border: solid 1px #ddd; }
  .special-holiday .ttl {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    padding: .3em .5em;
    letter-spacing: .1em; }
  .special-holiday .calendar {
    padding: 0 0 1em 0; }
  .special-holiday .context {
    max-width: 640px;
    margin: auto; }
    .special-holiday .context img {
      max-width: 100%; }
  @media screen and (max-width: 767px) {
    .special-holiday {
      padding: 20px;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 2em;
      border: none; }
      .special-holiday .ttl {
        position: relative;
        margin-bottom: 1em; } }

.message {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
  line-height: 1.8; }
  .message span {
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .message {
      width: 100%;
      margin: 1em auto 0em;
      text-align: left; }
      .message p {
        margin: 0; }
      .message span {
        display: inline; } }

.slide {
  background: #000; }
  .slide .wrapper {
    position: relative;
    max-height: 540px;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    overflow: hidden; }
    .slide .wrapper:before {
      content: "";
      display: block;
      width: 10%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background: url("../i/left.png") no-repeat top left;
      background-size: 100% 540px; }
    .slide .wrapper:after {
      content: "";
      display: block;
      width: 10%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      background: url("../i/right.png") no-repeat top right;
      background-size: 100% 540px; }
    .slide .wrapper img {
      max-height: 540px;
      width: 100%;
      left: 0;
      right: 0;
      margin: auto; }
  .slide img {
    display: block;
    margin: auto; }
  @media screen and (max-width: 767px) {
    .slide {
      background: #101010; }
      .slide .wrapper {
        height: auto;
        max-height: none;
        width: 100% !important; }
        .slide .wrapper:before, .slide .wrapper:after {
          display: none; }
        .slide .wrapper img {
          width: 100% !important;
          height: auto !important;
          max-height: none; } }

/** .slide */
.newsWrap {
  position: relative;
  box-sizing: border-box;
  background: #FFFFFF;
  color: #101010;
  padding: 2.4rem 0;
  /** .news */ }
  .newsWrap .wrapper {
    position: relative; }
  @media screen and (max-width: 767px) {
    .newsWrap {
      padding: 2.4rem 20px; } }
  .newsWrap h2.headline {
    text-align: left;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: .1em;
    font-size: 2.4rem;
    padding: 1.0rem; }
    .newsWrap h2.headline span {
      letter-spacing: 0;
      font-size: 1.3rem;
      margin-left: 1em; }
    @media screen and (max-width: 767px) {
      .newsWrap h2.headline {
        text-align: center; }
        .newsWrap h2.headline span {
          display: block;
          margin-top: 1em; } }
  .newsWrap a.btn-text {
    box-sizing: border-box;
    max-width: 304px;
    margin: auto;
    padding: 1em 3em 1em 2em;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .newsWrap a.btn-text {
        position: relative; } }
  .newsWrap .items {
    margin: 3.6rem auto 0rem; }
    @media screen and (max-width: 767px) {
      .newsWrap .items {
        margin-top: 0; } }
  .newsWrap .news_items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    transition: all .8s ease-out; }
    .newsWrap .news_items > li {
      position: relative;
      box-sizing: border-box;
      width: calc(33% - 24px);
      padding: .5em; }
      .newsWrap .news_items > li:before {
        content: "";
        background: #d5d5d5;
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        left: -1.2rem;
        top: 0; }
      .newsWrap .news_items > li:nth-child(3n+1):before {
        display: none; }
    @media screen and (max-width: 767px) {
      .newsWrap .news_items > li {
        width: 100%; }
        .newsWrap .news_items > li:before {
          display: block;
          height: 1px;
          width: 100%;
          left: 0;
          top: 0; }
        .newsWrap .news_items > li:nth-of-type(3n+1):before {
          display: block; } }
  .newsWrap .news {
    box-sizing: border-box;
    margin: 0 1.2rem 2.4rem;
    color: #ccc; }
    .newsWrap .news .new {
      display: inline-block;
      color: #fff;
      background: #101010;
      padding: 2px 1.8em 1px;
      margin-left: 1em;
      line-height: 1;
      border-radius: 3px; }
    .newsWrap .news .date {
      margin: 0 0 .5em; }
    .newsWrap .news a {
      display: block;
      text-decoration: none;
      line-height: 1.6;
      color: #222; }
      .newsWrap .news a:hover {
        color: #999; }
    @media screen and (max-width: 767px) {
      .newsWrap .news {
        margin: 0 auto 1.5em;
        padding-top: 1.5em; } }

/** .newsWrap */
.recommends {
  background: #f5f5f5;
  padding: 3.6rem 0; }
  .recommends .row {
    margin-top: 24px; }
    .recommends .row:first-of-type {
      margin-top: 0; }
    .recommends .row img {
      vertical-align: bottom; }
  .recommends .cols1 {
    display: flex;
    justify-content: space-between; }
    .recommends .cols1 > li {
      width: 960px; }
  .recommends .cols2 {
    display: flex;
    justify-content: space-between; }
    .recommends .cols2 > li {
      width: 468px; }
  .recommends .cols3 {
    display: flex;
    justify-content: space-between; }
    .recommends .cols3 > li {
      width: 304px; }
  .recommends .cols4 {
    display: flex;
    justify-content: space-between; }
    .recommends .cols4 > li {
      width: 222px; }
      .recommends .cols4 > li img {
        width: 100%; }
  .recommends .recommend {
    background: #fff; }
    .recommends .recommend a {
      display: block;
      text-decoration: none;
      color: #101010; }
      .recommends .recommend a:hover {
        color: #666;
        opacity: .9; }
    .recommends .recommend .thumbnail {
      width: 100%; }
    .recommends .recommend .context {
      padding: 1.5em 1.5em; }
    .recommends .recommend h3.ttl {
      text-align: center;
      font-weight: normal;
      font-size: 1.6rem;
      margin-bottom: .8em; }
    .recommends .recommend p {
      margin: 0;
      font-size: 1.4rem;
      line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .recommends {
      padding: 1.2rem 0; }
      .recommends .cols1,
      .recommends .cols2,
      .recommends .cols3,
      .recommends .cols4 {
        flex-direction: column; }
        .recommends .cols1 li,
        .recommends .cols2 li,
        .recommends .cols3 li,
        .recommends .cols4 li {
          box-sizing: border-box;
          width: auto;
          margin: 2rem; } }

/** .recommends */
.shop {
  background: #101010 url(../i/shop-bg.jpg) no-repeat center center;
  background-size: auto 300px;
  height: 300px;
  overflow: hidden; }
  .shop .wrapper {
    position: relative;
    display: flex; }
  .shop .shopsearch {
    position: relative;
    height: 300px;
    width: 100%; }
    .shop .shopsearch img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .shop .favshop {
    display: none;
    background: #13283F;
    text-align: left;
    width: 40%; }
    .shop .favshop img {
      height: 300px; }
  @media screen and (max-width: 767px) {
    .shop {
      background-size: cover; }
      .shop .shopsearch {
        width: 80%;
        margin: auto; } }

/** .shop */
/** news */
#popupNews {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  margin: 50px auto;
  padding: 50px 20px;
  width: auto;
  max-width: 960px;
  min-height: calc(100vh - 100px);
  /** @media max-width: 767px */ }
  @media screen and (max-width: 1100px) {
    #popupNews {
      margin-left: 50px;
      margin-right: 50px; } }
  @media screen and (max-width: 767px) {
    #popupNews {
      margin: 20px 10px;
      padding: 15px; } }

nav {
  margin-bottom: 24px;
  /** @media max-width: 767px */ }
  nav ul {
    display: flex;
    justify-content: center;
    list-style: none; }
    nav ul li {
      position: relative;
      box-sizing: border-box;
      padding: 1em;
      font-size: 1.4rem;
      cursor: pointer; }
      nav ul li:after {
        content: "";
        display: block;
        background: #101010;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0;
        opacity: 0;
        transform: scaleX(0);
        transition: .5s; }
      nav ul li.selected:after, nav ul li:hover:after {
        opacity: 1;
        width: 100%;
        transform: scaleX(1);
        transition: .5s; }
  @media screen and (max-width: 767px) {
    nav {
      margin-top: 24px; }
      nav ul {
        /**
      flex-direction: column;
      flex-wrap: wrap;
      */ }
        nav ul li {
          padding: .5em .75em; } }

/** nav */
/** modal */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/** Closeボタンを画像に */
button.mfp-close * {
  pointer-events: none; }

/*# sourceMappingURL=page.css.map */