@charset "UTF-8";

/*
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 特集用 特集用ヘッダー・フッター

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/* グローバルヘッダー */
.global-header {
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff; }

.global-header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

/* ロゴ */
.global-header-logo__link {
  display: block;
  width: 150px;
  height: auto; }

.global-header-logo__image {
  width: 100%;
  height: auto; }
  
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　ギャレリア各EC共通 下層ページ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.contents-wrapper {
  display: flex;
  justify-content: center;
  width: 1120px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px; }

.contents-area {
  box-sizing: border-box;
  width: 835px;
  margin-top: 7px; }

.award-area {
  margin-bottom: 50px; }
.award-area time {
  display: block;
  font-size: 1.6rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #9c9c9c;
  margin-bottom: 30px; }
.award-area img {
  text-align: center;
  margin-bottom: 16px;}
.award-area p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;  }
.award-area div {
  font-size: 1.4rem;
 margin-bottom: 25px; 
 line-height: 2.2rem; }  
.aw_bn01 {
  width:170px;
  margin-right: 18px;
  margin-top: 7px;
}
.aw_bn02 {
  width:170px;
  margin-top: 7px;
}



/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ 各EC共通 特集用 特集用ヘッダー・フッター Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 768px) {
  /* グローバルヘッダー */
  .global-header {
    padding-top: 3vw;
    padding-bottom: 3vw;
    background-color: #fff; }

  .global-header-wrapper {
    padding-right: 3vw;
    padding-left: 3vw; }

  /* ロゴ */
  .global-header-logo__link {
    width: 30vw;
    height: auto; }

  /* SNS */
  .global-header-sns__item {
    margin-left: 3.5vw; }

  .global-header-sns__item .fab {
    padding-top: 5px;
    font-size: 5vw; }

  .contents-wrapper {
    display: block;
    width: 100vw;
    margin-top: 10vw;
    margin-bottom: 10vw; }

  .contents-side-navi {
    display: none; }

  .contents-area {
    width: 100vw;
    margin-top: 0;
    padding-top: 2vw;
    padding-right: 3vw;
    padding-left: 3vw;
    border: none; }

  .award-area {
    margin-bottom: 5vw; }
  .award-area time {
    font-size: 3vw;
    padding-bottom: 2vw;
    margin-bottom: 5vw; }
  .award-area img {
    margin-bottom: 6vw; 
    text-align: center;} 
  .award-area p {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4vw;  }
  .award-area div {
    font-size: 3vw;
   margin-bottom: 8vw;
   line-height: 4vw;  }

   .aw_bn01 {
    width: 28vw;
  margin-right: 4vw;
  margin-bottom: 3vw;
}

   .aw_bn02 {
    width: 28vw;
    margin-bottom: 3vw;
}
