@charset "UTF-8";

/** ---------------------------
ギフトについて
--------------------------- **/

.giftpage {
 max-width: 980px;
 margin: 0 auto;
 font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif!important
}
.giftpage .u-center {
 text-align: center
}
.giftpage .u-mb1 {
 margin-bottom: 1em
}
.giftpage .u-mb3 {
 margin-bottom: 3em
}
.gift-section {
 padding: 60px 5% 40px;
 border-top: 3px dotted #eee;
}
.gift-section.layout2 {
 margin-top: 40px;
}
.gift-main {
 margin-bottom: 60px
}
.gift-maintitle {
 font-size: 32px;
 margin-bottom: 1.2em;
 line-height: 1;
 font-weight: 600;
}
.gift-subtitle {
 font-size: 2.4rem;
 font-weight: 600;
 border-bottom: 2px solid #000;
 padding-bottom: 10px;
 margin-bottom: 0.6em;
 color: #000;
 border-color: #000;
 background: none;
 text-align: left;
}
.gift-read {
 font-size: 18px;
 line-height: 2;
 opacity: .8;
}
.gift-read p {
 margin-bottom: 1em
}
.gift-imgwrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 35px
}
.gift-imgwrap .imgL {
 max-width: 500px;
 width: 51.0204081633%
}
.gift-imgwrap .imgR {
 max-width: 450px;
 width: 45.9183673469%
}
.gift-price {
 font-size: 16px;
 font-weight: 600;
 letter-spacing: 1px;
 opacity: .8
}
.attention li {
 position: relative;
 padding-left: 1em;
 opacity: .8
}
.attention li:before {
 content: '※';
 position: absolute;
 top: 0;
 left: 0
}
.attention-list dt {
 position: relative;
 padding-left: 1em;
 font-size: 18px;
 margin-bottom: 2px
}
.attention-list dt:before {
 content: '■';
 position: absolute;
 top: 0;
 left: 0
}
.attention-list dd {
 font-size: 16px;
 margin-bottom: 1.5em;
 opacity: .6
}

/* タブレット
------------------------ */


/* スマホ
------------------------ */

@media (max-width: 959px) {
 .giftpage .u-mb3, .gift-imgwrap {
  margin-bottom: 30px;
 }
 .gift-price {
  margin-bottom: 1em
 }
 .gift-imgwrap .imgL, .gift-imgwrap .imgR {
  max-width: 100%;
  width: 100%
 }
 .gift-imgwrap .imgL {
  margin-bottom: 3%
 }
 .gift-main {
  margin: 0 calc(50% - 50vw) 30px;
  width: 100vw;
 }
 .gift-maintitle {
  font-size: 22px;
 }
 .gift-subtitle {
  font-size: 20px;
 }
 .gift-section.layout2 .gift-maintitle, .gift-section.layout3 .gift-maintitle {
  font-size: 18px;
 }
 .gift-read, .gift-price, .attention-list dt {
  font-size: 14px
 }
 .attention-list dd {
  font-size: 13px
 }
 .gift-section {
  padding: 30px 2% 40px;
 }
 .gift-section.layout2 {
  padding-bottom: 0;
 }
}