@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* _reset.css */
body, html {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #444;
  font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
@media screen and (max-width: 321px) {
  body, html {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 321px) and (max-width: 667px) {
  body, html {
    font-size: 15px;
    line-height: 1.5;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
}
@media screen and (max-width: 321px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    line-height: 1.4;
  }
}

html, body, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
/*  vertical-align: baseline;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: top;
}

a:focus {
  outline: none;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* _layout.scss */
body, html {
  overflow-x: hidden;
  width: 100%;
}
body a, html a {
  text-decoration: none;
}

@media screen and (max-width: 668px) {
img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.blursvg {
	display: none;
}
.sphide {
	display: none;
}
}
@media screen and (min-width: 669px) {
a img {
transition: opacity .3s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
a:hover,
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}

a:hover .blurimage {
opacity: 1 !important;
}

.blurimage {
filter: url(common.css);
}
.pchide {
	display: none;
}
}
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 668px) {
  #wrapper {
    width: 100%;
  }
  #wrapper .show_sp {
    display: block;
  }
  #wrapper .hide_sp {
    display: none;
  }
  #wrapper .imgPC {
    display: none;
  }
}
@media screen and (min-width: 669px) {
  #wrapper .show_sp {
    display: none;
  }
  #wrapper .imgSP {
    display: none;
  }
  #wrapper .hide_sp {
    display: block;
  }
}

.inner_01 {
  zoom: 1;
}
@media screen and (min-width: 669px) {
  .inner_01 {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  .inner_01 img {
	max-width: 100%;
	height: auto;
  }
}
.inner_01:before, .inner_01:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.inner_01:after {
  clear: both;
}

.loading {
  background: url(../img/common/loading.gif) center 200px no-repeat;
}

#header {
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 668px) {
#header .siteName {
	max-width: 160px;
    position: absolute;
    top: 49%;
    left: 10px;
	transform: translateY(-50%);
	width: 40%;
}
#gnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
#gnav .nav.pchide {
	float: right;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	max-width: 180px;
	width: 60%;
}
  #gnav .nav > li {
	width: 33.3%;
	max-width: 60px;
 	text-align: right;
 }
#gnav .nav > li a	{
    display: block;
    height:auto;
   	width: 100%;
	color: #fff;
	margin: 0 ;
	text-align: center;
}
#gnav .nav li a	img {
	width: 80%;
	margin: 0 auto;
}
#gnav .nav li.online a img {
}
}

/* 下層ページ
--------------------------*/
#top #header,
.page-under #header {
	background: #9D0029;
	box-shadow: 0px 1px 6.3px 0.7px rgba(0, 0, 0, 0.45);
	position: fixed;
	top: 0;
	left: 0;
}
.page-under #header .shoplist {
	display: none;
}

#header .siteName a {
	color: #fff;
}
@media screen and (min-width: 669px) {
#header .siteName {
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 10;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
}
}
@media screen and (max-width: 668px) {
  .page-under #header {
    height: 96px;
  }
  .page-under #gnav {
    display: block;
  }
  .page-under #contents {
    padding-top: 111px;
  }
  .page-under .shoplist {
    position: absolute;
    z-index: 100;
    top: 96px;
    right: 0;
    width: auto;
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.45) inset;
    background: #9D0029;
    font-size: 1rem;
    text-align: center;
  }
  .page-under .shoplist li {
    border-bottom: 1px solid #fff;
  }
  .page-under .shoplist li:last-child {
    border: none;
  }
  .page-under .shoplist li a {
    display: block;
    padding: 15px 25px 15px 25px;
    color: #fff;
    line-height: 1.1;
    font-weight: 400;
	height: auto !important;
	width: auto !important;
	background: transparent  !important;
  }
}
@media screen and (min-width: 669px) {
  .page-under #header {
    height: 90px;
  }
  .page-under #header .inner_01 {
    height: 90px;
  }
  .page-under .nav {
    padding: 15px 0;
    text-align: right;
  }
  .page-under .nav > li {
    position: relative;
    display: inline-block;
    width: 75px;
    text-align: center;
    font-size: 11.5px;
	font-family: 'Montserrat', sans-serif;
  }
  .page-under .nav > li a {
    display: block;
	color: #fff;
  }
  .page-under .nav > li .icon {
    height: 36px;
    width: auto;
    margin-bottom: 7px;
    -webkit-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }
  .page-under .nav > li a:hover .icon {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .page-under .nav > li a:hover img {
    opacity: 1;
  }
.page-under .nav li.member .icon {
    height: 36px;
    width: auto;
}
  .page-under .shoplist {
    position: absolute;
    z-index: 100;
    top: 75px;
    left: 0;
    width: 220px;
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.45) inset;
    background: #9D0029;
    font-size: 1rem;
    text-align: left;
  }
  .page-under .shoplist li {
    border-bottom: 1px solid #fff;
  }
  .page-under .shoplist li:last-child {
    border: none;
  }
  .page-under .shoplist li a {
    display: block;
    padding: 15px 25px;
    color: #fff;
    line-height: 1.1;
    font-weight: 400;
  }
  .page-under #contents {
    padding-top: 120px;
  }
}

#footer {
  font-size: 0.85rem;
  text-align: center;
  z-index: 1;
  position: relative;
}
#footer .inner {
  background:transparent url(../img/common/ft_bg.png) repeat center top;
  padding: 15px 0;
  border-top: 1px solid #9D0029;
}
#footer .link {
  margin-bottom: 15px;
}
#footer .link a {
  color: #333;
  display: inline-block;
}
#footer .logo {
  padding: 10px;
}
#footer .logo a {
  display: inline-block;
  margin: 0 10px;
}
#footer .copyright {
  margin-bottom: 10px;
  font-size: 0.7rem;
}
@media screen and (max-width: 668px) {
  #footer .link {
    line-height: 2em;
    position: relative;
  }
  #footer .btn_tw {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
  }
  #footer .logo img {
    height: 20px;
    width: auto;
  }
}
@media screen and (min-width: 669px) {
  #footer .inner {
    padding: 20px 0;
  }
  #footer span {
    display: inline-block !important;
  }
}

#sns ul {
  width: 300px;
  margin: 0 auto;
  zoom: 1;
}
#sns ul li {
  display: inline-block;
  margin: 0 10px 8px 0;
  vertical-align: top;
}
#sns ul:before, #sns ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#sns ul:after {
  clear: both;
}
#sns .fb-like span {
  vertical-align: top !important;
}
#sns #lineButton {
  width: 88px;
}
@media screen and (min-width: 669px) {
  #sns {
    margin-bottom: 30px;
  }
  #sns ul {
    width: 600px;
  }
}

#pageTop a {
  display: none;
  position: fixed;
  font-size: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6) url(../img/common/pagetop_arrow.png) center center no-repeat;
  box-shadow: 0px 1px 5.64px 0.36px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
@media screen and (max-width: 668px) {
  #pageTop a {
    background-size: 34.61538%;
	width: 46px;
	height: 46px;
	right: 10px;
	bottom: 12px;
}
}
@media screen and (min-width: 669px) {
  #pageTop a {
    right: 20px;
    bottom: 40px;
    width: 52px;
    height: 52px;
  }
}

/* フッターバナーエリア
----------------------------------------------*/

@media screen and (max-width: 668px) {
  div.online {
    display: none;
  }

  div.online_sp {
    background: transparent url(../img/common/online_bn.jpg) repeat-x center center;
    max-height: 200px;
    text-align: center;
    padding: 18px 10px 16px;
    box-sizing: border-box;
  }

  div.online_sp img {
    width: 100%;
    height: auto;
    max-height: 165px;
    max-width: 553px;
  }

  div.online_v2 {
    display: none;
  }

  div.online_sp_v2 {
    background: transparent url(../img/common/online_bn.jpg) repeat-x center center;
    max-height: 200px;
    text-align: center;
    padding: 21px 10px;
    box-sizing: border-box;
  }

  div.online_sp_v2 img {
    width: 100%;
    height: auto;
    max-height: 158px;
    max-width: 459px;
  }

  div.c_ch {
    display: none;
  }

  div.c_ch_sp {
    background-color: #fee500;
    height: auto;
    text-align: center;
    padding: 23px 16px;
    box-sizing: border-box;
  }

  div.c_ch_sp img {
    width: 100%;
    height: auto;
  }
  div.depacoArea {
    display: none;
  }
  div.depacoArea_sp {
	  /* border-top: 5px #fd6488 solid; */
	  /* border-bottom: 5px #fd6488 solid; */
    z-index: 1;
    position: relative;
  }
}
@media screen and (min-width: 669px) {
  div.online_sp {
    display: none;
  }

  div.online {
    background: transparent url(../img/common/online_bn.jpg) repeat-x center center;
    height: 200px;
    text-align: center;
    padding: 31px 0 31px;
    box-sizing: border-box;
  }

  div.online_sp_v2 {
    display: none;
  }

  div.online_v2 {
    background: transparent url(../img/common/online_bn.jpg) repeat-x center center;
    height: 200px;
    text-align: center;
    padding: 35px 0;
    box-sizing: border-box;
  }

  div.c_ch_sp {
    display: none;
  }

  div.c_ch {
    background-color: #fee500;
    height: 127px;
    text-align: center;
    padding: 10px 0 7px;
    box-sizing: border-box;
  }
  div.depacoArea_sp {
    display: none;
  }
  div.depacoArea {
	  border-top: 5px #fd6488 solid;
	  border-bottom: 5px #fd6488 solid;
      display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
  }
div.depacoArea .box1,div.depacoArea .box2,div.depacoArea .box3 {
    margin: 30px 10px;
}
div.depacoArea img {
	width: 330px;
	height: auto;
	margin: 0 auto;
	display: block;
}
}

/* 共通 */
.title01 {
  background: url(../img/common/title_bg_01.gif) left bottom repeat-x;
  margin-bottom: 15px;
  text-align: center;
}
.title01.mt50 {
  margin-top: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .title01 {
    background-size: auto 13px;
  }
  .title01.mt50 {
    margin-top: 30px;
  }
  .title01 img {
    height: 34px;
    width: auto;
  }
}
@media screen and (min-width: 669px) {
  .title01 {
    margin-bottom: 20px;
  }
 #brandlist .title01 img {
    height: 43px;
	 width: auto;
  }
}

.btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  background: #9D0029;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 669px) {
  .btn {
    transition: opacity .3s ease-in;
    -webkit-backface-visibility: hidden;
  }
}

.btnWhite {
  display: inline-block;
  padding: 3px 10px;
  border: 2px solid #9D0029;
  border-radius: 4px;
  color: #9D0029;
  font-weight: bold;
}

.btn_arrow_01 {
  display: inline-block;
  background: #9D0029;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.btn_arrow_01:before {
  position: relative;
  top: -1px;
  display: inline-block;
  content: "▶";
  margin-right: 5px;
  font-size: 0.65em;
  vertical-align: middle;
}
@media screen and (max-width: 668px) {
  .btn_arrow_01 {
    display: block;
    padding: 5px;
  }
}
@media screen and (min-width: 669px) {
  .btn_arrow_01 {
    padding: 3px 35px;
    transition: opacity .3s ease-in;
    -webkit-backface-visibility: hidden;
  }
  .btn_arrow_01:before {
    top: -2px;
  }
  .btn_arrow_01:hover {
    opacity: 0.8;
  }
}

/*iphoneSE*/
@media screen and (max-width: 320px) {
#header .siteName {
    max-width: 100%;
}
}

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