@charset "UTF-8";

/*//////////////////// 共通 ////////////////////*/
#sel-wrapper * {
  box-sizing: border-box;
}

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

body {
  letter-spacing: 0.01em;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
}

#sel-wrapper p {
  margin: 0;
}

ul {
  list-style: none;
}

.pc-only {
  display: block;
}

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

.rb2019---main.rb2019---inner {
  min-width: 1230px;
  width: auto;
}

.rb2019---pickup {
  padding-top: 0 !important;
}

.rb2019---pickup > .rb2019---inner {
  height: 44px;
}

body.rb2019---header-fixed .rb2019---main-nav {
  position: relative;
}

#sel-wrapper {
  text-align: center;
}

#ins-wrapper {
  padding: 0;
}

#ins-mainUpper {
  margin: 0 auto;
  width: 1230px;
}

a:hover {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}

#sel-wrapper h1,
#sel-wrapper h2,
#sel-wrapper h3 {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN",
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "游明朝体",
    sans-serif;
}

#sel-wrapper h2 {
  font-size: 26px;
  color: #2f2f2f;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 2.5px;
}

#sel-wrapper h2 span {
  display: block;
  font-size: 16px;
}

#sel-wrapper h2.en-title {
  display: inline-block;
  position: relative;
  z-index: 10;
}

#sel-wrapper h2.en-title::before {
  content: "";
  position: absolute;
  z-index: -1;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

.content-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pageLink-inner {
  padding-top: 50px;
  margin-top: -50px;
}

.pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.maker {
  background-color: #d9efec;
}

.section {
  margin-bottom: 100px;
}

.section:nth-of-type(3) {
  margin-bottom: 0;
}
/*
ul.slider > li:not(:first-child){display: none;} */

.ff-mincho {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN",
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "游明朝体",
    sans-serif;
}

/* .page-links {padding-top: 160px;margin-top: -160px;} */

@media only screen and (max-width: 599px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .rb2019---main.rb2019---inner {
    min-width: 100%;
    width: 100%;
  }

  .pc-br {
    display: none;
  }

  body {
    font-size: 13px;
    line-height: 1.6;
  }

  address,
  article,
  aside,
  blockquote,
  dd,
  div,
  dl,
  dt,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h3,
  h4,
  h5,
  h6,
  header,
  hgroup,
  li,
  nav,
  ol,
  p,
  pre,
  section,
  summary,
  table,
  td,
  th,
  ul {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .content-wrap {
    width: 90%;
    margin: 0 auto;
  }

  #sel-wrapper h2 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
  }

  img {
    image-rendering: auto;
  }

  .pc-flex {
    display: block;
  }

  .cutText {
    visibility: hidden;
  }

  .section {
    margin-bottom: 50px;
  }

  .sp-wrap {
    width: 90%;
    margin: 0 auto;
  }

  /* 長いブランド名の対応 */
  .letter-s {
    letter-spacing: -1.5px;
  }
}

@media only screen and (max-width: 320px) {
  #sel-wrapper h2 {
    font-size: 20px;
  }

  #sel-wrapper h2 span.title01::before,
  #sel-wrapper h2 span.title01::after {
    width: 30px;
    top: 14px;
  }

  #sel-wrapper h2 span.title01::before {
    left: -37px;
  }

  #sel-wrapper h2 span.title01::after {
    right: -35px;
  }
}

/*//////////////////// ボタン ////////////////////*/
a.link-arrow {
  display: block;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

a.link-arrow::before,
a.link-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  vertical-align: middle;
}

a.link-arrow::before {
  width: 80px;
  height: 1px;
  background: #fff;
  right: 30px;
}

a.link-arrow::after {
  width: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 30px;
  right: 27px;
}

a.others-btn {
  width: 480px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #fff;
  background: #96801e;
  border-radius: 7px;
  text-align: left;
  padding-left: 60px;
}

a.others-btn::before {
  width: 105px;
}

@media only screen and (max-width: 599px) {
  a.link-arrow::before {
    width: 52px;
    right: 20px;
  }

  a.link-arrow::after {
    width: 11px;
    top: 26px;
    right: 19px;
  }

  a.others-btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 15px;
    font-size: 14px;
  }
}

/*//////////////////// fvエリア ////////////////////*/
#fv {
  background: #080702 url("../images/fv/fv-pc.jpg") no-repeat center top;
  padding: 20px 0;
  height: 572px;
}

.fv-inner {
  width: 1120px;
  margin: 0 auto;
  color: #fff;
}

.fv-sitename {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fv-maintext {
  margin-top: 25px;
}

#sel-wrapper .fv-maintext h2 {
  color: #fff;
  margin-bottom: 15px;
}

#sel-wrapper .fv-maintext p {
  margin-top: 20px;
  font-size: 18px;
  text-decoration: underline;
}

.fv-block {
  width: 90%;
  margin: 45px auto 0;
}

.fv-block-message {
  display: table;
  height: 70px;
  border: 1px solid #fff;
  text-align: left;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.fv-block-message > div {
  display: table-cell;
  vertical-align: middle;
}

.fv-block-catch {
  background: #fff;
}

#sel-wrapper .fv-block-catch p {
  color: #a8834e;
  padding: 0 10px;
  line-height: 1.3;
}

#sel-wrapper .fv-block-catch p span {
  display: inline-block;
  font-size: 22px;
  padding: 0 2px;
}

.fv-block-text {
  padding: 0 15px;
}

.fv-block-link {
  height: 70px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
}

.fv-block-link a {
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  line-height: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .fv-block-link a::before {
    width: 40px;
  }
}

.fv-no1 {
  margin-top: 23px;
  font-size: 10px;
}

.fv-no1 > a {
  transition: opacity 0.2s ease;
  display: block;
  margin-bottom: 13px;
}

.fv-no1 > a:hover {
  opacity: 0.6;
}

.fv-no1 p a {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (max-width: 599px) {
  #fv {
    height: calc(1276px / 2);
    background: url("../images/fv/fv-sp.jpg") no-repeat center;
    background-size: cover;
    padding: 30px 0;
  }

  .fv-inner {
    width: 95%;
  }

  .fv-sitename {
    display: block;
  }

  .fv-sitename h1 {
    margin-bottom: 15px;
  }

  #sel-wrapper .fv-maintext h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .fv-maintext img {
    width: 90%;
    height: auto;
  }

  #sel-wrapper .fv-maintext p {
    margin-top: 15px;
    font-size: 14px;
  }

  .fv-block {
    width: 100%;
    margin: 30px auto 0;
  }

  .fv-block-message {
    margin-bottom: 15px;
  }

  #sel-wrapper .fv-block-catch p {
    padding: 0 5px;
    font-size: 12px;
  }

  #sel-wrapper .fv-block-catch p span {
    font-size: 14px;
  }

  .fv-block-catch {
    white-space: nowrap;
  }

  .fv-block-text {
    padding: 0 7px;
    font-size: 10px;
    line-height: 1.5;
  }

  .fv-block-link {
    height: 60px;
  }

  .fv-block-link a {
    padding-left: 15px;
    line-height: 60px;
    font-size: 13px;
  }

  .fv-no1 img {
    width: 100%;
    height: auto;
  }

  .fv-no1 p {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 9px;
  }

  .fv-no1 p > span:first-child {
    flex-shrink: 0;
    margin-right: 1em;
  }
}

@media only screen and (max-width: 320px) {
  #sel-wrapper .fv-maintext h2 {
    font-size: 16px;
  }

  .fv-block-link a.link-arrow::before,
  .fv-block-link a.link-arrow::after {
    display: none;
  }
}

/*//////////////////// トップスライダー ////////////////////*/
#topslider {
  position: relative;
  background: #2f2f2f;
  padding: 20px 0;
  overflow: hidden;
}

#topslider::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #2f2f2f;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -30px;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

/*//////////////////// CTA ////////////////////*/
#cta {
  background: transparent
    linear-gradient(270deg, #fff7eb 0%, #ffffff 50%, #fff7eb 100%) 0% 0%
    no-repeat;
  padding: 60px 0 80px;
}

.cta-inner {
  max-width: 760px;
  width: 90%;
  margin: 0 auto;
}

#sel-wrapper .cta-inner h2 {
  margin-bottom: 15px;
}

#sel-wrapper .cta-inner p {
  width: 560px;
  margin-left: auto;
  margin-bottom: 15px;
}

.cta-link {
  width: 100%;
  height: 80px;
  background: transparent
    linear-gradient(90deg, #b79a17 0%, #b89b18 3%, #e5c746 100%) 0% 0% no-repeat;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 7px;
  position: relative;
}

.cta-link::before {
  content: "";
  background: url("../images/common/gift-wrapping.png") no-repeat;
  background-size: 100%;
  width: 185px;
  height: 185px;
  position: absolute;
  bottom: 0;
  left: 26px;
}

.cta-link a {
  line-height: 80px;
  color: #fff;
  font-size: 20px;
}

#cta a.link-arrow::before {
  width: 175px;
  right: 60px;
}

#cta a.link-arrow::after {
  width: 22px;
  top: 32px;
  right: 58px;
}

@media only screen and (max-width: 599px) {
  #cta {
    padding: 50px 0 60px;
  }

  .cta-link {
    height: 55px;
  }

  .cta-link a {
    line-height: 55px;
  }

  .cta-link a {
    font-size: 14px;
  }

  .cta-link::before {
    width: 75px;
    height: 75px;
    bottom: 5px;
    left: 8px;
  }

  #cta a.link-arrow::before {
    width: 50px;
    right: 30px;
  }

  #cta a.link-arrow::after {
    width: 11px;
    top: 24px;
    right: 29px;
  }

  #sel-wrapper .cta-inner p {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .cta-link a {
    font-size: 12px;
    padding-left: 20px;
  }

  #cta a.link-arrow::before {
    width: 28px;
  }

  .cta-link::before {
    width: 65px;
    height: 65px;
    bottom: 2px;
  }
}

/*//////////////////// ページナビ(追尾) ////////////////////*/
#pageNav {
  width: 100%;
  background: #2f2f2f;
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 0;
}

#pageNav.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}

.nav-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.pageNav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.pageNav-links {
  display: block;
  width: 175px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN",
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "游明朝体",
    sans-serif;
}

a.pageNav-links::after {
  content: "";
  height: 57px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: -10%;
  right: -2px;
}

a.pageNav-links span {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
}

@media only screen and (max-width: 599px) {
  #pageNav {
    padding: 0;
  }

  a.pageNav-links {
    height: 50px;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    line-height: 50px;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  a.pageNav-links:nth-of-type(3),
  a.pageNav-links:last-of-type {
    border-right: none;
  }

  a.pageNav-links:first-of-type {
    line-height: 1.3;
    padding-top: 9px;
  }

  a.pageNav-links::after {
    display: none;
  }

  a.pageNav-links span {
    display: none;
  }
}

/*//////////////////// イントロエリア ////////////////////*/
#about {
  margin-top: 50px;
}

#about h2.en-title::before {
  background: url("../images/intro/intro-en-title.svg") no-repeat;
  background-size: 100%;
  width: 246px;
  height: 50px;
  right: -60px;
}

#about p {
  line-height: 2.3;
  text-align: left;
}

.smartgift-link {
  margin-top: 70px;
  position: relative;
  width: 100%;
  height: 260px;
}

.smartgift-link::before {
  content: "";
  background: url(../images/intro/intro-link-bg.jpg) no-repeat;
  background-size: 100%;
  width: 978px;
  height: 224px;
  position: absolute;
  left: 0;
}

.link-bg-cl {
  background: #f2f2f0;
  width: 50%;
  height: 224px;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}

.link-btn {
  max-width: 1120px;
  margin: 0 auto;
}

.link-btn a {
  width: 480px;
  height: 70px;
  line-height: 70px;
  display: block;
  margin-left: auto;
  padding-left: 20px;
  border: 1px solid #2f2f2f;
  border-radius: 7px;
  background: #fefdffcc 0% 0% no-repeat;
  color: #2f2f2f;
  font-size: 18px;
  text-align: left;
  position: relative;
  top: 110px;
}

#about a.link-arrow::before {
  background: #2f2f2f;
}

#about a.link-arrow::after {
  border-top: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
  top: 29px;
  right: 28px;
}

@media only screen and (max-width: 599px) {
  #about.section {
    margin-bottom: 0;
  }

  #about h2.en-title::before {
    width: 180px;
    height: 40px;
    right: -45px;
  }

  .smartgift-link {
    overflow: hidden;
    margin-top: 50px;
    height: 220px;
  }

  .smartgift-link::before {
    background: url("../images/intro/intro-link-bg-sp.jpg") no-repeat;
    background-size: 100%;
    width: 90%;
    height: 100px;
  }

  .link-bg-cl {
    width: 100%;
    height: 190px;
    top: 15%;
  }

  .link-btn a {
    width: 90%;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    top: 120px;
  }

  #about a.link-arrow::after {
    top: 23px;
    right: 18px;
  }
}

@media only screen and (max-width: 320px) {
  #about a.link-arrow::before,
  #about a.link-arrow::after {
    display: none;
  }
}

/*//////////////////// ギフトポイント ////////////////////*/
#giftpoint {
  background: url("../images/giftpoint/giftpoint-bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}

.giftpoint-area {
  width: 55%;
  background: #2f2f2f;
  position: absolute;
  top: 110px;
  padding: 50px 50px 50px 0;
}

.giftpoint-area .text {
  width: 80%;
  margin-left: auto;
  color: #fff;
  text-align: left;
}

#sel-wrapper .giftpoint-area .text h2 {
  color: #fff;
}

#sel-wrapper .giftpoint-area .text p {
  line-height: 1.8;
}

@media only screen and (max-width: 599px) {
  #giftpoint {
    background: url("../images/giftpoint/giftpoint-bg-sp.jpg") no-repeat center
      top;
    background-size: 100%;
  }

  .giftpoint-area {
    width: 90%;
    padding: 30px 20px 30px 0;
    background: rgba(47, 47, 47, 0.9);
    top: 170px;
  }

  .giftpoint-area .text {
    width: 95%;
  }

  #sel-wrapper .giftpoint-area .text h2 {
    font-size: 18px;
  }
}

/*//////////////////// こだわりポイント ////////////////////*/
#kodawaripoint {
  padding-top: 260px;
  position: relative;
}

span.l-line,
span.r-line {
  display: inline-block;
  width: 1px;
  background: #2f2f2f;
  position: absolute;
  transform: translate(-50%, -50%);
}

span.l-line {
  height: 40px;
  left: 49%;
  top: 135px;
}

span.r-line {
  height: 62px;
  left: 50%;
  top: 146px;
}

#kodawaripoint h2.en-title::before {
  background: url("../images/kodawari-point/kodawari-title-en.svg") no-repeat;
  background-size: 100%;
  width: 218px;
  height: 60px;
  right: -150px;
}

.kodawaripoint-block h3 {
  display: inline-block;
  width: 287px;
  height: 40px;
  line-height: 43px;
  margin-bottom: 30px;
  font-size: 20px;
  position: relative;
  border: 1px solid #2f2f2f;
}

.kodawaripoint-block h3::before {
  content: "";
  border: 1px solid #2f2f2f;
  width: 287px;
  height: 40px;
  position: absolute;
  left: -5px;
  bottom: -5px;
}

.kodawaripoint-block ul {
  margin-top: 40px;
}

.kodawaripoint-block ul li .item span {
  width: 180px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #9b2a35;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#sel-wrapper .kodawaripoint-block ul li .item p {
  font-weight: bold;
  line-height: 5;
}

#sel-wrapper .kodawaripoint-block ul li .kasan p {
  line-height: 1.4;
  margin-top: 17px;
  margin-bottom: 14px;
}

.kodawaripoint02 {
  background: #2f2f2f;
  margin-top: 70px;
  padding: 50px 0;
  color: #fff;
}

.kodawaripoint02 .kodawaripoint-block h3 {
  border: 1px solid #fff;
}

.kodawaripoint02 .kodawaripoint-block h3::before {
  border: 1px solid #fff;
}

.kodawaripoint02 ul li .title {
  margin-bottom: 30px;
  padding-bottom: 3px;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}

.kodawaripoint02 ul li .text {
  text-align: left;
  line-height: 1.8;
}

.kodawaripoint03 {
  margin-top: 70px;
}

.kodawaripoint03 ul li .point03-block {
  width: 450px;
  height: 395px;
  margin: 0 auto;
  padding: 30px 25px;
  background: #dddcd5;
  position: relative;
}

.kodawaripoint03 ul li .point03-block::before {
  content: "";
  display: inline-block;
  border: 1px solid #fff;
  width: 435px;
  height: 380px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.point03-block .title {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
}

.point03-block .thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

#sel-wrapper .point03-block p {
  text-align: left;
  line-height: 1.6;
}

@media only screen and (max-width: 599px) {
  .kodawaripoint-block {
    width: 90%;
    margin: 0 auto;
  }
  span.r-line {
    height: 50px;
    top: 230px;
  }

  span.l-line {
    height: 30px;
    left: 48%;
    top: 221px;
  }

  #kodawaripoint h2.en-title::before {
    width: 160px;
    height: 40px;
    right: -70px;
  }

  .kodawaripoint-block h3 {
    width: 190px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .kodawaripoint-block h3::before {
    width: 190px;
    left: 3px;
  }

  .kodawaripoint-block p.text {
    text-align: left;
  }

  .kodawaripoint-block ul {
    margin-top: 30px;
  }

  .kodawaripoint-block ul li .item span {
    width: 90px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
  }

  .kodawaripoint-block ul li .item span::before {
    content: "";
    width: 90vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #9b2a35;
    z-index: -1;
  }

  #sel-wrapper .kodawaripoint-block ul li .item p {
    line-height: 1.5;
    margin: 10px 0 15px;
  }

  .kodawaripoint-block .item img {
    margin: 0 auto 40px;
  }

  .kodawaripoint02 {
    margin-top: 30px;
  }

  .kodawaripoint02 img {
    width: 100%;
    height: auto;
  }

  .kodawaripoint02 ul li .title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .kodawaripoint03 {
    margin-top: 50px;
  }

  .kodawaripoint03 ul li .point03-block {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .kodawaripoint03 ul li .point03-block::before {
    width: 95%;
    height: 95%;
  }

  .point03-block .title {
    font-size: 14px;
  }

  .point03-block .thum img {
    width: 47%;
    height: auto;
  }
}

/*//////////////////// シーンエリア ////////////////////*/
#scene {
  background: transparent linear-gradient(90deg, #f2f2f0 0%, #dddddd 100%) 0% 0%
    no-repeat;
  padding: 60px 0;
}

#scene h2.en-title::before {
  background: url("../images/scene/scene-en-title.svg") no-repeat;
  background-size: 100%;
  width: 218px;
  height: 48px;
  right: -70px;
  top: 30px;
}

.scene-area {
  max-width: 830px;
  width: 90%;
  margin: 0 auto;
}

.scene-area ul li {
  margin-bottom: 40px;
}

@media only screen and (max-width: 599px) {
  #scene {
    padding: 40px 0 25px;
  }

  #scene h2.en-title::before {
    width: 190px;
    height: 42px;
    right: -1px;
    top: 21px;
  }

  .scene-area ul li img {
    width: 100%;
    height: auto;
  }

  .scene-area ul li {
    margin-bottom: 20px;
  }
}

/*//////////////////// ランキングエリア ////////////////////*/
#ranking h2.en-title::before {
  background: url("../images/ranking/ranking-en-title.svg") no-repeat;
  background-size: 100%;
  width: 330px;
  height: 100px;
  right: -240px;
  top: -35px;
}

#ranking .text {
  position: relative;
  margin-bottom: 120px;
}

#ranking span.l-line {
  top: 120px;
}

#ranking span.r-line {
  top: 130px;
}

.ranking-block {
  text-align: left;
}

.ranking-block .badge {
  width: 200px;
  display: block;
  padding: 0;
  position: relative;
}

.ranking-block .badge::before {
  content: "";
  background: url("../images/ranking/no1.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.ranking-block .no2::before {
  background: url("../images/ranking/no2.png") no-repeat;
  background-size: 100%;
}

.ranking-block .no3::before {
  background: url("../images/ranking/no3.png") no-repeat;
  background-size: 100%;
}

.ranking-block .no4::before {
  background: url("../images/ranking/no4.png") no-repeat;
  background-size: 100%;
}

.ranking-block .no5::before {
  background: url("../images/ranking/no5.png") no-repeat;
  background-size: 100%;
}

.mark {
  line-height: 23px;
  position: relative;
  display: inline-block;
  height: 23px;
  background: #9b2a35;
  color: #fff;
  margin-top: 9px;
  margin-bottom: 5px;
  padding: 1px 8px 0 10px;
  font-size: 14px;
}

.mark span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  margin-bottom: 2px;
  margin-right: 5px;
  border-radius: 50%;
}

.mark::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -7px;
  width: 0;
  height: 0;
  border-width: 12px 0 13px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #9b2a35;
  border-radius: 4px;
}

.ranking-area h3 {
  margin-bottom: 30px;
  font-size: 20px;
}

.ranking-area h3 span {
  display: block;
  margin-bottom: 10px;
  color: #a8834f;
  font-size: 12px;
}

#sel-wrapper .catalog-name p {
  line-height: 1.5;
}

#ranking .sweet {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 50px 0;
  background: #f2f2f0;
}

#ranking .goods {
  margin-bottom: 60px;
}

@media only screen and (max-width: 599px) {
  #ranking .ranking-block {
    width: 44%;
    flex: 0 0 auto;
    margin-bottom: 20px;
    text-align: left;
  }

  #ranking h2.en-title::before {
    width: 160px;
    height: 51px;
    right: -40px;
    top: -13px;
  }

  #ranking .text {
    width: 90%;
    margin: 0 auto 90px;
    text-align: left;
  }

  #ranking span.l-line {
    top: 175px;
  }

  #ranking span.r-line {
    top: 185px;
  }

  .ranking-area h3 {
    font-size: 18px;
  }

  .sp-slider {
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .ranking-block .badge {
    width: 100%;
  }

  img.catalogImg {
    width: 100%;
    height: auto;
  }

  .ranking-block .badge::before {
    width: 30px;
    height: 30px;
  }

  #ranking .sweet {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 40px 0 20px;
  }

  #ranking .goods {
    padding: 40px 0 20px;
  }
}

/*//////////////////// カテゴリーエリア ////////////////////*/
#category {
  background: #f2f2f0;
  padding: 50px 0;
}

#category h3 {
  margin-bottom: 30px;
  font-size: 20px;
}

#category h3 span {
  display: block;
  margin-bottom: 10px;
  color: #a8834f;
  font-size: 12px;
}

#category .mainitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.mainitem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainitem li {
  width: calc((100% / 6) - 10px);
  width: -webkit-calc((100% / 6) - 10px);
}

#category .mainitem img {
  width: 100%;
  height: auto;
}

#category .mainitem p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  line-height: 1.4;
  margin-top: 15px;
}

#category .catarea-item {
  width: 175px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #d3d3d3;
  padding: 6px;
  color: #555555;
  padding: 5px;
  margin-bottom: 9px;
}

#category .catarea-item img {
  margin-right: 10px;
}

#category .catarea-item a {
  color: #555;
}

#category .catarea-list {
  margin-top: 65px;
}

#category .catarea-list ul:nth-of-type(3) {
  margin: 0;
}

#category .catarea-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  #category .mainitem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #category .mainitem p {
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
  }

  .mainitem li {
    width: calc((100% / 3) - 10px);
    width: -webkit-calc((100% / 3) - 10px);
  }

  #category .catarea-list {
    margin-top: 25px;
  }

  #category .catarea-list ul:nth-of-type(3) {
    margin: 0;
  }

  #category .catarea-list-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  #category .catarea-item {
    width: -webkit-calc((100% - 5%) / 2);
    width: calc((100% - 5%) / 2);
    padding: 5px;
    margin-bottom: 9px;
  }

  #category .catarea-item img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  #category .catarea-item a {
    color: #555;
  }

  #category {
    background: #f2f2f0;
    padding: 40px 0;
  }
}

/*//////////////////// お客様の声エリア ////////////////////*/
#revien {
  width: 100%;
  background: url("../images/voice/voice-bg.jpg") no-repeat;
  background-size: cover;
  background-color: #e7e6e0;
}

.voice {
  padding: 60px 0 40px;
}

.voice-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#revien h2.en-title::before {
  background: url("../images/voice/voice-en-title.svg") no-repeat;
  background-size: 100%;
  width: 217px;
  height: 53px;
  right: -60px;
  top: 11px;
}

.voice-area .catch {
  width: 97%;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 45px;
  background: #a8834f;
  position: relative;
}

#sel-wrapper .voice-area .catch p {
  width: 215px;
  height: 36px;
  display: block;
  line-height: 36px;
  background: #a8834f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.voice-area .catch.give {
  background: #9b2a35;
}

#sel-wrapper .voice-area .catch.give p {
  background: #9b2a35;
}

.voice-block {
  width: 97%;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 45px;
  padding: 25px 30px;
  background: #f2f2f0;
}

.voice-block .text {
  text-align: left;
}

.voice-block .text span {
  display: block;
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.voice-block .text p.name {
  position: relative;
  text-align: right;
  margin-top: 10px;
  padding-right: 15px;
}

.voice-block p.name::before {
  content: "";
  background: url("../images/voice/voice-icon01.png") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 21px;
  position: absolute;
  right: 0;
}

.block02 p.name::before {
  background: url("../images/voice/voice-icon02.png") no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 599px) {
  .voice {
    padding: 40px 0;
  }

  .voice-area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .voice-innner {
    padding: 0;
  }

  #revien h2.en-title::before {
    width: 145px;
    height: 40px;
    right: -53px;
    top: 36px;
  }

  .voice-block {
    width: 100%;
    min-height: 330px;
    display: block;
    padding: 25px 20px;
    margin-bottom: 0;
  }

  .voice-block .text {
    width: 100%;
    margin-bottom: 20px;
  }

  .voice-block .text span {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .voice-area .catch {
    margin-bottom: 35px;
  }

  #sel-wrapper .voice-area .catch p {
    font-size: 14px;
  }

  .voice-area .catch.give {
    width: 100%;
    margin-top: 45px;
  }

  .block03 .text,
  .block04 .text {
    margin-bottom: 0;
  }
}

/*//////////////////// ベスト3(タブのコード) ////////////////////*/
.tabs {
  width: 1000px;
  margin: 0 auto;
}

.tab-item {
  background-color: #7c7975;
  display: inline-block;
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  width: 230px;
  height: 45px;
  margin: 0 10px 20px 10px;
}

label.tab-item::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

.tabs input:checked + .tab-item {
  background-color: #a8834f;
  color: #fff;
  width: 230px;
  height: 45px;
  position: relative;
}

.tab-item:hover {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}

.tabs label {
  position: relative;
  line-height: 45px;
}

input[name="tab-item"] {
  display: none;
}

.tab-content {
  display: none;
  padding-top: 50px;
  clear: both;
  overflow: hidden;
}

#tab01:checked ~ #tab01-content,
#tab02:checked ~ #tab02-content,
#tab03:checked ~ #tab03-content,
#tab04:checked ~ #tab04-content,
#tab05:checked ~ #tab05-content,
#tab06:checked ~ #tab06-content,
#tab07:checked ~ #tab07-content,
#tab08:checked ~ #tab08-content,
#tab09:checked ~ #tab09-content {
  display: block;
}

.tab-content-block {
  padding: 20px;
}

@media only screen and (max-width: 599px) {
  .tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-item,
  .tabs input:checked + .tab-item {
    width: -webkit-calc((100% / 3) - 1px);
    width: calc((100% / 3) - 1px);
    font-size: 12px;
    margin: 0.5px auto;
  }

  label.tab-item::before {
    display: none;
  }

  .tab-content {
    padding-top: 0;
  }

  .tab-content-block {
    margin-top: 25px;
    padding: 0;
  }
}

/*//////////////////// ご利用方法エリア ////////////////////*/
#howto {
  background: #2f2f2f;
  padding: 80px 0;
}

#howto h2 {
  color: #fff;
}

#howto h2.en-title::before {
  background: url(../images/step/step-en-title.svg) no-repeat;
  background-size: 100%;
  width: 155px;
  height: 53px;
  right: -76px;
  top: -11px;
}

ul.step-area {
  margin-top: 25px;
}

ul.step-area .step-item span {
  display: block;
  color: #a8834f;
  font-size: 13px;
}

#sel-wrapper ul.step-area .step-item p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}

.digital {
  margin-top: 50px;
  padding: 50px 60px;
  background: #f2f2f0;
  color: #2f2f2f;
}

#howto .digital h2 {
  margin-bottom: 45px;
  color: #2f2f2f;
}

#howto .digital p {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  #howto {
    padding: 50px 0;
  }

  #howto .digital h2 {
    margin-bottom: 30px;
  }

  #howto h2.en-title::before {
    width: 140px;
    height: 45px;
    right: -8px;
    top: 18px;
  }

  ul.step-area {
    padding-bottom: 20px;
  }

  ul.step-area li {
    width: 40%;
  }

  .step-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  #sel-wrapper ul.step-area .step-item p {
    margin-top: 3px;
    font-size: 13px;
  }

  .digital {
    margin-top: 35px;
    padding: 25px 20px;
  }

  #howto .digital h2 span {
    font-size: 13px;
  }

  .digital-cont {
    display: flex;
    flex-direction: column-reverse;
  }

  .digital-cont img {
    width: 100%;
    height: auto;
  }

  #howto .digital p {
    margin-bottom: 15px;
  }
}

/*//////////////////// お取り寄せサイトエリア ////////////////////*/

#order img {
  width: 100%;
  height: auto;
}

#order h2 {
  color: #96801e;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

#order h3 {
  font-size: 18px;
  text-align: left;
  line-height: 2;
  margin-bottom: 30px;
}

#order p {
  text-align: left;
  line-height: 1.9;
}

#order .link-btn {
  max-width: 1120px;
  margin: 0 auto;
}

#order .link-btn a {
  width: 480px;
  height: 70px;
  line-height: 70px;
  display: block;
  margin-left: auto;
  padding-left: 30px;
  border: 1px solid #2f2f2f;
  border-radius: 7px;
  background: #fefdffcc 0% 0% no-repeat;
  color: #2f2f2f;
  font-size: 18px;
  text-align: left;
  margin: 0 auto;
  top: 50px;
}

#order a.link-arrow::before {
  background: #2f2f2f;
}

#order a.link-arrow::after {
  border-top: 1px solid #2f2f2f;
  border-right: 1px solid #2f2f2f;
  top: 29px;
  right: 28px;
}

#order p.text {
  position: relative;
  top: 60px;
  font-size: 12px;
  text-align: center !important;
}

#order p.text a {
  color: #96801e;
}

@media only screen and (max-width: 599px) {
  #order .inner {
    width: 90%;
    padding-bottom: 5%;
  }

  #order h2 {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }

  #order h3 {
    font-size: 15px;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN",
      "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝",
      "游明朝体", sans-serif;
    margin-bottom: 10px;
  }

  #order p.text {
    position: relative;
    top: 45px;
    font-size: 12px;
    text-align: center !important;
  }

  #order .link-btn a {
    width: 100%;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    top: 20px;
  }

  #order a.link-arrow::after {
    top: 23px;
    right: 18px;
  }
}

/*//////////////////// FAQエリア ////////////////////*/
#faq {
  margin: 60px 0 40px 0;
}

#faq h2.en-title::before {
  background: url(../images/faq/faq-en-title.svg) no-repeat;
  background-size: 100%;
  width: 134px;
  height: 60px;
  right: -50px;
  top: 25px;
}

.faq-list {
  text-align: left;
  font-size: 16px;
}

.faq-q-text {
  padding-left: 54px;
  position: relative;
  top: -32px;
}

.faq-q > span,
.faq-a > span {
  background: #9b2a35;
  display: inline-block;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN",
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "游明朝体",
    sans-serif;
}

.faq-a > span {
  background: #fff;
  color: #9b2a35;
  border: 1px solid #9b2a35;
}

.faq-a-text {
  padding-left: 54px;
  position: relative;
  top: -35px;
  line-height: 1.8;
}

.faq-address {
  margin-top: 15px;
  line-height: 1.5;
  padding-left: 0;
}

#sel-wrapper #faq a {
  display: inline-block;
}

.faq-a {
  margin-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  #faq {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }

  .faq-list {
    font-size: 14px;
  }

  .faq-q {
    height: 70px;
  }

  .faq-a {
    margin-bottom: 0;
  }

  .faq-q-text,
  .faq-a-text {
    padding-left: 46px;
    top: -37px;
  }
}

/*//////////////////// かんたん検索エリア ////////////////////*/

.ins-lp04ItemList:not(.form__result)::before {
  display: none;
}

#ins-lp .form-select-element:disabled,
#ins-lp .form-select-element:disabled + div {
  opacity: 0.5;
}

#ins-lp .form-select-element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#ins-lp .form__result {
  margin-top: 45px;
}

#ins-lp .form__result .ins-lp04Lead {
  margin-bottom: 0;
}

#ins-lp .form__result:not(.no-result) .ins-lp04Items {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ins-lp .form__result a {
  display: none;
}

#ins-lp .form__result.no-result .for-result {
  display: none;
}

#ins-lp .form__result:not(.no-result) .for-no-result {
  display: none;
}

#smartgift-search,
#smartgift-search02 {
  background: #f2f2f0;
  padding: 60px 0;
}

#smartgift-search h2.en-title::before,
#smartgift-search02 h2.en-title::before {
  background: url("../images/search/search-en-title.svg") no-repeat;
  background-size: 100%;
  width: 186px;
  height: 60px;
  right: -104px;
  top: 16px;
}

.search-inner {
  background: #dddcd5;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 50px 0;
}

.section-lead {
  font-size: 16px;
  margin-bottom: 40px;
}

.search-fields {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 45px;
}

.form-select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  position: relative;
  padding: 0;
  border: none;
}

.search .form-select {
  height: 70px;
  width: 370px;
}

.form-select-element {
  color: #2f2f2f;
  display: block;
  height: 100%;
  outline: 0;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 0 2em 0 2.5em;
  padding-left: 74px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border: none;
  border-radius: 5px;
}

.form-select-icon {
  bottom: 0;
  height: 1.25em;
  left: 0.75em;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.25em;
}

.search .form-select-icon:nth-of-type(1) {
  height: auto;
  left: 20px;
  width: 20px;
}

.search .form-select-icon:nth-of-type(2) {
  height: auto;
  left: auto;
  right: 24px;
  width: 14px;
}

.search-cross {
  margin: 0 30px;
}

.form-button {
  width: 440px;
  height: 60px;
  background: #2f2f2f;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 40px;
  border: none;
}

.form-button:disabled {
  cursor: default;
  opacity: 0.6;
  border: none;
}

.smartgift-item {
  background: #fcfcfc;
  margin-bottom: 60px;
  padding: 50px 0;
}

#sel-wrapper .smartgift-item h2 {
  margin-bottom: 15px;
}

.card-item {
  margin-top: 50px;
}

.ins-lp04Button {
  width: 160px;
  height: 35px;
  line-height: 36px;
  background: #96801e;
  border-radius: 3px;
  color: #fff;
  position: relative;
  padding-left: 10px;
  margin: 5px auto 0;
}

.ins-lp04Button::before {
  content: "";
  background: url("../images/search/search-cart.svg") no-repeat;
  background-size: 100%;
  width: 17px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.ins-lp04Items a {
  margin: 0 20px;
}

.ins-lp04Image {
  margin-bottom: 10px;
}

.ins-lp04Point {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

ul.item-list {
  margin-top: 40px;
}

.col-15 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  flex: 0 0 20%;
}

ul.item-list li {
  margin-bottom: 30px;
}

ul.item-list span {
  font-weight: bold;
  font-size: 16px;
}

#sel-wrapper ul.item-list p {
  font-size: 13px;
}

ul.item-list a {
  display: block;
  width: 156px;
  height: 32px;
  line-height: 32px;
  background: #96801e;
  border-radius: 3px;
  color: #fff;
  position: relative;
  margin: 3px auto 0;
  padding-left: 15px;
  font-weight: bold;
}

ul.item-list a::before {
  content: "";
  background: url("../images/search/search-cart.svg") no-repeat;
  background-size: 100%;
  width: 17px;
  height: 15px;
  position: absolute;
  left: 9px;
  top: 8px;
}

.point-charge {
  margin-top: 40px;
}

a.charge-link {
  width: 480px;
  height: 70px;
  display: block;
  background: #2f2f2f;
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  position: relative;
  margin: 0 auto 7px;
  border-radius: 7px;
}

a.charge-link::before {
  content: "";
  background: url("../images/search/search-chargelink.svg") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 28px;
  right: 70px;
}

p.note {
  margin-top: 15px;
  text-align: left;
  color: #6f6f6f;
}

.gift-wrapping-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gift-wrapping-block .text {
  width: 60%;
}

#sel-wrapper .gift-wrapping-block .text p {
  text-align: left;
  font-size: 16px;
}

.gift-wrapping-block ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.gift-wrapping-block ul li {
  height: 36px;
  line-height: 36px;
  border: 1px solid #9b2a35;
  background: #fff;
  color: #9b2a35;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  margin-right: 20px;
  margin-top: 15px;
}

@media only screen and (max-width: 599px) {
  #smartgift-search {
    padding: 0;
  }

  #smartgift-search02 {
    padding: 50px 0;
  }

  #smartgift-search h2.en-title::before,
  #smartgift-search02 h2.en-title::before {
    width: 130px;
    height: 40px;
    right: -4px;
    top: 70px;
  }

  .section-lead {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .search-inner {
    padding: 25px 0 35px;
    margin-top: 10px;
  }

  .search .form-select {
    margin: 1em;
    height: 60px;
  }

  .search-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .search-cross {
    margin: 0;
  }

  .search .form-button {
    width: 90%;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    margin-top: 20px;
  }

  .form-select-element {
    font-size: 15px;
    padding-left: 70px;
  }

  #kekkon-search button {
    margin: 25px auto 0;
  }

  #ins-lp .form__result:not(.no-result) .ins-lp04Items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ins-lp04Content {
    padding: 0 15px;
  }

  .ins-lp04Items a {
    margin: 0;
    width: 50%;
    margin-bottom: 20px;
  }

  .ins-lp04Image img {
    width: 90px;
    height: auto;
  }

  .ins-lp04Point {
    font-size: 14px;
  }

  .ins-lp04Price {
    font-size: 12px;
  }

  .ins-lp04Button {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .ins-lp04Button::before {
    width: 15px;
    height: 13px;
    left: 8px;
    top: 8px;
  }

  .smartgift-item {
    padding: 30px 20px 40px;
    margin-bottom: 45px;
  }

  .card-item {
    margin-top: 25px;
  }

  .card-item img {
    width: 100%;
    height: auto;
  }

  .col-15 {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  #sel-wrapper ul.item-list p {
    font-size: 12px;
  }

  ul.item-list a {
    width: 145px;
  }

  .point-charge {
    margin-top: 15px;
  }

  a.charge-link {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
  }

  a.charge-link::before {
    right: 30px;
  }

  p.note {
    margin-top: 30px;
  }

  .gift-wrapping-block {
    display: block;
  }

  .gift-wrapping-block .text {
    width: 100%;
  }

  #sel-wrapper .gift-wrapping-block .text p {
    font-size: 14px;
    margin-top: 10px;
  }

  .gift-wrapping-block ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .ins-lp04Items a {
    width: 45%;
    height: auto !important;
    margin: 0 5px 20px;
  }

  ul.item-list a {
    width: 117px;
    font-size: 12px;
  }

  .ins-lp04Button {
    width: 115px;
    height: 27px;
    line-height: 27px;
  }

  .ins-lp04Button::before {
    width: 12px;
    height: 10px;
    left: 6px;
  }

  ul.item-list a::before {
    width: 13px;
    height: 11px;
    left: 6px;
    top: 10px;
  }

  a.charge-link {
    font-size: 13px;
    padding-left: 5px;
  }

  a.charge-link::before {
    width: 11px;
    height: 11px;
    top: 24px;
    right: 14px;
  }
}

/*//////////////////// サービスエリア ////////////////////*/
.service-inner {
  margin-top: 50px;
  margin-bottom: 60px;
}

.service-inner dl {
  min-height: 300px;
  background: #fdfdfd;
  border: 1px solid #c1c0b7;
  margin: 0 10px;
  padding: 25px 15px 0;
  text-align: left;
}

.service-inner dl dt {
  min-height: 110px;
}

.service-inner dl .service04 {
  min-height: 87px;
}

.service-inner dl .service04 img {
  margin-top: 23px;
}

.service-inner dl dt img {
  display: block;
  margin: 0 auto 10px;
}

.service-inner dl dd {
  margin-bottom: 0;
}

.service-inner dl dd:first-of-type {
  color: #9b2a35;
}

.service-inner dl dd:nth-of-type(2) {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.service-inner dl dd:last-of-type {
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  .service-inner {
    margin-bottom: 30px;
  }

  .service-inner > div {
    width: 70%;
    padding-bottom: 35px;
  }

  .service-inner dl {
    min-height: 285px;
    margin: 0;
  }

  .service-inner dl dt {
    min-height: 120px;
  }

  .service-inner dl dt img {
    margin: 0 auto;
  }

  .service-inner dl .service01 img {
    width: 100%;
    height: auto;
  }

  .service-inner dl .service04 {
    min-height: 119px;
  }

  .service-inner dl .service04 img {
    margin-top: 0;
  }

  .service-inner dl dd:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

/*//////////////////// footerbnrエリア ////////////////////*/
#footerbnr {
  background: #f8f8f8;
  padding: 60px 0;
}

#footerbnr ul li {
  margin-bottom: 20px;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

.footer-inner ul {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-inner ul li a {
  color: #2f2f2f;
}

@media only screen and (max-width: 599px) {
  #footerbnr {
    padding: 50px 0;
  }

  #footerbnr ul li img {
    width: 100%;
    height: auto;
  }
}

/*//////////////////// footerエリア ////////////////////*/

@media only screen and (max-width: 599px) {
  #pc-footer {
    display: none;
  }

  .rb2019---footer-nav__section h2 > a {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
    font-weight: 100;
  }
}

/*//////////////////// 問い合わせエリア ////////////////////*/
.contact {
  background: #99d6d9;
  color: #fff;
  padding: 50px 0 55px;
}

.rb2019---main .rb2019---inner {
  padding-left: 56px;
  padding-right: 56px;
}

.contact-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #fff;
}

.contact-body {
  max-width: 1200px;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
}

.contact-left,
.contact-right {
  width: 480px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 6px 6px 9px #81ccd0, -6px -6px 9px #81ccd0;
  padding: 20px;
}

.contact-text {
  font-size: 18px;
  color: #333;
}

.tel-link,
.tel-link:link,
.tel-link:visited {
  color: #fff;
}

.tel-link img {
  position: relative;
  top: -3px;
  left: -12px;
}

.contact .tel > a {
  color: #99d6d9;
  font-size: 39px;
  font-weight: bold;
}

.contact-tel-info {
  color: #333333;
  font-size: 14px;
  text-align: center;
}

a.contact-button {
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  border: 2px solid #99d6d9;
  border-radius: 50px;
  color: #99d6d9;
  text-align: center;
  margin: 20px auto 0;
  font-weight: bold;
  position: relative;
}

a.contact-button::before {
  content: "";
  background: url("../images/common/mail.svg") no-repeat;
  background-size: 100%;
  width: 36px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 57px;
}

@media only screen and (max-width: 599px) {
  .contact {
    padding: 25px 0;
  }

  .rb2019---main .rb2019---inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .contact-body {
    display: block;
  }

  .contact-left,
  .contact-right {
    width: 100%;
    margin-bottom: 25px;
  }

  .contact-text {
    font-size: 14px;
  }

  .contact .tel > a {
    height: 30px;
    font-size: 30px;
  }

  .tel-link img {
    top: 13px;
    left: -7px;
  }

  .tel-info,
  .tel-info small {
    line-height: 1.4;
  }

  .contact-tel-info {
    border-radius: 8px;
  }

  .contact-button {
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
  }

  a.contact-button::before {
    width: 28px;
    height: 20px;
    top: 14px;
    left: 36px;
  }

  .rb2019---footer {
    margin-top: 0;
  }

  a.contact-button {
    width: 100%;
  }
}

/*//////////////////// サイドナビエリア ////////////////////*/
a.side-nav__trigger,
a.side-nav__trigger:link {
  color: #fff;
}

.rb2019---header-fixed .side-nav__trigger {
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
}

.side-nav__trigger {
  -webkit-align-items: center;
  align-items: center;
  -webkit-animation: side-nav-trigger-swing infinite 2s linear;
  animation: side-nav-trigger-swing infinite 2s linear;
  background: #cebb90;
  border-radius: 50px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  height: 100px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.2;
  opacity: 0;
  position: fixed;
  right: 16px;
  text-align: center;
  bottom: 50px;
  -webkit-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.3s ease;
  transition: opacity 0.2s ease;
  width: 100px;
  z-index: 0;
}

.rb2019---icon__search::before {
  content: "";
  background: url("../images/common/search.png") no-repeat;
  display: block;
  width: 35px;
  height: 41px;
  background-size: 100%;
}

.side-nav__trigger i {
  font-size: 48px;
}

.side-nav.rb2019---dialog {
  z-index: 1100;
}

.rb2019---header-fixed .side-nav__trigger:hover {
  opacity: 0.6;
}

.rb2019---header-fixed .side-nav__trigger.hidden {
  opacity: 0;
}

@-webkit-keyframes side-nav-trigger-swing {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
  }
}

@keyframes side-nav-trigger-swing {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 16px);
    transform: translate(0, 16px);
  }
}

.side-nav__inner {
  -webkit-animation: side-nav-open-bg 0.3s ease 1 forwards;
  animation: side-nav-open-bg 0.3s ease 1 forwards;
  background: rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-closing .side-nav__inner {
  -webkit-animation: side-nav-close-bg 0.3s ease 1;
  animation: side-nav-close-bg 0.3s ease 1;
}

.side-nav__body {
  -webkit-animation: side-nav-open 0.3s ease 1 forwards;
  animation: side-nav-open 0.3s ease 1 forwards;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(400px, 0);
  transform: translate(400px, 0);
  width: 400px;
}

.is-closing .side-nav__body {
  -webkit-animation: side-nav-close 0.3s ease 1;
  animation: side-nav-close 0.3s ease 1;
}

@-webkit-keyframes side-nav-open-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}

@keyframes side-nav-open-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}

@-webkit-keyframes side-nav-close-bg {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes side-nav-close-bg {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes side-nav-open {
  0% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes side-nav-open {
  0% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes side-nav-close {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
}

@keyframes side-nav-close {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
  }
}

.side-nav__close {
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.side-nav__content {
  padding: 50px 16px 0;
}

.side-nav__group {
  margin-bottom: 16px;
}

.side-nav__group + .side-nav__group {
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.side-nav__group-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.side-nav__search form {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.side-nav__search input[type="text"] {
  border: 1px solid #999;
  font-size: 16px;
  height: 40px;
  padding: 0 0.5em;
  width: 70%;
}

.side-nav__search button {
  background: #99d6d9;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  height: 40px;
  width: -webkit-calc(30% - 8px);
  width: calc(30% - 8px);
}

.side-nav__form .form-select {
  height: 40px;
  width: -webkit-calc(50% - 14px);
  width: calc(50% - 14px);
}

.side-nav__form .form-select-element {
  font-size: 14px;
  font-weight: bold;
  padding-left: 32px;
}

.side-nav__form .form-select-icon:nth-of-type(1) {
  height: auto;
  left: 8px;
  width: 16px;
}

.side-nav__form .form-select-icon:nth-of-type(2) {
  height: auto;
  left: auto;
  right: 8px;
  width: 16px;
}

.side-nav__form .search-fields {
  margin-bottom: 16px;
}

.side-nav__form .search-cross {
  height: auto;
  margin: 0 8px;
  width: 12px;
}

.side-nav__form .form-button {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
}

.side-nav__links {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.side-nav__links a,
.side-nav__links a:link,
.side-nav__links a:visited,
.side-nav__links a:hover,
.side-nav__links a:focus,
.side-nav__links a:active {
  color: #333;
}

.side-nav__links a {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: -webkit-calc(100% / 2);
  flex-basis: calc(100% / 2);
  font-size: 14px;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  margin-bottom: 8px;
}

.rb2019---icon__times::before {
  content: "";
  background: url("../images/common/close.png") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: relative;
  top: 7px;
}

/* スクロールナビ */
.fixed-nav {
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 0.3s;
  display: none;
  background: #d8c0d4;
  color: #fff;
  width: 100%;
  height: 60px;
  z-index: 999;
}
/*このクラスが付与されると表示する*/
.active {
  display: block;
}

.fixed-nav-inner {
  width: 1230px;
  margin: 0 auto;
}

.fixed-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fixed-nav-list li {
  font-size: 14px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  border-left: 1px solid #fff;
}

#sel-wrapper nav .fixed-nav-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .side-nav__close {
    border: none;
  }

  .side-nav__close:focus,
  .side-nav__search button:focus,
  .side-nav__form .form-button:focus,
  .side-nav__search input[type="text"]:focus {
    outline: 0;
  }

  .side-nav__inner {
    padding: 0;
  }

  .side-nav__body {
    width: 100%;
  }

  span.form-select {
    width: calc(100% - 14px) !important;
    margin: 1em;
  }

  .side-nav__trigger {
    height: 80px;
    width: 80px;
    font-size: 11px;
    top: auto;
    bottom: 6rem;
    right: 4px;
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }

  .rb2019---icon__search::before {
    width: 90%;
    height: 34px;
    background-position: center top;
    background-size: auto 90%;
  }

  .side-nav__inner {
    position: fixed;
    z-index: 999;
  }

  .side-nav__search button,
  .side-nav__form .form-button {
    border: none;
  }

  .rb2019---icon__times::before {
    right: 0;
  }

  .rb2019---header {
    position: relative;
  }

  .rb2019---base {
    padding-top: 0;
  }

  .fixed-nav-inner {
    width: 100%;
  }

  .fixed-nav-list {
    background: #d8c0d4;
  }

  .fixed-nav-list li {
    width: 20%;
    flex: none;
    border-bottom: 1px solid #fff;
  }

  #sel-wrapper nav .fixed-nav-list li a {
    font-size: 12px;
  }

  .side-nav__form .form-select__element {
    font-size: 15px;
    padding-left: 103px;
  }
}

/*//////////////////// 最終更新日 ////////////////////*/
.update-day {
  margin: 15px 0;
  text-align: right;
  font-size: 13px;
}

@media only screen and (max-width: 599px) {
  .update-day {
    padding-right: 15px;
  }
}

#giftpoint h2 {
  letter-spacing: 0.05em;
}

.rb2019---gift-service {
  width: 1100px;
  margin-bottom: 100px;
}

.rb2019---gift-service__title {
  font-weight: 500;
}

.rb2019---gift-service__items {
  justify-content: space-between;
}

.rb2019---gift-service__item {
  margin-right: 0;
  width: 338px;
}

#sel-wrapper .rb2019---gift-service__text {
  text-align: left;
  margin-bottom: 2em;
}

/* 逆順対応 */
@media only screen and (max-width: 599px) {
  .rb2019---gift-service {
    width: auto;
    margin-bottom: 5rem;
  }
  .rb2019---gift-service__item {
    width: auto;
    margin-right: 1.5rem;
  }

  .row.item-list {
    > *:nth-child(1) {
      order: calc(9999 - 1);
    }
    > *:nth-child(2) {
      order: calc(9999 - 2);
    }
    > *:nth-child(3) {
      order: calc(9999 - 3);
    }
    > *:nth-child(4) {
      order: calc(9999 - 4);
    }
    > *:nth-child(5) {
      order: calc(9999 - 5);
    }
    > *:nth-child(6) {
      order: calc(9999 - 6);
    }
    > *:nth-child(7) {
      order: calc(9999 - 7);
    }
    > *:nth-child(8) {
      order: calc(9999 - 8);
    }
    > *:nth-child(9) {
      order: calc(9999 - 9);
    }
  }
}
