@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
.-pcCenter {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .-pcCenter {
    text-align: left;
  }
}

/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

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

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #f8f8f8;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}

.font2 {
  font-family: "Shippori Mincho", serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.fzM {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fzM {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}

/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #f8f8f8;
}

.g2 {
  color: #cccccc;
}

.g3 {
  color: #aaaaaa;
}

.g4 {
  color: #999999;
}

.g5 {
  color: #777777;
}

.g6 {
  color: #6c6e6f;
}

.c1 {
  color: #b2a189;
}

.c2 {
  color: #ba9461;
}

.c3 {
  color: #ba7661;
}

.c4 {
  color: #657e76;
}

.c5 {
  color: #9d92ac;
}

.c6 {
  color: #6c3e00;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.vermiddle {
  vertical-align: middle !important;
}

.textcenter {
  text-align: center !important;
}

.textleft {
  text-align: left !important;
}

.textright {
  text-align: right !important;
}

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

b {
  font-weight: bold;
}

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
/* -----------------------------------------------
    p
------------------------------------------------*/
/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
}

.pc a:hover {
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  transition: all 200ms ease;
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #b2a189;
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: #b2a189;
}

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: unset;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container.-fluid {
  padding: 0;
}
.container.-large {
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .container.-large {
    max-width: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container.-xlarge {
  max-width: 1500px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .container.-xlarge {
    max-width: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

#gift {
  /*==================================================================
      .h01
  ===================================================================*/
}
#gift .h01 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  max-width: 564px;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1em;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  margin: 0 auto 2.7em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gift .h01 {
    max-width: unset;
    font-size: 1.8rem;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    margin: 0 auto 1.6em;
  }
}
#gift .h01::before, #gift .h01::after {
  display: block;
  content: "";
  width: 140px;
  height: 2px;
  background-color: #000;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #gift .h01::before, #gift .h01::after {
    width: 80px;
    height: 1px;
  }
}
#gift .h01::before {
  top: 6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #gift .h01::before {
    top: 2px;
  }
}
#gift .h01::after {
  bottom: 6px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #gift .h01::after {
    bottom: 2px;
  }
}
#gift {
  /*==================================================================
      .h02
  ===================================================================*/
}
#gift .h02 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 8.5rem;
  font-family: "Bodoni Moda", serif;
  margin-bottom: 30px;
  -webkit-font-smoothing: auto;
}
@media screen and (max-width: 768px) {
  #gift .h02 {
    font-size: 5.2rem;
    margin-bottom: 0.4em;
  }
}
#gift .h02 span {
  font-size: 5.2rem;
  color: #000;
  margin-right: 0.25em;
}
@media screen and (max-width: 768px) {
  #gift .h02 span {
    font-size: 3.2rem;
  }
}
#gift .h02.-family {
  color: #ba9461;
}
#gift .h02.-partners {
  color: #ba7661;
}
#gift .h02.-friends {
  color: #657e76;
}
#gift .h02.-myself {
  color: #9d92ac;
}
#gift {
  /*==================================================================
      .h03
  ===================================================================*/
}
#gift .h03 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 6.4rem;
  font-family: "Bodoni Moda", serif;
  color: #b56c56;
  margin-bottom: 0.3em;
  -webkit-font-smoothing: auto;
}
@media screen and (max-width: 768px) {
  #gift .h03 {
    font-size: 3.8rem;
  }
}
#gift .h03 span {
  font-size: 3.6rem;
  color: #000;
  margin-right: 0.4em;
}
@media screen and (max-width: 768px) {
  #gift .h03 span {
    font-size: 2.6rem;
  }
}

#gift {
  /*==================================================================
      .btn01
  ===================================================================*/
}
#gift .btn01 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  border-radius: 4px;
  background: linear-gradient(90deg, #704615 0%, #fcea80 51.72%, #5a310a 100%);
  font-size: 2.2rem;
  font-weight: 700;
  color: #6c3e00;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gift .btn01 {
    height: 60px;
    font-size: 1.6rem;
  }
}
#gift .btn01::before {
  display: block;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 200ms ease;
}
#gift .btn01::after {
  display: block;
  content: "";
  width: 36px;
  height: 59px;
  background-image: url(../img/common/icon_crystal.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translate(-50%, 0);
  transition: all 200ms ease;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #gift .btn01::after {
    width: 21px;
    height: 35px;
    top: -20px;
  }
}
#gift .btn01 span {
  position: relative;
  z-index: 2;
}
#gift .btn01:hover {
  opacity: 1;
}
#gift .btn01:hover::before {
  opacity: 0.4;
}
#gift .btn01:hover::after {
  transform: translate(-50%, 5px);
}

/*==================================================================
    .tbl01
===================================================================*/
/*==================================================================
    .mainView
===================================================================*/
.mainView {
  position: relative;
  width: 100%;
  padding-top: 47.1428%;
}
.mainView .annotation {
  font-size: 1rem !important;
}
@media screen and (max-width: 768px) {
  .mainView {
    padding-top: 0;
    background-color: #E3E1D8;
    background-image: url(/images/products/hair/bg-maiview-hairline.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;
    padding-bottom: 10px;
    margin-top: 50px;
  }
}
.mainView::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 68.2%;
  background-color: #E3E1D8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mainView::after {
    display: none;
  }
}
.mainView::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 72.8%;
  background-image: url(/images/products/hair/bg-maiview-hairline.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mainView::before {
    display: none;
  }
}
.mainView-txt {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 7.1428571429% !important;
  width: 35.7142857143% !important;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .mainView-txt {
    position: relative;
    bottom: unset !important;
    top: -30px !important;
    left: unset !important;
    transform: none !important;
    padding-left: 5.3333333333% !important;
    width: 73.3333333333% !important;
  }
}
.mainView-txt img {
  width: 100%;
}
.mainView-img {
  position: absolute;
  top: 55% !important;
  transform: translateY(-50%) !important;
  right: 7.1428571429% !important;
  width: 59.2857142857% !important;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .mainView-img {
    right: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .mainView-img {
    position: relative;
    top: -30px !important;
    right: -10.6666666667% !important;
    transform: unset !important;
    width: 89.3333333333% !important;
  }
}
.mainView-img img {
  width: 100%;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.blur.-fast {
  animation-duration: 1s;
}

@keyframes blurAnime {
  from {
    filter: blur(50px);
    transform: scale(1.1);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.isplay {
  animation-name: play;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isplay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #e5e2d3;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 1500ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

.effect01 {
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
}
.effect01::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  animation: effect01-b 0.8s ease-out 0s 1 alternate forwards running;
}
.effect01::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: effect-a 0.8s ease-out 0.6s 1 alternate forwards running;
}

@keyframes effect01-b {
  0% {
    left: -100%;
  }
  40% {
    left: 0;
  }
  60% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes effect-a {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.puyon {
  animation: puyon 2s linear 0s infinite;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*==================================================================
    #gift
===================================================================*/
#gift * {
  box-sizing: border-box;
}
#gift .container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#gift main {
  line-height: 1;
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #000;
}
#gift #wrapper {
  padding-top: 0px !important;
}

.js-rellax {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.js-rellax.-block01 {
  width: 40%;
  top: -40px;
  right: -10vw;
}
@media screen and (max-width: 768px) {
  .js-rellax.-block01 {
    width: 50%;
  }
}
.js-rellax.-block01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .js-rellax.-block01 img {
    min-width: 60px;
  }
}
.js-rellax.-block02 {
  width: 40%;
  top: 50%;
  left: -10vw;
}
.js-rellax.-block03 {
  bottom: 20%;
  right: -15vw;
}
.js-rellax.-block03 img {
  width: 70vw;
}

/*==================================================================
    #gift .hero
===================================================================*/
#gift .hero {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #gift .hero {
    height: auto;
    background-image: none;
    margin-bottom: 40px;
  }
}
#gift .hero_flex {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #gift .hero_flex {
    display: none;
  }
}
#gift .hero_copy {
  padding: 60px 4vw;
}
#gift .hero_lead {
  padding: 40px 4vw;
}
#gift .hero_lead p {
  font-size: 1.7rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
  text-align: center;
}
#gift .hero_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #gift .hero_sp {
    display: block;
  }
}

/*==================================================================
    #gift .page-link
===================================================================*/
#gift .page-link_inner {
  max-width: 1280px;
  padding: 25px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gift .page-link_inner {
    max-width: unset;
    width: 100%;
    padding: 20px 4vw;
  }
}
#gift .page-link_inner .nav {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #gift .page-link_inner .nav {
    margin-bottom: 0;
  }
}
#gift .page-link_inner .nav_list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #gift .page-link_inner .nav_list {
    flex-flow: row wrap;
  }
}
#gift .page-link_inner .nav_list-item {
  font-size: 1.9rem;
  font-weight: 500;
  margin-right: 30px;
  width: calc((100% - 60px) / 4);
  max-width: 300px;
}
@media screen and (max-width: 960px) {
  #gift .page-link_inner .nav_list-item {
    margin-right: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #gift .page-link_inner .nav_list-item {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  #gift .page-link_inner .nav_list-item:nth-child(even) {
    margin-right: 0;
  }
}
#gift .page-link_inner .nav_list-item:last-of-type {
  margin-right: 0;
}
#gift .page-link_inner .nav_list-item a {
  color: #000;
  padding: 25px;
  position: relative;
  border: 1px solid #f1f1f1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: linear-gradient(135deg, #c6dde6 0%, #dcd4cf 50%, #f3eae1 100%);
}
#gift .page-link_inner .nav_list-item a::after {
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: all 0.5s;
}
#gift .page-link_inner .nav_list-item a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #gift .page-link_inner .nav_list-item a {
    padding: 25px 5px;
  }
  #gift .page-link_inner .nav_list-item a::after {
    content: "";
    width: 7px;
    height: 7px;
    bottom: 10px;
    left: 50%;
    top: unset;
    right: unset;
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transition: all 0.5s;
  }
}
#gift .page-link_inner p {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #gift .page-link_inner p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #gift .page-link_inner p.annotation {
    font-size: 1.3rem;
  }
}
#gift .page-link_inner p.annotation span {
  font-size: 1.1rem;
}
#gift .page-link_inner .banner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
#gift .page-link_inner .banner img {
  width: 100%;
}

/*==================================================================
    #gift .tab-blocks , #gift .cont-blocks
===================================================================*/
#gift .tab-blocks {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #gift .tab-blocks {
    margin-bottom: 20px;
  }
}
#gift .tab-blocks .tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #gift .tab-blocks .tabs {
    flex-flow: row wrap;
  }
}
#gift .tab-blocks .tabs_item {
  max-width: 200px;
  width: 100%;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #b2a189;
  cursor: pointer;
  transition: all 200ms ease;
  position: relative;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #gift .tab-blocks .tabs_item {
    max-width: unset;
    width: calc(50% - 4vw);
    font-size: 1.5rem;
    margin-bottom: 4vw;
  }
  #gift .tab-blocks .tabs_item:nth-of-type(odd) {
    margin-right: 4vw !important;
  }
}
#gift .tab-blocks .tabs_item:not(:last-of-type) {
  margin-right: 6.4285714286vw;
}
@media screen and (max-width: 768px) {
  #gift .tab-blocks .tabs_item:not(:last-of-type) {
    margin-right: 0;
  }
}
#gift .tab-blocks .tabs_item::before, #gift .tab-blocks .tabs_item::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #b2a189;
  position: absolute;
  bottom: -4px;
}
#gift .tab-blocks .tabs_item::before {
  left: 0;
}
#gift .tab-blocks .tabs_item::after {
  right: 0;
}
#gift .tab-blocks .tabs_item span {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
}
#gift .tab-blocks .tabs_item span::before {
  display: block;
  content: "";
  width: 21px;
  height: 35px;
  background-image: url(../img/common/icon_crystal.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 200ms ease;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #gift .tab-blocks .tabs_item span::before {
    display: none;
  }
}
#gift .tab-blocks .tabs_item:hover {
  opacity: 1;
}
#gift .tab-blocks .tabs_item:hover span::before {
  opacity: 1;
}
#gift .tab-blocks .tabs_item.-active, #gift .tab-blocks .tabs_item.nowhere {
  opacity: 1;
}
#gift .tab-blocks .tabs_item.-active span::before, #gift .tab-blocks .tabs_item.nowhere span::before {
  opacity: 1;
}
#gift .cont-blocks .conts_box {
  overflow: hidden;
  position: relative;
}
#gift .cont-blocks .conts_box:not(:first-of-type) {
  display: none;
}
#gift .cont-blocks .conts_box::before {
  top: 0;
}
#gift .cont-blocks .conts_box::after {
  bottom: 0;
}
#gift .cont-blocks .conts .slick-list {
  overflow: visible;
}
#gift .cont-blocks .conts .slick-dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .slick-dots {
    margin-top: 30px;
  }
}
#gift .cont-blocks .conts .slick-dots li button {
  width: 24px;
  height: 2px;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  outline: none;
  border: none;
  margin: 0 5px;
}
#gift .cont-blocks .conts .slick-dots li.slick-active button {
  background-color: #ba9461;
}
#gift .cont-blocks .conts .slick-arrow {
  display: block;
  width: 70px;
  height: 40px;
  background-image: url(../img/common/icon_arrow_slider.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 45%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .slick-arrow {
    width: 49px;
    height: 28px;
  }
}
#gift .cont-blocks .conts .slick-arrow {
  cursor: pointer;
  transition: all 200ms ease;
}
#gift .cont-blocks .conts .slick-arrow:hover.prev-arrow {
  transform: translateX(-5px);
}
#gift .cont-blocks .conts .slick-arrow:hover.next-arrow {
  transform: rotate(180deg) translateX(-5px);
}
#gift .cont-blocks .conts .slick-arrow.prev-arrow {
  left: calc(6.4285714286vw - 60px);
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .slick-arrow.prev-arrow {
    left: 5px;
  }
}
#gift .cont-blocks .conts .slick-arrow.next-arrow {
  right: calc(6.4285714286vw - 60px);
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .slick-arrow.next-arrow {
    right: 5px;
  }
}
#gift .cont-blocks .conts .relation-box {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .relation-box {
    padding: 50px 0;
  }
}
#gift .cont-blocks .conts .relation-box_wrapper {
  position: relative;
}
#gift .cont-blocks .conts .relation-box_wrapper::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg_relation.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.33;
}
#gift .cont-blocks .conts .relation-box_wrapper .flex {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .relation-box_wrapper .flex {
    flex-flow: column-reverse nowrap;
  }
}
#gift .cont-blocks .conts .relation-box_wrapper .flex_l {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .relation-box_wrapper .flex_l {
    width: 100%;
  }
}
#gift .cont-blocks .conts .relation-box_wrapper .flex_r {
  width: 40%;
  padding: 0 2.5%;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .relation-box_wrapper .flex_r {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}
#gift .cont-blocks .conts .relation-box.-family {
  background: linear-gradient(128deg, #f2ece4 0%, #fffbf4 100%);
}
#gift .cont-blocks .conts .relation-box.-partners {
  background: linear-gradient(128deg, rgba(227, 198, 198, 0.5) 0%, rgba(247, 241, 231, 0.5) 100%);
}
#gift .cont-blocks .conts .relation-box.-friends {
  background: linear-gradient(128deg, rgba(201, 213, 183, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
#gift .cont-blocks .conts .relation-box.-myself {
  background: linear-gradient(128deg, rgba(178, 172, 193, 0.5) 0%, rgba(247, 241, 231, 0.5) 100%);
}
#gift .cont-blocks .conts .relation-box_lead {
  margin-bottom: 4em;
}
#gift .cont-blocks .conts .relation-box_lead p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .relation-box_lead p {
    font-size: 1.5rem;
  }
}
#gift .cont-blocks .conts .relation-box_btn {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .relation-box_btn {
    padding: 0 4vw;
  }
}
#gift .cont-blocks .conts .flex-box01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box01 {
    margin-bottom: 40px;
  }
}
#gift .cont-blocks .conts .flex-box01_item {
  padding: 0 0.72vw;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box01_item {
    padding: 0 2.6vw;
  }
}
#gift .cont-blocks .conts .flex-box01_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.8571428571vw 2.1428571429vw 4.6428571429vw;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box01_item a {
    padding: 6.6666666667vw;
  }
}
#gift .cont-blocks .conts .flex-box01_item a .img {
  width: 80%;
  margin: 0 auto 2.1428571429vw;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box01_item a .img {
    width: 90%;
    margin-bottom: 6.6666666667vw;
  }
}
#gift .cont-blocks .conts .flex-box01_item a .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box01_item a .ttl {
    font-size: 1.6rem;
  }
}
#gift .cont-blocks .conts .flex-box01_item a .eng {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Bodoni Moda", serif;
}
#gift .cont-blocks .conts .flex-box01_item a:hover {
  opacity: 0.9;
  box-shadow: none;
}
#gift .cont-blocks .conts .flex-box-special {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box-special {
    margin-bottom: 40px;
  }
}
#gift .cont-blocks .conts .flex-box-special_item {
  padding: 0 0.72vw;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box-special_item {
    padding: 0 2.6vw;
  }
}
#gift .cont-blocks .conts .flex-box-special_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 4.6428571429vw;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box-special_item a {
    padding: 0 0 6.6666666667vw;
  }
}
#gift .cont-blocks .conts .flex-box-special_item a .img {
  margin: 0 auto 2.1428571429vw;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box-special_item a .img {
    margin-bottom: 6.6666666667vw;
  }
}
#gift .cont-blocks .conts .flex-box-special_item a .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box-special_item a .ttl {
    font-size: 1.6rem;
  }
}
#gift .cont-blocks .conts .flex-box-special_item a .eng {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Bodoni Moda", serif;
}
#gift .cont-blocks .conts .flex-box-special_item a:hover {
  opacity: 0.9;
  box-shadow: none;
}
#gift .cont-blocks .conts .budget-box {
  padding: 70px 0 100px;
  background: linear-gradient(125deg, #fcfff8 0%, #f7f1e7 100%);
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .budget-box {
    padding: 50px 0 70px;
  }
}
#gift .cont-blocks .conts .budget-box .slick-list {
  overflow: hidden;
  padding: 25px 0 65px !important;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .budget-box .slick-list {
    padding: 25px 8vw 65px !important;
  }
}
#gift .cont-blocks .conts .budget-box .slick-dots {
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .budget-box .slick-dots {
    margin-top: -35px;
  }
}
#gift .cont-blocks .conts .flex-box02 {
  padding: 0 5vw;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02 {
    padding: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02 {
    gap: 10px;
  }
}
#gift .cont-blocks .conts .flex-box02_item {
  padding: 40px 20px;
  border: 1px solid #f1f1f1;
  width: calc((100% - 60px) / 3);
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item {
    padding: 0 2.6vw;
  }
}
#gift .cont-blocks .conts .flex-box02_item .img {
  width: 80%;
  margin: 0 auto 2.1428571429vw;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item .img {
    width: 90%;
    margin-bottom: 2.6666666667vw;
  }
}
#gift .cont-blocks .conts .flex-box02_item .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.7em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item .ttl {
    font-size: 1.5rem;
  }
}
#gift .cont-blocks .conts .flex-box02_item .ttl span {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item .ttl span {
    font-size: 1.3rem;
  }
}
#gift .cont-blocks .conts .flex-box02_item .price {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.8em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item .price {
    font-size: 1.6rem;
  }
}
#gift .cont-blocks .conts .flex-box02_item .price span {
  font-size: 1.2rem;
  font-weight: 400;
}
#gift .cont-blocks .conts .flex-box02_item .txt {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item .txt {
    font-size: 1.3rem;
    margin-bottom: 1em;
    text-align: left;
  }
  #gift .cont-blocks .conts .flex-box02_item .txt br {
    display: none;
  }
}
#gift .cont-blocks .conts .flex-box02_item .txt .caution {
  display: block;
  font-size: 1.2rem;
  padding-top: 0;
  margin-top: 0;
}
#gift .cont-blocks .conts .flex-box02_item .txt i {
  background: linear-gradient(transparent 0%, #ff6 60%);
  display: inline;
  font-size: 1.5rem;
  line-height: 1.5;
}
#gift .cont-blocks .conts .flex-box02_item .btn {
  max-width: 260px;
  width: 100%;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item .btn {
    margin-bottom: 10px;
  }
}
#gift .cont-blocks .conts .flex-box02_item .btn span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item .btn span {
    height: 40px;
    font-size: 1.3rem;
  }
}
#gift .cont-blocks .conts .flex-box02_item .btn02 {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
#gift .cont-blocks .conts .flex-box02_item .btn02 span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #000;
  border-radius: 2px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  transition: 0.4s all;
}
#gift .cont-blocks .conts .flex-box02_item .btn02 span:hover {
  background: linear-gradient(135deg, #c6dde6 0%, #dcd4cf 50%, #f3eae1 100%);
  color: #000;
  transition: 0.4s all;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .flex-box02_item .btn02 span {
    height: 40px;
    font-size: 1.2rem;
  }
}
#gift .cont-blocks .conts .popular-box {
  padding: 0px 0 100px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .popular-box {
    padding: 0px 0 70px;
  }
}
#gift .cont-blocks .conts .popular-box .flex-box02 {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .popular-box .flex-box02 {
    margin: 0;
  }
}
#gift .cont-blocks .conts .popular-box .flex-box02_item {
  padding: 30px 25px;
}
@media screen and (max-width: 768px) {
  #gift .cont-blocks .conts .popular-box .flex-box02_item {
    min-width: unset;
    padding: 20px 15px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  #gift .cont-blocks .conts .popular-box .flex-box02_item {
    min-width: unset;
    max-width: 360px;
    margin-top: 4vw;
  }
}

/*==================================================================
    #gift .relation
===================================================================*/
#gift .relation {
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  #gift .relation {
    padding: 50px 0 20px;
  }
}

/*==================================================================
    #gift .budget
===================================================================*/
#gift .budget {
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  #gift .budget {
    padding: 50px 0 20px;
  }
}

/*==================================================================
    #gift .budget
===================================================================*/
#gift .popular {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #gift .popular {
    padding: 30px 0;
  }
}
#gift .popular .h01 {
  margin: 0 auto 2em;
}

#gift .seasonal {
  padding-top: 100px;
  margin-bottom: 100px;
  background: linear-gradient(133deg, rgb(181, 24, 46) 0%, rgb(145, 2, 30) 60%);
}
@media screen and (max-width: 768px) {
  #gift .seasonal {
    margin-bottom: 40px;
    background-position: 30% 50%;
  }
}
#gift .seasonal .conts_box::before, #gift .seasonal .conts_box::after {
  display: none;
}
#gift .seasonal h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#gift .bannerarea {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #gift .bannerarea {
    margin-bottom: 50px;
  }
}
#gift .bannerarea p {
  text-align: center;
  line-height: 1.6;
}
#gift .bannerarea p.annotation {
  font-size: 1.1rem;
  margin-top: 0;
}
#gift .bannerarea-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 20px;
}

#sec04 .h01 + p {
  line-height: 1.5;
  margin-bottom: 40px;
}
#sec04 .flex-box02 {
  margin-bottom: 50px;
}
#sec04 .interview {
  display: flex;
  padding: 0px 20px 0;
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
  align-items: center;
  background: linear-gradient(135deg, rgba(198, 221, 230, 0.5) 0%, rgba(220, 212, 207, 0.5) 50%, rgba(243, 234, 225, 0.5) 100%);
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #sec04 .interview {
    align-items: flex-end;
  }
}
#sec04 .interview .pics {
  width: 22.0338983051%;
  max-width: 260px;
  min-width: 160px;
  position: relative;
  z-index: 2;
  overflow: visible;
  transform: translateY(-25px);
  margin-bottom: -25px;
}
@media screen and (max-width: 768px) {
  #sec04 .interview .pics {
    max-width: 160px;
    min-width: 160px;
    transform: translateY(-15px);
    margin-bottom: -15px;
    margin-left: -15px;
  }
}
#sec04 .interview .pics img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
#sec04 .interview .txt {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #sec04 .interview .txt {
    padding: 20px 0;
    margin-left: 10px;
  }
}
#sec04 .interview .txt h3 {
  margin-bottom: 15px;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
}
#sec04 .interview .txt p {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.6;
}

.fixednav {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 140px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fixednav {
    width: 100px;
    bottom: 15px;
    right: 15px;
  }
}

/*==================================================================
    #gift .childpage
===================================================================*/
.childpage .relation {
  overflow: hidden;
}
.childpage .relation-box_btn {
  max-width: 460px;
  margin: 80px auto;
  width: 100%;
}
.childpage .relation-box_btn a {
  height: 70px !important;
  font-size: 1.8rem !important;
}
.childpage .relation-box_btn a::after {
  width: 30px !important;
  height: 46px !important;
}
.childpage .product-blocks .product_box {
  position: relative;
}
.childpage .product-blocks .product_box::before, .childpage .product-blocks .product_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #704615 0%, #fcea80 51.72%, #5a310a 100%);
  position: absolute;
  left: 0;
}
.childpage .product-blocks .product_box::before {
  top: 0;
}
.childpage .product-blocks .product_box::after {
  bottom: 0;
}
.childpage .product-blocks .product .introduce-box {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product .introduce-box {
    padding: 50px 0;
  }
}
.childpage .product-blocks .product .introduce-box_wrapper {
  position: relative;
}
.childpage .product-blocks .product .introduce-box.-family {
  background: linear-gradient(128deg, #f2ece4 0%, #fffbf4 100%);
}
.childpage .product-blocks .product .introduce-box.-partners {
  background: linear-gradient(128deg, rgba(227, 198, 198, 0.5) 0%, rgba(247, 241, 231, 0.5) 100%);
}
.childpage .product-blocks .product .introduce-box.-friends {
  background: linear-gradient(128deg, rgba(201, 213, 183, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.childpage .product-blocks .product .introduce-box.-myself {
  background: linear-gradient(128deg, rgba(178, 172, 193, 0.5) 0%, rgba(247, 241, 231, 0.5) 100%);
}
.childpage .product-blocks .product .introduce-box_lead {
  margin-bottom: 4em;
}
.childpage .product-blocks .product .introduce-box_lead p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product .introduce-box_lead p {
    font-size: 1.4rem;
  }
}
.childpage .product-blocks .product .introduce-box_btn {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product .introduce-box_btn {
    padding: 0 4vw;
  }
}
.childpage .product-blocks .product_list {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}
.childpage .product-blocks .product_list .item {
  padding: 2.8571428571vw 2.1428571429vw;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .childpage .product-blocks .product_list .item {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 960px) {
  .childpage .product-blocks .product_list .item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product_list .item {
    flex-flow: column;
    width: 100%;
    max-width: 540px;
    margin: 0px auto 30px;
  }
}
.childpage .product-blocks .product_list .item .img {
  width: 40%;
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .childpage .product-blocks .product_list .item .img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product_list .item .img {
    width: 90%;
    margin: 0px auto 20px;
  }
}
.childpage .product-blocks .product_list .item .img img {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 960px) {
  .childpage .product-blocks .product_list .item .img img {
    max-width: unset;
  }
}
.childpage .product-blocks .product_list .item .txt {
  width: 60%;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  .childpage .product-blocks .product_list .item .txt {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product_list .item .txt {
    width: 100%;
    padding: 0;
  }
}
.childpage .product-blocks .product_list .item .txt h3 {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
}
.childpage .product-blocks .product_list .item .txt .ttl {
  font-size: clamp(2rem, 3vw, 2.4rem);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.childpage .product-blocks .product_list .item .txt p {
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 1.5rem;
}
.childpage .product-blocks .product_list .item .txt p.annotation {
  font-size: 1.1rem;
}
.childpage .product-blocks .product_list .item .txt .btn-box {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product_list .item .txt .btn-box {
    flex-flow: column;
  }
}
.childpage .product-blocks .product_list .item .txt .btn-box li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product_list .item .txt .btn-box li {
    width: 100%;
    margin: 0px auto 10px;
  }
}
.childpage .product-blocks .product_list .item .txt .btn-box li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .childpage .product-blocks .product_list .item .txt .btn-box li:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.childpage .product-blocks .product_list .item .txt .btn-box li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #d1a69c;
  color: #d1a69c;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.4rem;
}
.childpage .product-blocks .product_list .item .txt .btn-box li:last-child a {
  background-color: #d1a69c;
  color: #fff;
}
.childpage .-family h3 {
  color: #704615;
}
.childpage .-partners h3 {
  color: #ba7661;
}
.childpage .-friends h3 {
  color: #657e76;
}
.childpage .-myself h3 {
  color: #9d92ac;
}
.childpage .js-rellax {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.childpage .js-rellax.-block01 {
  width: 40%;
  top: -40px;
  right: -10vw;
}
@media screen and (max-width: 768px) {
  .childpage .js-rellax.-block01 {
    width: 50%;
  }
}
.childpage .js-rellax.-block01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .childpage .js-rellax.-block01 img {
    min-width: 60px;
  }
}
.childpage .js-rellax.-block02 {
  width: 40%;
  top: 50%;
  left: -10vw;
}
.childpage .js-rellax.-block03 {
  bottom: 20%;
  right: -15vw;
}
.childpage .js-rellax.-block03 img {
  width: 70vw;
}