@charset "UTF-8";
/* -----------------------------------------------
 * LastUpdate : 18/11/27
----------------------------------------------- **
 * リセット ファイル
----------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, 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;
  outline: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -----------------------------------------------
 * LastUpdate : 18/11/30
----------------------------------------------- **
 * ページスタイル ファイル
----------------------------------------------- */
/**- mediaScreen -**/
/**- font -**/
/**- width -**/
/**- colors -**/
/* -----------------------------------------------
 * LastUpdate : 19/02/13
----------------------------------------------- **
 * ページスタイル ファイル
----------------------------------------------- */
/* -----------------------------------------------
 * commonDesign
----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  /*  font-family: "リュウミン M-KL","游明朝","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
  font-size: 62.5%;
}

body {
  position: relative;
  height: 100%;
  line-height: 1.0;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 730px) {
  body {
    font-size: 16px;
  }
}

/* ----------------------------------------------
 * clearfix
---------------------------------------------- */
/*for IE 5.5-7*/
.clr {
  zoom: 1;
  display: inline-table;
}

/*for modern browser*/
.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

* html .clr {
  height: 1%;
  display: inline-table;
  /*\*/
  display: block;
  /**/
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

/* End hide from IE-mac */
/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #888888;
  text-decoration: none;
}

a:active {
  color: #888888;
}

.over a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ----------------------------------------------
 * pageTop
---------------------------------------------- */
/*-- pageTop --*/
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  font: 75%/1.231 verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  #page-top {
    font-size: 14px;
  }
}

.btnPT {
  width: 30%;
  text-align: center;
}

@media screen and (min-width: 730px) {
  .btnPT {
    width: 80px;
  }
}

.btnPT .btnBK {
  border-radius: 8px 0 0 0;
  background: #000;
}

@media screen and (min-width: 730px) {
  .btnPT .btnBK {
    border-radius: 0;
  }
}

.btnPT .btnBK a {
  display: block;
  padding: 8px;
  color: #fff;
}

@media screen and (min-width: 730px) {
  .btnPT .btnBK a {
    padding: 12px 8px;
  }
}

.btnPT .btnW {
  display: none;
}

@media screen and (min-width: 730px) {
  .btnPT .btnW {
    display: block;
    background: #fff;
  }
}

@media screen and (min-width: 730px) {
  .btnPT .btnW a {
    display: block;
    padding: 8px 8px 12px;
    color: #8b8b8b;
  }
}

@media screen and (min-width: 730px) {
  .btnPT .btnW i {
    display: block;
    margin: 0 0 4px;
    font-size: 20px;
  }
}

/* ----------------------------------------------
 * basicStyle
---------------------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  /*	@include mq() {
		max-width: $wPC;
		margin: 0 auto;
		padding: 0;
	}*/
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  line-height: 1.0;
}

sup, .sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub, .sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

.noneSP {
  display: none;
}

@media screen and (min-width: 730px) {
  .noneSP {
    display: inline-block;
  }
}

@media screen and (min-width: 730px) {
  .nonePC {
    display: none;
  }
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h6 {
    font-size: 16px;
  }
}

.captionText {
  font-size: 10px;
  font-size: 1.0rem;
}

@media screen and (min-width: 730px) {
  .captionText {
    font-size: 12px;
  }
}

/**- svg -**/
.svg {
  display: none;
}

/* -----------------------------------------------
 * LastUpdate : 19/03/18
----------------------------------------------- **
 * ページスタイル ファイル
----------------------------------------------- */
/**- fontSize -**/
html {
  font-size: calc(100vw / 32);
}

@media screen and (min-width: 730px) {
  html {
    font-size: calc(100vw / 73);
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: calc(100vw /100);
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: calc(100vw /120);
  }
}

/* -----------------------------------------------
 * WebFont
----------------------------------------------- */
.fontNSans_R {
  font-family: 'Noto Sans JP',verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* -----------------------------------------------
 * LastUpdate : 19/01/26
----------------------------------------------- **
 * ページスタイル ファイル
----------------------------------------------- */
html {
  font-family: "平成ゴシックW3",sans-serif;
}

/* -----------------------------------------------
 * WebFont
----------------------------------------------- */
/**- Audi -**/
@font-face {
  font-family: 'audiFR_N';
  src: url("//www.mid-web.com/common/wf/audi/AudiTypeV02-Normal.otf");
}

@font-face {
  font-family: 'audiFR_B';
  src: url("//www.mid-web.com/common/wf/audi/AudiTypeV02-Bold.otf");
}

@font-face {
  font-family: 'audiFEx_N';
  src: url("//www.mid-web.com/common/wf/audi/AudiTypeV02-ExtendedNormal.otf");
}

@font-face {
  font-family: 'audiFEx_B';
  src: url("//www.mid-web.com/common/wf/audi/AudiTypeV02-ExtendedBold.otf");
}

/*-- フォント指定 --*/
.aFR_N {
  font-family: 'audiFR_N',"平成ゴシックW3",sans-serif;
}

.aFR_B {
  font-family: 'audiFR_B',"平成ゴシックW3",sans-serif;
}

.aFEx_N {
  font-family: 'audiFEx_N',"平成ゴシックW3",sans-serif;
}

.aFEx_B {
  font-family: 'audiFEx_B',"平成ゴシックW3",sans-serif;
}

/* ----------------------------------------------
 * basicStyle
---------------------------------------------- */
h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (min-width: 730px) {
  h6 {
    font-size: 16px;
  }
}

/* -----------------------------------------------
 * LastUpdate : 20/04/02
----------------------------------------------- **
 * ページスタイル ファイル
----------------------------------------------- */
/**- colors -**/
/* -----------------------------------------------
 * LastUpdate : 21/02/04
----------------------------------------------- **
 * pageDesign
----------------------------------------------- */
/**- header -**/
.header {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 730px) {
  .header {
    margin: 0 auto;
    padding: 24px 0 0;
  }
}

.header .grid1st {
  position: relative;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 730px) {
  .header .grid1st {
    margin: 0 auto 8px;
  }
}

.header .grid1st .logoShop {
  position: relative;
  padding: 8px 0;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 730px) {
  .header .grid1st .logoShop {
    font-size: 22px;
  }
}

.header .grid1stQ {
  position: relative;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 730px) {
  .header .grid1stQ {
    margin: 0 auto 8px;
  }
}

.header .grid1stQ .logoBrand {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  width: 40%;
}

@media screen and (min-width: 730px) {
  .header .grid1stQ .logoBrand {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    width: 137px;
  }
}

.header .grid1stQ .logoBrand .icon-logoBrand {
  width: 80px;
  height: 28px;
  fill: #000000;
}

@media screen and (min-width: 730px) {
  .header .grid1stQ .logoBrand .icon-logoBrand {
    width: 137px;
    height: 48px;
  }
}

.header .grid1stQ .logoBrand .icon-logoBrand .svg-logoBrand01 {
  fill: #000000;
}

.header .grid1stQ .logoShop {
  position: relative;
  padding: 8px 0;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 730px) {
  .header .grid1stQ .logoShop {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    font-size: 22px;
  }
}

.header .grid1stQ span {
  display: block;
}

@media screen and (min-width: 730px) {
  .header .grid1stQ span {
    display: inline-block;
  }
}

.header .mainV {
  margin: 0 auto 24px;
}

@media screen and (min-width: 730px) {
  .header .mainV {
    margin: 0 auto 40px;
  }
}

/**- footer -**/
.footer {
  width: 100%;
  background: #e5e5e5;
  text-align: left;
  letter-spacing: normal;
}

.footer .copy {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 16px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
}

@media screen and (min-width: 730px) {
  .footer .copy {
    font-size: 10px;
  }
}

/**- button -**/
.btnLink {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 730px) {
  .btnLink {
    width: 470px;
  }
}

.btnLink a {
  display: block;
  min-height: 44px;
  /*		line-height: 44px;*/
  padding: 4%;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 730px) {
  .btnLink a {
    padding: 8px 16px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.btnLink a:hover {
  opacity: .6;
  transition: .6s;
}

.btnLink a span {
  display: block;
}

@media screen and (min-width: 1000px) {
  .btnLink a span {
    display: inline-block;
  }
}

.btnLink .btnIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 16px;
  /*    min-height: 44px;*/
  height: 27px;
  /*		line-height: 44px;*/
  margin: auto;
}

@media screen and (min-width: 730px) {
  .btnLink .btnIcon {
    right: 24px;
    width: 16px;
    min-height: auto;
    line-height: 20px;
    padding: 0;
  }
}

.btnLink .btnIcon .icon-iconArw01 {
  width: 16px;
  height: 27px;
  fill: #ffffff;
}

@media screen and (min-width: 730px) {
  .btnLink .btnIcon .icon-iconArw01 {
    width: 16px;
    height: 27px;
  }
}

.btnLink .btnIcon .icon-iconArw01 .svg-iconArw01 {
  fill: #ffffff;
}

.cBK a {
  background: #000000;
}

.cWht a {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}

.cWht a .btnIcon .icon-iconArw01 {
  fill: #000000;
}

.cWht a .btnIcon .icon-iconArw01 .svg-iconArw01 {
  fill: #000000;
}

/**- common -**/
.footInfo {
  width: 100%;
  background: #e5e5e5;
  padding: 10% 0;
  /**- caption **/
  /**- privacypolicy -**/
  /**- shopInfo -**/
}

@media screen and (min-width: 730px) {
  .footInfo {
    padding: 40px 0 0;
  }
}

.footInfo .textNotes {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 8%;
}

@media screen and (min-width: 730px) {
  .footInfo .textNotes {
    margin: 0 auto 24px;
  }
}

.footInfo .textNotes li {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 1em;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 730px) {
  .footInfo .textNotes li {
    margin: 0 0 2px;
    font-size: 14px;
  }
}

.footInfo .textNotes li:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 900;
}

@media screen and (min-width: 730px) {
  .footInfo .textNotes li:before {
    font-size: 12px;
  }
}

.footInfo .gridPP {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 8% 0 16%;
  border-top: 1px solid #000000;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 730px) {
  .footInfo .gridPP {
    padding: 24px 0 64px;
    font-size: 12px;
  }
}

.footInfo .gridPP .textLine {
  position: relative;
  padding: 0 0 8px 1em;
}

.footInfo .gridPP .textLine:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 900;
}

@media screen and (min-width: 730px) {
  .footInfo .gridPP .textLine:before {
    font-size: 10px;
  }
}

.footInfo .gridPP a {
  position: relative;
  margin: 0 0 0 1em;
  padding: 0 0 2px 1em;
  border-bottom: 1px solid #434c53;
  color: #434c53;
}

.footInfo .gridPP a:before {
  content: '▲';
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 10px;
  font-size: 1rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

@media screen and (min-width: 730px) {
  .footInfo .gridPP a:before {
    font-size: 10px;
  }
}

.footInfo .gridShop {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop {
    padding: 0 0 40px;
    font-size: 14px;
  }
}

.footInfo .gridShop .boxShop {
  position: relative;
  margin: 0 0 12%;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop {
    margin: 0 0 24px;
  }
}

.footInfo .gridShop .boxShop h2 {
  margin: 0 0 4px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop h2 {
    margin: 0;
    font-size: 36px;
  }
}

.footInfo .gridShop .boxShop h2 p {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop h2 p {
    font-size: 14px;
  }
}

.footInfo .gridShop .boxShop h2 span {
  margin: 0 4px 0 0;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop h2 span {
    margin: 0 8px 0 0;
  }
}

.footInfo .gridShop .boxShop .boxDetail {
  padding: 0 0 4%;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop .boxDetail .textAddress {
    font-size: 14px;
  }
}

.footInfo .gridShop .boxShop .boxDetail .textAddress span {
  margin: 0 0 0 8px;
}

.footInfo .gridShop .boxShop .boxDetail .textTel {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop .boxDetail .textTel {
    margin: 0;
    font-size: 14px;
    pointer-events: none;
  }
}

.footInfo .gridShop .boxShop .boxDetail .textTel span {
  display: block;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop .boxDetail .textTel span {
    display: inline-block;
    margin: 0 0 0 8px;
  }
}

.footInfo .gridShop .boxShop .boxDetail strong {
  display: block;
  margin: 4px auto 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop .boxDetail strong {
    font-size: 16px;
  }
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop .btnMain {
    width: 320px;
  }
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop .btnMain a {
    padding: 12px 24px 8px;
    font-size: 16px;
  }
}

.footInfo .gridShop .boxShop .imgMap {
  margin: 0;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop .imgMap {
    position: absolute;
    top: -8px;
    left: 380px;
    width: 290px;
  }
}

.footInfo .gridShop .boxShop .areaManage {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 730px) {
  .footInfo .gridShop .boxShop .areaManage {
    font-size: 16px;
  }
}

/*** gidtDesign ***/
.wrapGift {
  max-width: 960px;
  width: 90%;
  margin: 0 auto 10%;
}

@media screen and (min-width: 730px) {
  .wrapGift {
    margin: 0 auto 120px;
  }
}

.wrapGift .gridTitle {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 730px) {
  .wrapGift .gridTitle {
    margin: 0 auto;
  }
}

.wrapGift .gridTitle h2 {
  margin: 0 0 4%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (min-width: 730px) {
  .wrapGift .gridTitle h2 {
    margin: 0 0 16px;
    font-size: 40px;
  }
}

.wrapGift .gridTitle h2 span {
  display: block;
  margin: 0 0 2%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (min-width: 730px) {
  .wrapGift .gridTitle h2 span {
    margin: 0 0 4px;
    font-size: 18px;
  }
}

.wrapGift .gridGift {
  position: relative;
  width: 100%;
  margin: 10% auto 0;
}

@media screen and (min-width: 730px) {
  .wrapGift .gridGift {
    margin: 64px auto 0;
  }
}

.wrapGift .gridGift h3 {
  margin: 0 auto 4%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 730px) {
  .wrapGift .gridGift h3 {
    float: left;
    width: 56%;
    margin: 0 auto 64px;
    font-size: 32px;
  }
}

.wrapGift .gridGift .imgR {
  margin: 0 auto 4%;
}

@media screen and (min-width: 730px) {
  .wrapGift .gridGift .imgR {
    float: right;
    width: 44%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 730px) {
  .wrapGift .gridGift .captionText {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .wrapGift .gridGift .captionText {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56%;
    margin: 0;
  }
}
