@charset "UTF-8";
/* ==========================================================================

	#変数

 */
/* --------------------------------------------------------------------
  レイアウトサイズ
 */
/* --------------------------------------------------------------------
  カラー
 */
/* --------------------------------------------------------------------
  Misc
 */
/* ==========================================================================

	#Mixin

 */
/* --------------------------------------------------------------------
  #Media Queries
 */
/* --------------------------------------------------------------------
  #Utilities
 */
/*ブロック要素のセンタリング*/
/*ブロック要素の右寄せ*/
/*
リンクアンダーライン非表示、ホバーで表示
a要素の親に設定
*/
/*
リンクアンダーライン非表示
a要素の親に設定
*/
/*
リンクカラー設定
a要素の親に設定
*/
/*ブロック要素内テキスト非表示*/
/*font-smoothing*/
/*clearfix*/
/*要素へホバーエフェクト追加*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
/*縦書きテキスト*/
/* ====================================================================

  /css/index.css
  #トップページ

 */
/* ----------------------------------
  #トップメインビジュアル
*/
.pg-indexTop {
  position: relative;
  /*opacity: 0;*/
  margin-bottom: 30px; }
  @media print, screen and (min-width: 751px) {
    .pg-indexTop {
      margin-bottom: 60px; } }

.pg-indexSlide .slick-next,
.pg-indexSlide .slick-prev {
  display: none !important; }

.pg-indexSlide__item {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative; }
  .pg-indexSlide__item a {
    display: block;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0); }
  .pg-indexSlide__item .pg-indexSlide__copy01 {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    height: 180px;
    width: 100%; }
    .pg-indexSlide__item .pg-indexSlide__copy01 .copy-container {
      display: table;
      top: 0;
      left: 0;
      width: 960px;
      font-size: 2.0rem;
      margin-left: auto;
      margin-right: auto; }
    .pg-indexSlide__item .pg-indexSlide__copy01 .copy1 {
      display: table-cell;
      vertical-align: middle;
      height: 180px;
      font-weight: bold;
      left: 0;
      color: #000;
      font-size: 2.2rem;
      mso-ansi-font-weight: bold; }
  @media only screen and (min-width: 0px) and (max-width: 750px) {
    .pg-indexSlide__item .pg-indexSlide__copy01 {
      height: 130px; }
      .pg-indexSlide__item .pg-indexSlide__copy01 .copy-container {
        width: 84%; }
        .pg-indexSlide__item .pg-indexSlide__copy01 .copy-container img {
          width: 100%; }
      .pg-indexSlide__item .pg-indexSlide__copy01 .copy1 {
        height: 130px;
        font-size: 1.5rem;
        padding-bottom: 24px; } }
  @media print, screen and (min-width: 751px) {
    .pg-indexSlide__item {
      height: 558px; } }

/* ----------------------------------
  #店舗検索エリア
*/
@media only screen and (min-width: 0px) and (max-width: 750px) {
  .pg-shopSearchContainer {
    background: #e4e4e4;
    padding: 35px 15px; } }

@media print, screen and (min-width: 751px) {
  .pg-shopSearchContainer {
    position: absolute;
    top: 100px;
    right: 10%;
    width: 358px; } }

@media print, screen and (min-width: 751px) {
  .pg-shopSearch {
    height: 306px; } }

.pg-shopSearch__banner {
  margin-top: 10px; }
  .pg-shopSearch__banner img {
    width: 100%; }

.pg-search-notice {
  color: #777; }

.glb-shopSearch__otherBtn .glb-btnInner {
  letter-spacing: 0; }

@media screen and (min-width: 0px) and (max-width: 320px) {
  .glb-shopSearch__otherBtn .glb-btnInner {
    font-size: 1.2rem; } }

/* ----------------------------------
  #ニュースインデックスエリア, #キャンペーンインデックスエリア共通
*/
.glb-caroucel-container ul {
  margin: 0 auto; }

/* ----------------------------------
  #ニュースインデックスエリア
*/
.pg-newsArea {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 751px) {
    .pg-newsArea {
      margin-bottom: 70px; } }

/* ----------------------------------
  #キャンペーンインデックスエリア
*/
.pg-campaignArea {
  background: url(/img/index_campaign_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0 20px; }
  @media print, screen and (min-width: 751px) {
    .pg-campaignArea {
      padding: 80px 0;
      margin-bottom: 60px; } }

/* ----------------------------------
  #コンテンツリンクエリア
*/
.pg-cboxArea {
  margin-bottom: 0;
  padding: 55px 15px 5px; }
  @media print, screen and (min-width: 751px) {
    .pg-cboxArea {
      margin-bottom: 35px; } }

.pg-cbox:after {
  content: "";
  clear: both;
  display: block; }

@media print, screen and (min-width: 751px) {
  .pg-cbox {
    width: 718px;
    margin-left: auto;
    margin-right: auto; } }

.pg-cbox__item {
  display: table;
  border: 1px solid #235858; }
  .pg-cbox__item > a {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-left: 66px;
    line-height: 2;
    font-size: 1.5rem;
    height: 65px;
    color: #235858;
    font-weight: normal;
    letter-spacing: .1em;
    text-align: left;
    background: url(/assets/img/icon/arrow_a_green.png) no-repeat right 15px center;
    background-size: 8px auto; }
    .pg-cbox__item > a:before {
      top: 0;
      left: 0;
      content: "";
      display: block;
      position: absolute;
      width: 50px;
      height: 65px;
      background: #235858;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 26px; }
  @media only screen and (min-width: 0px) and (max-width: 750px) {
    .pg-cbox__item {
      width: 100%;
      margin-bottom: 15px; } }
  @media print, screen and (min-width: 751px) {
    .pg-cbox__item {
      float: left;
      width: 342px;
      height: 126px; }
      .pg-cbox__item > a {
        font-size: 1.6rem;
        padding-left: 124px;
        letter-spacing: .1em; }
        .pg-cbox__item > a:before {
          width: 85px;
          height: 125px;
          background-size: 36px; }
      .pg-cbox__item:first-child {
        margin-right: 32px; }
      .pg-cbox__item:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }

.pg-cbox__item--shop a:before {
  background-image: url(/assets/img/icon/present.png); }

.pg-cbox__item--feature a {
  letter-spacing: .35em; }

.pg-cbox__item--feature a:before {
  background-image: url(/assets/img/icon/medal.png); }

/* ----------------------------------
  #ピックアップエリア
*/
.pg-pickupArea {
  position: relative;
  background: #e1efee;
  padding: 20px 60px 35px;
  margin-bottom: 65px; }
  .pg-pickupArea .glb-headingWrap {
    width: 100%; }
  @media only screen and (min-width: 0px) and (max-width: 750px) {
    .pg-pickupArea {
      background: #e1efee;
      padding: 20px 25px 5px;
      margin: 0 15px 40px; } }
  @media print, screen and (min-width: 751px) {
    .pg-pickupArea .glb-heading__more.pg-more-sp {
      display: block;
      bottom: auto;
      top: 57px;
      right: 60px; } }

.pg-pickupArea__title {
  margin: 10px 0 20px; }

.pg-pickupContainer {
  display: table;
  background: #fff;
  width: 100%; }
  @media only screen and (min-width: 0px) and (max-width: 750px) {
    .pg-pickupContainer {
      display: block; } }

.pg-pickup__pict {
  display: table-cell;
  vertical-align: middle;
  width: 258px; }
  .pg-pickup__pict img {
    width: 100%; }
  @media only screen and (min-width: 0px) and (max-width: 750px) {
    .pg-pickup__pict {
      display: block;
      width: auto;
      padding: 17px 17px 0; } }

.pg-pickup__text {
  padding: 15px; }
  .pg-pickup__text .pickup-category {
    color: #235858;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 15px; }
    .pg-pickup__text .pickup-category:before {
      content: "■";
      color: #235858; }
  .pg-pickup__text .pickup-date {
    color: #235858;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 15px; }
  .pg-pickup__text .pickup-title {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.3; }
  .pg-pickup__text .pickup-content {
    font-weight: normal;
    text-align: left;
    font-size: 1.3rem; }
  @media only screen and (min-width: 0px) and (max-width: 750px) {
    .pg-pickup__text {
      display: block; }
      .pg-pickup__text .pickup-title {
        font-size: 2.0rem; } }
  @media print, screen and (min-width: 751px) {
    .pg-pickup__text {
      width: calc(100% - 258px);
      display: table-cell;
      vertical-align: middle; } }

.glb-caroucel__pict {
  border: 1px solid #235858; }

/* ----------------------------------
  #インスタグラムエリア
*/
@media only screen and (max-width: 750px) {
  #pg-instagram {
    margin: 35px 35px 0; } }

#pg-instagram .pg-instagram-item {
  margin-top: 40px; }
  #pg-instagram .pg-instagram-item:first-of-type {
    margin-top: 0; }
  @media only screen and (max-width: 750px) {
    #pg-instagram .pg-instagram-item {
      margin-top: 20px; } }

#pg-instagram .pg-instagram-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px; }
  @media only screen and (max-width: 750px) {
    #pg-instagram .pg-instagram-title-wrap {
      margin-bottom: 7px; } }
  #pg-instagram .pg-instagram-title-wrap .pg-instagram-title {
    padding-left: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #604ac5;
    background: url(/assets/img/icon/instagram.png) no-repeat left center;
    background-size: 36px;
    min-height: 36px;
    line-height: 36px; }
    @media only screen and (max-width: 750px) {
      #pg-instagram .pg-instagram-title-wrap .pg-instagram-title {
        padding-left: 35px;
        font-size: 13.5px;
        background-size: 27px;
        min-height: 27px;
        line-height: 27px; } }
    @media only screen and (max-width: 374px) and (min-width: 320px) {
      #pg-instagram .pg-instagram-title-wrap .pg-instagram-title {
        padding-left: 9.33333vw;
        font-size: 3.6vw;
        background-size: 7.2vw;
        min-height: 7.2vw;
        line-height: 7.2vw; } }
  #pg-instagram .pg-instagram-title-wrap a.pg-instagram-link {
    display: block;
    border: 1px solid #604ac5;
    font-size: 13px;
    color: #604ac5;
    line-height: 34px;
    padding: 0 25px 0 10px;
    background: url(/assets/img/icon/arrow_d_purple.png) no-repeat right 12px center;
    background-size: 6px auto; }
    @media only screen and (max-width: 750px) {
      #pg-instagram .pg-instagram-title-wrap a.pg-instagram-link {
        font-size: 10px;
        line-height: 25px;
        padding: 0 20px 0 8px;
        background-position: right 10px center;
        background-size: 4px auto; } }
    @media only screen and (max-width: 374px) and (min-width: 320px) {
      #pg-instagram .pg-instagram-title-wrap a.pg-instagram-link {
        font-size: 2.66667vw;
        line-height: 6.93333vw; } }
    #pg-instagram .pg-instagram-title-wrap a.pg-instagram-link:hover {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

@media only screen and (max-width: 750px) {
  #pg-instagram .pg-instagram-list-wrap {
    overflow-x: auto; } }

#pg-instagram .pg-instagram-list {
  font-size: 0; }
  #pg-instagram .pg-instagram-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    #pg-instagram .pg-instagram-list li:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 750px) {
      #pg-instagram .pg-instagram-list li {
        margin-right: 4vw; } }
    #pg-instagram .pg-instagram-list li a {
      display: block;
      width: 180px;
      height: 180px;
      background: no-repeat center center;
      background-size: cover; }
      @media only screen and (max-width: 750px) {
        #pg-instagram .pg-instagram-list li a {
          width: 38.66667vw;
          height: 38.66667vw; } }

@media print, screen and (min-width: 751px) {
  #pg-instagram .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
    left: 0 !important; }
  #pg-instagram .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    display: none !important; } }
