@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*--------------------------------------------------
  reset
--------------------------------------------------*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

@media (max-width: 900px) {
  img {
    width: 100%; } }

sup {
  position: relative;
  top: .2em;
  font-size: 60%;
  vertical-align: top; }

/*--------------------------------------------------
  responsive
--------------------------------------------------*/
.for-pc {
  display: block !important; }

@media (max-width: 900px) {
  .for-pc {
    display: none !important; } }

.for-sp {
  display: none !important; }

@media (max-width: 900px) {
  .for-sp {
    display: block !important; } }

img.for-pc,
span.for-pc,
br.for-pc {
  display: inline !important; }

@media (max-width: 900px) {
  img.for-pc,
  span.for-pc,
  br.for-pc {
    display: none !important; } }

img.for-sp,
span.for-sp,
br.for-sp {
  display: none !important; }

@media (max-width: 900px) {
  img.for-sp,
  span.for-sp,
  br.for-sp {
    display: inline !important; } }

/*--------------------------------------------------
  common
--------------------------------------------------*/
html {
  scroll-behavior: smooth; }

body {
  color: #131617; }

.l-main {
  display: block; }

.l-main__content {
  max-width: 100% !important; }

.l-main__content > div, .l-common-area__content, .p-category-content__inner, .c-recommend-area__hdg {
  width: 100% !important;
  max-width: 100% !important; }

.p-contact-content {
  padding: 0; }

.font-josefin {
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 600; }

.product .p-product__header {
  margin: 0;
  padding: 0; }

/*--------------------------------------------------
  contents
--------------------------------------------------*/
.giftService * {
  color: #555555;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em; }

.giftService a {
  -webkit-transition: .3s;
  transition: .3s; }
  .giftService a:hover {
    opacity: 0.7; }

.giftService picture {
  display: block; }

.giftService__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 420px;
  height: 80px;
  margin: 0 auto;
  background: #532d6b;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em; }
  @media (max-width: 900px) {
    .giftService__btn {
      max-width: 68vw;
      height: 14.66667vw;
      font-size: 3.2vw; } }
  .giftService__btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 23px;
    height: 3px;
    background: url(/img/freepage/giftservice/images/btn_arrow.png) center no-repeat;
    background-size: contain; }
    @media (max-width: 900px) {
      .giftService__btn::after {
        right: 2.66667vw;
        width: 3.6vw; } }
  .giftService__btn.is--arrow--h::after {
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }
  .giftService__btn.icon__archive::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(/img/freepage/giftservice/images/live_btn_archive_icon.png) center no-repeat;
    background-size: contain; }
    @media (max-width: 900px) {
      .giftService__btn.icon__archive::before {
        left: 2.66667vw;
        width: 8vw;
        height: 8vw; } }
  .giftService__btn.is--closed {
    background: #8b8b8b;
    pointer-events: none; }
    .giftService__btn.is--closed::after {
      display: none; }

.giftService__hero {
  display: block;
  position: relative; }
  .giftService__hero img {
    width: 100%;
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 1563px) {
      .giftService__hero img {
        height: auto; } }
    @media (max-width: 900px) {
      .giftService__hero img {
        height: auto; } }

.giftService__nav {
  padding: 70px 20px;
  background: url(/img/freepage/giftservice/images/nav_bg.png) center no-repeat;
  background-size: cover; }
  @media (max-width: 900px) {
    .giftService__nav {
      padding: 12vw 4.66667vw;
      background: url(/img/freepage/giftservice/images/nav_bg_sp.png) center no-repeat;
      background-size: cover; } }

.giftService__nav__inner {
  max-width: 980px;
  margin: 0 auto; }

.giftService__nav__ttl {
  font-size: 20px;
  font-weight: 400;
  color: #8090af;
  text-align: center;
  letter-spacing: 0.08em; }
  @media (max-width: 900px) {
    .giftService__nav__ttl {
      font-size: 4vw; } }

.giftService__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (max-width: 900px) {
    .giftService__nav__list {
      display: block;
      margin-top: 5.33333vw; } }

.giftService__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  width: 49%;
  min-height: 110px;
  padding: 30px 30px 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .giftService__nav__item {
      width: 100%;
      min-height: 20vw;
      padding: 4vw 5.33333vw; }
      .giftService__nav__item:nth-of-type(n + 2) {
        margin-top: 4.4vw; } }
  .giftService__nav__item:nth-of-type(n + 3) {
    margin-top: 20px; }
    @media (max-width: 900px) {
      .giftService__nav__item:nth-of-type(n + 3) {
        margin-top: 4.4vw; } }
  .giftService__nav__item:nth-of-type(1) {
    background: #fff url(/img/freepage/giftservice/images/nav_bg01.png) right 40px center no-repeat;
    background-size: 70px; }
    @media (max-width: 900px) {
      .giftService__nav__item:nth-of-type(1) {
        background: #fff url(/img/freepage/giftservice/images/nav_bg01.png) right 6.66667vw center no-repeat;
        background-size: 12.8vw; } }
  .giftService__nav__item:nth-of-type(2) {
    background: #fff url(/img/freepage/giftservice/images/nav_bg02_2.png) right 24px top 16px no-repeat;
    background-size: 130px; }
    @media (max-width: 900px) {
      .giftService__nav__item:nth-of-type(2) {
        background: #fff url(/img/freepage/giftservice/images/nav_bg02_2.png) right 4.26667vw top 2.53333vw no-repeat;
        background-size: 25.06667vw; } }
  .giftService__nav__item:nth-of-type(3) {
    background: #fff url(/img/freepage/giftservice/images/nav_bg03.png) right 30px top 26px no-repeat;
    background-size: 116px; }
    @media (max-width: 900px) {
      .giftService__nav__item:nth-of-type(3) {
        background: #fff url(/img/freepage/giftservice/images/nav_bg03.png) right 6vw top 4.53333vw no-repeat;
        background-size: 22.53333vw; } }
  .giftService__nav__item:nth-of-type(4) {
    background: #fff url(/img/freepage/giftservice/images/nav_bg04_2.png) right 38px top 10px no-repeat;
    background-size: 107px; }
    @media (max-width: 900px) {
      .giftService__nav__item:nth-of-type(4) {
        background: #fff url(/img/freepage/giftservice/images/nav_bg04_2.png) right 7.33333vw top 2.26667vw no-repeat;
        background-size: 19.06667vw; } }
  .giftService__nav__item:nth-of-type(5) {
    background: #fff url(/img/freepage/giftservice/images/nav_bg05.png) right 28px top 20px no-repeat;
    background-size: 122px; }
    @media (max-width: 900px) {
      .giftService__nav__item:nth-of-type(5) {
        background: #fff url(/img/freepage/giftservice/images/nav_bg05.png) right 6.93333vw top 2.53333vw no-repeat;
        background-size: 22.66667vw; } }
  .giftService__nav__item:hover {
    opacity: 1 !important; }
  .giftService__nav__item:hover:nth-of-type(1) {
    background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg01.png) right 40px center no-repeat;
    background-size: 70px; }
    @media (max-width: 900px) {
      .giftService__nav__item:hover:nth-of-type(1) {
        background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg01.png) right 6.66667vw center no-repeat;
        background-size: 12.8vw; } }
  .giftService__nav__item:hover:nth-of-type(2) {
    background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg02.png) right 24px top 16px no-repeat;
    background-size: 130px; }
    @media (max-width: 900px) {
      .giftService__nav__item:hover:nth-of-type(2) {
        background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg02.png) right 4.26667vw top 2.53333vw no-repeat;
        background-size: 25.06667vw; } }
  .giftService__nav__item:hover:nth-of-type(3) {
    background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg03.png) right 30px top 26px no-repeat;
    background-size: 116px; }
    @media (max-width: 900px) {
      .giftService__nav__item:hover:nth-of-type(3) {
        background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg03.png) right 6vw top 4.53333vw no-repeat;
        background-size: 22.53333vw; } }
  .giftService__nav__item:hover:nth-of-type(4) {
    background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg04.png) right 38px top 10px no-repeat;
    background-size: 107px; }
    @media (max-width: 900px) {
      .giftService__nav__item:hover:nth-of-type(4) {
        background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg04.png) right 7.33333vw top 2.26667vw no-repeat;
        background-size: 19.06667vw; } }
  .giftService__nav__item:hover:nth-of-type(5) {
    background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg05.png) right 28px top 20px no-repeat;
    background-size: 122px; }
    @media (max-width: 900px) {
      .giftService__nav__item:hover:nth-of-type(5) {
        background: #c19984 url(/img/freepage/giftservice/images/hover/nav_bg05.png) right 6.93333vw top 2.53333vw no-repeat;
        background-size: 22.66667vw; } }

.giftService__nav__number {
  display: block;
  margin-right: 25px; }
  @media (max-width: 900px) {
    .giftService__nav__number {
      margin-right: 5.33333zvw; } }
  .giftService__nav__number img {
    width: auto;
    height: 52px; }
    @media (max-width: 900px) {
      .giftService__nav__number img {
        height: 8.8vw; } }
    .giftService__nav__number img:first-of-type {
      display: block; }
    .giftService__nav__number img:nth-of-type(2) {
      display: none; }
    .giftService__nav__item:hover .giftService__nav__number img:first-of-type {
      display: none; }
    .giftService__nav__item:hover .giftService__nav__number img:nth-of-type(2) {
      display: block; }

.giftService__nav__txt {
  display: block; }

.giftService__nav__txt__en {
  font-size: 14px;
  color: #8090af;
  letter-spacing: 0.1em; }
  .giftService__nav__item:hover .giftService__nav__txt__en {
    color: #fff; }
  @media (max-width: 900px) {
    .giftService__nav__txt__en {
      font-size: 2.66667vw; } }

.giftService__nav__txt__ja {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.1em; }
  .giftService__nav__item:hover .giftService__nav__txt__ja {
    color: #fff; }
  @media (max-width: 900px) {
    .giftService__nav__txt__ja {
      font-size: 4.8vw; } }

.giftService__nav__arrow {
  display: block;
  position: absolute;
  top: 60px;
  right: 14px; }
  @media (max-width: 900px) {
    .giftService__nav__arrow {
      top: 10.66667vw;
      right: 2.4vw; } }
  .giftService__nav__arrow span {
    display: block;
    position: relative;
    width: 4px;
    height: 43px;
    border-left: 1px solid #C19E84;
    -webkit-transition: .3s;
    transition: .3s; }
    @media (max-width: 900px) {
      .giftService__nav__arrow span {
        width: 0.93333vw;
        height: 8vw; } }
    .giftService__nav__arrow span::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 4px;
      left: -4px;
      -webkit-transform: rotate(110deg);
      transform: rotate(110deg);
      width: 10px;
      height: 1px;
      background: #c19e84; }
      @media (max-width: 900px) {
        .giftService__nav__arrow span::after {
          bottom: 1vw;
          left: -0.6vw;
          width: 1.86667vw;
          height: 1px; } }
    .giftService__nav__item:hover .giftService__nav__arrow span {
      height: 63px;
      border-left: 1px solid #F3E1D3; }
      .giftService__nav__item:hover .giftService__nav__arrow span::after {
        background: #F3E1D3; }
      @media (max-width: 900px) {
        .giftService__nav__item:hover .giftService__nav__arrow span {
          height: 11.86667vw; } }

.giftService__container {
  display: block;
  position: relative;
  margin-top: 30px; }
  @media (max-width: 900px) {
    .giftService__container {
      margin-top: 0; } }

.giftService__inner {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .giftService__inner {
      width: 100%; } }

.giftService__block {
  position: relative;
  padding: 80px 0; }
  @media (max-width: 900px) {
    .giftService__block {
      padding: 10.66667vw 8vw; } }
  .giftService__block + .giftService__block {
    border-top: 1px solid #8090AF; }
    @media (max-width: 900px) {
      .giftService__block + .giftService__block {
        padding-top: 14.66667vw; } }
  .giftService__block.is--close::before {
    content: '';
    display: block;
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
    @media (max-width: 900px) {
      .giftService__block.is--close::before {
        top: 36.6vw; } }
  .giftService__block.is--close::after {
    content: 'ご好評につき、サービスを終了いたしました。';
    display: block;
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
    transform: translate(-50%, -50%) rotate(-10deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 790px;
    height: 120px;
    background: #94aad6;
    border: 4px solid #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    z-index: 1; }
    @media (max-width: 900px) {
      .giftService__block.is--close::after {
        content: 'ご好評につき、\Aサービスを終了いたしました。';
        width: 83.46667vw;
        height: 21.33333vw;
        white-space: pre;
        font-size: 3.46667vw;
        text-align: center;
        border: 2px solid #fff; } }

.giftService__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 900px) {
    .giftService__heading {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.giftService__heading__number {
  display: block;
  position: relative;
  width: 94px;
  height: 94px;
  margin-left: 10px;
  border-radius: 50%;
  background: #F0F4FA; }
  @media (max-width: 900px) {
    .giftService__heading__number {
      width: 16.93333vw;
      height: 16.93333vw; } }
  .giftService__heading__number img {
    width: auto;
    height: 90px;
    -webkit-transform: translate(-10px, -8px);
    transform: translate(-10px, -8px); }
    @media (max-width: 900px) {
      .giftService__heading__number img {
        height: 16vw; } }

.giftService__heading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 900px) {
    .giftService__heading__content {
      display: block;
      position: relative;
      width: 66vw;
      margin-left: -2.66667vw; } }

.giftService__heading__en {
  margin-left: 40px;
  font-size: 22px;
  color: #8090af;
  letter-spacing: 0.1em; }
  @media (max-width: 900px) {
    .giftService__heading__en {
      margin-left: 0;
      font-size: 3.2vw; } }

.giftService__heading__ja {
  margin-left: 30px;
  font-size: 46px;
  letter-spacing: 0.1em; }
  @media (max-width: 900px) {
    .giftService__heading__ja {
      margin-left: 0;
      margin-top: 2.66667vw;
      font-size: 6.53333vw; } }

.giftService__heading__illust {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  #no01 .giftService__heading__illust {
    width: 130px; }
    @media (max-width: 900px) {
      #no01 .giftService__heading__illust {
        width: 17.33333vw; } }
  #no02 .giftService__heading__illust {
    width: 170px; }
    @media (max-width: 900px) {
      #no02 .giftService__heading__illust {
        right: -1.33333vw;
        top: -8vw;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 22vw; } }
  #no03 .giftService__heading__illust {
    width: 170px; }
    @media (max-width: 900px) {
      #no03 .giftService__heading__illust {
        right: -3.46667vw;
        top: -2.66667vw;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 22.66667vw; } }
  #no04 .giftService__heading__illust {
    width: 145px; }
    @media (max-width: 900px) {
      #no04 .giftService__heading__illust {
        width: 19.06667vw; } }
  #no05 .giftService__heading__illust {
    width: 170px; }
    @media (max-width: 900px) {
      #no05 .giftService__heading__illust {
        width: 22.66667vw; } }

.giftService__img__primary {
  display: none; }
  @media (max-width: 900px) {
    .giftService__img__primary {
      display: block;
      width: 81.33333vw;
      margin: 5.33333vw auto; } }

.giftService__block__message {
  display: block;
  margin-top: 46px; }
  @media (max-width: 900px) {
    .giftService__block__message {
      margin-top: 6.66667vw; } }

.giftService__block__message__lead {
  font-size: 26px;
  font-weight: 300;
  color: #8090af;
  text-align: center;
  margin: 20px auto;
  letter-spacing: 0.15em; }
  @media (max-width: 900px) {
    .giftService__block__message__lead {
      font-size: 4.53333vw;
      margin: 2.66667vw auto;
      line-height: 1.7; } }

.giftService__block__message__txt {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 20px auto;
  letter-spacing: 0.15em;
  line-height: 1.6; }
  @media (max-width: 900px) {
    .giftService__block__message__txt {
      font-size: 3.2vw;
      margin: 2.66667vw auto;
      line-height: 2; } }

.giftService__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }
.giftService__content.flexReverse .giftService__content__right{
  margin-top: 10%;
}
.brand__de .giftService__content {
  display: block;}
  @media (max-width: 900px) {
    .giftService__content {
      display: block;
      margin-top: 6.66667vw; }
      .giftService__content.flexReverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .giftService__content.flexReverse .giftService__content__right{
          margin-top: 0;}
      .brandName + .giftService__content {
        margin-top: 5.33333vw; } }
  .giftService__content + .giftService__content {
    margin-top: 50px; }
    @media (max-width: 900px) {
      .giftService__content + .giftService__content {
        margin-top: 6.66667vw; } }

.giftService__content__left {
  width: 50%; }
.brand__de .giftService__content__left {
  width: 100%;
  text-align: center;
  margin: 30px auto;}
.brand__de .giftService__content__left__inner {
  display: flex;}
  @media (max-width: 900px) {
    .giftService__content__left {
      width: 100%; }
      .brand__de .giftService__content__left {
        text-align: left;} 
        .brand__de .giftService__content__left__inner {
          display: block;} }

.giftService__content__img {
  display: block; }
  @media (max-width: 900px) {
    .giftService__content__img {
      width: 81.33333vw;
      margin: 0 auto; } }
  .giftService__content__img.is--message {
    width: 386px;
    margin: 0 auto; }
    @media (max-width: 900px) {
      .giftService__content__img.is--message {
        width: 81.33333vw; } }
  .brand__de .giftService__content__left .giftService__content__img {
    width: 50%;
    margin-right: 30px;
  }
  @media (max-width: 900px) {
    .brand__de .giftService__content__left .giftService__content__img {
      width: 92%;
      margin: 0 auto 20px; } }

.giftService__content__right {
  width: 47%; }
.brand__de .giftService__content__right {
  width: 100%;}
.brand__de .giftService__content__right .giftService__content__img.for-pc{
  width: 30%;
  margin-right: 30px;}
.brand__de .giftService__content__right .giftService__content__wrapping__txt.for-pc{
  width: 70%;}
  @media (max-width: 900px) {
    .giftService__content__right {
      width: 100%; }
      .brand__de .giftService__content__right .giftService__content__img.for-sp{
        width: 85%;} }
.giftService__content__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  width: 80%;}
.giftService__content__listItem {
  width: 30%;
  margin-bottom: 30px;}
.giftService__content__listImg img {
  width: 100%;}
  @media (max-width: 900px) {
    .giftService__content__list {
      width: 100%;}
    .giftService__content__listItem {
      width: 50%;
      margin-bottom: 17px;}
    .giftService__content__listTxt {
      font-size: .8em;}}
.giftService__content2{
  margin-top: 20px;
}
.giftService__content2__img{
  display: block; 
  width: 600px;
  margin: 10px auto;
  text-indent: 0;
}
.giftService__content2__img figcaption{
  font-size: 14px;
  text-align: right;
}
@media (max-width: 900px) {
  .giftService__content2{
    margin-top: 5.33333vw;
  }
  .giftService__content2__img {
    width: 81.33333vw;
    margin: 2vw auto;
  }
  .giftService__content2__img figcaption{
  font-size: 2vw;
  }
}
.giftService__dllink{
  width: 800px;
  margin: 5px auto 0;
  text-align: right;
}
.giftService__dllink a{
  color: #85d1f4;
  border: 0;
  font-size: 14px;
  outline: none!important;
  -moz-outline-style: none;
}

.giftService__dllink a::before{
  content: '';
  display: inline-block;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #85d1f4;
}
@media (max-width: 900px) {
  .giftService__dllink{
    width: 100%;
  }
  .giftService__dllink a{
    font-size: 2.93333vw;
  }
  .giftService__dllink a::before{
    border-width: 1.2vw;
  }
}

.giftService__brand {
  display: block;
  position: relative;
  margin-top: 20px;
  padding: 0 14px 14px;
  border: 1px solid #8090AF; }
  @media (max-width: 900px) {
    .giftService__brand {
      margin-top: 9.86667vw;
      padding: 0 2.66667vw 2.66667vw; } }

.giftService__brand__ttl {
  width: 290px;
  margin: -20px auto 0;
  background: #fff;
  text-align: center;
  font-size: 23px;
  color: #8090AF;
  border-left: 1px solid #8090AF;
  border-right: 1px solid #8090AF;
  letter-spacing: 0.2em; }
  @media (max-width: 900px) {
    .giftService__brand__ttl {
      width: 50.93333vw;
      margin-top: -3.2vw;
      font-size: 4.53333vw; } }

.giftService__brand__txt {
  margin-top: 20px;
  text-align: center;
  font-size: 16px; }
  @media (max-width: 900px) {
    .giftService__brand__txt {
      margin-top: 4vw;
      font-size: 3.2vw; } }

.giftService__brand__list {
  margin-top: 16px;
  padding: 14px 30px 25px;
  background: #f0f4fa; }
  @media (max-width: 900px) {
    .giftService__brand__list {
      margin-top: 4vw;
      padding: 2.66667vw 4vw 7.33333vw; } }

.giftService__brand__list__ttl {
  position: relative;
  text-align: center; }
  .giftService__brand__list__ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #8090af; }
  .giftService__brand__list__ttl span {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    background: #f0f4fa;
    font-size: 16px;
    color: #8090af; }
    @media (max-width: 900px) {
      .giftService__brand__list__ttl span {
        font-size: 3.2vw; } }

.giftService__brand__img {
  width: 326px;
  margin: 26px auto 0; }
  @media (max-width: 900px) {
    .giftService__brand__img {
      width: 60.8vw;
      margin-top: 5.33333vw; } }

.giftService__content__note,
.giftService__content2__note {

  margin-top: 20px; }
  @media (max-width: 900px) {
    .giftService__content__note,
    .giftService__content2__note {
      margin-top: 5.33333vw; } }
  .giftService__content__note li,
  .giftService__content2__note li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    font-weight: 400; }
    @media (max-width: 900px) {
      .giftService__content__note li,
      .giftService__content2__note li,
      .giftService__content2__note li strong {
        font-size: 2.93333vw; } }

.giftService__content__wrapping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }
.brand__de .giftService__content__wrapping {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
  @media (max-width: 900px) {
    .giftService__content__wrapping {
      margin-top: 6.66667vw; } 
    .brand__de .giftService__content__wrapping {
        flex-direction: column;}}

.brand__js .giftService__content__wrapping__detail {
  margin-top: auto; }

.brand__de .giftService__content__wrapping__brand {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .giftService__content__wrapping__brand {
    display: none; }
  .brand__de .giftService__content__wrapping__brand {
    display: block;
    width: 100%;}
  }

.giftService__content__wrapping__ttl {
  font-size: 26px;
  font-weight: 400;
  color: #8090af; }
  .giftService__content__wrapping__ttl.is--center {
    text-align: center; }
  @media (max-width: 900px) {
    .giftService__content__wrapping__ttl {
      font-size: 4.53333vw; } }

.giftService__content__wrapping__txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8; }
  @media (max-width: 900px) {
    .giftService__content__wrapping__txt {
      font-size: 3.2vw; }
      .giftService__content__wrapping__txt.mt40 {
        margin-top: 5.33333vw; } }
  .giftService__content__wrapping__txt.is--center {
    margin-top: 28px;
    text-align: center; }
    @media (max-width: 900px) {
      .giftService__content__wrapping__txt.is--center {
        margin-top: 2.66667vw; } }
  .giftService__content__wrapping__txt + .giftService__content__wrapping__txt {
    margin-top: 20px; }
  .giftService__content__wrapping__txt strong {
    display: block;
    color: #8090af;
    font-weight: inherit; }
    @media (max-width: 900px) {
      .giftService__content__wrapping__txt strong {
        font-size: 3.73333vw; } }
  .giftService__content__wrapping__txt small {
    font-size: 14px; }
    @media (max-width: 900px) {
      .giftService__content__wrapping__txt small {
        font-size: 2.66667vw; } }

.giftService__content__wrapping__size {
  margin-top: 25px;
  color: #8090af;
  font-size: 16px; }
  @media (max-width: 900px) {
    .giftService__content__wrapping__size {
      margin-top: 4vw;
      font-size: 3.2vw; } }
  .giftService__content__wrapping__size.is--center {
    text-align: center;
    font-weight: 300; }
  .giftService__content__wrapping__size small {
    font-size: 0.7em;
    color: #8090af; }

.giftService__content__wrapping__note {
  margin-top: 30px; }
  @media (max-width: 900px) {
    .giftService__content__wrapping__note {
      margin-top: 3.46667vw; } }
  .giftService__content__wrapping__note.is--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .giftService__content__wrapping__note li {
    font-size: 14px;
    font-weight: 300; }
    @media (max-width: 900px) {
      .giftService__content__wrapping__note li {
        font-size: 2.93333vw; } }
    .giftService__content__wrapping__note li.is--large {
      display: block;
      width: 100%; }
    .giftService__content__wrapping__note li a {
      color: #5072B4;
      text-decoration: underline; }

[class^="brand__"] {
  margin-top: 90px; }
  @media (max-width: 900px) {
    [class^="brand__"] {
      margin-top: 8vw; }
      [class^="brand__"] + [class^="brand__"] {
        margin-top: 10.66667vw; } }

.giftService hr {
  display: none; }
  @media (max-width: 900px) {
    .giftService hr {
      display: block;
      margin: 6.66667vw 0 8vw;
      border-top: 1px dotted #8090AF; } }

.giftService__bnr__box {
  padding: 80px 0;
  border-top: 1px solid #AFAFAF; }
  @media (max-width: 900px) {
    .giftService__bnr__box {
      padding: 12.53333vw 7.33333vw; } }

.giftService__bnr {
  display: block;
  width: 680px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .giftService__bnr {
      width: 100%; } }

.omotesando__content {
  padding: 100px 0; }
  @media (max-width: 900px) {
    .omotesando__content {
      padding: 14vw 3.33333vw; } }
  .omotesando__content + .omotesando__content {
    border-top: 1px solid #707070; }

.omotesando__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }

.omotesando__content__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 900px) {
    .omotesando__content__heading {
      display: block;
      position: relative; } }

.omotesando__content__heading__icon {
  width: 105px;
  margin-right: 33px; }
  @media (max-width: 900px) {
    .omotesando__content__heading__icon {
      position: absolute;
      top: -2.5vw;
      left: 4vw;
      width: 17.33333vw; } }

.omotesando__content__heading__box {
  position: relative; }

.omotesando__content__heading__ttl {
  display: block;
  color: #b2b2b2;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.12em; }
  @media (max-width: 900px) {
    .omotesando__content__heading__ttl {
      display: block;
      padding-left: 26.66667vw;
      font-size: 7.73333vw;
      line-height: 1.2; } }
  .omotesando__content__heading__ttl small {
    margin-right: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #8090af;
    letter-spacing: 0.2em; }
    @media (max-width: 900px) {
      .omotesando__content__heading__ttl small {
        display: block;
        margin: 0 0 2vw 0;
        font-size: 2.93333vw; } }
  .omotesando__content__heading__ttl strong {
    display: block;
    margin-top: 0.5em;
    font-size: 39px;
    font-weight: bold;
    color: #656565;
    letter-spacing: normal; }
    @media (max-width: 900px) {
      .omotesando__content__heading__ttl strong {
        margin-top: 0;
        font-size: 5.33333vw; } }
    .omotesando__content__heading__ttl strong span {
      font-size: 0.8em;
      font-weight: bold;
      margin-right: 0.2em; }
  .omotesando__content__heading__ttl .logo__decorte {
    width: 267px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
    @media (max-width: 900px) {
      .omotesando__content__heading__ttl .logo__decorte {
        width: 44vw; } }

.omotesando__content__desc {
  display: block;
  position: relative; }
  @media (max-width: 900px) {
    .omotesando__content__desc {
      width: 100%;
      padding: 0 2.66667vw;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.omotesando__content__txt {
  max-width: 66%;
  margin-top: 26px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8; }
  @media (max-width: 900px) {
    .omotesando__content__txt {
      max-width: 100%;
      margin-top: 6.66667vw;
      font-size: 2.93333vw; } }

.omotesando__content__cta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  margin-left: auto; }
  @media (max-width: 900px) {
    .omotesando__content__cta {
      position: relative;
      width: 100%; } }

.omotesando__content__ctalead {
  font-size: 16px;
  line-height: 2;
  color: #06C755;
  letter-spacing: .1em;
  text-align: center;
  font-weight: bold; }
  @media (max-width: 900px) {
    .omotesando__content__ctalead {
      margin-top: 4vw;
      font-size: 4vw; } }

.omotesando__content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: 10px;
  background: #06c755;
  -webkit-box-shadow: 0 5px 0 #3B4043;
  box-shadow: 0 5px 0 #3B4043;
  -webkit-transform: translateY(-0.66667vw);
  transform: translateY(-0.66667vw); }
  @media (max-width: 900px) {
    .omotesando__content__btn {
      height: 17.33333vw;
      margin-top: 2.66667vw;
      -webkit-box-shadow: 0 0.66667vw 0 #3B4043;
      box-shadow: 0 0.66667vw 0 #3B4043;
      -webkit-transform: translateY(-0.66667vw);
      transform: translateY(-0.66667vw); } }
  .omotesando__content__btn:hover {
    background: #3B4043;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .omotesando__content__btn:hover {
    background: #000;
    opacity: 1 !important; }
  .omotesando__content__btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-bottom: none;
    border-left: none; }
    @media (max-width: 900px) {
      .omotesando__content__btn::after {
        right: 4vw;
        width: 2.4vw;
        height: 2.4vw;
        border: 1px solid #fff;
        border-bottom: none;
        border-left: none; } }

.omotesando__content__btn__txt {
  color: #fff;
  font-size: 17px;
  font-weight: 500; }
  @media (max-width: 900px) {
    .omotesando__content__btn__txt {
      font-size: 4.4vw; } }
